[xmlsec] bump the limit even more bug #745269
- From: Aleksey Sanin <aleksey src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [xmlsec] bump the limit even more bug #745269
- Date: Sat, 28 Feb 2015 18:49:14 +0000 (UTC)
commit d873c6d48a0d3ef1e94675fbac5db5a0ac204c81
Author: Aleksey Sanin <aleksey aleksey com>
Date: Sat Feb 28 10:49:03 2015 -0800
bump the limit even more bug #745269
src/openssl/signatures.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/openssl/signatures.c b/src/openssl/signatures.c
index dc349b0..5a9e62e 100644
--- a/src/openssl/signatures.c
+++ b/src/openssl/signatures.c
@@ -52,7 +52,7 @@ static const EVP_MD *xmlSecOpenSSLDsaSha256Evp (void);
* the base point order of the curve in bytes (e.g. 32 for the P-256 curve and 66
* for the P-521 curve).
*/
-#define XMLSEC_OPENSSL_ECDSA_SIGNATURE_MAX_SIZE (2 * 66)
+#define XMLSEC_OPENSSL_ECDSA_SIGNATURE_MAX_SIZE (2 * 128)
#ifndef XMLSEC_NO_SHA1
static const EVP_MD *xmlSecOpenSSLEcdsaSha1Evp (void);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]