summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2000-02-27New logical names to skip algorithms are now supported.Richard Levitte
2000-02-26Fix shadow warning.Dr. Stephen Henson
2000-02-25Some time in history, SSL_CTX_sessions() disappeared. It is nowRichard Levitte
2000-02-25Use unsigned loop index to make compilers happyBodo Möller
2000-02-25The previous revision should have generated _more_ warnings, not less ...Bodo Möller
2000-02-25More VC++ pickiness. (destest.c doesn't have a "return" and the usualGeoff Thorpe
2000-02-25Add OpenSSL licen[cs]e.Bodo Möller
2000-02-25Fix off-by-one error :-)Bodo Möller
2000-02-25Fix warnings by using unsigned int where appropriate.Bodo Möller
2000-02-25signed/unsigned mismatch (VC++)Ulf Möller
2000-02-25Allow code which calls RSA temp key callback to copeDr. Stephen Henson
2000-02-24Remove structures that are no longer used.Richard Levitte
2000-02-24nicer manpagesUlf Möller
2000-02-24Add missing prototypes for new functionsRalf S. Engelschall
2000-02-24Fix NO_RSA (misplaced #endif).Ulf Möller
2000-02-23make updateRichard Levitte
2000-02-23Allow ADH to be used but not present in the default cipherDr. Stephen Henson
2000-02-22Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson
2000-02-21Workarounds to make broken programs happy (such as s_client and s_server).Bodo Möller
2000-02-21Fix some bugs and document othersBodo Möller
2000-02-21Move ssl3_do_write from s3_pkt.c to s3_both.c.Bodo Möller
2000-02-21Move MAC computations for Finished from ssl3_read_bytes intoBodo Möller
2000-02-20Move the registration of callback functions to special functionsRichard Levitte
2000-02-20Workaround for irrelevant problem.Bodo Möller
2000-02-20ignore Client Hellos when we're in handshake anywayBodo Möller
2000-02-20Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller
2000-02-17Get rid of evil cast.Ben Laurie
2000-02-15Fix for Netscape "hang" bug.Dr. Stephen Henson
2000-02-04Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson
2000-02-04Report progress as in dsatest.c when creating a DHE key.Bodo Möller
2000-02-04Use correct, not American spelling.Bodo Möller
2000-02-03ispell (and minor modifications)Ulf Möller
2000-02-03Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson
2000-01-30Seek out and destroy another evil cast.Ulf Möller
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
2000-01-30Make DSA_generate_parameters, and fix a couple of bugBodo Möller
2000-01-26Some comments added, and slight code clean-ups.Bodo Möller
2000-01-24Avoid a race condition.Bodo Möller
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson
2000-01-22Minor patch: check only match @STRENGTH and remove eNULLDr. Stephen Henson
2000-01-22Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson
2000-01-21Don't "goto err" in client_master_key because no such label exists;Bodo Möller
2000-01-21Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller
2000-01-21Some more ifdefs for no-xxx options.Ulf Möller
2000-01-18Compaq C 6.2 for VMS will complain when we want to convertRichard Levitte
2000-01-17Prepare for a possible disabling of certain messages that DEC C spews out.Richard Levitte
2000-01-17It doesn't make sense to try see if these variables are negative, since they'...Richard Levitte
2000-01-16SSL_R_UNSUPPORTED_PROTOCOL (as in s23_clnt.c) for SSL 2 whenBodo Möller
2000-01-16Add missing #ifndefs that caused missing symbols when building libsslUlf Möller
2000-01-16In ssl3_read_n, set rwstate to SSL_NOTHING when the requestedBodo Möller