summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
AgeCommit message (Expand)Author
2001-04-08Avoid assert() in the library.Bodo Möller
2001-03-09Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller
2001-03-08add ssl23_peekBodo Möller
2001-03-07Fix ERR_R_... problems.Bodo Möller
2001-03-05Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller
2001-02-23Fix an oversight - when checking a potential session ID for conflicts withGeoff Thorpe
2001-02-22Include e_os2.h instead of opensslconf.h.Richard Levitte
2001-02-21This change allows a callback to be used to override the generation ofGeoff Thorpe
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-09New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to overrideLutz Jänicke
2001-02-07Fix AES code.Dr. Stephen Henson
2001-02-06Rijdael CBC mode and partial undebugged SSL support.Ben Laurie
2001-01-22Definition of NO_KRB5 in ssl.h for external applications.Ulf Möller
2000-12-27Get rid of unused error code.Bodo Möller
2000-12-14First step towards SSL_peek fix.Bodo Möller
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte
2000-11-28Disable SSL_peek until it is fixed.Bodo Möller
2000-11-26modular arithmeticsBodo Möller
2000-10-12Make non blocking I/O work for accept BIOs.Dr. Stephen Henson
2000-09-26Fix SSL_CTX_set_read_ahead macro.Bodo Möller
2000-09-22Avoid protocol rollback.Bodo Möller
2000-09-12New SSL API mode 'SSL_MODE_AUTO_RETRY', which disables the defaultBodo Möller
2000-09-04Avoid abort() throughout the library, except when preprocessorBodo Möller
2000-07-05BeautificationRichard Levitte
2000-06-16Safe stack reorganisation in terms of function casts.Dr. Stephen Henson
2000-06-09Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte
2000-06-01"make update" + stripping the type-specific stack functions out ofGeoff Thorpe
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
2000-03-14Use correct function names in SSLerr macros.Bodo Möller
2000-03-06Let's not lie to the people.Richard Levitte
2000-02-25Some time in history, SSL_CTX_sessions() disappeared. It is nowRichard Levitte
2000-02-25Allow code which calls RSA temp key callback to copeDr. Stephen Henson
2000-02-24Add missing prototypes for new functionsRalf S. Engelschall
2000-02-23make updateRichard Levitte
2000-02-23Allow ADH to be used but not present in the default cipherDr. Stephen Henson
2000-02-20Move the registration of callback functions to special functionsRichard Levitte
2000-02-20Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller
2000-02-04Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
2000-01-26Some comments added, and slight code clean-ups.Bodo Möller
2000-01-23Tidy 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-16Add 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-29Remainder 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