summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Construct a BN_gcd_nonct, based on BN_mod_inverse_no_branch, as suggestedbeck2017-01-251-1/+3
* Add ct and nonct versions of BN_mod_inverse for internal usebeck2017-01-211-1/+3
* Split out BN_div and BN_mod into ct and nonct versions for Internal use.beck2017-01-211-1/+3
* Make explicit _ct and _nonct versions of bn_mod_exp funcitons thatbeck2017-01-211-1/+3
* Explicitly export a list of symbols from libcrypto.jsing2016-12-211-115/+1
* graduate bn_expand() to a real function. the openssl version of thisderaadt2016-03-041-3/+3
* Revert bn_expand until there's consensus on a fix.doug2016-03-041-14/+3
* Add bounds checking for BN_hex2bn/BN_dec2bn.doug2016-03-021-3/+14
* Reject too small bits value in BN_generate_prime_ex(), so that it does not riskmiod2015-10-211-1/+3
* actually include the prerequisite dependency for BIO instead of doing nastynessbeck2015-10-161-5/+2
* Delete a lot of #if 0 code in libressl.doug2015-02-071-12/+1
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-221-11/+6
* hand-KNF macro the do { } while loopsderaadt2014-06-271-1/+2
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-291-4/+0
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-241-1/+2
* Emergency knfectomie requested by tedu@.jsing2014-05-081-98/+99
* Try to clean the maze of <openssl/bn.h> defines regarding the BN internals.miod2014-04-241-47/+6
* Use of OPENSSL_SYS_xxx defines in public header files considered harmful.miod2014-04-171-6/+1
* replace PTR_SIZE_INT (only used for VMS) with uintptr_t, tweaks from jca@,sthen2014-04-141-18/+0
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-0/+11
* resolve conflictsdjm2012-10-131-0/+15
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-0/+18
* resolve conflicts, fix local changesdjm2010-10-011-89/+92
* resolve conflictsdjm2009-01-091-2/+13
* resolve conflictsdjm2008-09-061-69/+330
* resolve conflictsdjm2006-06-271-0/+34
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-0/+2
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-1/+1
* Merge openssl-0.9.7-stable-SNAP-20020519beck2002-05-211-1/+1
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-75/+102
* openssl-engine-0.9.6a mergebeck2001-06-221-1/+7
* openssl-engine-0.9.6 mergebeck2000-12-151-4/+8
* OpenSSL 0.9.5a mergebeck2000-04-151-1/+1
* OpenSSL 0.9.5 mergebeck2000-03-191-46/+89
* OpenSSL 0.9.4 mergebeck1999-09-291-0/+467