- 15 2月, 2014 6 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Klaus-Peter Junghanns 提交于
This can be used to speed up SRTP with libsrtp, e.g. on TI omap/sitara based devices.
-
由 Scott Schaefer 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
Improve CBC decrypt and CTR by ~13/16%, which adds up to ~25/33% improvement over "pre-Silvermont" version. [Add performance table to aesni-x86.pl].
-
- 14 2月, 2014 2 次提交
-
-
由 Dr. Stephen Henson 提交于
When a chain is complete and ends in a trusted root checks are also performed on the TA and the callback notified with ok==1. For consistency do the same for chains where the TA is not self signed.
-
由 Dr. Stephen Henson 提交于
-
- 13 2月, 2014 4 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
(other processors unaffected).
-
由 Ben Laurie 提交于
-
- 05 2月, 2014 3 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 02 2月, 2014 3 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
Atom Silvermont. On other CPUs one can observe 1% loss on some algorithms.
-
由 Andy Polyakov 提交于
+5% on Atom Silvermont, up to +8% improvement of legacy code. Harmonize sha1-586.pl and aesni-sha1-x86_86.p with sha1-x86_64.pl.
-
- 28 1月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Always add a dynamically loaded ENGINE to list. Otherwise it can cause problems when multiply loaded, especially if it adds new public key methods. For all current engines we only want a single implementation anyway.
-
- 27 1月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 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 2 次提交
-
-
由 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)
-