Make maximum certifcate chain size accepted from the peer application
[openssl.git] / ssl / ssl.h
2001-09-11 Lutz JänickeMake maximum certifcate chain size accepted from the...
2001-08-23 Lutz JänickeMore manual pages. Constify.
2001-08-03 Lutz JänickeDon't disable rollback attack detection as a recommende...
2001-08-01 Lutz JänickeRemove SSL_OP_NON_EXPORT_FIRST:
2001-07-31 Richard LevitteMore Kerberos SSL changes from Jeffrey Altman <jaltman...
2001-07-15 Richard LevitteSSL_get_[rw]fd were documented but not implemented.
2001-07-09 Richard LevittePatches from Vern Staats <staatsvr@asc.hpc.mil> to...
2001-04-08 Bodo MöllerAvoid assert() in the library.
2001-03-09 Bodo MöllerConsistently use 'void *' for SSL read, peek and write...
2001-03-08 Bodo Mölleradd ssl23_peek
2001-03-07 Bodo MöllerFix ERR_R_... problems.
2001-03-05 Bodo MöllerMove ec.h to ec2.h because it is not compatible with...
2001-02-23 Geoff ThorpeFix an oversight - when checking a potential session...
2001-02-22 Richard LevitteInclude e_os2.h instead of opensslconf.h.
2001-02-21 Geoff ThorpeThis change allows a callback to be used to override...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-09 Lutz JänickeNew Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS...
2001-02-07 Dr. Stephen HensonFix AES code.
2001-02-06 Ben LaurieRijdael CBC mode and partial undebugged SSL support.
2001-01-22 Ulf MöllerDefinition of NO_KRB5 in ssl.h for external applications.
2000-12-27 Bodo MöllerGet rid of unused error code.
2000-12-14 Bodo MöllerFirst step towards SSL_peek fix.
2000-11-30 Richard LevitteFirst tentative impementation of Kerberos 5 cryptos...
2000-11-28 Bodo MöllerDisable SSL_peek until it is fixed.
2000-11-26 Bodo Möllermodular arithmetics
2000-10-12 Dr. Stephen HensonMake non blocking I/O work for accept BIOs.
2000-09-26 Bodo MöllerFix SSL_CTX_set_read_ahead macro.
2000-09-22 Bodo MöllerAvoid protocol rollback.
2000-09-12 Bodo MöllerNew SSL API mode 'SSL_MODE_AUTO_RETRY', which disables...
2000-09-04 Bodo MöllerAvoid abort() throughout the library, except when prepr...
2000-07-05 Richard LevitteBeautification
2000-06-16 Dr. Stephen HensonSafe stack reorganisation in terms of function casts.
2000-06-09 Richard LevitteUsing checks of the existence of HEADER_{foo}_H in...
2000-06-01 Geoff Thorpe"make update" + stripping the type-specific stack funct...
2000-05-02 Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-03-14 Bodo MöllerUse correct function names in SSLerr macros.
2000-03-06 Richard LevitteLet's not lie to the people.
2000-02-25 Richard LevitteSome time in history, SSL_CTX_sessions() disappeared...
2000-02-25 Dr. Stephen HensonAllow code which calls RSA temp key callback to cope
2000-02-24 Ralf S. EngelschallAdd missing prototypes for new functions
2000-02-23 Richard Levittemake update
2000-02-23 Dr. Stephen HensonAllow ADH to be used but not present in the default...
2000-02-20 Richard LevitteMove the registration of callback functions to special...
2000-02-20 Bodo MöllerTolerate fragmentation and interleaving in the SSL...
2000-02-04 Dr. Stephen HensonRename SSLeay_add_all_algorithms() et al to
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-01-30 Ulf MöllerSource code cleanups: Use void * rather than char ...
2000-01-26 Bodo MöllerSome comments added, and slight code clean-ups.
2000-01-23 Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
2000-01-22 Dr. Stephen HensonApply Lutz Behnke's 56 bit cipher patch with a few
2000-01-21 Ulf MöllerSome more ifdefs for no-xxx options.
2000-01-16 Ulf MöllerAdd missing #ifndefs that caused missing symbols when...
2000-01-13 Ulf MöllerPrecautions against using the PRNG uninitialized: RAND_...
2000-01-11 Bodo MöllerClean up some of the SSL server code.
2000-01-06 Bodo MöllerNew functions SSL_get_finished, SSL_get_peer_finished.
1999-11-29 Dr. Stephen HensonRemainder of SSL purpose and trust code: trust and...
1999-11-29 Dr. Stephen HensonAdd part of chain verify SSL support code: not complete...
1999-11-16 Bodo MöllerStore verify_result with sessions to avoid potential...
1999-09-14 Bodo Möllertypo in a comment
1999-08-18 Bodo MöllerFix horrible (and hard to track down) bug in ssl23_get_...
1999-08-08 Bodo MöllerComments.
1999-08-08 Bodo Mölleradd comments
1999-07-28 Ulf MöllerVMS updates.
1999-07-21 Bodo MöllerAdditional user data argument to pem_password_cb functi...
1999-07-02 Bodo MöllerNew functions SSL[_CTX]_{set,get}_mode; the initial...
1999-06-28 Bodo MöllerFix comments.
1999-06-14 Bodo MöllerComment adjusted to reality.
1999-06-09 Ulf Möller"extern" is a C++ reserved word.
1999-05-30 Ben LaurieMore safe stack.
1999-05-17 Bodo MöllerAdditional, more descriptive error message for rejectio...
1999-05-14 Bodo MöllerIntroduce and use function typedef pem_password_cb...
1999-05-13 Bodo MöllerNew structure type SESS_CERT used instead of CERT insid...
1999-05-13 Ulf MöllerVMS support.
1999-05-11 Bodo MöllerClarify comment.
1999-05-11 Bodo MöllerAnd I thought I could spell ... but in caps really...
1999-05-11 Bodo MöllerMake SSL library a little more fool-proof by not requir...
1999-05-09 Bodo MöllerNo actual change, but the cert_st member of struct...
1999-05-09 Bodo MöllerCreate a duplicate of the SSL_CTX's CERT in SSL_new...
1999-05-09 Bodo MöllerOne comment was in the wrong line ... some others are...
1999-05-09 Bodo MöllerSome tiny changes to the source code to make future...
1999-05-09 Bodo MöllerUse "const char *" instead of "char *" for filenames...
1999-05-03 Ben LaurieSome more stack stuff.
1999-05-01 Bodo MöllerNew function SSL_CTX_use_certificate_chain_file.
1999-05-01 Bodo MöllerSupport verify_depth from the SSL API without need...
1999-04-30 Bodo MöllerNew function SSL_CTX_set_session_id_context.
1999-04-27 Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-25 Dr. Stephen HensonVarious header consistency fixes.
1999-04-24 Dr. Stephen HensonComplete rewrite of the error code generation script...
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23 Ben LaurieWork with -pedantic!
1999-04-17 Ben LaurieMassive constification.
1999-04-14 Ben LaurieTypo.
1999-04-12 Ben LaurieAdd type-safe STACKs and SETs.
1999-03-31 Bodo MöllerNew option "-showcerts" for s_client
1999-03-22 Ben LaurieFix security hole.
1999-03-06 Ben LaurieFix names of cert stack functions.
1999-03-06 Ralf S. EngelschallMove the SSL_CTX_xxx defines at the top of ssl.h to...
1999-03-04 Ralf S. EngelschallRemove confusing variables in function signatures in...
1999-02-28 Ben LaurieAdd functions to add certs to stacks, used for CA file...
next