aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
Commit message (Expand)AuthorAgeFilesLines
* Implement msg_callback for SSL 2.0.Bodo Möller2001-11-101-0/+1
* Deprecate the macro MAC_OS_pre_X.Richard Levitte2001-10-241-1/+1
* New functions SSL[_CTX]_set_msg_callback().Bodo Möller2001-10-201-14/+22
* gcc complained about "write" being shadowed even though the "write"Bodo Möller2001-10-171-2/+2
* Add per-SSL 'msg_callback' with 'msg_callback_arg'.Bodo Möller2001-10-161-32/+106
* Change ssl3_get_message and the functions using it so that completeBodo Möller2001-10-151-0/+1
* To avoid commit wars over dependencies, let's make it so things thatRichard Levitte2001-10-101-2/+0
* Disable session related stuff in SSL_ST_OK case of ssl3_accept if weBodo Möller2001-09-211-2/+1
* New function SSL_renegotiate_pending().Bodo Möller2001-09-201-2/+10
* Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don'tBodo Möller2001-09-201-0/+2
* Make maximum certifcate chain size accepted from the peer applicationLutz Jänicke2001-09-111-1/+20
* More manual pages. Constify.Lutz Jänicke2001-08-231-8/+8
* Don't disable rollback attack detection as a recommended bug workaround.Lutz Jänicke2001-08-031-1/+5
* Remove SSL_OP_NON_EXPORT_FIRST:Lutz Jänicke2001-08-011-3/+1
* More Kerberos SSL changes from Jeffrey Altman <jaltman@columbia.edu>Richard Levitte2001-07-311-0/+6
* 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