aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
Commit message (Expand)AuthorAgeFilesLines
* Avoid race condition.Bodo Möller2001-07-241-4/+2
* make updateRichard Levitte2001-07-101-0/+20
* EVP_Digest() takes one more parameter.Richard Levitte2001-07-101-4/+4
* Fix PRNG.Bodo Möller2001-07-101-21/+29
* [Forgotten commits?]Richard Levitte2001-07-021-2/+2
* Changes to have OpenSSL compile on OS/2.Richard Levitte2001-07-012-1/+148
* make updateRichard Levitte2001-06-231-21/+56
* Fix memory leak when RAND is used: need to cleanupDr. Stephen Henson2001-06-211-2/+3
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-192-44/+15
* ERR_peek_error() returns "unsigned long".Lutz Jänicke2001-06-071-1/+2
* 'make update'Richard Levitte2001-06-051-7/+10
* Increase ENTROPY_NEEDED to support Rijndael's larger key size.Lutz Jänicke2001-05-151-1/+1
* Do not forget to increment the pointers...Richard Levitte2001-05-151-0/+2
* Low-case the names of the system routines, since some versions ofRichard Levitte2001-05-151-2/+2
* Make it so the compiler doesn't inform me about the dollars in someRichard Levitte2001-05-141-0/+3
* A randomizer for OpenVMS, using the statistics that are easilyRichard Levitte2001-05-131-5/+63
* make updateRichard Levitte2001-05-061-5/+7
* Some platforms (most notably Windows) do not have a $HOME by default.Richard Levitte2001-05-031-1/+7
* In RSA, DSA, DH, and RAND - if the "***_new()" function fails because theGeoff Thorpe2001-04-303-2/+7
* fix md_rand.c locking bugsBodo Möller2001-04-182-20/+54
* Some more tweaks from ENGINE code.Geoff Thorpe2001-04-182-8/+8
* 'make update'Geoff Thorpe2001-04-171-2/+2
* Make sure OPENSSL_SYS_... is defined when we need it.Bodo Möller2001-04-031-0/+1
* make updateRichard Levitte2001-03-241-2/+2
* Use stdlib.h to get size_t.Richard Levitte2001-03-211-7/+1
* New cofiguration for Unixwre and SCO,with slightly better granularity. Contr...Richard Levitte2001-03-181-0/+7
* error codes are longs, not intsBodo Möller2001-03-151-2/+2
* Typo.Dr. Stephen Henson2001-03-101-1/+1
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* old MSVC versions don't have rdtscUlf Möller2001-03-081-1/+2
* Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller2001-03-051-4/+3
* make updateRichard Levitte2001-02-261-11/+10
* undo previous change: "e_os.h" is now the official name for the fileBodo Möller2001-02-221-1/+1
* include e_os.h as "openssl/e_os.h" (as elsewhere)Bodo Möller2001-02-221-1/+1
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-222-13/+13
* Since RAND_file_name() uses strlen, make sure the number that'sRichard Levitte2001-02-222-13/+11
* Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte2001-02-201-4/+4
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-206-10/+10
* Make sure time() is properly declared.Richard Levitte2001-02-191-0/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-195-17/+22
* New function OPENSSL_issetugid(). Needs more work.Ulf Möller2001-02-141-10/+14
* use <= instead of ==Ulf Möller2001-02-081-1/+1
* point out that RAND_load_file() etc are only for seed files, not forUlf Möller2001-02-081-0/+3
* Modify access to EGD socket to deal with EINTR etc that can appearLutz Jänicke2001-02-071-67/+156
* Make depend.Ben Laurie2001-02-041-6/+15
* Disable RegQueryValueEx() call.Bodo Möller2001-01-121-0/+5
* OCSP basic response verify. Very incompleteDr. Stephen Henson2001-01-111-1/+1
* Add automatic query of EGD sockets to RAND_poll(). The EGD sockets areLutz Jänicke2001-01-093-12/+67
* Don't cheat: when only getting several bytes from each source, n is incrementedLutz Jänicke2001-01-091-2/+5
* Change RAND_poll for Unix to try a number of devices and only readRichard Levitte2001-01-084-51/+283