summaryrefslogtreecommitdiff
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* oops, revert unrelated changessteve2012-02-091-4/+1
* Modify client hello version when renegotiating to enhance interop withsteve2012-02-091-1/+4
* add example for DH certificate generationsteve2012-01-252-1/+44
* Add private keys and generation scripts for test certificates in appssteve2011-12-147-0/+238
* Simple automated certificate creation demo.steve2011-06-013-0/+91
* fix commentssteve2010-01-212-4/+4
* Update demosteve2010-01-201-1/+1
* Use SHA1 and not deprecated MD5 in demos.steve2009-08-152-2/+2
* Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).levitte2009-05-151-7/+27
* Merge from 1.0.0-stable branch.steve2009-04-031-1/+1
* Update obsolete email address...steve2008-11-051-1/+1
* Add missing 'extern "C" {' to some _err.h files in crypto/engines/jaenicke2008-04-183-0/+12
* Detached encrypt/decrypt example, fix decrypt sample.steve2008-04-113-4/+190
* Fix comments.steve2008-04-112-10/+2
* CMS compressed data examples.steve2008-04-113-0/+139
* Fix for compression and updated CMS_final().steve2008-04-111-4/+4
* PKCS#7 examples converted to CMS.steve2008-04-1111-0/+561
* Update tunala so it builds ok with OPENSSL_NO_DEPRECATED, and improve thegeoff2008-03-283-6/+28
* Sample text files for S/MIME test programs.steve2007-04-132-0/+6
* Add a bunch of S/MIME sample programs and data.steve2007-04-139-0/+555
* fix typosnils2006-02-151-2/+2
* update TLS-ECC codebodo2005-12-131-7/+10
* From branch OpenSSL_0_9_7-stable, 2002-11-13 15:30:levitte2005-04-303-3/+12
* Add emacs cache files to .cvsignore.levitte2005-04-118-0/+16
* Stupid casts...levitte2004-08-111-3/+3
* updates for draft-ietf-tls-ecc-03.txtbodo2003-07-221-1/+1
* Typo.levitte2003-06-111-1/+1
* Add the possibility to build without the ENGINE framework.levitte2003-01-302-0/+8
* Make 'tunala' link with zlib if possible (so it works if openssl wasgeoff2002-12-111-0/+1
* Fix to build better with DJGPP.levitte2002-11-142-0/+10
* Security fixes brought forward from 0.9.7.ben2002-11-132-3/+2
* Make internal functions static.levitte2002-11-131-22/+22
* Name the flag files correctly.levitte2002-11-131-2/+2
* There's a name clash between OpenSSL and RSAref. Since this engine handleslevitte2002-10-241-4/+7
* Typo: v3 is represented by 2.steve2002-10-211-1/+1
* Add a few more target platforms, to see how well the shared librarylevitte2002-10-101-0/+16
* Don't fuss with the demo binarieslevitte2002-10-091-0/+4
* add URL for Internet Draftbodo2002-09-161-1/+3
* 1. switch from "-newkey ecdsa:..." to "-newkey ec:..."bodo2002-09-103-20/+22
* Some files deserve to be ignoredlevitte2002-08-133-0/+12
* Merge in demo engines from 0.9.7-stable.levitte2002-08-1319-1/+4866
* Scripts for testing ECC ciphersuites.bodo2002-08-125-0/+579
* Add the CBC flag for cbc cipherslevitte2002-08-011-3/+3
* Allow longer program names (VMS allows up to 39 characters).levitte2002-04-061-2/+2
* Fix buggy if-condition (thomas poindessous <poinde_t@epita.fr>).jaenicke2002-03-211-1/+1
* '#if OPENSSL_VERSION_NUMBER >= ...' to document the recent changebodo2002-03-051-2/+7
* Add 'void *' argument to app_verify_callback.bodo2002-02-281-3/+3
* A rough little self-test for tunala. This runs through all cipher-suite /geoff2002-02-201-0/+107
* Make the "ungunk" logic a little more robust.geoff2002-02-201-5/+5
* - Add support for cipher suites that require a temporary RSA key forgeoff2002-02-203-7/+32