summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte
2001-10-24Fix SSL handshake functions and SSL_clear() such that SSL_clear()Bodo Möller
2001-10-24Deprecate the macro MAC_OS_pre_X.Richard Levitte
2001-10-24make updateRichard Levitte
2001-10-24make updateRichard Levitte
2001-10-23Correction of the id-pda OID's.Richard Levitte
2001-10-23Sanitize CHANGES entry.Dr. Stephen Henson
2001-10-22Fix memory leak.Bodo Möller
2001-10-21Reject certificates with unhandled critical extensions.Dr. Stephen Henson
2001-10-21Stop spurious "unable to load config info" errors in reqDr. Stephen Henson
2001-10-20Call msg_callback with correct length parameter if ssl3_write_bytes had toBodo Möller
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller
2001-10-20Typo.Dr. Stephen Henson
2001-10-20Add missing EVP_CIPHER_CTX_{init,cleanup}Dr. Stephen Henson
2001-10-17gcc complained about "write" being shadowed even though the "write"Bodo Möller
2001-10-17Wrong place...Richard Levitte
2001-10-17The EVP_*Init_ex() functions take one extra argument. Let's defaultRichard Levitte
2001-10-17document SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATIONBodo Möller
2001-10-17Update docs.Dr. Stephen Henson
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson
2001-10-16Flush buffers to prevent mixed output (Adam Back <adam@cypherspace.org>).Lutz Jänicke
2001-10-16Add per-SSL 'msg_callback' with 'msg_callback_arg'.Bodo Möller
2001-10-16Update docs.Dr. Stephen Henson
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-10-16The message header for fake SSL 3.0/TLS 1.0 client hellos created fromBodo Möller
2001-10-15For consistency, set s->init_num in the 'reuse_message' caseBodo Möller
2001-10-15Change ssl3_get_message and the functions using it so that completeBodo Möller
2001-10-15make sure .rnd existsBodo Möller
2001-10-15Fix ssl3_get_message handle message fragmentation correctly.Bodo Möller
2001-10-15the previous commit accidentily removed 'ret = 1' from the SSL_ST_OKBodo Möller
2001-10-14openbsd-x86 macrosUlf Möller
2001-10-12Update information as a partial response to the postLutz Jänicke
2001-10-11In certain cases, no encoding has been set up for the b64 filter. InRichard Levitte
2001-10-10'make update'Richard Levitte
2001-10-10Add support for md4WithRSAEncryption.Richard Levitte
2001-10-10For systems where gcc is used and where we don't know if GNU ld isRichard Levitte
2001-10-10'make update'Richard Levitte
2001-10-10It seems like gcc does canonicalisation of file names. MoreRichard Levitte
2001-10-10'make update'Richard Levitte
2001-10-10To avoid commit wars over dependencies, let's make it so things thatRichard Levitte
2001-10-10makedepend sometimes produces duplicates. Remove them.Richard Levitte
2001-10-09A few more OIDs, contributed by Peter Sylvester <Peter.Sylvester@EdelWeb.fr>Richard Levitte
2001-10-09evp_test.c and evptests.txt both need to be linked in the test/ directoryGeoff Thorpe
2001-10-08Change some EVP prototypes to use "cipher" rather than "type" as a variableGeoff Thorpe
2001-10-08EVP_EncryptInit_ex() and EVP_DecryptInit_ex() had been defined in evp.h butGeoff Thorpe
2001-10-08As ENGINE_load_openbsd_dev_crypto() is an API function, it makes sense forGeoff Thorpe
2001-10-08Make sure the "ENGINE_TABLE" cleanup callbacks have correct prototypes.Geoff Thorpe
2001-10-08Missing pointer in the eng_table_register function. Reported byGeoff Thorpe
2001-10-08Small documentation fixes (Howard Lum <howard@pumpkin.canada.sun.com>)Lutz Jänicke
2001-10-04Copy evptests.txt to the right place.Richard Levitte