aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
Commit message (Expand)AuthorAgeFilesLines
* Disable SSL_peek until it is fixed.Bodo Möller2000-11-281-0/+3
* modular arithmeticsBodo Möller2000-11-261-0/+7
* Make non blocking I/O work for accept BIOs.Dr. Stephen Henson2000-10-121-0/+1
* Fix SSL_CTX_set_read_ahead macro.Bodo Möller2000-09-261-1/+1
* Avoid protocol rollback.Bodo Möller2000-09-221-0/+1
* New SSL API mode 'SSL_MODE_AUTO_RETRY', which disables the defaultBodo Möller2000-09-121-0/+3
* Avoid abort() throughout the library, except when preprocessorBodo Möller2000-09-041-1/+1
* BeautificationRichard Levitte2000-07-051-6/+6
* Safe stack reorganisation in terms of function casts.Dr. Stephen Henson2000-06-161-62/+0
* Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte2000-06-091-8/+17
* "make update" + stripping the type-specific stack functions out ofGeoff Thorpe2000-06-011-0/+62
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-2/+18
* Use correct function names in SSLerr macros.Bodo Möller2000-03-141-0/+1
* Let's not lie to the people.Richard Levitte2000-03-061-3/+2
* Some time in history, SSL_CTX_sessions() disappeared. It is nowRichard Levitte2000-02-251-0/+1
* Allow code which calls RSA temp key callback to copeDr. Stephen Henson2000-02-251-0/+1
* Add missing prototypes for new functionsRalf S. Engelschall2000-02-241-0/+2
* 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