Correct the return codes for ecdsatest.
[openssl.git] / ssl / ssltest.c
2004-05-17 Geoff ThorpeDeprecate quite a few recursive includes from the ssl...
2004-04-26 Geoff ThorpeAllow RSA key-generation to specify an arbitrary public...
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2004-01-04 Lutz Jänickeunintptr_t and <inttypes.h> are not strictly portable...
2003-12-27 Richard LevitteAvoid including cryptlib.h, it's not really needed.
2003-11-28 Richard LevitteNetware-specific changes,
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-10-10 Dr. Stephen HensonAvoid warnings: add missing prototype, don't shadow.
2003-10-06 Richard LevitteMake sure int SSL_COMP_add_compression_method() checks...
2003-10-02 Richard LevitteCheck for errors from SSL_COMP_add_compression_method().
2003-08-14 Bodo Möllerfix out-of-bounds check in lock_dbg_cb (was too lose...
2003-04-03 Richard LevitteCorrect a lot of printing calls. Remove extra arguments...
2003-02-22 Ulf Möllermore mingw related cleanups.
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-12-19 Richard LevitteIf _XOPEN_SOURCE_EXTENDED or _XOPEN_SOURCE are defined...
2002-12-08 Geoff ThorpeThis is a first-cut at improving the callback mechanism...
2002-12-04 Richard Levittegethostname() is more a BSD feature than an XOPEN one.
2002-12-02 Richard Levittedefine USE_SOCKETS so sys/param.h gets included (and...
2002-11-28 Richard LevitteHave all tests use EXIT() to exit rather than exit...
2002-11-26 Richard LevitteSmall bugfixes to the KSSL implementation.
2002-11-19 Bodo Möllerallocate bio_err before memory debugging is enabled...
2002-11-15 Richard LevitteWinCE patches
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-05 Bodo Mölleravoid Purify warnings
2002-11-05 Bodo Möllerfix typo
2002-09-25 Lutz JänickeAdd missing brackets.
2002-08-14 Richard LevitteInstead of returning errors when certain flags are...
2002-08-09 Bodo MöllerECC ciphersuite support
2002-04-29 Bodo Möllerundo nonsense patch (r *is* signed or we have signednes...
2002-04-29 Richard LevitteFix unsigned vs. signed clash
2002-04-20 Richard LevitteSignedness mismatch.
2002-03-14 Bodo Mölleruse BIO_nwrite() more properly to demonstrate the gener...
2002-02-28 Bodo MöllerAdd 'void *' argument to app_verify_callback.
2002-02-22 Dr. Stephen HensonFix for AIX.
2001-09-10 Bodo MöllerFix apps/openssl.c and ssl/ssltest.c so that they use
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-07-31 Richard LevitteMake as sure as possible that gethostname() will be...
2001-07-04 Bodo MöllerCall ENGINE_cleanup() to avoid memory leak.
2001-03-11 Bodo MöllerForcibly enable memory leak checking during "make test"
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2000-12-15 Bodo MöllerLocking issues.
2000-11-30 Bodo MöllerCOMP_zlib should always be declared, even if it is...
2000-11-30 Richard LevitteFirst tentative impementation of Kerberos 5 cryptos...
2000-11-30 Richard LevitteThe compression method may be undefined for some reason...
2000-11-30 Richard LevitteSimplify and provide the possibility to clean a compres...
2000-11-30 Richard LevitteMake it possible to test SSL compression
2000-10-22 Richard LevitteIf the functions get_dh*() are declared static, they...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-04-06 Bodo MöllerAvoid memory leak.
2000-03-26 Bodo MöllerNeXT workaround.
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öllerConnection timings (using ISO C function clock()).
2000-03-10 Bodo MöllerAlways use fixed DH parameters created with 'dhparam...
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-01-16 Ulf MöllerAdd missing #ifndefs that caused missing symbols when...
2000-01-16 Ulf MöllerRAND_seed
1999-11-16 Bodo MöllerStore verify_result with sessions to avoid potential...
1999-10-25 Bodo MöllerImprove support for running everything as a monolithic...
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öller-no_dhe option for ssltest.c
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-05 Bodo MöllerNew function DSA_dup_DH, and fixes for bugs that were...
1999-07-12 Bodo Möllercosmetic changes
1999-07-09 Bodo MöllerFix memory checking.
1999-06-25 Bodo MöllerMemory leak checks.
1999-06-12 Bodo MöllerBugfix.
1999-06-12 Bodo MöllerBIO pairs.
1999-06-10 Bodo MöllerAvoid warnings.
1999-06-09 Ulf Möller"extern" is a C++ reserved word.
1999-05-21 Bodo MöllerIt was a very bad idea to use #include "../e_os.h"...
1999-05-20 Bodo MöllerDon't install e_os.h in include/openssl, use it only...
1999-05-13 Ulf MöllerVMS support.
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-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-02-21 Ben LaurieMore stuff for new TLS ciphersuites.
1999-02-16 Mark J. CoxUpdates to the new SSL compression code
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...