aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove DES_random_seed() but retain des_random_seed() for now. ChangeRichard Levitte2001-10-256-69/+63
* Assume TLS 1.0 when ClientHello fragment is too short.Bodo Möller2001-10-252-7/+21
* Have the removal warnings very high up in the source.Richard Levitte2001-10-252-15/+32
* A C file is a C file is a C file!Richard Levitte2001-10-241-1/+1
* Due to an increasing number of clashes between modern OpenSSL andRichard Levitte2001-10-2458-911/+1490
* Fix SSL handshake functions and SSL_clear() such that SSL_clear()Bodo Möller2001-10-248-7/+12
* Deprecate the macro MAC_OS_pre_X.Richard Levitte2001-10-242-2/+2
* make updateRichard Levitte2001-10-242-0/+8
* make updateRichard Levitte2001-10-242-15/+15
* Correction of the id-pda OID's.Richard Levitte2001-10-231-4/+4
* Sanitize CHANGES entry.Dr. Stephen Henson2001-10-231-7/+10
* Fix memory leak.Bodo Möller2001-10-222-14/+24
* Reject certificates with unhandled critical extensions.Dr. Stephen Henson2001-10-217-4/+80
* Stop spurious "unable to load config info" errors in reqDr. Stephen Henson2001-10-212-2/+7
* Call msg_callback with correct length parameter if ssl3_write_bytes had toBodo Möller2001-10-201-1/+1
* New functions SSL[_CTX]_set_msg_callback().Bodo Möller2001-10-2020-52/+848
* Typo.Dr. Stephen Henson2001-10-201-1/+1
* Add missing EVP_CIPHER_CTX_{init,cleanup}Dr. Stephen Henson2001-10-202-1/+6
* gcc complained about "write" being shadowed even though the "write"Bodo Möller2001-10-172-4/+4
* Wrong place...Richard Levitte2001-10-171-1/+1
* The EVP_*Init_ex() functions take one extra argument. Let's defaultRichard Levitte2001-10-172-3/+4
* document SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATIONBodo Möller2001-10-171-5/+13
* Update docs.Dr. Stephen Henson2001-10-173-78/+142
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-1727-63/+96
* Flush buffers to prevent mixed output (Adam Back <adam@cypherspace.org>).Lutz Jänicke2001-10-161-0/+2
* Add per-SSL 'msg_callback' with 'msg_callback_arg'.Bodo Möller2001-10-164-64/+234
* Update docs.Dr. Stephen Henson2001-10-161-23/+71
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-1643-157/+189
* The message header for fake SSL 3.0/TLS 1.0 client hellos created fromBodo Möller2001-10-161-6/+5
* For consistency, set s->init_num in the 'reuse_message' caseBodo Möller2001-10-151-1/+2
* Change ssl3_get_message and the functions using it so that completeBodo Möller2001-10-156-18/+43
* make sure .rnd existsBodo Möller2001-10-151-0/+2
* Fix ssl3_get_message handle message fragmentation correctly.Bodo Möller2001-10-151-0/+1
* the previous commit accidentily removed 'ret = 1' from the SSL_ST_OKBodo Möller2001-10-151-0/+1
* openbsd-x86 macrosUlf Möller2001-10-147-10/+10
* Update information as a partial response to the postLutz Jänicke2001-10-125-5/+62
* In certain cases, no encoding has been set up for the b64 filter. InRichard Levitte2001-10-111-2/+3
* 'make update'Richard Levitte2001-10-104-13/+25
* Add support for md4WithRSAEncryption.Richard Levitte2001-10-103-2/+3
* For systems where gcc is used and where we don't know if GNU ld isRichard Levitte2001-10-102-52/+83
* 'make update'Richard Levitte2001-10-101-2/+2
* It seems like gcc does canonicalisation of file names. MoreRichard Levitte2001-10-101-0/+2
* 'make update'Richard Levitte2001-10-105-7/+141
* To avoid commit wars over dependencies, let's make it so things thatRichard Levitte2001-10-107-20/+19
* makedepend sometimes produces duplicates. Remove them.Richard Levitte2001-10-101-0/+3
* A few more OIDs, contributed by Peter Sylvester <Peter.Sylvester@EdelWeb.fr>Richard Levitte2001-10-091-0/+18
* evp_test.c and evptests.txt both need to be linked in the test/ directoryGeoff Thorpe2001-10-091-1/+3
* Change some EVP prototypes to use "cipher" rather than "type" as a variableGeoff Thorpe2001-10-081-6/+6
* EVP_EncryptInit_ex() and EVP_DecryptInit_ex() had been defined in evp.h butGeoff Thorpe2001-10-081-2/+14
* As ENGINE_load_openbsd_dev_crypto() is an API function, it makes sense forGeoff Thorpe2001-10-081-1/+5