summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_vms.c
AgeCommit message (Expand)Author
2020-06-24rand: move rand_{unix,vms,vxworks,win}.c without change to preserve historyDr. Matthias St. Pierre
2020-04-23Update copyright yearMatt Caswell
2020-04-16Put sys-specific files in build.infoRich Salz
2019-12-11Fix some typosVeres Lajos
2019-11-02VMS: Added new method to gather entropy on VMS, based on SYS$GET_ENTROPY.Richard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-03-29Clear seed source structures.Pauli
2019-03-15VMS: only use the high precision on VMS v8.4 and upDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/rand/Richard Levitte
2018-09-15VMS: only use the high precision on VMS v8.4 and upRichard Levitte
2018-06-27Modify the DEVRANDOM source so that the files are kept open persistently.Pauli
2018-05-08VMS rand: assign before check, not the other way aroundRichard Levitte
2018-05-03VMS: modernise rand_pool_acquire_entropy, step 2Richard Levitte
2018-05-03VMS: modernise rand_pool_acquire_entropy, step 1Richard Levitte
2018-05-02Change rand_pool_bytes_needed to handle less entropy than 1 per 8 bitsRichard Levitte
2018-04-13DRBG: implement a get_nonce() callbackDr. Matthias St. Pierre
2018-04-04Remove ambiguity in rand_pool_add[_end] return valueRichard Levitte
2018-04-03VMS: stricter acquisition of entropy for the poolRichard Levitte
2018-03-20Update copyright yearMatt Caswell
2018-03-20crypto/rand/rand_vms.c: include "internal/rand_int.h"Richard Levitte
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre
2017-10-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre
2017-08-28RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-07-22Add --with-rand-seedRich Salz
2017-07-15Start to overhaul RAND APIRich Salz
2016-08-04VSI submission: make the VMS version of RAND_poll() faster and more secureRichard Levitte
2016-05-17Copyright consolidation 09/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte
2005-01-12Correct a faulty address assignment, and add a length check (notRichard Levitte
2001-05-15Do not forget to increment the pointers...Richard Levitte
2001-05-15Low-case the names of the system routines, since some versions ofRichard Levitte
2001-05-14Make it so the compiler doesn't inform me about the dollars in someRichard Levitte
2001-05-13A randomizer for OpenVMS, using the statistics that are easilyRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-01-08Change RAND_poll for Unix to try a number of devices and only readRichard Levitte