summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
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
1999-05-13Some tiny clean-ups related to the cert_st / sess_cert_st change.Bodo Möller
1999-05-13New structure type SESS_CERT used instead of CERT inside SSL_SESSION.Bodo Möller
1999-05-13VMS support.Ulf Möller
1999-05-13Spacing in comment corrected.Bodo Möller
1999-05-13First tiny changes in preparation of changing of "sess_cert" handling.Bodo Möller
1999-05-11Clarify comment.Bodo Möller
1999-05-11And I thought I could spell ... but in caps really everything looks the same.Bodo Möller
1999-05-11Make SSL library a little more fool-proof by not requiring any longerBodo Möller
1999-05-10Changed a comment.Bodo Möller
1999-05-09No actual change, but the cert_st member of struct ssl_session_st is nowBodo Möller
1999-05-09Create a duplicate of the SSL_CTX's CERT in SSL_new instead of copyingBodo Möller
1999-05-09One comment was in the wrong line ... some others are new.Bodo Möller
1999-05-09Some tiny changes to the source code to make future diffs smallerBodo Möller
1999-05-09Use "const char *" instead of "char *" for filenames passed to functions.Bodo Möller
1999-05-08Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for aDr. Stephen Henson
1999-05-05Remove unreachable return statements.Ulf Möller
1999-05-03Some more stack stuff.Ben Laurie
1999-05-02Annotate a bug.Bodo Möller
1999-05-01New function SSL_CTX_use_certificate_chain_file.Bodo Möller
1999-05-01Support verify_depth from the SSL API without need for user-definedBodo Möller
1999-05-01Add "static" to function definitionBodo Möller