summaryrefslogtreecommitdiffstats
path: root/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-041-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-292-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
* We need e_os.h here.Bodo Möller1999-05-211-0/+3
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-213-533/+545
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-205-547/+535
* NeXT doesn't have dirent.Ulf Möller1999-05-201-2/+4
* Additional, more descriptive error message for rejection of a session IDBodo Möller1999-05-173-1/+7
* Various Win32 fixes. Change args in do_ms.bat to put platform last. FixDr. Stephen Henson1999-05-151-1/+1
* OPENSSL_EXTERNBodo Möller1999-05-151-3/+3