aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2000-03-27Comments for SSL_get_peer_cert_chain inconsistency.Bodo Möller3-0/+7
2000-03-26NeXT workaround.Bodo Möller1-0/+14
2000-03-14Use correct function names in SSLerr macros.Bodo Möller4-4/+6
2000-03-13Update usage infoBodo Möller1-4/+4
2000-03-13Update test suite so that 'make test' succeeds in 'no-rsa' configuration.Bodo Möller1-3/+22
2000-03-13Copy DH key (if available) in addition to the bare parametersBodo Möller2-28/+56
2000-03-13Connection timings (using ISO C function clock()).Bodo Möller1-28/+98
2000-03-12cleaning up a littleBodo Möller1-1/+1
2000-03-10Always use fixed DH parameters created with 'dhparam -C',Bodo Möller1-69/+110
2000-03-06Fix the indentation, and avoid a compiler warning.Bodo Möller1-38/+39
2000-03-06Let's not lie to the people.Richard Levitte1-3/+2
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller1-1/+2
2000-02-27New logical names to skip algorithms are now supported.Richard Levitte1-5/+26
2000-02-26Fix shadow warning.Dr. Stephen Henson1-3/+3
2000-02-25Some time in history, SSL_CTX_sessions() disappeared. It is nowRichard Levitte2-0/+6
2000-02-25Use unsigned loop index to make compilers happyBodo Möller1-2/+3
2000-02-25The previous revision should have generated _more_ warnings, not less ...Bodo Möller1-5/+5
2000-02-25More VC++ pickiness. (destest.c doesn't have a "return" and the usualGeoff Thorpe1-2/+2
2000-02-25Add OpenSSL licen[cs]e.Bodo Möller1-0/+53
2000-02-25Fix off-by-one error :-)Bodo Möller1-1/+1
2000-02-25Fix warnings by using unsigned int where appropriate.Bodo Möller2-25/+25
2000-02-25signed/unsigned mismatch (VC++)Ulf Möller1-1/+1
2000-02-25Allow code which calls RSA temp key callback to copeDr. Stephen Henson3-0/+8
2000-02-24Remove structures that are no longer used.Richard Levitte1-16/+0
2000-02-24nicer manpagesUlf Möller1-0/+2
2000-02-24Add missing prototypes for new functionsRalf S. Engelschall1-0/+2
2000-02-24Fix NO_RSA (misplaced #endif).Ulf Möller3-2/+7
2000-02-23make updateRichard Levitte2-0/+2
2000-02-23Allow ADH to be used but not present in the default cipherDr. Stephen Henson2-7/+0
2000-02-22Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson4-5/+4
2000-02-21Workarounds to make broken programs happy (such as s_client and s_server).Bodo Möller1-23/+29
2000-02-21Fix some bugs and document othersBodo Möller6-37/+54
2000-02-21Move ssl3_do_write from s3_pkt.c to s3_both.c.Bodo Möller2-20/+20
2000-02-21Move MAC computations for Finished from ssl3_read_bytes intoBodo Möller5-22/+23
2000-02-20Move the registration of callback functions to special functionsRichard Levitte8-58/+169
2000-02-20Workaround for irrelevant problem.Bodo Möller1-7/+16
2000-02-20ignore Client Hellos when we're in handshake anywayBodo Möller1-9/+23
2000-02-20Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller12-286/+368
2000-02-17Get rid of evil cast.Ben Laurie1-1/+1
2000-02-15Fix for Netscape "hang" bug.Dr. Stephen Henson1-0/+18
2000-02-04Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson2-1/+2
2000-02-04Report progress as in dsatest.c when creating a DHE key.Bodo Möller1-7/+32
2000-02-04Use correct, not American spelling.Bodo Möller1-1/+1
2000-02-03ispell (and minor modifications)Ulf Möller17-47/+47
2000-02-03Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson1-1/+1
2000-01-30Seek out and destroy another evil cast.Ulf Möller1-2/+2
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller6-13/+12
2000-01-30Make DSA_generate_parameters, and fix a couple of bugBodo Möller1-1/+9
2000-01-26Some comments added, and slight code clean-ups.Bodo Möller4-34/+36
2000-01-24Avoid a race condition.Bodo Möller1-18/+20