aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify preprocessor statements.Bodo Möller2000-12-171-6/+4
* Do not poll DEVRANDOM if weäre building without an file pointer API.Richard Levitte2000-12-161-0/+6
* fix for Borland CUlf Möller2000-11-291-1/+1
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-2/+1
* Set the CryptoAPI randomness estimate back to 0.Ulf Möller2000-11-041-1/+1
* increase the value a bitUlf Möller2000-11-031-1/+1
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-263-21/+59
* Do a favor to those who get weird compiles and report if RAND_pseudo_bytesRichard Levitte2000-10-101-1/+8
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* Changes by Jeffrey Altman <jaltman@columbia.edu> to make RAND_poll()Richard Levitte2000-09-211-69/+107
* Going through performance statistics sometimes generates an exception,Richard Levitte2000-09-181-3/+7
* cyclecount is only used when __GNUC__ isn't defined.Richard Levitte2000-09-181-1/+2
* Disable the net statistics gathering code, since different compilersRichard Levitte2000-09-181-1/+14
* Jeffrey Altman reminds us to initialize some variables and ercommends the use...Richard Levitte2000-09-181-9/+19
* Jeffrey Altman <jaltman@columbia.edu> sent me a patch that fixes theRichard Levitte2000-09-171-9/+83
* Later, Jeffrey changed his mind. Apparently, GetCursorInfo exists butRichard Levitte2000-09-151-1/+13
* Jeffrey Altman points out that GetQueueStatus() crashes on NT.Ulf Möller2000-09-151-9/+0
* Jeffrey Altman convinced me this patch was really needed, or there isRichard Levitte2000-09-141-9/+24
* Point to Peter Gutmann's revised paper.Ulf Möller2000-09-131-0/+1
* 3 changes:Richard Levitte2000-09-131-2/+15
* Don't include e_os.h before the system headersRichard Levitte2000-09-111-2/+1
* A cast is needed or Borland C will complain.Richard Levitte2000-09-111-1/+1
* 'make update'Richard Levitte2000-09-071-2/+6
* Make sure that 'initialized' is zeroed as well when cleaning up.Richard Levitte2000-08-081-0/+1
* Looks like Win32 builds do not define THREADS. However, they're stillRichard Levitte2000-07-271-1/+1
* There's a deadlock when ssleay_rand_bytes is called the first time, sinceRichard Levitte2000-07-261-4/+14
* Fix warnings.Dr. Stephen Henson2000-07-261-1/+1