Age | Commit message (Expand) | Author |
2022-12-17 | Provide BN_zero()/BN_one() as functions and make BN_zero() always succeed. | Joel Sing |
2022-11-30 | Mop up more BN_DEBUG related code. | Joel Sing |
2022-07-12 | Remove mkerr.pl remnants from LibreSSL | Klemens Nanni |
2022-07-07 | Expose new API in headers. | Theo Buehler |
2022-06-27 | Prepare to provide BN_security_bits() | Theo Buehler |
2022-01-14 | Move BN structs to bn_lcl.h | Theo Buehler |
2022-01-14 | Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API | Theo Buehler |
2021-12-04 | Annotate the structs to be moved to bn_lcl.h in the next bump | Theo Buehler |
2021-12-04 | Implement the BN_to_montgomery() macro as a function | Theo Buehler |
2021-12-04 | Implement the BN_is_negative macro as a function | Theo Buehler |
2021-12-04 | Provide function implementations for various BN_* macros | Theo Buehler |
2021-12-04 | Provide replacement functions for the BN_{get,set,with}_flags() macros. | Theo Buehler |
2021-12-04 | Provide replacement functions for the BN_GENCB_set{,_old}() macros | Theo Buehler |
2021-11-18 | typo in comment | Theo Buehler |
2021-09-10 | Expose BN_bn2{,le}binpad() and BN_lebin2bn() in <openssl/bn.h> | Theo Buehler |
2021-09-10 | Expose BN_RAND_* in <openssl/bn.h> | Theo Buehler |
2021-09-10 | Prepare to provide BN_RAND_* flags for BN_rand_range() | Theo Buehler |
2021-09-08 | Prepare to provide BN_bn2{,le}binpad() and BN_lebin2bn() | Theo Buehler |
2019-08-25 | Change generating and checking of primes so that the error rate of | Ingo Schwarze |
2018-02-20 | Provide BN_GENCB_new(), BN_GENCB_free() and BN_GENCB_get_arg() | Joel Sing |
2018-02-20 | Provide BN_get_rfc2409_prime_*() and BN_get_rfc3526_prime_*(). | Joel Sing |
2017-01-25 | Construct a BN_gcd_nonct, based on BN_mod_inverse_no_branch, as suggested | Bob Beck |
2017-01-21 | Add ct and nonct versions of BN_mod_inverse for internal use | Bob Beck |
2017-01-21 | Split out BN_div and BN_mod into ct and nonct versions for Internal use. | Bob Beck |
2017-01-21 | Make explicit _ct and _nonct versions of bn_mod_exp funcitons that | Bob Beck |
2016-12-21 | Explicitly export a list of symbols from libcrypto. | Joel Sing |
2016-03-04 | graduate bn_expand() to a real function. the openssl version of this | Theo de Raadt |
2016-03-04 | Revert bn_expand until there's consensus on a fix. | Doug Hogan |
2016-03-02 | Add bounds checking for BN_hex2bn/BN_dec2bn. | Doug Hogan |
2015-10-21 | Reject too small bits value in BN_generate_prime_ex(), so that it does not risk | Miod Vallat |
2015-10-16 | actually include the prerequisite dependency for BIO instead of doing nastyness | Bob Beck |
2015-02-07 | Delete a lot of #if 0 code in libressl. | Doug Hogan |
2014-10-22 | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | Joel Sing |
2014-06-27 | hand-KNF macro the do { } while loops | Theo de Raadt |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-05-29 | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | Bob Beck |
2014-05-24 | Almost nothing actually needs to include <openssl/e_os2.h>, however by | Joel Sing |
2014-05-08 | Emergency knfectomie requested by tedu@. | Joel Sing |
2014-04-24 | Try to clean the maze of <openssl/bn.h> defines regarding the BN internals. | Miod Vallat |
2014-04-17 | Use of OPENSSL_SYS_xxx defines in public header files considered harmful. | Miod Vallat |
2014-04-14 | replace PTR_SIZE_INT (only used for VMS) with uintptr_t, tweaks from jca@, | Stuart Henderson |
2014-04-13 | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | Miod Vallat |
2012-10-13 | resolve conflicts | Damien Miller |
2011-11-03 | openssl-1.0.0e: resolve conflicts | Damien Miller |
2010-10-01 | resolve conflicts, fix local changes | Damien Miller |
2009-01-09 | resolve conflicts | Damien Miller |
2008-09-06 | resolve conflicts | Damien Miller |
2006-06-27 | resolve conflicts | Damien Miller |
2003-05-12 | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | Markus Friedl |
2002-09-14 | merge with openssl-0.9.7-stable-SNAP-20020911, | Markus Friedl |