aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Looks like another memory leak ...Bodo Möller1999-07-121-0/+9
* Fix memory checking.Bodo Möller1999-07-091-1/+1
* typoBodo Möller1999-07-022-2/+2
* typoBodo Möller1999-07-022-2/+2
* New functions SSL[_CTX]_{set,get}_mode; the initial set of mode flags isBodo Möller1999-07-024-10/+52
* Fix comments.Bodo Möller1999-06-281-2/+2
* Memory leak checks.Bodo Möller1999-06-251-1/+1
* Obsolete.Bodo Möller1999-06-141-161/+0
* Comment adjusted to reality.Bodo Möller1999-06-141-1/+1
* Bugfix.Bodo Möller1999-06-122-1/+16
* BIO pairs.Bodo Möller1999-06-123-1/+379
* Avoid warnings.Bodo Möller1999-06-104-5/+8
* "extern" is a C++ reserved word.Ulf Möller1999-06-095-29/+32
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1999-06-077-36/+36
* Comments added.Bodo Möller1999-06-071-0/+10
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1999-06-044-0/+37
* More safe stack.Ben Laurie1999-05-302-8/+8
* Don't use NULL-pointer :-/Bodo Möller1999-05-231-2/+3
* Comment about bug.Bodo Möller1999-05-231-0/+2
* Let ssl_get_prev_session reliably work in multi-threaded settings.Bodo Möller1999-05-232-15/+56
* Avoid memory hole when we don't like the session proposed by the clientBodo Möller1999-05-231-5/+5