- 06 2月, 2013 2 次提交
-
-
由 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)
-
- 04 2月, 2013 1 次提交
-
-
由 Dr. Stephen Henson 提交于
encrypted premaster secret value.
-
- 03 2月, 2013 1 次提交
-
-
由 Andy Polyakov 提交于
PR: 2963 and a number of others
-
- 25 1月, 2013 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 24 1月, 2013 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 23 1月, 2013 7 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Andy Polyakov 提交于
PR: 2963 and a number of others
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 22 1月, 2013 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Ben Laurie 提交于
-
- 20 1月, 2013 10 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Andy Polyakov 提交于
Submitted by: Pierre Delaage
-
由 Ben Laurie 提交于
-
由 Andy Polyakov 提交于
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
由 Andy Polyakov 提交于
Submitted by: Seguei Leontiev PR: 2821
-
由 Andy Polyakov 提交于
Submitted by: Serguei Leontiev PR: 2821
-
由 Andy Polyakov 提交于
-
- 19 1月, 2013 4 次提交
-
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
由 Andy Polyakov 提交于
-
- 18 1月, 2013 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 14 1月, 2013 1 次提交
-
-
由 Ben Laurie 提交于
-
- 12 1月, 2013 1 次提交
-
-
由 Ben Laurie 提交于
-
- 08 1月, 2013 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 07 1月, 2013 3 次提交
-
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
由 Dr. Stephen Henson 提交于
-
- 31 12月, 2012 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 30 12月, 2012 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 27 12月, 2012 1 次提交
-
-
由 Dr. Stephen Henson 提交于
definitions from e_os.h
-