Update source files for deprecation at 3.0
[openssl.git] / include / openssl / bn.h
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