Process signature algorithms during TLS v1.2 client authentication.
[openssl.git] / demos /
2010-01-21 Dr. Stephen Hensonfix comments
2010-01-20 Dr. Stephen HensonUpdate demo
2009-08-15 Dr. Stephen HensonUse SHA1 and not deprecated MD5 in demos.
2009-05-15 Richard LevitteFunctional VMS changes submitted by sms@antinode.info...
2009-04-03 Dr. Stephen HensonMerge from 1.0.0-stable branch.
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-04-18 Lutz JänickeAdd missing 'extern "C" {' to some _err.h files in...
2008-04-11 Dr. Stephen HensonDetached encrypt/decrypt example, fix decrypt sample.
2008-04-11 Dr. Stephen HensonFix comments.
2008-04-11 Dr. Stephen HensonCMS compressed data examples.
2008-04-11 Dr. Stephen HensonFix for compression and updated CMS_final().
2008-04-11 Dr. Stephen HensonPKCS#7 examples converted to CMS.
2008-03-28 Geoff ThorpeUpdate tunala so it builds ok with OPENSSL_NO_DEPRECATE...
2007-04-13 Dr. Stephen HensonSample text files for S/MIME test programs.
2007-04-13 Dr. Stephen HensonAdd a bunch of S/MIME sample programs and data.
2006-02-15 Nils Larschfix typos
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...
next