aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* OPENSSL_EXTERN, OPENSSL_GLOBALBodo Möller1999-05-153-3/+3
* Update dependencies.Bodo Möller1999-05-151-463/+483
* Get rid of the cast.Ben Laurie1999-05-151-5/+38
* Comment.Bodo Möller1999-05-151-1/+1
* A comment.Bodo Möller1999-05-151-0/+6
* Various bugfixes: Uses locking for some more of the stuff that is notBodo Möller1999-05-141-5/+12
* Introduce and use function typedef pem_password_cb so that we don't callBodo Möller1999-05-142-3/+4
* Update dependencies.Ben Laurie1999-05-131-39/+42
* Some tiny clean-ups related to the cert_st / sess_cert_st change.Bodo Möller1999-05-132-17/+0
* New structure type SESS_CERT used instead of CERT inside SSL_SESSION.Bodo Möller1999-05-139-127/+204
* VMS support.Ulf Möller1999-05-1312-16/+1351
* Spacing in comment corrected.Bodo Möller1999-05-131-1/+1
* First tiny changes in preparation of changing of "sess_cert" handling.Bodo Möller1999-05-132-16/+39
* Clarify comment.Bodo Möller1999-05-111-4/+6
* And I thought I could spell ... but in caps really everything looks the same.Bodo Möller1999-05-113-5/+5
* Make SSL library a little more fool-proof by not requiring any longerBodo Möller1999-05-113-0/+38