EVP_MAC: Add HMAC implementation
[openssl.git] / crypto / include / internal / bn_int.h
2018-09-11 Matt CaswellUpdate copyright year
2018-08-23 Andy Polyakovcrypto/bn: add more fixed-top routines.
2018-07-22 Andy Polyakovbn/bn_intern.c: const-ify bn_set_{static}_words.
2018-07-18 Andy Polyakovec/ecdsa_ossl.c: revert blinding in ECDSA signature.
2018-07-12 Andy Polyakovbn/bn_{mont|exp}.c: switch to zero-padded intermediate...
2018-06-22 Nicola TuveriRemove __cplusplus preamble from internal headers
2017-02-28 Matt CaswellRemove dead code in bn
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-02-29 Matt CaswellFix BN_hex2bn/BN_dec2bn NULL ptr/heap corruption
2015-04-27 Emilia KasperError checking and memory leak fixes in NISTZ256.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-08 Matt CaswellMove bn internal functions into bn_int.h and bn_lcl.h
2014-12-08 Matt CaswellPrepare for bn opaquify. Implement internal helper...