aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
Commit message (Expand)AuthorAgeFilesLines
* SSL_get_[rw]fd were documented but not implemented.Richard Levitte2001-07-151-0/+2
* Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte2001-07-091-1/+5
* Avoid assert() in the library.Bodo Möller2001-04-081-0/+1
* Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller2001-03-091-4/+4
* add ssl23_peekBodo Möller2001-03-081-1/+2
* Fix ERR_R_... problems.Bodo Möller2001-03-071-1/+0
* Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller2001-03-051-1/+1
* Fix an oversight - when checking a potential session ID for conflicts withGeoff Thorpe2001-02-231-2/+2
* Include e_os2.h instead of opensslconf.h.Richard Levitte2001-02-221-7/+8
* This change allows a callback to be used to override the generation ofGeoff Thorpe2001-02-211-0/+29
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-43/+24
* New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to overrideLutz Jänicke2001-02-091-0/+3
* Fix AES code.Dr. Stephen Henson2001-02-071-1/+1
* Rijdael CBC mode and partial undebugged SSL support.Ben Laurie2001-02-061-0/+1
* Definition of NO_KRB5 in ssl.h for external applications.Ulf Möller2001-01-221-0/+8
* Get rid of unused error code.Bodo Möller2000-12-271-1/+0
* First step towards SSL_peek fix.Bodo Möller2000-12-141-0/+1
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte2000-11-301-0/+20
* 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