Steve fixed up some strange errors introduced into dso_win32.c, and I'm
[openssl.git] / ssl /
2000-06-21 Dr. Stephen HensonFixes for Win32 build.
2000-06-16 Dr. Stephen HensonSafe stack reorganisation in terms of function casts.
2000-06-13 Geoff ThorpeEnable DSO support on alpha (OSF1), cc and gcc.
2000-06-09 Richard LevitteUsing checks of the existence of HEADER_{foo}_H in...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-06-01 Geoff Thorpe"make update" + stripping the type-specific stack funct...
2000-06-01 Geoff ThorpeThe previous commit to crypto/stack/*.[ch] pulled the...
2000-05-27 Bodo MöllerBugfix: clear error queue after ignoring ssl_verify_cer...
2000-05-25 Bodo Möllertypo
2000-05-25 Bodo MöllerImplement SSL_OP_TLS_ROLLBACK_BUG for servers.
2000-05-21 Bodo MöllerAvoid sprintf
2000-05-21 Bodo MöllerAvoid sprintf.
2000-05-21 Bodo MöllerAvoid sprintf, and harmonize indentation.
2000-05-21 Bodo MöllerAvoid sprintf.
2000-05-15 Ulf MöllerGet rid of more non-ANSI declarations.
2000-05-02 Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-04-09 Richard Levitte"make update"
2000-04-06 Bodo MöllerIn theory, TLS v1 ciphersuites are not the same as...
2000-04-06 Bodo MöllerAvoid memory leak.
2000-03-27 Bodo MöllerComments for SSL_get_peer_cert_chain inconsistency.
2000-03-26 Bodo MöllerNeXT workaround.
2000-03-14 Bodo MöllerUse correct function names in SSLerr macros.
2000-03-13 Bodo MöllerUpdate usage info
2000-03-13 Bodo MöllerUpdate test suite so that 'make test' succeeds in ...
2000-03-13 Bodo MöllerCopy DH key (if available) in addition to the bare...
2000-03-13 Bodo MöllerConnection timings (using ISO C function clock()).
2000-03-12 Bodo Möllercleaning up a little
2000-03-10 Bodo MöllerAlways use fixed DH parameters created with 'dhparam...
2000-03-06 Bodo MöllerFix the indentation, and avoid a compiler warning.
2000-03-06 Richard LevitteLet's not lie to the people.
2000-03-05 Bodo MöllerPreserve reason strings in automatically build tables.
2000-02-27 Richard LevitteNew logical names to skip algorithms are now supported.
2000-02-26 Dr. Stephen HensonFix shadow warning.
2000-02-25 Richard LevitteSome time in history, SSL_CTX_sessions() disappeared...
2000-02-25 Bodo MöllerUse unsigned loop index to make compilers happy
2000-02-25 Bodo MöllerThe previous revision should have generated _more_...
2000-02-25 Geoff ThorpeMore VC++ pickiness. (destest.c doesn't have a "return...
2000-02-25 Bodo MöllerAdd OpenSSL licen[cs]e.
2000-02-25 Bodo MöllerFix off-by-one error :-)
2000-02-25 Bodo MöllerFix warnings by using unsigned int where appropriate.
2000-02-25 Ulf Möllersigned/unsigned mismatch (VC++)
2000-02-25 Dr. Stephen HensonAllow code which calls RSA temp key callback to cope
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...
next