summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_asm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt2017-05-021-5/+3
| | | | | | | | | | reduces conditional logic (-218, +82). MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH cache alignment calculation bn/bn_exp.c wasn'tt quite right. Two other tricky bits with ASN1_STRING_FLAG_NDEF and BN_FLG_STATIC_DATA where the condition cannot be collapsed completely. Passes regress. ok beck
* Fix CVE-2014-3570: properly calculate the square of a BIGNUM value.bcook2015-02-251-120/+123
| | | | | | | | | | | See https://www.openssl.org/news/secadv_20150108.txt for a more detailed discussion. Original OpenSSL patch here: https://github.com/openssl/openssl/commit/a7a44ba55cb4f884c6bc9ceac90072dea38e66d0 The regression test is modified a little for KNF. ok miod@
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+1
| | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-2/+5
| | | | | | | | | an OPENSSL_NO_* define. This avoids relying on something else pulling it in for us, plus it fixes several cases where the #ifndef OPENSSL_NO_XYZ is never going to do anything, since OPENSSL_NO_XYZ will never defined, due to the fact that opensslconf.h has not been included. This also includes some miscellaneous sorting/tidying of headers.
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* Replace (sometimes conditional) use of alloca with malloc, and clearingmiod2014-05-231-23/+16
| | | | | | through volatile pointers with explicit_bzero(). ok beck@ jsing@
* Emergency knfectomie requested by tedu@.jsing2014-05-081-649/+719
|
* Pass -Werror in the !BN_LLONG !BN_UMULT_LOHI !BN_UMULT_HIGH case.miod2014-05-011-4/+4
|
* resolve conflicts, fix local changesdjm2010-10-011-76/+246
|
* resolve conflictsdjm2008-09-061-0/+28
|
* resolve conflictsdjm2006-06-271-1/+1
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-11/+11
|
* openssl-engine-0.9.6 mergebeck2000-12-151-8/+3
|
* OpenSSL 0.9.5 mergebeck2000-03-191-55/+90
| | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
* OpenSSL 0.9.4 mergebeck1999-09-291-0/+802