- 12 1月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 11 1月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
If available rdrand is used as an additional entropy source for the PRNG and for additional input in FIPS mode.
-
- 10 1月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 09 1月, 2014 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 08 1月, 2014 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 07 1月, 2014 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 05 1月, 2014 2 次提交
-
-
由 Andy Polyakov 提交于
(and shave off cycle even from integer-only code)
-
由 Andy Polyakov 提交于
(and update performance data, and fix typo)
-
- 04 1月, 2014 1 次提交
-
-
由 Andy Polyakov 提交于
but keep it disabled, too little gain... Add some Atom-specific optimization.
-
- 28 12月, 2013 2 次提交
-
-
由 Andy Polyakov 提交于
PR: 3202
-
由 Andy Polyakov 提交于
-
- 22 12月, 2013 1 次提交
-
-
由 Dr. Stephen Henson 提交于
If content is detached and not binary mode translate the input to CRLF format. Before this change the input was verified verbatim which lead to a discrepancy between sign and verify.
-
- 21 12月, 2013 1 次提交
-
-
由 Dr. Stephen Henson 提交于
(cherry picked from commit a6c62f0c25a756c263a80ce52afbae888028e986)
-
- 19 12月, 2013 5 次提交
-
-
由 Andy Polyakov 提交于
(and ensure stack alignment in the process)
-
由 Andy Polyakov 提交于
It worked because it was never called.
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
SHA512_Transform was initially added rather as tribute to tradition than for practucal reasons. But use was recently found in ssl/s3_cbc.c and it turned to be problematic on platforms that don't tolerate misasligned references to memory and lack assembly subroutine.
-
由 Andy Polyakov 提交于
-
- 13 12月, 2013 3 次提交
-
-
由 Dr. Stephen Henson 提交于
Move the IP, email and host checking fields from the public X509_VERIFY_PARAM structure into an opaque X509_VERIFY_PARAM_ID structure. By doing this the structure can be modified in future without risk of breaking any applications. (cherry picked from commit adc6bd73e3bd10ce6e76867482e8d137071298d7) Conflicts: crypto/x509/x509_vpm.c
-
由 Dr. Stephen Henson 提交于
For consistency with other cases if we are performing partial chain verification with just one certificate notify the callback with ok==1. (cherry picked from commit 852553d9005e13aed7feb986a5d71cb885b994c7)
-
由 Dr. Stephen Henson 提交于
(cherry picked from commit 16898401bd47a153fbf799127ff57fdcfcbd324f)
-
- 10 12月, 2013 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
This also eliminates code duplication between x86_64-mont and x86_64-mont and optimizes even original non-MULX code.
-
- 05 12月, 2013 4 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
Suggested by: Marcello Cerri
-
由 Andy Polyakov 提交于
Suggested by: Marcello Cerri
-
由 Andy Polyakov 提交于
-
- 04 12月, 2013 3 次提交
-
-
由 Andy Polyakov 提交于
PR: 3189 Submitted by: Oscar Ciurana
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
rsaz_exp.c: harmonize line terminating; asm/rsaz-*.pl: minor optimizations.
-
- 03 12月, 2013 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 29 11月, 2013 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 28 11月, 2013 3 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 15 11月, 2013 1 次提交
-
-
由 Dr. Stephen Henson 提交于
(cherry picked from commit 1abfa78a8ba714f7e47bd674db53dbe303cd1ce7)
-
- 14 11月, 2013 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Some functions such as EVP_VerifyFinal only finalise a copy of the passed context in case an application wants to digest more data. Doing this when it is not needed is inefficient and many applications don't require it. For compatibility the default is to still finalise a copy unless the flag EVP_MD_CTX_FLAG_FINALISE is set in which case the passed context is finalised an *no* further data can be digested after finalisation.
-
- 13 11月, 2013 3 次提交
-
-
由 Andy Polyakov 提交于
PR: 3165 Submitted by: Daniel Richard G.
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
PR: 3165
-