aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* oops, revert, committed in errorDr. Stephen Henson2012-12-142-4/+1
|
* apps/ocsp.cDr. Stephen Henson2012-12-142-1/+4
|
* remove redundant code from demoDr. Stephen Henson2012-11-181-10/+1
|
* typoDr. Stephen Henson2012-10-271-1/+1
|
* add simple AES GCM code exampleDr. Stephen Henson2012-10-161-0/+114
|
* update READMEDr. Stephen Henson2012-09-091-4/+16
|
* Extend certificate creation examples to include CRL generation and sampleDr. Stephen Henson2012-09-094-7/+99
| | | | scripts running the test OCSP responder.
* make EC test certificates usable for ECDHDr. Stephen Henson2012-08-312-2/+13
|
* Add certificate callback. If set this is called whenever a certificateDr. Stephen Henson2012-06-291-0/+29
| | | | | | | | | is required by client or server. An application can decide which certificate chain to present based on arbitrary criteria: for example supported signature algorithms. Add very simple example to s_server. This fixes many of the problems and restrictions of the existing client certificate callback: for example you can now clear existing certificates and specify the whole chain.
* oops, revert unrelated changesDr. Stephen Henson2012-02-091-4/+1
|
* Modify client hello version when renegotiating to enhance interop withDr. Stephen Henson2012-02-091-1/+4
| | | | some servers.
* add example for DH certificate generationDr. Stephen Henson2012-01-252-1/+44
|
* Add private keys and generation scripts for test certificates in appsDr. Stephen Henson2011-12-147-0/+238
| | | | directory.
* Simple automated certificate creation demo.Dr. Stephen Henson2011-06-013-0/+91
|
* fix commentsDr. Stephen Henson2010-01-212-4/+4
|
* Update demoDr. Stephen Henson2010-01-201-1/+1
|
* Use SHA1 and not deprecated MD5 in demos.Dr. Stephen Henson2009-08-152-2/+2
|
* Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).Richard Levitte2009-05-151-7/+27
| | | | | Thank you\! (note: not tested for now, a few nightly builds should give indications though)
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-031-1/+1
|
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
|
* Add missing 'extern "C" {' to some _err.h files in crypto/engines/Lutz Jänicke2008-04-183-0/+12
| | | | PR: 1609
* Detached encrypt/decrypt example, fix decrypt sample.Dr. Stephen Henson2008-04-113-4/+190
|
* Fix comments.Dr. Stephen Henson2008-04-112-10/+2
|
* CMS compressed data examples.Dr. Stephen Henson2008-04-113-0/+139
|
* Fix for compression and updated CMS_final().Dr. Stephen Henson2008-04-111-4/+4
|
* PKCS#7 examples converted to CMS.Dr. Stephen Henson2008-04-1111-0/+561
|
* Update tunala so it builds ok with OPENSSL_NO_DEPRECATED, and improve theGeoff Thorpe2008-03-283-6/+28
| | | | autoungunk.sh logic (autobits have grown since I last tried this...).
* Sample text files for S/MIME test programs.Dr. Stephen Henson2007-04-132-0/+6
|
* Add a bunch of S/MIME sample programs and data.Dr. Stephen Henson2007-04-139-0/+555
|
* fix typosNils Larsch2006-02-151-2/+2
| | | | PR: 1280
* update TLS-ECC codeBodo Möller2005-12-131-7/+10
| | | | Submitted by: Douglas Stebila
* From branch OpenSSL_0_9_7-stable, 2002-11-13 15:30:Richard Levitte2005-04-303-3/+12
| | | | | The loading functions should be static if we build a dynamic engine.
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-118-0/+16
|
* Stupid casts...Richard Levitte2004-08-111-3/+3
|
* updates for draft-ietf-tls-ecc-03.txtBodo Möller2003-07-221-1/+1
| | | | | Submitted by: Douglas Stebila Reviewed by: Bodo Moeller
* Typo.Richard Levitte2003-06-111-1/+1
| | | | PR: 593
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-302-0/+8
| | | | PR: 287
* Make 'tunala' link with zlib if possible (so it works if openssl wasGeoff Thorpe2002-12-111-0/+1
| | | | configured with zlib support).
* Fix to build better with DJGPP.Richard Levitte2002-11-142-0/+10
| | | | | | | | | | | | | | | | | PR: 338 Here's the description, submitted by Gisle Vanem <giva@bgnett.no>: 1. sock_init() renamed to ssl_sock_init() in ./apps/s_socket.c due to name-clash with Watt-32. 2. rand() renamed to Rand() in ./crypto/bn/divtest.c due to name-clash with <stdlib.h> 3. Added calls to dbug_init()/sock_init() in some demo programs. 4. Changed cflags/lflags in configure. Watt-32 install root now taken from $WATT_ROOT.
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-132-3/+2
|
* Make internal functions static.Richard Levitte2002-11-131-22/+22
|
* Name the flag files correctly.Richard Levitte2002-11-131-2/+2
|
* There's a name clash between OpenSSL and RSAref. Since this engine handlesRichard Levitte2002-10-241-4/+7
| | | | | | RSAref data, pretend we don't care for OpenSSL's MD2 and MD5 structures or implementation. Remove all kinds of silly warning
* Typo: v3 is represented by 2.Dr. Stephen Henson2002-10-211-1/+1
|
* Add a few more target platforms, to see how well the shared libraryRichard Levitte2002-10-101-0/+16
| | | | linking works on them.
* Don't fuss with the demo binariesRichard Levitte2002-10-091-0/+4
|
* add URL for Internet DraftBodo Möller2002-09-161-1/+3
|
* 1. switch from "-newkey ecdsa:..." to "-newkey ec:..."Bodo Möller2002-09-103-20/+22
| | | | | | 2. automatically create required sub-directories Submitted by: Vipul Gupta <Vipul.Gupta@sun.com>
* Some files deserve to be ignoredRichard Levitte2002-08-133-0/+12
|
* Merge in demo engines from 0.9.7-stable.Richard Levitte2002-08-1319-1/+4866
|