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

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

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