Various changes in the new TLS extension code, including the following:
[openssl.git] / demos /
2005-12-13 Bodo Möllerupdate TLS-ECC code
2005-04-30 Richard LevitteFrom branch OpenSSL_0_9_7-stable, 2002-11-13 15:30:
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2004-08-11 Richard LevitteStupid casts...
2003-07-22 Bodo Möllerupdates for draft-ietf-tls-ecc-03.txt
2003-06-11 Richard LevitteTypo.
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-12-11 Geoff ThorpeMake 'tunala' link with zlib if possible (so it works...
2002-11-14 Richard LevitteFix to build better with DJGPP.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-13 Richard LevitteMake internal functions static.
2002-11-13 Richard LevitteName the flag files correctly.
2002-10-24 Richard LevitteThere's a name clash between OpenSSL and RSAref. Since...
2002-10-21 Dr. Stephen HensonTypo: v3 is represented by 2.
2002-10-10 Richard LevitteAdd a few more target platforms, to see how well the...
2002-10-09 Richard LevitteDon't fuss with the demo binaries
2002-09-16 Bodo Mölleradd URL for Internet Draft
2002-09-10 Bodo Möller1. switch from "-newkey ecdsa:..." to "-newkey ec:..."
2002-08-13 Richard LevitteSome files deserve to be ignored
2002-08-13 Richard LevitteMerge in demo engines from 0.9.7-stable.
2002-08-12 Bodo MöllerScripts for testing ECC ciphersuites.
2002-08-01 Richard LevitteAdd the CBC flag for cbc ciphers
2002-04-06 Richard LevitteAllow longer program names (VMS allows up to 39 charact...
2002-03-21 Lutz JänickeFix buggy if-condition (thomas poindessous <poinde_t...
2002-03-05 Bodo Möller'#if OPENSSL_VERSION_NUMBER >= ...' to document the...
2002-02-28 Bodo MöllerAdd 'void *' argument to app_verify_callback.
2002-02-20 Geoff ThorpeA rough little self-test for tunala. This runs through...
2002-02-20 Geoff ThorpeMake the "ungunk" logic a little more robust.
2002-02-20 Geoff Thorpe- Add support for cipher suites that require a temporar...
2002-01-17 Geoff ThorpeCorrect for the recent prototype changes.
2002-01-16 Geoff ThorpeProduce less confusing statistics when "-out_totals...
2002-01-16 Geoff ThorpeThe sample certs had expired, so these are newer ones...
2002-01-10 Geoff Thorpe- Network errors could pollute the buffers because...
2002-01-08 Geoff Thorpe- libtool finally annoyed me too much, so I'm nuking it,
2002-01-04 Geoff ThorpeConstify.
2001-11-16 Richard LevitteBuild dynamic rsaref engine on VMS. Tested on VAX...
2001-11-15 Richard Levittemake update
2001-11-15 Richard LevitteAdd MD digests.
2001-11-15 Richard LevitteAdd DES functions.
2001-11-15 Richard LevitteUse the generated error code files.
2001-11-15 Richard Levitte'make update' + some touches.
2001-11-15 Richard LevitteAdd targets to update the error code files.
2001-11-15 Richard LevitteAdd a local error code configuration file for the rsare...
2001-11-14 Richard LevitteMake use of RSAref's header files instead of EAY's...
2001-11-14 Richard LevitteIn a Debian Linux environment, it's not a good idea...
2001-11-14 Richard LevitteAdd a demo that reimplements the RSAref glue in form...
2001-10-17 Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-09-28 Dr. Stephen HensonModernise and fix (ancient) "maurice" demos.
2001-09-28 Dr. Stephen HensonMake (ancient) sign.c demo compile again.
2001-09-24 Bodo Möllerignore binary
2001-09-24 Bodo Mölleravoid everything resembling a magic trigraph
2001-09-18 Bodo MöllerChange Makefile so that it works without any additional...
2001-09-17 Bodo MöllerAnother demo.
2001-09-12 Dr. Stephen HensonAdd certificate and request demos.
2001-07-23 Geoff Thorpe- New INSTALL document describing different ways to...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-12 Geoff ThorpeRe-order a couple of static functions and "#if 0" out...
2001-02-12 Geoff ThorpeThis change was a quick experiment that I'd wanted...
2001-02-06 Ben LaurieImprove the state machine.
2001-02-06 Ulf Möllerformat strings
2000-12-21 Geoff ThorpeRe-order the options in tunala and add command switches...
2000-12-20 Geoff ThorpeThis adds support to 'tunala' for supplying DH paramete...
2000-12-20 Geoff ThorpeSome minor changes to the "tunala" demo.
2000-12-08 Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-11-30 Geoff Thorpe* Fix a slight bug in the state-machine. This caused...
2000-11-29 Geoff ThorpeMore little changes to the tunala demo;
2000-11-29 Geoff ThorpeMake s_client/s_server-style cert verification output...
2000-11-28 Geoff ThorpeMinor tweaks and improvements to the tunala demo.
2000-11-28 Geoff ThorpeA typo and a couple of logic errors fixed. I think...
2000-11-21 Ben LaurieOops! Read a full buffer instead of some spurious numbe...
2000-11-01 Geoff Thorpeoops, remove comments that are no longer true.
2000-11-01 Geoff ThorpeExplanation, tips, etc.
2000-11-01 Geoff ThorpeThis is a demo that performs SSL tunneling (client...
2000-10-18 Richard LevitteJohn Denney <jdenney@ca.mdis.com> reports that we forgo...
2000-09-07 Dr. Stephen HensonTwo new PKCS#12 demo programs.
2000-09-05 Ben LaurieIgnore executable.
2000-09-05 Ben LaurieHandle WANT_READ more correctly (thanks to Bodo).
2000-09-05 Ben LaurieDistinguish between assertions and conditions that...
2000-09-04 Bodo Möller-Wall insists that main return an int.
2000-08-30 Ben LaurieAdd demo state machine.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-02-13 Dr. Stephen HensonModernise 'selfsign.c' to use new X509_NAME code
2000-02-04 Dr. Stephen HensonRename SSLeay_add_all_algorithms() et al to
1999-11-08 Dr. Stephen HensonFix to the -revoke option in ca. It was leaking memory...
1999-08-01 Bodo MöllerSSL_shutdown was done too early.
1999-08-01 Bodo Möllerdon't prematurely shut down socket -- use SSL_shutdown
1999-06-09 Dr. Stephen HensonReformat and "modernise" the sign.c demo.
1999-06-09 Dr. Stephen HensonChange the PEM function implementation to use a common...
1999-06-08 Ben LaurieSurvive pedanticism.
1999-05-31 Ben LaurieStack.
1999-05-27 Bodo MöllerUpdated C++ SSL demos.
1999-05-27 Bodo MöllerUpdated some demos.
1999-05-27 Bodo MöllerChange function call according to current API.
1999-04-24 Bodo MöllerSubmitted by:
1999-04-23 Bodo MöllerSubmitted by:
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-01-02 Ben LaurieDon't confuse matters by using the wrong library.
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...
next