summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_asm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the now empty bn_asm.c.jsing2023-01-311-65/+0
* Move the more readable version of bn_mul_mont() from bn_asm.c to bn_mont.c.jsing2023-01-281-167/+1
* Move bn_mul_add_words() and bn_mul_words() from bn_asm.c to bn_mul.c.jsing2023-01-231-132/+1
* Move bn_sqr_words from bn_asm.c to bn_sqr.c.jsing2023-01-231-53/+1
* Move bn_div_words from bn_asm.c to bn_div.c.jsing2023-01-231-80/+1
* Move bn_add_words() and bn_sub_words from bn_asm.c to bn_add.c.jsing2023-01-231-153/+1
* Move bn_{mul,sqr}_comba{4,8}() from bn_asm.c to bn_mul.c/bn_sqr.c.jsing2023-01-201-299/+1
* Move {mul,sqr}_add_c{,2} macros from bn_asm.c to bn_local.h.jsing2023-01-201-149/+1
* Mop up more BN_DEBUG related code.jsing2022-11-301-6/+1
* Make internal header file names consistenttb2022-11-261-2/+2
* use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt2017-05-021-5/+3
* Fix CVE-2014-3570: properly calculate the square of a BIGNUM value.bcook2015-02-251-120/+123
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+1
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-2/+5
* 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
* 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
* OpenSSL 0.9.4 mergebeck1999-09-291-0/+802