summaryrefslogtreecommitdiffstats
path: root/demos
AgeCommit message (Collapse)Author
2014-02-02New ctrl to set current certificate.Dr. Stephen Henson
New ctrl sets current certificate based on certain criteria. Currently two options: set the first valid certificate as current and set the next valid certificate as current. Using these an application can iterate over all certificates in an SSL_CTX or SSL structure. (cherry picked from commit 0f78819c8ccb7c526edbe90d5b619281366ce75c)
2014-02-02Fix various typos.Dr. Stephen Henson
(cherry picked from commit f3efeaad540b000779277b4fc49a239529ee616e)
2014-02-02Update demo.Dr. Stephen Henson
(cherry picked from commit 88c21c47a3d187d4f8c4e87e3c6088198cb08a99)
2014-02-02Update demos/bio/READMEDr. Stephen Henson
(cherry picked from commit ea131a0644bcebeaa5e911217aadbc9dac241fec)
2014-02-02Modify sample accept.cnfDr. Stephen Henson
(cherry picked from commit d80b0eeee59fa48f2506fe103de1b52ef6de3f4f)
2014-02-02Add demo for SSL server using SSL_CONF.Dr. Stephen Henson
(cherry picked from commit ebd14bfce9ef6b4bf41129a329823130d1002f42)
2014-01-28typoDr. Stephen Henson
(cherry picked from commit cb2182676bdf652070bc272a3896d957763a4324)
2014-01-28Fix demo comment: 0.9.9 never released.Dr. Stephen Henson
(cherry picked from commit 717cc8589540b95122a652dee68e6a75b6262d93)
2013-03-18Typo.Dr. Stephen Henson
(cherry picked from commit 1546fb780bc11556a18d70c5fb29af4a9d5beaff)
2013-02-26Demo code for SSL_CONF APIDr. Stephen Henson
Two example programs one for command line argument processing and one for configuration file processing. (cherry picked from commit 3646578ae7e29230d7b05a5487ad12990b2ae688)
2010-01-21fix commentsDr. Stephen Henson
2010-01-20Update demoDr. Stephen Henson
2010-01-20Support -L options in VC++ link.Dr. Stephen Henson
2009-12-16Ooops revert stuff which shouldn't have been part of previous commit.Dr. Stephen Henson
2009-12-16New option to enable/disable connection to unpatched serversDr. Stephen Henson
2009-08-15Use SHA1 and not deprecated MD5 in demos.Dr. Stephen Henson
2009-05-15Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).Richard Levitte
Thank you\! (note: not tested for now, a few nightly builds should give indications though)
2009-04-02Fix demo program.Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-04-18Add missing 'extern "C" {' to some _err.h files in crypto/engines/Lutz Jänicke
PR: 1609
2008-04-11Detached encrypt/decrypt example, fix decrypt sample.Dr. Stephen Henson
2008-04-11Fix comments.Dr. Stephen Henson
2008-04-11CMS compressed data examples.Dr. Stephen Henson
2008-04-11Fix for compression and updated CMS_final().Dr. Stephen Henson
2008-04-11PKCS#7 examples converted to CMS.Dr. Stephen Henson
2008-03-28Update tunala so it builds ok with OPENSSL_NO_DEPRECATED, and improve theGeoff Thorpe
autoungunk.sh logic (autobits have grown since I last tried this...).
2007-04-13Sample text files for S/MIME test programs.Dr. Stephen Henson
2007-04-13Add a bunch of S/MIME sample programs and data.Dr. Stephen Henson
2006-02-15fix typosNils Larsch
PR: 1280
2005-12-13update TLS-ECC codeBodo Möller
Submitted by: Douglas Stebila
2005-04-30From branch OpenSSL_0_9_7-stable, 2002-11-13 15:30:Richard Levitte
The loading functions should be static if we build a dynamic engine.
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2004-08-11Stupid casts...Richard Levitte
2003-07-22updates for draft-ietf-tls-ecc-03.txtBodo Möller
Submitted by: Douglas Stebila Reviewed by: Bodo Moeller
2003-06-11Typo.Richard Levitte
PR: 593
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
PR: 287
2002-12-11Make 'tunala' link with zlib if possible (so it works if openssl wasGeoff Thorpe
configured with zlib support).
2002-11-14Fix to build better with DJGPP.Richard Levitte
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.
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-11-13Make internal functions static.Richard Levitte
2002-11-13Name the flag files correctly.Richard Levitte
2002-10-24There's a name clash between OpenSSL and RSAref. Since this engine handlesRichard Levitte
RSAref data, pretend we don't care for OpenSSL's MD2 and MD5 structures or implementation. Remove all kinds of silly warning
2002-10-21Typo: v3 is represented by 2.Dr. Stephen Henson
2002-10-10Add a few more target platforms, to see how well the shared libraryRichard Levitte
linking works on them.
2002-10-09Don't fuss with the demo binariesRichard Levitte
2002-09-16add URL for Internet DraftBodo Möller
2002-09-101. switch from "-newkey ecdsa:..." to "-newkey ec:..."Bodo Möller
2. automatically create required sub-directories Submitted by: Vipul Gupta <Vipul.Gupta@sun.com>
2002-08-13Some files deserve to be ignoredRichard Levitte
2002-08-13Merge in demo engines from 0.9.7-stable.Richard Levitte
2002-08-12Scripts for testing ECC ciphersuites.Bodo Möller
Submitted by: Sun Microsystems Labs