Reorganize private crypto header files
[openssl.git] / crypto / rand / rand_vms.c
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-03-29 PauliClear seed source structures.
2019-03-15 Dr. Matthias St... VMS: only use the high precision on VMS v8.4 and up
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-15 Richard LevitteVMS: only use the high precision on VMS v8.4 and up
2018-06-26 PauliModify the DEVRANDOM source so that the files are kept...
2018-05-08 Richard LevitteVMS rand: assign before check, not the other way around
2018-05-03 Richard LevitteVMS: modernise rand_pool_acquire_entropy, step 2
2018-05-03 Richard LevitteVMS: modernise rand_pool_acquire_entropy, step 1
2018-05-02 Richard LevitteChange rand_pool_bytes_needed to handle less entropy...
2018-04-13 Dr. Matthias St... DRBG: implement a get_nonce() callback
2018-04-04 Richard LevitteRemove ambiguity in rand_pool_add[_end] return value
2018-04-03 Richard LevitteVMS: stricter acquisition of entropy for the pool
2018-03-20 Matt CaswellUpdate copyright year
2018-03-20 Richard Levittecrypto/rand/rand_vms.c: include "internal/rand_int.h"
2018-03-15 Dr. Matthias St... Publish the RAND_DRBG API
2017-10-18 Dr. Matthias St... Fix reseeding issues of the public RAND_DRBG
2017-08-28 Dr. Matthias St... RAND: Rename the RAND_poll_ex() callback and its typedef
2017-08-03 Rich SalzSwitch from ossl_rand to DRBG rand
2017-07-22 Rich SalzAdd --with-rand-seed
2017-07-15 Rich SalzStart to overhaul RAND API
2016-08-04 Richard LevitteVSI submission: make the VMS version of RAND_poll(...
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2011-03-19 Richard LevitteAfter some adjustments, apply the changes OpenSSL 1...
2005-01-12 Richard LevitteCorrect a faulty address assignment, and add a length...
2001-05-15 Richard LevitteDo not forget to increment the pointers...
2001-05-15 Richard LevitteLow-case the names of the system routines, since some...
2001-05-14 Richard LevitteMake it so the compiler doesn't inform me about the...
2001-05-13 Richard LevitteA randomizer for OpenVMS, using the statistics that...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-01-08 Richard LevitteChange RAND_poll for Unix to try a number of devices...