]> git.ipfire.org Git - thirdparty/openssl.git/history - include/openssl/bn.h
Fix typo in CONTRIBUTING.md
[thirdparty/openssl.git] / include / openssl / bn.h
2022-11-21  slontisImprove FIPS RSA keygen performance.
2022-05-03  Matt CaswellUpdate copyright year
2022-01-20  Richard LevitteAdd signed bn2bin and bin2bn functions
2021-05-29  Paulirand: add a strength argument to the BN and RAND RNG...
2021-03-22  Andrey MatyukovDual 1024-bit exponentiation optimization for Intel...
2021-02-09  Tomas MrazDeprecate BN_pseudo_rand() and BN_pseudo_rand_range()
2021-01-28  Richard LevitteUpdate copyright year
2021-01-25  Tomas Mrazbn: Deprecate the X9.31 RSA key generation related...
2020-12-04  Richard LevitteSwitch deprecation method for BIGNUM
2020-11-18  Matt CaswellOnly disabled what we need to in a no-dh build
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-06-16  Nicola TuveriRefactor BN_R_NO_INVERSE logic in internal functions
2020-04-23  Matt CaswellUpdate copyright year
2020-02-06  Matt CaswellFix builds with no-dh
2019-11-07  Richard LevitteUpdate the check surround the BN_zero() implementation
2019-11-07  Richard LevitteUpdate source files for pre-3.0 deprecation
2019-11-07  Richard LevitteUpdate source files for deprecation at 3.0
2019-10-14  Kurt RoeckxAdd BN_check_prime()
2019-09-28  Dr. Matthias St... Add legacy include guards to public header files
2019-09-28  Dr. Matthias St... Fix header file include guard names
2019-09-28  Dr. Matthias St... Reorganize public header files (part 1)
2019-07-15  Matt CaswellMake sure all BIGNUM operations work within the FIPS...
2019-07-02  Matt CaswellMake BIGNUM rand functions available within the FIPS...
2019-06-12  Matt CaswellCreate BN_CTX_new_ex() and BN_CTX_secure_new_ex()
2019-02-26  Richard LevitteAdd BN_native2bn and BN_bn2nativepad, for native BIGNUM...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06  Richard LevitteRefactor the computation of API version limits
2018-07-26  Kurt RoeckxMake number of Miller-Rabin tests for a prime tests...
2018-02-13  Matt CaswellUpdate copyright year
2018-02-09  Nick MathewsonRemove redundant declarations of ERR_load_*_strings()
2017-09-24  Saagar JhaUpdate comments to match function parameter names
2017-08-03  Rich SalzAdd RAND_priv_bytes() for private keys
2017-07-03  Rich SalzBN_pseudo_rand is really BN_rand
2017-06-20  Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-07  Rich Salzmake error tables const and separate header file
2016-08-10  Rich SalzAdd #defines for magic numbers in API.
2016-08-05  klemensspelling fixes, just comments and readme.
2016-07-20  Kurt RoeckxCheck for errors allocating the error strings.
2016-06-29  FdaSilvaYYWhitespace cleanup in crypto
2016-06-27  Matt CaswellFix some OPENSSL_API_COMPAT values
2016-05-23  Rich SalzRemove unused error/function codes.
2016-05-17  Rich SalzCopyright consolidation 03/10
2016-04-18  Rich SalzRename some lowercase API's
2016-03-20  Rich SalzRemove #error from include files.
2016-03-08  Alessandro GhediniConvert RSA blinding to new multi-threading API
2016-03-08  Alessandro GhediniConvert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API
2016-02-02  Dr. Stephen HensonNew BN functions.
2016-01-30  Rich SalzMove more BN internals to bn_lcl.h
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-08  Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2015-11-26  Matt CaswellAdd documentation for BN_with_flags
2015-06-23  Rich SalzMore secure storage of key material.
2015-05-22  Matt CaswellReject negative shifts for BN_rshift and BN_lshift
2015-05-15  Rich SalzRemove unused #ifdef's from header files
2015-04-27  Emilia KasperError checking and memory leak fixes in NISTZ256.
2015-03-31  Richard LevitteStop symlinking, move files to intended directory