summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
2001-05-15Increase ENTROPY_NEEDED to support Rijndael's larger key size.Lutz Jänicke
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-05-06make updateRichard Levitte
2001-05-03Some platforms (most notably Windows) do not have a $HOME by default.Richard Levitte
2001-04-30In RSA, DSA, DH, and RAND - if the "***_new()" function fails because theGeoff Thorpe
2001-04-18fix md_rand.c locking bugsBodo Möller
2001-04-18Some more tweaks from ENGINE code.Geoff Thorpe
2001-04-17'make update'Geoff Thorpe
2001-04-03Make sure OPENSSL_SYS_... is defined when we need it.Bodo Möller
2001-03-24make updateRichard Levitte
2001-03-21Use stdlib.h to get size_t.Richard Levitte
2001-03-18New cofiguration for Unixwre and SCO,with slightly better granularity. Contr...Richard Levitte
2001-03-15error codes are longs, not intsBodo Möller
2001-03-10Typo.Dr. Stephen Henson
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller
2001-03-08old MSVC versions don't have rdtscUlf Möller
2001-03-05Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller
2001-02-26make updateRichard Levitte
2001-02-22undo previous change: "e_os.h" is now the official name for the fileBodo Möller
2001-02-22include e_os.h as "openssl/e_os.h" (as elsewhere)Bodo Möller
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
2001-02-22Since RAND_file_name() uses strlen, make sure the number that'sRichard Levitte
2001-02-20Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make sure time() is properly declared.Richard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-14New function OPENSSL_issetugid(). Needs more work.Ulf Möller
2001-02-08use <= instead of ==Ulf Möller
2001-02-08point out that RAND_load_file() etc are only for seed files, not forUlf Möller
2001-02-07Modify access to EGD socket to deal with EINTR etc that can appearLutz Jänicke
2001-02-04Make depend.Ben Laurie
2001-01-12Disable RegQueryValueEx() call.Bodo Möller
2001-01-11OCSP basic response verify. Very incompleteDr. Stephen Henson
2001-01-09Add automatic query of EGD sockets to RAND_poll(). The EGD sockets areLutz Jänicke
2001-01-09Don't cheat: when only getting several bytes from each source, n is incrementedLutz Jänicke
2001-01-08Change RAND_poll for Unix to try a number of devices and only readRichard Levitte
2000-12-17Simplify preprocessor statements.Bodo Möller
2000-12-16Do not poll DEVRANDOM if weäre building without an file pointer API.Richard Levitte
2000-11-29fix for Borland CUlf Möller
2000-11-12in some new file names the first 8 characters were not uniqueUlf Möller
2000-11-04Set the CryptoAPI randomness estimate back to 0.Ulf Möller
2000-11-03increase the value a bitUlf Möller
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-10-10Do a favor to those who get weird compiles and report if RAND_pseudo_bytesRichard Levitte
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte
2000-09-21Changes by Jeffrey Altman <jaltman@columbia.edu> to make RAND_poll()Richard Levitte
2000-09-18Going through performance statistics sometimes generates an exception,Richard Levitte