aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
Commit message (Expand)AuthorAgeFilesLines
...
* make updateRichard Levitte2000-02-231-0/+1
* Allow ADH to be used but not present in the default cipherDr. Stephen Henson2000-02-231-5/+0
* Move the registration of callback functions to special functionsRichard Levitte2000-02-201-0/+2
* Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller2000-02-201-2/+3
* Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson2000-02-041-0/+1
* ispell (and minor modifications)Ulf Möller2000-02-031-10/+10
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-301-1/+1
* Some comments added, and slight code clean-ups.Bodo Möller2000-01-261-1/+3
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-231-6/+6
* Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson2000-01-221-5/+13
* Some more ifdefs for no-xxx options.Ulf Möller2000-01-211-1/+1
* Add missing #ifndefs that caused missing symbols when building libsslUlf Möller2000-01-161-0/+4
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-131-1/+1
* Clean up some of the SSL server code.Bodo Möller2000-01-111-3/+4
* New functions SSL_get_finished, SSL_get_peer_finished.Bodo Möller2000-01-061-0/+7
* Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson1999-11-291-0/+12
* Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson1999-11-291-0/+6
* Store verify_result with sessions to avoid potential security hole.Bodo Möller1999-11-161-1/+5
* typo in a commentBodo Möller1999-09-141-1/+1
* Fix horrible (and hard to track down) bug in ssl23_get_client_hello:Bodo Möller1999-08-181-0/+1
* Comments.Bodo Möller1999-08-081-1/+1
* add commentsBodo Möller1999-08-081-1/+1
* VMS updates.Ulf Möller1999-07-281-0/+4
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-211-7/+11
* New functions SSL[_CTX]_{set,get}_mode; the initial set of mode flags isBodo Möller1999-07-021-5/+29
* Fix comments.Bodo Möller1999-06-281-2/+2
* Comment adjusted to reality.Bodo Möller1999-06-141-1/+1
* "extern" is a C++ reserved word.Ulf Möller1999-06-091-5/+7
* More safe stack.Ben Laurie1999-05-301-1/+1
* Additional, more descriptive error message for rejection of a session IDBodo Möller1999-05-171-0/+1
* Introduce and use function typedef pem_password_cb so that we don't callBodo Möller1999-05-141-2/+3
* New structure type SESS_CERT used instead of CERT inside SSL_SESSION.Bodo Möller1999-05-131-3/+3
* VMS support.Ulf Möller1999-05-131-5/+16
* 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-111-1/+1
* Make SSL library a little more fool-proof by not requiring any longerBodo Möller1999-05-111-0/+9
* No actual change, but the cert_st member of struct ssl_session_st is nowBodo Möller1999-05-091-3/+5
* Create a duplicate of the SSL_CTX's CERT in SSL_new instead of copyingBodo Möller1999-05-091-1/+4
* One comment was in the wrong line ... some others are new.Bodo Möller1999-05-091-1/+1
* Some tiny changes to the source code to make future diffs smallerBodo Möller1999-05-091-0/+1
* Use "const char *" instead of "char *" for filenames passed to functions.Bodo Möller1999-05-091-7/+8
* Some more stack stuff.Ben Laurie1999-05-031-2/+2
* New function SSL_CTX_use_certificate_chain_file.Bodo Möller1999-05-011-0/+2
* Support verify_depth from the SSL API without need for user-definedBodo Möller1999-05-011-0/+6
* New function SSL_CTX_set_session_id_context.Bodo Möller1999-04-301-0/+6
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-2/+10
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-242/+0
* Various header consistency fixes.Dr. Stephen Henson1999-04-251-0/+1
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-241-1/+5
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-10/+10