]> git.ipfire.org Git - thirdparty/openssl.git/history - include/openssl/rand_drbg.h
Fix header file include guard names
[thirdparty/openssl.git] / include / openssl / rand_drbg.h
2019-09-28  Dr. Matthias St... Fix header file include guard names
2019-09-28  Dr. Matthias St... Reorganize public header files (part 1)
2019-06-07  Matt CaswellConvert drbg_lib to use OPENSSL_CTX for its global...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06  Richard LevitteRefactor the computation of API version limits
2018-12-06  Richard LevitteSwitch future deprecation version from 1.2.0 to 3.0
2018-10-30  Dr. Matthias St... rand_drbg.h: include <openssl/obj_mac.h>
2018-09-27  Shane LontisAdded DRBG_HMAC & DRBG_HASH + Added defaults for settin...
2018-09-12  Dr. Matthias St... Replace the public RAND_DRBG_USED_FLAGS #define by...
2018-03-29  Dr. Matthias St... Add documentation for the RAND_DRBG API
2018-03-17  Kurt RoeckxPropagate the request for prediction resistance to...
2018-03-16  Dr. Matthias St... RAND_DRBG: add a function for setting the default DRBG...
2018-03-15  Dr. Matthias St... Publish the RAND_DRBG API