aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
Commit message (Expand)AuthorAgeFilesLines
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-302-0/+12
* make updateRichard Levitte2002-12-291-72/+35
* Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte2002-12-031-1/+1
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-281-1/+3
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-283-5/+5
* WinCE patchesRichard Levitte2002-11-151-27/+46
* Close the implicitely opened registry key.Richard Levitte2002-11-141-1/+10
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-132-3/+4
* Complete the VxWorks fix by implementing a NULL RAND_poll() for it.Richard Levitte2002-10-142-1/+8
* Add a few more VxWorks targets.Richard Levitte2002-10-092-2/+2
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* use OPENSSL_SYS_MSDOS rather than __DJGPP__ to disable egd, this is notUlf Möller2002-09-221-1/+1
* make updateBodo Möller2002-08-091-3/+3
* "make update"Lutz Jänicke2002-07-301-7/+7
* OPENSSL_SYS_WIN32 is important so util/mkdef.pl can detect itRichard Levitte2002-07-181-1/+1
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-35/+72
* opensslconf.h doesn't define what we want, e_os2.h does.Richard Levitte2002-06-271-1/+1
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* When compiling for Windows, make sure we have the windows definitions declared.Richard Levitte2002-06-271-1/+6
* <sys/select.h> is included for AIX, when USE_SOCKETS is defined.Lutz Jänicke2002-06-201-0/+1
* AIX (V3) requires <sys/select.h> (included via e_os.h) for fd_set.Lutz Jänicke2002-06-201-0/+1
* Add support for DJGPP.Richard Levitte2002-06-131-1/+1
* Use OPENSSL_SYS_VMS instead of just VMSRichard Levitte2002-05-221-1/+1
* 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