Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ssl/ssl.h
AgeCommit message (Expand)Author
2000-02-04ispell (and minor modifications)Ulf Möller
2000-01-31Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
2000-01-27Some comments added, and slight code clean-ups.Bodo Möller
2000-01-24Tidy 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-17Add 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-30Remainder 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-17Store 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-29VMS updates.Ulf Möller
1999-07-22Additional 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-10No actual change, but the cert_st member of struct ssl_session_st is nowBodo Möller
1999-05-10Create 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
1999-04-30New function SSL_CTX_set_session_id_context.Bodo Möller
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-25Various header consistency fixes.Dr. Stephen Henson
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson
1999-04-24Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-23Work with -pedantic!Ben Laurie
1999-04-18Massive constification.Ben Laurie
1999-04-14Typo.Ben Laurie
1999-04-12Add type-safe STACKs and SETs.Ben Laurie
1999-03-31New option "-showcerts" for s_clientBodo Möller