diff common/pubkey-release.h @ 770:7861950f7637

Make RSA Keysize definiable
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 10 Jul 2014 19:14:22 +0200
parents 17e1c8f37d72
children c64b6c56ce96
line wrap: on
line diff
--- a/common/pubkey-release.h	Thu Jul 10 19:11:09 2014 +0200
+++ b/common/pubkey-release.h	Thu Jul 10 19:14:22 2014 +0200
@@ -7,6 +7,10 @@
  */
 #ifndef PUBKEY_RELEASE_H
 #define PUBKEY_RELEASE_H
+
+/**@def The size of the RSA modulus */
+#define TRUSTBRIDGE_RSA_KEY_SIZE 3072
+
 static const unsigned char public_key_pem[] =
 "-----BEGIN PUBLIC KEY-----\n"
 "MIIDIjANBgkqhkiG9w0BAQEFAAOCAw8AMIIDCgKCAYEArUZK1sMV8cWeP48nExEh\n"

http://wald.intevation.org/projects/trustbridge/