aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* commentsBodo Möller2001-09-201-1/+3
* Some of the ENGINE file names were changed for 8.3 filename uniquenessGeoff Thorpe2001-09-1416-24/+24
* Fix a typo in the preprocessor logic in eng_list.c that had left RSA, DSA,Geoff Thorpe2001-09-141-2/+2
* Add a SHA1 test to evptests.txt - only the MD5 hash algorithm was beingGeoff Thorpe2001-09-141-0/+3
* 'evp_test' needs to initialise and cleanup EVP_CIPHER_CTX structures. Also,Geoff Thorpe2001-09-141-2/+12
* avoid "statement not reached" warningBodo Möller2001-09-131-1/+0
* ENGINE uses a very opaque design, so we can predeclare the structure typeGeoff Thorpe2001-09-122-7/+2
* ENGINE files were renamed, and error strings are now in eng_err.cGeoff Thorpe2001-09-121-1/+1
* Add certificate and request demos.Dr. Stephen Henson2001-09-121-1/+1
* make updateGeoff Thorpe2001-09-101-12/+12
* enginetest needs 'memset' defined.Geoff Thorpe2001-09-101-0/+1
* missed one fileUlf Möller2001-09-101-864/+0
* fix memory leak (I think)Bodo Möller2001-09-101-16/+24
* remove an old commentBodo Möller2001-09-101-2/+1
* avoid warning ('const' discarded)Bodo Möller2001-09-101-2/+2
* typoBodo Möller2001-09-101-0/+1
* Get rid of hazardous EVP_DigestInit_dbg/EVP_DigestInit caseBodo Möller2001-09-101-6/+0
* Get rid of hazardous EVP_DigestInit_dbg/EVP_DigestInit caseBodo Möller2001-09-101-34/+78
* copyrightBodo Möller2001-09-101-1/+1
* Delete pointless castsBodo Möller2001-09-101-2/+2
* Fix apps/openssl.c and ssl/ssltest.c so that they useBodo Möller2001-09-101-5/+8
* Replace old (and invalid) copyright notice.Dr. Stephen Henson2001-09-081-5/+55
* The various hash #includes in rand_lcl.h *are* needed despiteBodo Möller2001-09-072-2/+4
* Add a cleanup function for MDs.Ben Laurie2001-09-0713-7/+39
* Remove duplication.Ben Laurie2001-09-071-1/+0
* Now need sha.h for some reason.Ben Laurie2001-09-071-0/+1
* Redo type-safety fix.Ben Laurie2001-09-071-2/+1
* make engine file names unique in 8.3Ulf Möller2001-09-0711-109/+977
* unused functionUlf Möller2001-09-061-1/+0
* include the proper header fileUlf Möller2001-09-061-5/+2
* double definitionUlf Möller2001-09-061-1/+0
* Avoid strdup.Bodo Möller2001-09-061-14/+6
* Totally get rid of CRYPTO_LOCK_ERR_HASH.Bodo Möller2001-09-063-60/+72
* improve OAEP checkBodo Möller2001-09-061-12/+27
* fix formatting so that the file can be view with any tab-widthBodo Möller2001-09-061-129/+129
* This adds "destroy" handlers to the existing ENGINEs that load their ownGeoff Thorpe2001-09-055-6/+97
* ENGINE's init() and finish() handler functions are used when the ENGINE isGeoff Thorpe2001-09-053-0/+18
* Change DH_up() -> DH_up_ref()Geoff Thorpe2001-09-051-2/+2
* "DH_up" had been changed to "DH_up_ref" in libeay.num but the functionGeoff Thorpe2001-09-052-2/+2
* Solaris <string.h> does not declare 'strdup' if _XOPEN_SOURCE isBodo Möller2001-09-051-1/+1
* bug fix: bn_sqr_recursive output is twice its input size.Ulf Möller2001-09-051-1/+1
* Use GCC 2.95/3.0 optimizationUlf Möller2001-09-051-1/+2
* strsep implementation to allow the file to compile on non-BSD systemsUlf Möller2001-09-041-2/+33
* Make the 'dynamic' ENGINE bundle up the loading application/library'sGeoff Thorpe2001-09-042-8/+40
* Add a "_up" -> "_up_ref" change to libeay.num that was missing from theGeoff Thorpe2001-09-043-5/+5
* typoBodo Möller2001-09-041-1/+1
* Now that we have ERR_unload_strings(), ERR_load_ERR_strings() mustBodo Möller2001-09-041-22/+24
* changing something requires a write lock, not a read lockBodo Möller2001-09-041-7/+15
* OpenSSL copyright notices ...Bodo Möller2001-09-042-1/+54
* delete redundant ERR_load_CRYPTO_strings() prototypeBodo Möller2001-09-041-1/+0