summaryrefslogtreecommitdiffstats
path: root/include/openssl/bn.h
AgeCommit message (Expand)Author
2020-09-22Update copyright yearMatt Caswell
2020-06-21Refactor BN_R_NO_INVERSE logic in internal functionsNicola Tuveri
2018-07-26Make number of Miller-Rabin tests for a prime tests depend on the security le...Kurt Roeckx
2018-02-13Update copyright yearMatt Caswell
2018-02-09Remove redundant declarations of ERR_load_*_strings()Nick Mathewson
2017-09-24Update comments to match function parameter namesSaagar Jha
2017-08-03Add RAND_priv_bytes() for private keysRich Salz
2017-07-03BN_pseudo_rand is really BN_randRich Salz
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-06-07make error tables const and separate header fileRich Salz
2016-08-10Add #defines for magic numbers in API.Rich Salz
2016-08-05spelling fixes, just comments and readme.klemens
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-06-27Fix some OPENSSL_API_COMPAT valuesMatt Caswell
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-17Copyright consolidation 03/10Rich Salz
2016-04-18Rename some lowercase API'sRich Salz
2016-03-20Remove #error from include files.Rich Salz
2016-03-08Convert RSA blinding to new multi-threading APIAlessandro Ghedini
2016-03-08Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini
2016-02-02New BN functions.Dr. Stephen Henson
2016-01-30Move more BN internals to bn_lcl.hRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni
2015-11-26Add documentation for BN_with_flagsMatt Caswell
2015-06-23More secure storage of key material.Rich Salz
2015-05-22Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell
2015-05-15Remove unused #ifdef's from header filesRich Salz
2015-04-27Error checking and memory leak fixes in NISTZ256.Emilia Kasper
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte