summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2001-09-13avoid "statement not reached" warningBodo Möller
2001-09-12ENGINE uses a very opaque design, so we can predeclare the structure typeGeoff Thorpe
2001-09-12ENGINE files were renamed, and error strings are now in eng_err.cGeoff Thorpe
2001-09-12Add certificate and request demos.Dr. Stephen Henson
2001-09-10make updateGeoff Thorpe
2001-09-10enginetest needs 'memset' defined.Geoff Thorpe
2001-09-10missed one fileUlf Möller
2001-09-10fix memory leak (I think)Bodo Möller
2001-09-10remove an old commentBodo Möller
2001-09-10avoid warning ('const' discarded)Bodo Möller
2001-09-10typoBodo Möller
2001-09-10Get rid of hazardous EVP_DigestInit_dbg/EVP_DigestInit caseBodo Möller
2001-09-10Get rid of hazardous EVP_DigestInit_dbg/EVP_DigestInit caseBodo Möller
2001-09-10copyrightBodo Möller
2001-09-10Delete pointless castsBodo Möller
2001-09-10Fix apps/openssl.c and ssl/ssltest.c so that they useBodo Möller
2001-09-08Replace old (and invalid) copyright notice.Dr. Stephen Henson
2001-09-07The various hash #includes in rand_lcl.h *are* needed despiteBodo Möller
2001-09-07Add a cleanup function for MDs.Ben Laurie
2001-09-07Remove duplication.Ben Laurie
2001-09-07Now need sha.h for some reason.Ben Laurie
2001-09-07Redo type-safety fix.Ben Laurie
2001-09-07make engine file names unique in 8.3Ulf Möller
2001-09-06unused functionUlf Möller
2001-09-06include the proper header fileUlf Möller
2001-09-06double definitionUlf Möller
2001-09-06Avoid strdup.Bodo Möller
2001-09-06Totally get rid of CRYPTO_LOCK_ERR_HASH.Bodo Möller
2001-09-06improve OAEP checkBodo Möller
2001-09-06fix formatting so that the file can be view with any tab-widthBodo Möller
2001-09-05This adds "destroy" handlers to the existing ENGINEs that load their ownGeoff Thorpe
2001-09-05ENGINE's init() and finish() handler functions are used when the ENGINE isGeoff Thorpe
2001-09-05Change DH_up() -> DH_up_ref()Geoff Thorpe
2001-09-05"DH_up" had been changed to "DH_up_ref" in libeay.num but the functionGeoff Thorpe
2001-09-05Solaris <string.h> does not declare 'strdup' if _XOPEN_SOURCE isBodo Möller
2001-09-05bug fix: bn_sqr_recursive output is twice its input size.Ulf Möller
2001-09-05Use GCC 2.95/3.0 optimizationUlf Möller
2001-09-04strsep implementation to allow the file to compile on non-BSD systemsUlf Möller
2001-09-04Make the 'dynamic' ENGINE bundle up the loading application/library'sGeoff Thorpe
2001-09-04Add a "_up" -> "_up_ref" change to libeay.num that was missing from theGeoff Thorpe
2001-09-04typoBodo Möller
2001-09-04Now that we have ERR_unload_strings(), ERR_load_ERR_strings() mustBodo Möller
2001-09-04changing something requires a write lock, not a read lockBodo Möller
2001-09-04OpenSSL copyright notices ...Bodo Möller
2001-09-04delete redundant ERR_load_CRYPTO_strings() prototypeBodo Möller
2001-09-03This changes the existing hardware ENGINE implementations to dynamicallyGeoff Thorpe
2001-09-03This change adds a new ENGINE called "dynamic" that allows new ENGINEGeoff Thorpe
2001-09-03Add a new ERR function, "ERR_unload_strings", to complement the existingGeoff Thorpe
2001-09-03Correct a typo.Geoff Thorpe
2001-09-03Rename recently introduced functions for improved code clarity:Bodo Möller