aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* New functions SSL_get_finished, SSL_get_peer_finished.Bodo Möller2000-01-063-0/+40
* Use less complicated arrangement for data strutures related to FinishedBodo Möller2000-01-063-46/+13
* Use separate arrays for certificate verify and for finished hashes.Bodo Möller2000-01-066-15/+56
* Use prototypes.Bodo Möller2000-01-054-17/+18
* Slight code cleanup for handling finished labels.Bodo Möller2000-01-056-18/+17
* Rhapsody 5.5 (a.k.a. MacOS X) compiler bug workaround. At the very leastAndy Polyakov2000-01-041-0/+6
* Add support for MS "fast SGC".Dr. Stephen Henson2000-01-024-7/+46
* Don't request client certificate in anonymous ciphersuitesBodo Möller1999-12-291-3/+13
* Fix SSL_CTX_add_session: When two SSL_SESSIONs have the same ID,Bodo Möller1999-12-291-10/+35
* Delete NO_PROTO section (which apparently was just a typo for NOPROTO --Bodo Möller1999-12-291-4/+0
* fix commentBodo Möller1999-12-291-1/+1
* Change the trust and purpose code so it doesn't need initDr. Stephen Henson1999-12-021-6/+0
* Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson1999-11-295-39/+117
* Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson1999-11-292-0/+8
* Restore traditional SSL_get_session behaviour so that s_client and s_serverBodo Möller1999-11-171-0/+13
* Store verify_result with sessions to avoid potential security hole.Bodo Möller1999-11-167-6/+42
* This corrects the reference count handling in SSL_get_session.Mark J. Cox1999-11-151-1/+10
* Make sure installed files are world readableRichard Levitte1999-11-121-0/+1
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-251-4/+8
* Cosmetic changes.Ulf Möller1999-09-292-5/+1
* Fix warnings.Ben Laurie1999-09-242-7/+8
* Add new sign and verify members to RSA_METHOD and change SSL code to use signDr. Stephen Henson1999-09-182-16/+13
* Update dependencies.Bodo Möller1999-09-141-15/+15
* typo in a commentBodo Möller1999-09-141-1/+1
* Set s->version correctly for "natural" SSL 3.0 client helloBodo Möller1999-09-131-0/+3
* Initial support for MacOS.Andy Polyakov1999-09-111-2/+12
* Fix yet another bug for client hello handling.Bodo Möller1999-09-111-1/+1
* Repair another bug in s23_get_client_hello:Bodo Möller1999-09-102-22/+19
* Use non-copying BIO interface in ssltest.c.Bodo Möller1999-09-101-50/+53
* some more patches for avoiding problems with non-automatic variablesBodo Möller1999-09-081-4/+4
* Non-copying interface to BIO pairs.Bodo Möller1999-09-071-0/+3
* use explicit constant 11 just onceBodo Möller1999-09-031-3/+3
* Make previous bugfix actually workBodo Möller1999-09-031-9/+4
* Fix server behaviour when facing backwards-compatible client hellos.Bodo Möller1999-09-033-17/+47
* -no_dhe option for ssltest.cBodo Möller1999-09-031-24/+32
* Fix horrible (and hard to track down) bug in ssl23_get_client_hello:Bodo Möller1999-08-182-2/+7
* BIO_write and BIO_read could, in theory, return -2.Bodo Möller1999-08-091-2/+2
* Provide fixed seed for parameter generation to speed up -dhe1024.Bodo Möller1999-08-091-1/+3
* Comments.Bodo Möller1999-08-083-2/+7
* add commentsBodo Möller1999-08-082-2/+2
* typo while I poke around...Ralf S. Engelschall1999-08-051-1/+1
* New function DSA_dup_DH, and fixes for bugs that were foundBodo Möller1999-08-051-1/+29
* generate error messageBodo Möller1999-08-021-0/+3
* fix previous modification -- if ssl->cert is NULL, don't follow the pointer.Bodo Möller1999-08-021-0/+2
* The SSL_CTX's cert structure is not relevant for the SSLBodo Möller1999-08-021-2/+0
* correct error signalling for opendir() failureBodo Möller1999-07-301-1/+3
* VMS updates.Ulf Möller1999-07-282-1/+6
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-214-17/+27
* cosmetic changesBodo Möller1999-07-121-0/+3
* fix memory leak in s3_clnt.cBodo Möller1999-07-121-0/+1