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