projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c5c185
)
evp/e_aes.c: fix SPARC T4-specific problem:
author
Andy Polyakov
<appro@openssl.org>
Mon, 9 Feb 2015 10:46:19 +0000
(11:46 +0100)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 12 Mar 2015 08:07:53 +0000
(09:07 +0100)
- SIGSEGV/ILL in CCM (RT#3688);
Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/evp/e_aes.c
patch
|
blob
|
history
diff --git
a/crypto/evp/e_aes.c
b/crypto/evp/e_aes.c
index 41844bcabc3b32c1cb187e78337d013ab73e95f1..8161b26325745e78ddf775666fc3a476b81a939e 100644
(file)
--- a/
crypto/evp/e_aes.c
+++ b/
crypto/evp/e_aes.c
@@
-790,6
+790,8
@@
static int aes_t4_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
default:
return 0;
}
+# else
+ cctx->str = NULL;
# endif
cctx->key_set = 1;
}