aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* A lot of things are undeclared unless x509.h is included.Richard Levitte2001-10-021-0/+1
* Hmm, everything "open" isn't necessarely "openssl" :-).Richard Levitte2001-10-021-1/+1
* Woopsie...Richard Levitte2001-10-011-1/+1
* sk_ENGINE_CLEANUP_ITEM_pop_free() is duplicated in ENGINE_cleanup().Richard Levitte2001-10-011-9/+7
* Addapt seldom compiled code to new semantics of the key schedule (notRichard Levitte2001-10-012-19/+19
* Some new symbols have very long names...Richard Levitte2001-10-011-0/+6
* o_time.c contains symbols with dollar signs in them, so we must tellRichard Levitte2001-10-011-1/+1
* The cleanup stack in ENGINE changed slightly, so this "make update" isGeoff Thorpe2001-10-011-19/+19
* The STACK macros take care of casting to and from the designated item typeGeoff Thorpe2001-10-012-9/+28
* Constify EVP_SealInit, EVP_OpenInitDr. Stephen Henson2001-09-283-4/+4
* Support fractional seconds in GeneralizedTimeDr. Stephen Henson2001-09-281-0/+13
* Synchronise with Unixly build.Richard Levitte2001-09-271-3/+7
* The #error message must match a very specific regexp (see mkdef.pl,Richard Levitte2001-09-261-1/+1
* Don't clean up stuff twice.Ben Laurie2001-09-262-2/+13
* Fixes.Ben Laurie2001-09-261-2/+7
* Fix warning.Ben Laurie2001-09-261-1/+1
* "FALLBACK" handling was a hack that was thrown out long ago in theGeoff Thorpe2001-09-251-17/+1
* Fiddling.Geoff Thorpe2001-09-251-1/+1
* This change puts the original OpenBSD /dev/crypto support that was inGeoff Thorpe2001-09-251-13/+477
* This change adds dummy RC4 and SHA1 support to the "openssl" ENGINE forGeoff Thorpe2001-09-251-9/+224
* This changes EVP's cipher and digest code to hook via the ENGINE support.Geoff Thorpe2001-09-257-31/+170
* This change adds cipher and digest support into ENGINE using theGeoff Thorpe2001-09-258-8/+381
* indentation.Geoff Thorpe2001-09-251-1/+1
* "make update".Geoff Thorpe2001-09-256-15/+23
* This commits changes to various parts of libcrypto required by the recentGeoff Thorpe2001-09-2517-357/+245
* This commits the changes to STACK macros forced by recent ENGINE surgery.Geoff Thorpe2001-09-251-19/+39
* This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe2001-09-2524-1448/+2090
* Some major restructuring changes to ENGINE, including integrated cipher andGeoff Thorpe2001-09-251-275/+208
* Fix AES CBC mode EVP_CIPHER structures: the IV length is alwaysDr. Stephen Henson2001-09-251-2/+2
* In case of memory problems, the va_start() wasn't cleaned with a va_end().Richard Levitte2001-09-241-1/+2
* 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