]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/fips/fipsprov.c
Add a nid 2 algorithm name mapping capability
[thirdparty/openssl.git] / providers / fips / fipsprov.c
2019-06-28  Matt CaswellAdd a nid 2 algorithm name mapping capability
2019-06-28  Matt CaswellCall RAND_DRBG_bytes from inside the FIPS provider
2019-06-24  PauliChange OSSL_PARAM return size to not be a pointer.
2019-06-19  Matt CaswellDon't create an OPENSSL_CTX twice
2019-06-18  Rich SalzChange ERR_add_error_[v]data to append
2019-06-17  Matt CaswellTell the FIPS provider about thread stop events
2019-06-17  Richard LevitteReplumbing: Adapt the FIPS module to use the library...
2019-06-12  Matt CaswellAdd some dummy BIGNUM calls from inside the FIPS provider
2019-06-04  Shane LontisMove digests to providers
2019-06-03  Matt CaswellMake basic AES ciphers available from within the FIPS...
2019-05-23  Matt CaswellAdd more commentary about recursive Provider intialisat...
2019-05-23  Matt CaswellMake some EVP code available from within the FIPS module
2019-05-23  Matt CaswellMake core code available within the FIPS module
2019-04-30  Richard LevitteReplumbing: give the possibility for the provider to...
2019-04-04  Matt CaswellCreate a FIPS provider and put SHA256 in it