summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Add new sign and verify members to RSA_METHOD and change SSL code to use signsteve1999-09-182-16/+13
* Update dependencies.bodo1999-09-141-15/+15
* typo in a commentbodo1999-09-141-1/+1
* Set s->version correctly for "natural" SSL 3.0 client hellobodo1999-09-131-0/+3
* Initial support for MacOS.appro1999-09-111-2/+12
* Fix yet another bug for client hello handling.bodo1999-09-111-1/+1
* Repair another bug in s23_get_client_hello:bodo1999-09-102-22/+19
* Use non-copying BIO interface in ssltest.c.bodo1999-09-101-50/+53
* some more patches for avoiding problems with non-automatic variablesbodo1999-09-081-4/+4
* Non-copying interface to BIO pairs.bodo1999-09-071-0/+3
* use explicit constant 11 just oncebodo1999-09-031-3/+3
* Make previous bugfix actually workbodo1999-09-031-9/+4
* Fix server behaviour when facing backwards-compatible client hellos.bodo1999-09-033-17/+47
* -no_dhe option for ssltest.cbodo1999-09-031-24/+32
* Fix horrible (and hard to track down) bug in ssl23_get_client_hello:bodo1999-08-182-2/+7
* BIO_write and BIO_read could, in theory, return -2.bodo1999-08-091-2/+2
* Provide fixed seed for parameter generation to speed up -dhe1024.bodo1999-08-091-1/+3
* Comments.bodo1999-08-083-2/+7
* add commentsbodo1999-08-082-2/+2
* typo while I poke around...rse1999-08-051-1/+1
* New function DSA_dup_DH, and fixes for bugs that were foundbodo1999-08-051-1/+29
* generate error messagebodo1999-08-021-0/+3
* fix previous modification -- if ssl->cert is NULL, don't follow the pointer.bodo1999-08-021-0/+2
* The SSL_CTX's cert structure is not relevant for the SSLbodo1999-08-021-2/+0
* correct error signalling for opendir() failurebodo1999-07-301-1/+3
* VMS updates.ulf1999-07-282-1/+6
* Additional user data argument to pem_password_cb function typebodo1999-07-214-17/+27
* cosmetic changesbodo1999-07-121-0/+3
* fix memory leak in s3_clnt.cbodo1999-07-121-0/+1
* Looks like another memory leak ...bodo1999-07-121-0/+9
* Fix memory checking.bodo1999-07-091-1/+1
* typobodo1999-07-022-2/+2
* typobodo1999-07-022-2/+2
* New functions SSL[_CTX]_{set,get}_mode; the initial set of mode flags isbodo1999-07-024-10/+52
* Fix comments.bodo1999-06-281-2/+2
* Memory leak checks.bodo1999-06-251-1/+1
* Obsolete.bodo1999-06-141-161/+0
* Comment adjusted to reality.bodo1999-06-141-1/+1
* Bugfix.bodo1999-06-122-1/+16
* BIO pairs.bodo1999-06-123-1/+379
* Avoid warnings.bodo1999-06-104-5/+8
* "extern" is a C++ reserved word.ulf1999-06-095-29/+32
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sbodo1999-06-077-36/+36
* Comments added.bodo1999-06-071-0/+10
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).ulf1999-06-044-0/+37
* More safe stack.ben1999-05-302-8/+8
* Don't use NULL-pointer :-/bodo1999-05-231-2/+3
* Comment about bug.bodo1999-05-231-0/+2
* Let ssl_get_prev_session reliably work in multi-threaded settings.bodo1999-05-232-15/+56
* Avoid memory hole when we don't like the session proposed by the clientbodo1999-05-231-5/+5