- 02 3月, 2013 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
PR: 3004
-
- 27 2月, 2013 2 次提交
-
-
由 Ben Laurie 提交于
-
由 Dr. Stephen Henson 提交于
Add CMS_RecipientInfo_encrypt: this function encrypts an existing content encryption key to match the key in the RecipientInfo structure: this is useful if a new recpient is added to and existing enveloped data structure. Add documentation.
-
- 22 2月, 2013 1 次提交
-
-
由 Ben Laurie 提交于
-
- 15 2月, 2013 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 14 2月, 2013 4 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 11 2月, 2013 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 08 2月, 2013 1 次提交
-
-
由 Andy Polyakov 提交于
It also ensures that valgring is happy.
-
- 06 2月, 2013 4 次提交
-
-
由 Andy Polyakov 提交于
(cherry picked from commit 529d27ea472fc2c7ba9190a15a58cb84012d4ec6)
-
由 Andy Polyakov 提交于
Address CBC decrypt timing issues and reenable the AESNI+SHA1 stitch. (cherry picked from commit 125093b59f3c2a2d33785b5563d929d0472f1721)
-
由 Ben Laurie 提交于
This patch makes the decoding of SSLv3 and TLS CBC records constant time. Without this, a timing side-channel can be used to build a padding oracle and mount Vaudenay's attack. This patch also disables the stitched AESNI+SHA mode pending a similar fix to that code. In order to be easy to backport, this change is implemented in ssl/, rather than as a generic AEAD mode. In the future this should be changed around so that HMAC isn't in ssl/, but crypto/ as FIPS expects. (cherry picked from commit e130841bccfc0bb9da254dc84e23bc6a1c78a64e)
-
由 Ben Laurie 提交于
This change adds CRYPTO_memcmp, which compares two vectors of bytes in an amount of time that's independent of their contents. It also changes several MAC compares in the code to use this over the standard memcmp, which may leak information about the size of a matching prefix. (cherry picked from commit 2ee798880a246d648ecddadc5b91367bee4a5d98)
-
- 03 2月, 2013 1 次提交
-
-
由 Andy Polyakov 提交于
PR: 2963 and a number of others
-
- 23 1月, 2013 4 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Andy Polyakov 提交于
PR: 2963 and a number of others
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 20 1月, 2013 3 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Andy Polyakov 提交于
Submitted by: Pierre Delaage
-
由 Andy Polyakov 提交于
-
- 19 1月, 2013 1 次提交
-
-
由 Ben Laurie 提交于
-
- 14 1月, 2013 1 次提交
-
-
由 Ben Laurie 提交于
-
- 07 1月, 2013 1 次提交
-
-
由 Ben Laurie 提交于
-
- 31 12月, 2012 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 27 12月, 2012 1 次提交
-
-
由 Dr. Stephen Henson 提交于
definitions from e_os.h
-
- 22 12月, 2012 1 次提交
-
-
由 Dr. Stephen Henson 提交于
the trust store.
-
- 21 12月, 2012 1 次提交
-
-
由 Dr. Stephen Henson 提交于
revert OCSP_basic_verify changes: they aren't needed now we support partial chain verification and can pass verify options to ocsp utility
-
- 19 12月, 2012 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 17 12月, 2012 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 15 12月, 2012 1 次提交
-
-
由 Dr. Stephen Henson 提交于
The modification to the OCSP helper purpose breaks normal OCSP verification. It is no longer needed now we can trust partial chains.
-
- 14 12月, 2012 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
trusted store instead of the default which is to return an error if we can't build the complete chain.
-
- 11 12月, 2012 2 次提交
-
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
- 08 12月, 2012 1 次提交
-
-
由 Ben Laurie 提交于
-