summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
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
2000-01-16RAND_seedUlf Möller
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller
2000-01-11add check for internal errorBodo Möller
2000-01-11The buffer in ss3_read_n cannot actually occur because it is neverBodo Möller
2000-01-11Clean up some of the SSL server code.Bodo Möller
2000-01-09New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson
2000-01-08Make NO_RSA compile with pedantic.Ben Laurie
2000-01-06New functions SSL_get_finished, SSL_get_peer_finished.Bodo Möller
2000-01-06Use less complicated arrangement for data strutures related to FinishedBodo Möller
2000-01-06Use separate arrays for certificate verify and for finished hashes.Bodo Möller
2000-01-05Use prototypes.Bodo Möller
2000-01-05Slight code cleanup for handling finished labels.Bodo Möller
2000-01-04Rhapsody 5.5 (a.k.a. MacOS X) compiler bug workaround. At the very leastAndy Polyakov
2000-01-02Add support for MS "fast SGC".Dr. Stephen Henson
1999-12-29Don't request client certificate in anonymous ciphersuitesBodo Möller
1999-12-29Fix SSL_CTX_add_session: When two SSL_SESSIONs have the same ID,Bodo Möller
1999-12-29Delete NO_PROTO section (which apparently was just a typo for NOPROTO --Bodo Möller
1999-12-29fix commentBodo Möller
1999-12-02Change the trust and purpose code so it doesn't need initDr. Stephen Henson
1999-11-29Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson
1999-11-29Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson
1999-11-17Restore traditional SSL_get_session behaviour so that s_client and s_serverBodo Möller
1999-11-16Store verify_result with sessions to avoid potential security hole.Bodo Möller
1999-11-15This corrects the reference count handling in SSL_get_session.Mark J. Cox
1999-11-12Make sure installed files are world readableRichard Levitte
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller
1999-09-29Cosmetic changes.Ulf Möller
1999-09-24Fix warnings.Ben Laurie
1999-09-18Add new sign and verify members to RSA_METHOD and change SSL code to use signDr. Stephen Henson
1999-09-14Update dependencies.Bodo Möller
1999-09-14typo in a commentBodo Möller
1999-09-13Set s->version correctly for "natural" SSL 3.0 client helloBodo Möller
1999-09-11Initial support for MacOS.Andy Polyakov
1999-09-11Fix yet another bug for client hello handling.Bodo Möller
1999-09-10Repair another bug in s23_get_client_hello:Bodo Möller
1999-09-10Use non-copying BIO interface in ssltest.c.Bodo Möller
1999-09-08some more patches for avoiding problems with non-automatic variablesBodo Möller
1999-09-07Non-copying interface to BIO pairs.Bodo Möller
1999-09-03use explicit constant 11 just onceBodo Möller
1999-09-03Make previous bugfix actually workBodo Möller
1999-09-03Fix server behaviour when facing backwards-compatible client hellos.Bodo Möller
1999-09-03-no_dhe option for ssltest.cBodo Möller
1999-08-18Fix horrible (and hard to track down) bug in ssl23_get_client_hello:Bodo Möller
1999-08-09BIO_write and BIO_read could, in theory, return -2.Bodo Möller