aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Modernise and fix (ancient) "maurice" demos.Dr. Stephen Henson2001-09-282-8/+3
* Constify EVP_SealInit, EVP_OpenInitDr. Stephen Henson2001-09-283-4/+4
* Make (ancient) sign.c demo compile again.Dr. Stephen Henson2001-09-281-2/+2
* Support fractional seconds in GeneralizedTimeDr. Stephen Henson2001-09-282-0/+16
* Synchronise with Unixly build.Richard Levitte2001-09-274-6/+16
* Stop thinking arguments starting with - are algorithm identifiers.Richard Levitte2001-09-271-5/+47
* Apparently, Linux is identified with __linux__ as well.Richard Levitte2001-09-271-1/+1
* 'make update'Richard Levitte2001-09-261-47/+50
* 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
* Two changes:Richard Levitte2001-09-262-2/+16
* 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
* Make update to bring in all the cipher/digest-related ENGINE changes.Geoff Thorpe2001-09-251-8/+27
* Put the cipher info back into the "openssl engine" command.Geoff Thorpe2001-09-251-6/+7
* 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-258-59/+93
* Make necessary tweaks to apps/ files due to recent ENGINE surgery. SeeGeoff Thorpe2001-09-254-11/+13
* 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
* 'openssl rsa' etc. should include AES support in addition to DESBodo Möller2001-09-251-1/+4
* 'openssl speed' does not include AES support yetBodo Möller2001-09-251-1/+3
* "make update"Geoff Thorpe2001-09-242-3/+3
* In case of memory problems, the va_start() wasn't cleaned with a va_end().Richard Levitte2001-09-241-1/+2
* commentBodo Möller2001-09-242-2/+4
* ignore binaryBodo Möller2001-09-241-0/+1
* avoid everything resembling a magic trigraphBodo Möller2001-09-243-5/+5
* The 'no-rijndael' option must define OPENSSL_NO_AES because that isBodo Möller2001-09-221-0/+6
* crypto/idea and crypto/rijndael were missing in the list ofBodo Möller2001-09-221-1/+1
* bugfix: handle HelloRequest received during handshake correctlyBodo Möller2001-09-212-0/+8
* Disable session related stuff in SSL_ST_OK case of ssl3_accept if weBodo Möller2001-09-213-20/+22
* Bugfix: correct cleanup after sending a HelloRequestBodo Möller2001-09-212-7/+8
* New function SSL_renegotiate_pending().Bodo Möller2001-09-205-4/+51
* make updateBodo Möller2001-09-201-2/+2
* fix ssl3_accept: don't call ssl_init_wbio_buffer() in HelloRequest caseBodo Möller2001-09-202-5/+65
* Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don'tBodo Möller2001-09-209-35/+79
* commentsBodo Möller2001-09-201-1/+3
* Change Makefile so that it works without any additional changesBodo Möller2001-09-182-5/+6
* Another demo.Bodo Möller2001-09-178-0/+1783
* 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