summaryrefslogtreecommitdiff
path: root/crypto/rand
Commit message (Expand)AuthorAgeFilesLines
* Typo, I believeRichard Levitte2002-11-061-1/+1
* Recent changes from HEAD. The VMS procedures are probably broken, toRichard Levitte2002-10-312-1/+8
* Latest changes from main trunkRichard Levitte2002-10-113-3/+3
* Merge in recent changes from main.Richard Levitte2002-10-021-1/+1
* Merge in all the changes from HEAD.Richard Levitte2002-08-131-5/+5
* Merge in the latest changes from HEAD.Richard Levitte2002-07-182-36/+78
* Recent changes from HEAD.Richard Levitte2002-06-252-1/+3
* Bug corrections.Richard Levitte2002-05-231-7/+13
* Compaq sent a rather large patch, and here are the contents, adaptedRichard Levitte2002-05-222-21/+142
* disable '#ifdef DEBUG' sectionsBodo Möller2002-02-211-3/+3
* Add the configuration target VxWorks.Richard Levitte2002-02-141-1/+5
* ECDSA supportBodo Möller2002-02-131-6/+7
* Like MD_Init, MD now must include a NULL engine pointer in its definition.Bodo Möller2001-10-251-4/+4
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-5/+5
* 'make update'Richard Levitte2001-10-041-27/+30
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-041-1/+1
* "make update".Geoff Thorpe2001-09-251-3/+6
* This commits changes to various parts of libcrypto required by the recentGeoff Thorpe2001-09-252-26/+51
* make updateGeoff Thorpe2001-09-101-12/+12
* copyrightBodo Möller2001-09-101-1/+1
* The various hash #includes in rand_lcl.h *are* needed despiteBodo Möller2001-09-072-2/+4
* Now need sha.h for some reason.Ben Laurie2001-09-071-0/+1
* make engine file names unique in 8.3Ulf Möller2001-09-071-15/+24
* include the proper header fileUlf Möller2001-09-061-5/+2
* Start to reduce some of the header bloat.Ben Laurie2001-08-053-26/+14
* Header bloat reduction for EVP_PKEY.Ben Laurie2001-08-031-20/+13
* make updateRichard Levitte2001-07-311-5/+8
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-303-76/+43
* md_rand.c thread safetyBodo Möller2001-07-251-2/+21
* 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