fix conditational compilation for OPENSSL_NO_...
[openssl.git] / ssl / ssl_lib.c
2002-02-28 Bodo MöllerAdd 'void *' argument to app_verify_callback.
2002-02-27 Lutz JänickeFix the fix (Yoram Zahavi)...
2002-02-26 Lutz JänickeMake sure to remove bad sessions in SSL_clear() (found...
2002-02-08 Lutz JänickeDo not store unneeded data.
2002-01-14 Bodo MöllerBugfix: In ssl3_accept, don't use a local variable...
2002-01-12 Ben LauriePrototype info function.
2001-10-24 Bodo MöllerFix SSL handshake functions and SSL_clear() such that...
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-09-20 Bodo MöllerNew function SSL_renegotiate_pending().
2001-09-11 Lutz JänickeMake maximum certifcate chain size accepted from the...
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-08-12 Geoff ThorpeThe indexes returned by ***_get_ex_new_index() function...
2001-07-30 Lutz JänickeFix inconsistent behaviour with respect to verify_callb...
2001-07-16 Richard LevitteSSL_get_rfc were documented but not implemented.
2001-07-15 Richard LevitteSSL_get_[rw]fd were documented but not implemented.
2001-07-11 Richard LevitteInclude kssl_lcl.h where needed.
2001-07-11 Richard LevitteChanges to the Kerberos SSL code by Jeffrey Altman...
2001-05-10 Dr. Stephen HensonPurpose and trust setting functions for X509_STORE.
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-02-23 Geoff ThorpeFix an oversight - when checking a potential session...
2001-02-21 Geoff ThorpeIf a callback is generating a new session ID for SSLv2...
2001-02-21 Geoff ThorpeThis change allows a callback to be used to override...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2000-12-12 Richard LevitteSSL_new() may potentially add a certfificate. Therefor...
2000-12-08 Geoff ThorpeNext step in tidying up the LHASH code.
2000-12-04 Geoff ThorpeMake the remaining LHASH macro changes. This should...
2000-12-02 Ulf Möllerremove unused static function
2000-12-01 Geoff ThorpeFirst step in tidying up the LHASH code. The callback...
2000-11-30 Richard LevitteFirst tentative impementation of Kerberos 5 cryptos...
2000-11-30 Richard Levittecomp_methods in a SSL_CTX points at an internal databas...
2000-11-28 Bodo MöllerComments on SSL_peek deficiencies
2000-10-12 Dr. Stephen HensonMake non blocking I/O work for accept BIOs.
2000-09-26 Bodo MöllerSet s->read_ahead in SSL_new because SSL_clear no longe...
2000-09-26 Bodo MöllerDon't modify s->read_ahead in SSL_clear, which is calle...
2000-09-17 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-09-05 Dr. Stephen HensonKeep a not of original encoding in certificate requests.
2000-09-04 Bodo MöllerAvoid abort() throughout the library, except when prepr...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-06-01 Geoff ThorpeThe previous commit to crypto/stack/*.[ch] pulled the...
2000-03-27 Bodo MöllerComments for SSL_get_peer_cert_chain inconsistency.
2000-02-25 Richard LevitteSome time in history, SSL_CTX_sessions() disappeared...
2000-02-24 Richard LevitteRemove structures that are no longer used.
2000-02-24 Ulf Möllernicer manpages
2000-02-24 Ulf MöllerFix NO_RSA (misplaced #endif).
2000-02-23 Dr. Stephen HensonAllow ADH to be used but not present in the default...
2000-02-21 Bodo MöllerFix some bugs and document others
2000-02-20 Richard LevitteMove the registration of callback functions to special...
2000-01-30 Ulf MöllerSeek out and destroy another evil cast.
2000-01-30 Ulf MöllerSource code cleanups: Use void * rather than char ...
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-18 Richard LevitteCompaq C 6.2 for VMS will complain when we want to...
2000-01-09 Dr. Stephen HensonNew function X509_CTX_rget_chain(), make SSL_SESSION_pr...
2000-01-06 Bodo MöllerNew functions SSL_get_finished, SSL_get_peer_finished.
2000-01-05 Bodo MöllerUse prototypes.
1999-12-02 Dr. Stephen HensonChange the trust and purpose code so it doesn't need...
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-08-08 Bodo MöllerComments.
1999-08-08 Bodo Mölleradd comments
1999-08-02 Bodo Möllergenerate error message
1999-08-02 Bodo Möllerfix previous modification -- if ssl->cert is NULL,...
1999-08-02 Bodo MöllerThe SSL_CTX's cert structure is not relevant for the SSL
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-10 Bodo MöllerAvoid warnings.
1999-06-09 Ulf Möller"extern" is a C++ reserved word.
1999-06-07 Bodo MöllerDon't mix real tabs with tabs expanded as 8 spaces...
1999-06-07 Bodo MöllerComments added.
1999-05-15 Dr. Stephen HensonVarious Win32 fixes. Change args in do_ms.bat to put...
1999-05-15 Bodo MöllerOPENSSL_EXTERN, OPENSSL_GLOBAL
1999-05-15 Bodo MöllerComment.
1999-05-15 Bodo MöllerA comment.
1999-05-14 Bodo MöllerIntroduce and use function typedef pem_password_cb...
1999-05-13 Ulf MöllerVMS support.
1999-05-13 Bodo MöllerFirst tiny changes in preparation of changing of "sess_...
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öllerUse "const char *" instead of "char *" for filenames...
1999-05-05 Ulf MöllerRemove unreachable return statements.
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-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-17 Ben LaurieMassive constification.
1999-04-12 Ben LaurieAdd type-safe STACKs and SETs.
1999-03-22 Ben LaurieFix security hole.
1999-03-14 Dr. Stephen HensonRemove some references which called malloc and free...
1999-03-06 Ben LaurieFix export ciphersuites, again.
1999-03-04 Ralf S. EngelschallRemove confusing variables in function signatures in...
1999-02-28 Ben LaurieMore truth in declarations.
1999-02-28 Ben LaurieExperiment with doxygen documentation.
next