summaryrefslogtreecommitdiffstats
path: root/crypto/include/internal/bn_int.h
AgeCommit message (Expand)Author
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2019-03-21fixed mismatching #ifdef cppShane Lontis
2019-03-12FIPS 186-4 RSA Generation & ValidationShane Lontis
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte
2018-12-05bn/bn_{div|shift}.c: introduce fixed-top interfaces.Andy Polyakov
2018-09-11Update copyright yearMatt Caswell
2018-08-23crypto/bn: add more fixed-top routines.Andy Polyakov
2018-07-22bn/bn_intern.c: const-ify bn_set_{static}_words.Andy Polyakov
2018-07-18ec/ecdsa_ossl.c: revert blinding in ECDSA signature.Andy Polyakov
2018-07-12bn/bn_{mont|exp}.c: switch to zero-padded intermediate vectors.Andy Polyakov
2018-06-22Remove __cplusplus preamble from internal headersNicola Tuveri
2017-02-28Remove dead code in bnMatt Caswell
2016-05-17Copyright consolidation 05/10Rich Salz
2016-02-29Fix BN_hex2bn/BN_dec2bn NULL ptr/heap corruptionMatt Caswell
2015-04-27Error checking and memory leak fixes in NISTZ256.Emilia Kasper
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08Move bn internal functions into bn_int.h and bn_lcl.hMatt Caswell
2014-12-08Prepare for bn opaquify. Implement internal helper functions.Matt Caswell