Use public domain snprintf() implementation by Patrick Powell to avoid
[openssl.git] / ssl /
2000-02-24 Richard LevitteRemove structures that are no longer used.
2000-02-24 Ulf Möllernicer manpages
2000-02-24 Ralf S. EngelschallAdd missing prototypes for new functions
2000-02-24 Ulf MöllerFix NO_RSA (misplaced #endif).
2000-02-23 Richard Levittemake update
2000-02-23 Dr. Stephen HensonAllow ADH to be used but not present in the default...
2000-02-22 Dr. Stephen HensonChange EVP_MD_CTX_type so it is more logical and add...
2000-02-21 Bodo MöllerWorkarounds to make broken programs happy (such as...
2000-02-21 Bodo MöllerFix some bugs and document others
2000-02-21 Bodo MöllerMove ssl3_do_write from s3_pkt.c to s3_both.c.
2000-02-21 Bodo MöllerMove MAC computations for Finished from ssl3_read_bytes...
2000-02-20 Richard LevitteMove the registration of callback functions to special...
2000-02-20 Bodo MöllerWorkaround for irrelevant problem.
2000-02-20 Bodo Möllerignore Client Hellos when we're in handshake anyway
2000-02-20 Bodo MöllerTolerate fragmentation and interleaving in the SSL...
2000-02-17 Ben LaurieGet rid of evil cast.
2000-02-15 Dr. Stephen HensonFix for Netscape "hang" bug.
2000-02-04 Dr. Stephen HensonRename SSLeay_add_all_algorithms() et al to
2000-02-04 Bodo MöllerReport progress as in dsatest.c when creating a DHE...
2000-02-04 Bodo MöllerUse correct, not American spelling.
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-02-03 Dr. Stephen HensonAdd new -notext option to 'ca', -pubkey option to spkac.
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-30 Bodo MöllerMake DSA_generate_parameters, and fix a couple of bug
2000-01-26 Bodo MöllerSome comments added, and slight code clean-ups.
2000-01-24 Bodo MöllerAvoid a race condition.
2000-01-23 Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
2000-01-22 Dr. Stephen HensonMinor patch: check only match @STRENGTH and remove...
2000-01-22 Dr. Stephen HensonApply Lutz Behnke's 56 bit cipher patch with a few
2000-01-21 Bodo MöllerDon't "goto err" in client_master_key because no such...
2000-01-21 Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
2000-01-21 Ulf MöllerSome more ifdefs for no-xxx options.
2000-01-18 Richard LevitteCompaq C 6.2 for VMS will complain when we want to...
2000-01-17 Richard LevittePrepare for a possible disabling of certain messages...
2000-01-17 Richard LevitteIt doesn't make sense to try see if these variables...
2000-01-16 Bodo MöllerSSL_R_UNSUPPORTED_PROTOCOL (as in s23_clnt.c) for SSL...
2000-01-16 Ulf MöllerAdd missing #ifndefs that caused missing symbols when...
2000-01-16 Bodo MöllerIn ssl3_read_n, set rwstate to SSL_NOTHING when the...
2000-01-16 Ulf MöllerRAND_seed
2000-01-13 Ulf MöllerPrecautions against using the PRNG uninitialized: RAND_...
2000-01-11 Bodo Mölleradd check for internal error
2000-01-11 Bodo MöllerThe buffer in ss3_read_n cannot actually occur because...
2000-01-11 Bodo MöllerClean up some of the SSL server code.
2000-01-09 Dr. Stephen HensonNew function X509_CTX_rget_chain(), make SSL_SESSION_pr...
2000-01-08 Ben LaurieMake NO_RSA compile with pedantic.
2000-01-06 Bodo MöllerNew functions SSL_get_finished, SSL_get_peer_finished.
2000-01-06 Bodo MöllerUse less complicated arrangement for data strutures...
2000-01-06 Bodo MöllerUse separate arrays for certificate verify and for...
2000-01-05 Bodo MöllerUse prototypes.
2000-01-05 Bodo MöllerSlight code cleanup for handling finished labels.
2000-01-04 Andy PolyakovRhapsody 5.5 (a.k.a. MacOS X) compiler bug workaround...
2000-01-02 Dr. Stephen HensonAdd support for MS "fast SGC".
1999-12-29 Bodo MöllerDon't request client certificate in anonymous ciphersuites
1999-12-29 Bodo MöllerFix SSL_CTX_add_session: When two SSL_SESSIONs have...
1999-12-29 Bodo MöllerDelete NO_PROTO section (which apparently was just...
1999-12-29 Bodo Möllerfix comment
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-11-17 Bodo MöllerRestore traditional SSL_get_session behaviour so that...
1999-11-16 Bodo MöllerStore verify_result with sessions to avoid potential...
1999-11-15 Mark J. CoxThis corrects the reference count handling in SSL_get_s...
1999-11-12 Richard LevitteMake sure installed files are world readable
1999-10-25 Bodo MöllerImprove support for running everything as a monolithic...
1999-09-29 Ulf MöllerCosmetic changes.
1999-09-24 Ben LaurieFix warnings.
1999-09-18 Dr. Stephen HensonAdd new sign and verify members to RSA_METHOD and chang...
1999-09-14 Bodo MöllerUpdate dependencies.
1999-09-14 Bodo Möllertypo in a comment
1999-09-13 Bodo MöllerSet s->version correctly for "natural" SSL 3.0 client...
1999-09-11 Andy PolyakovInitial support for MacOS.
1999-09-11 Bodo MöllerFix yet another bug for client hello handling.
1999-09-10 Bodo MöllerRepair another bug in s23_get_client_hello:
1999-09-10 Bodo MöllerUse non-copying BIO interface in ssltest.c.
1999-09-08 Bodo Möllersome more patches for avoiding problems with non-automa...
1999-09-07 Bodo MöllerNon-copying interface to BIO pairs.
1999-09-03 Bodo Mölleruse explicit constant 11 just once
1999-09-03 Bodo MöllerMake previous bugfix actually work
1999-09-03 Bodo MöllerFix server behaviour when facing backwards-compatible...
1999-09-03 Bodo Möller-no_dhe option for ssltest.c
1999-08-18 Bodo MöllerFix horrible (and hard to track down) bug in ssl23_get_...
1999-08-09 Bodo MöllerBIO_write and BIO_read could, in theory, return -2.
1999-08-09 Bodo MöllerProvide fixed seed for parameter generation to speed...
1999-08-08 Bodo MöllerComments.
1999-08-08 Bodo Mölleradd comments
1999-08-05 Ralf S. Engelschalltypo while I poke around...
1999-08-05 Bodo MöllerNew function DSA_dup_DH, and fixes for bugs that were...
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-30 Bodo Möllercorrect error signalling for opendir() failure
1999-07-28 Ulf MöllerVMS updates.
1999-07-21 Bodo MöllerAdditional user data argument to pem_password_cb functi...
1999-07-12 Bodo Möllercosmetic changes
1999-07-12 Bodo Möllerfix memory leak in s3_clnt.c
1999-07-12 Bodo MöllerLooks like another memory leak ...
1999-07-09 Bodo MöllerFix memory checking.
1999-07-02 Bodo Möllertypo
1999-07-02 Bodo Möllertypo
next