summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
1999-08-09BIO_write and BIO_read could, in theory, return -2.Bodo Möller
1999-08-09Provide fixed seed for parameter generation to speed up -dhe1024.Bodo Möller
1999-08-08Comments.Bodo Möller
1999-08-08add commentsBodo Möller
1999-08-05typo while I poke around...Ralf S. Engelschall
1999-08-05New function DSA_dup_DH, and fixes for bugs that were foundBodo Möller
1999-08-02generate error messageBodo Möller
1999-08-02fix previous modification -- if ssl->cert is NULL, don't follow the pointer.Bodo Möller
1999-08-02The SSL_CTX's cert structure is not relevant for the SSLBodo Möller
1999-07-30correct error signalling for opendir() failureBodo Möller
1999-07-28VMS updates.Ulf Möller
1999-07-21Additional user data argument to pem_password_cb function typeBodo Möller
1999-07-12cosmetic changesBodo Möller
1999-07-12fix memory leak in s3_clnt.cBodo Möller
1999-07-12Looks like another memory leak ...Bodo Möller
1999-07-09Fix memory checking.Bodo Möller
1999-07-02typoBodo Möller
1999-07-02typoBodo Möller
1999-07-02New functions SSL[_CTX]_{set,get}_mode; the initial set of mode flags isBodo Möller
1999-06-28Fix comments.Bodo Möller
1999-06-25Memory leak checks.Bodo Möller
1999-06-14Obsolete.Bodo Möller
1999-06-14Comment adjusted to reality.Bodo Möller
1999-06-12Bugfix.Bodo Möller
1999-06-12BIO pairs.Bodo Möller
1999-06-10Avoid warnings.Bodo Möller
1999-06-09"extern" is a C++ reserved word.Ulf Möller
1999-06-07Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller
1999-06-07Comments added.Bodo Möller
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller
1999-05-30More safe stack.Ben Laurie
1999-05-23Don't use NULL-pointer :-/Bodo Möller
1999-05-23Comment about bug.Bodo Möller
1999-05-23Let ssl_get_prev_session reliably work in multi-threaded settings.Bodo Möller
1999-05-23Avoid memory hole when we don't like the session proposed by the clientBodo Möller
1999-05-21We need e_os.h here.Bodo Möller
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller
1999-05-20NeXT doesn't have dirent.Ulf Möller
1999-05-17Additional, more descriptive error message for rejection of a session IDBodo Möller
1999-05-15Various Win32 fixes. Change args in do_ms.bat to put platform last. FixDr. Stephen Henson
1999-05-15OPENSSL_EXTERNBodo Möller
1999-05-15OPENSSL_EXTERN, OPENSSL_GLOBALBodo Möller
1999-05-15Update dependencies.Bodo Möller
1999-05-15Get rid of the cast.Ben Laurie
1999-05-15Comment.Bodo Möller
1999-05-15A comment.Bodo Möller
1999-05-14Various bugfixes: Uses locking for some more of the stuff that is notBodo Möller
1999-05-14Introduce and use function typedef pem_password_cb so that we don't callBodo Möller
1999-05-13Update dependencies.Ben Laurie