aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/bn.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-02-06Fix builds with no-dhMatt Caswell1-9/+11
2019-11-07Update the check surround the BN_zero() implementationRichard Levitte1-1/+1
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte1-2/+2
2019-11-07Update source files for deprecation at 3.0Richard Levitte1-4/+4
2019-10-14Add BN_check_prime()Kurt Roeckx1-13/+16
2019-09-28Add legacy include guards to public header filesDr. Matthias St. Pierre1-0/+6
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2019-09-28Reorganize public header files (part 1)Dr. Matthias St. Pierre1-1/+1
2019-07-15Make sure all BIGNUM operations work within the FIPS providerMatt Caswell1-0/+3
2019-07-02Make BIGNUM rand functions available within the FIPS moduleMatt Caswell1-0/+4
2019-06-12Create BN_CTX_new_ex() and BN_CTX_secure_new_ex()Matt Caswell1-0/+2
2019-02-26Add BN_native2bn and BN_bn2nativepad, for native BIGNUM import/exportRichard Levitte1-0/+2
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte1-1/+1
2018-12-06Refactor the computation of API version limitsRichard Levitte1-3/+3
2018-07-26Make number of Miller-Rabin tests for a prime tests depend on the security le...Kurt Roeckx1-18/+69
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-02-09Remove redundant declarations of ERR_load_*_strings()Nick Mathewson1-1/+0
2017-09-24Update comments to match function parameter namesSaagar Jha1-1/+1
2017-08-03Add RAND_priv_bytes() for private keysRich Salz1-0/+2
2017-07-03BN_pseudo_rand is really BN_randRich Salz1-1/+1
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz1-14/+1
2017-06-07make error tables const and separate header fileRich Salz1-76/+1
2016-08-10Add #defines for magic numbers in API.Rich Salz1-0/+9
2016-08-05spelling fixes, just comments and readme.klemens1-1/+1
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+1
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY1-1/+1
2016-06-27Fix some OPENSSL_API_COMPAT valuesMatt Caswell1-1/+1
2016-05-23Remove unused error/function codes.Rich Salz1-5/+3
2016-05-17Copyright consolidation 03/10Rich Salz1-107/+7
2016-04-18Rename some lowercase API'sRich Salz1-8/+19
2016-03-20Remove #error from include files.Rich Salz1-1/+1
2016-03-08Convert RSA blinding to new multi-threading APIAlessandro Ghedini1-5/+6
2016-03-08Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini1-1/+1
2016-02-02New BN functions.Dr. Stephen Henson1-0/+3
2016-01-30Move more BN internals to bn_lcl.hRich Salz1-107/+6
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni1-26/+17
2015-11-26Add documentation for BN_with_flagsMatt Caswell1-2/+4
2015-06-23More secure storage of key material.Rich Salz1-0/+3
2015-05-22Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell1-0/+3
2015-05-15Remove unused #ifdef's from header filesRich Salz1-4/+0
2015-04-27Error checking and memory leak fixes in NISTZ256.Emilia Kasper1-0/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte1-0/+759