aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
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
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson4-21/+20
2000-01-22Minor patch: check only match @STRENGTH and remove eNULLDr. Stephen Henson1-11/+4
2000-01-22Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson10-389/+879
2000-01-21Don't "goto err" in client_master_key because no such label exists;Bodo Möller1-1/+1
2000-01-21Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller6-13/+21
2000-01-21Some more ifdefs for no-xxx options.Ulf Möller1-1/+1
2000-01-18Compaq C 6.2 for VMS will complain when we want to convertRichard Levitte3-9/+84
2000-01-17Prepare for a possible disabling of certain messages that DEC C spews out.Richard Levitte1-0/+3
2000-01-17It doesn't make sense to try see if these variables are negative, since they'...Richard Levitte1-2/+2
2000-01-16SSL_R_UNSUPPORTED_PROTOCOL (as in s23_clnt.c) for SSL 2 whenBodo Möller1-1/+1
2000-01-16Add missing #ifndefs that caused missing symbols when building libsslUlf Möller11-20/+60
2000-01-16In ssl3_read_n, set rwstate to SSL_NOTHING when the requestedBodo Möller1-0/+1
2000-01-16RAND_seedUlf Möller1-0/+4
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller8-8/+8
2000-01-11add check for internal errorBodo Möller1-0/+5
2000-01-11The buffer in ss3_read_n cannot actually occur because it is neverBodo Möller1-1/+1
2000-01-11Clean up some of the SSL server code.Bodo Möller6-106/+138
2000-01-09New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson2-2/+7
2000-01-08Make NO_RSA compile with pedantic.Ben Laurie5-1/+25
2000-01-06New functions SSL_get_finished, SSL_get_peer_finished.Bodo Möller3-0/+40
2000-01-06Use less complicated arrangement for data strutures related to FinishedBodo Möller3-46/+13
2000-01-06Use separate arrays for certificate verify and for finished hashes.Bodo Möller6-15/+56
2000-01-05Use prototypes.Bodo Möller4-17/+18
2000-01-05Slight code cleanup for handling finished labels.Bodo Möller6-18/+17
2000-01-04Rhapsody 5.5 (a.k.a. MacOS X) compiler bug workaround. At the very leastAndy Polyakov1-0/+6
2000-01-02Add support for MS "fast SGC".Dr. Stephen Henson4-7/+46
1999-12-29Don't request client certificate in anonymous ciphersuitesBodo Möller1-3/+13
1999-12-29Fix SSL_CTX_add_session: When two SSL_SESSIONs have the same ID,Bodo Möller1-10/+35
1999-12-29Delete NO_PROTO section (which apparently was just a typo for NOPROTO --Bodo Möller1-4/+0
1999-12-29fix commentBodo Möller1-1/+1
1999-12-02Change the trust and purpose code so it doesn't need initDr. Stephen Henson1-6/+0
1999-11-29Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson5-39/+117
1999-11-29Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson2-0/+8
1999-11-17Restore traditional SSL_get_session behaviour so that s_client and s_serverBodo Möller1-0/+13
1999-11-16Store verify_result with sessions to avoid potential security hole.Bodo Möller7-6/+42
1999-11-15This corrects the reference count handling in SSL_get_session.Mark J. Cox1-1/+10
1999-11-12Make sure installed files are world readableRichard Levitte1-0/+1
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller1-4/+8
1999-09-29Cosmetic changes.Ulf Möller2-5/+1
1999-09-24Fix warnings.Ben Laurie2-7/+8