summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
AgeCommit message (Expand)Author
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
2000-03-14Use correct function names in SSLerr macros.Bodo Möller
2000-03-06Let's not lie to the people.Richard Levitte
2000-02-25Some time in history, SSL_CTX_sessions() disappeared. It is nowRichard Levitte
2000-02-25Allow code which calls RSA temp key callback to copeDr. Stephen Henson
2000-02-24Add missing prototypes for new functionsRalf S. Engelschall
2000-02-23make updateRichard Levitte
2000-02-23Allow ADH to be used but not present in the default cipherDr. Stephen Henson
2000-02-20Move the registration of callback functions to special functionsRichard Levitte
2000-02-20Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller
2000-02-04Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
2000-01-26Some comments added, and slight code clean-ups.Bodo Möller
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson
2000-01-22Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson
2000-01-21Some more ifdefs for no-xxx options.Ulf Möller
2000-01-16Add missing #ifndefs that caused missing symbols when building libsslUlf Möller
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller
2000-01-11Clean up some of the SSL server code.Bodo Möller
2000-01-06New functions SSL_get_finished, SSL_get_peer_finished.Bodo Möller
1999-11-29Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson
1999-11-29Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson
1999-11-16Store verify_result with sessions to avoid potential security hole.Bodo Möller
1999-09-14typo in a commentBodo Möller
1999-08-18Fix horrible (and hard to track down) bug in ssl23_get_client_hello:Bodo Möller
1999-08-08Comments.Bodo Möller
1999-08-08add commentsBodo 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-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-14Comment adjusted to reality.Bodo Möller
1999-06-09"extern" is a C++ reserved word.Ulf Möller
1999-05-30More safe stack.Ben Laurie
1999-05-17Additional, more descriptive error message for rejection of a session IDBodo Möller
1999-05-14Introduce and use function typedef pem_password_cb so that we don't callBodo 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-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-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-03Some more stack stuff.Ben Laurie
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