aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-10-25Fix warning.Ben Laurie1-0/+1
2001-10-25Like MD_Init, MD now must include a NULL engine pointer in its definition.Bodo Möller1-4/+4
2001-10-25remove redundant definitions that are also in des.hBodo Möller1-9/+0
2001-10-25mention des_old.hBodo Möller1-1/+2
2001-10-25Add '-noemailDN' option to 'openssl ca'. This prevents inclusion ofBodo Möller3-40/+126
2001-10-25filenames are des_old.[ch], not des.comp*Bodo Möller2-3/+3
2001-10-25Consistency with s2_... and s23_... variants (no real functionalBodo Möller2-2/+2
2001-10-25Remove DES_random_seed() but retain des_random_seed() for now. ChangeRichard Levitte6-69/+63
2001-10-25Assume TLS 1.0 when ClientHello fragment is too short.Bodo Möller2-7/+21
2001-10-25Have the removal warnings very high up in the source.Richard Levitte2-15/+32
2001-10-24A C file is a C file is a C file!Richard Levitte1-1/+1
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte58-911/+1490
2001-10-24Fix SSL handshake functions and SSL_clear() such that SSL_clear()Bodo Möller8-7/+12
2001-10-24Deprecate the macro MAC_OS_pre_X.Richard Levitte2-2/+2
2001-10-24make updateRichard Levitte2-0/+8
2001-10-24make updateRichard Levitte2-15/+15
2001-10-23Correction of the id-pda OID's.Richard Levitte1-4/+4
2001-10-23Sanitize CHANGES entry.Dr. Stephen Henson1-7/+10
2001-10-22Fix memory leak.Bodo Möller2-14/+24
2001-10-21Reject certificates with unhandled critical extensions.Dr. Stephen Henson7-4/+80
2001-10-21Stop spurious "unable to load config info" errors in reqDr. Stephen Henson2-2/+7
2001-10-20Call msg_callback with correct length parameter if ssl3_write_bytes had toBodo Möller1-1/+1
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller20-52/+848
2001-10-20Typo.Dr. Stephen Henson1-1/+1
2001-10-20Add missing EVP_CIPHER_CTX_{init,cleanup}Dr. Stephen Henson2-1/+6
2001-10-17gcc complained about "write" being shadowed even though the "write"Bodo Möller2-4/+4
2001-10-17Wrong place...Richard Levitte1-1/+1
2001-10-17The EVP_*Init_ex() functions take one extra argument. Let's defaultRichard Levitte2-3/+4
2001-10-17document SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATIONBodo Möller1-5/+13
2001-10-17Update docs.Dr. Stephen Henson3-78/+142
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson27-63/+96
2001-10-16Flush buffers to prevent mixed output (Adam Back <adam@cypherspace.org>).Lutz Jänicke1-0/+2
2001-10-16Add per-SSL 'msg_callback' with 'msg_callback_arg'.Bodo Möller4-64/+234
2001-10-16Update docs.Dr. Stephen Henson1-23/+71
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson43-157/+189
2001-10-16The message header for fake SSL 3.0/TLS 1.0 client hellos created fromBodo Möller1-6/+5
2001-10-15For consistency, set s->init_num in the 'reuse_message' caseBodo Möller1-1/+2
2001-10-15Change ssl3_get_message and the functions using it so that completeBodo Möller6-18/+43
2001-10-15make sure .rnd existsBodo Möller1-0/+2
2001-10-15Fix ssl3_get_message handle message fragmentation correctly.Bodo Möller1-0/+1
2001-10-15the previous commit accidentily removed 'ret = 1' from the SSL_ST_OKBodo Möller1-0/+1
2001-10-14openbsd-x86 macrosUlf Möller7-10/+10
2001-10-12Update information as a partial response to the postLutz Jänicke5-5/+62
2001-10-11In certain cases, no encoding has been set up for the b64 filter. InRichard Levitte1-2/+3
2001-10-10'make update'Richard Levitte4-13/+25
2001-10-10Add support for md4WithRSAEncryption.Richard Levitte3-2/+3
2001-10-10For systems where gcc is used and where we don't know if GNU ld isRichard Levitte2-52/+83
2001-10-10'make update'Richard Levitte1-2/+2
2001-10-10It seems like gcc does canonicalisation of file names. MoreRichard Levitte1-0/+2
2001-10-10'make update'Richard Levitte5-7/+141