We're getting a clash with C++ because it has a type called 'list'.
[openssl.git] / ssl / ssl.h
2003-11-29 Richard LevitteWe're getting a clash with C++ because it has a type...
2003-10-10 Dr. Stephen HensonAvoid warnings: add missing prototype, don't shadow.
2003-10-06 Richard LevitteAdd functionality to get information on compression...
2003-10-06 Richard LevitteMake sure int SSL_COMP_add_compression_method() checks...
2003-02-15 Geoff ThorpeSession cache implementations shouldn't have to access...
2003-02-12 Dr. Stephen HensonOption to disable SSL auto chain build
2003-02-05 Bodo MöllerSSL_add_dir_cert_subjects_to_stack now exists for WIN32
2002-12-08 Geoff ThorpeFix a warning, and do some constification as a lucky...
2002-12-08 Richard LevitteSince it's defined in draft-ietf-tls-compression-04...
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-29 Geoff ThorpeCorrect and enhance the behaviour of "internal" session...
2002-10-14 Richard Levittemakedepend complains when a header file is included...
2002-10-10 Richard LevitteTypo
2002-10-10 Richard LevitteRFC 2712 redefines the codes for use of Kerberos 5...
2002-08-09 Bodo MöllerECC ciphersuite support
2002-08-02 Bodo Möllerget rid of OpenSSLDie
2002-07-30 Lutz JänickeOpenSSL Security Advisory [30 July 2002]
2002-07-19 Lutz JänickeNew cipher selection options COMPLEMENTOFALL and COMPLE...
2002-07-04 Bodo MöllerAES cipher suites are now official (RFC3268)
2002-06-14 Bodo MöllerNew option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disab...
2002-05-07 Bodo MöllerFix ciphersuite list to enforce low priority for RC4.
2002-05-07 Bodo Möllerensure that, for each strength, RC4 ciphers have least...
2002-05-05 Bodo Möllerdisable AES ciphersuites unless explicitly requested
2002-03-12 Dr. Stephen HensonFix ASN1 additions for KRB5
2002-02-28 Bodo MöllerAdd 'void *' argument to app_verify_callback.
2002-01-14 Bodo MöllerBugfix: In ssl3_accept, don't use a local variable...
2002-01-12 Ben LauriePrototype info function.
2002-01-12 Ben LaurieAdd client_cert_cb prototype.
2001-12-17 Bodo Möllerremove redundant ERR_load_... declarations
2001-11-10 Bodo MöllerImplement msg_callback for SSL 2.0.
2001-10-24 Richard LevitteDeprecate the macro MAC_OS_pre_X.
2001-10-20 Bodo MöllerNew functions SSL[_CTX]_set_msg_callback().
2001-10-17 Bodo Möllergcc complained about "write" being shadowed even though...
2001-10-16 Bodo MöllerAdd per-SSL 'msg_callback' with 'msg_callback_arg'.
2001-10-15 Bodo MöllerChange ssl3_get_message and the functions using it...
2001-10-10 Richard LevitteTo avoid commit wars over dependencies, let's make...
2001-09-21 Bodo MöllerDisable session related stuff in SSL_ST_OK case of...
2001-09-20 Bodo MöllerNew function SSL_renegotiate_pending().
2001-09-20 Bodo MöllerFix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so...
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.
next