aboutsummaryrefslogtreecommitdiff
path: root/demos
AgeCommit message (Collapse)AuthorFilesLines
2010-01-21fix commentsDr. Stephen Henson2-4/+4
2010-01-20Update demoDr. Stephen Henson1-1/+1
2009-08-15Use SHA1 and not deprecated MD5 in demos.Dr. Stephen Henson2-2/+2
2009-05-15Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).Richard Levitte1-7/+27
Thank you\! (note: not tested for now, a few nightly builds should give indications though)
2009-04-03Merge from 1.0.0-stable branch.Dr. Stephen Henson1-1/+1
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-04-18Add missing 'extern "C" {' to some _err.h files in crypto/engines/Lutz Jänicke3-0/+12
PR: 1609
2008-04-11Detached encrypt/decrypt example, fix decrypt sample.Dr. Stephen Henson3-4/+190
2008-04-11Fix comments.Dr. Stephen Henson2-10/+2
2008-04-11CMS compressed data examples.Dr. Stephen Henson3-0/+139
2008-04-11Fix for compression and updated CMS_final().Dr. Stephen Henson1-4/+4
2008-04-11PKCS#7 examples converted to CMS.Dr. Stephen Henson11-0/+561
2008-03-28Update tunala so it builds ok with OPENSSL_NO_DEPRECATED, and improve theGeoff Thorpe3-6/+28
autoungunk.sh logic (autobits have grown since I last tried this...).
2007-04-13Sample text files for S/MIME test programs.Dr. Stephen Henson2-0/+6
2007-04-13Add a bunch of S/MIME sample programs and data.Dr. Stephen Henson9-0/+555
2006-02-15fix typosNils Larsch1-2/+2
PR: 1280
2005-12-13update TLS-ECC codeBodo Möller1-7/+10
Submitted by: Douglas Stebila
2005-04-30From branch OpenSSL_0_9_7-stable, 2002-11-13 15:30:Richard Levitte3-3/+12
The loading functions should be static if we build a dynamic engine.
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte8-0/+16
2004-08-11Stupid casts...Richard Levitte1-3/+3
2003-07-22updates for draft-ietf-tls-ecc-03.txtBodo Möller1-1/+1
Submitted by: Douglas Stebila Reviewed by: Bodo Moeller
2003-06-11Typo.Richard Levitte1-1/+1
PR: 593
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte2-0/+8
PR: 287
2002-12-11Make 'tunala' link with zlib if possible (so it works if openssl wasGeoff Thorpe1-0/+1
configured with zlib support).
2002-11-14Fix to build better with DJGPP.Richard Levitte2-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.
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie2-3/+2
2002-11-13Make internal functions static.Richard Levitte1-22/+22
2002-11-13Name the flag files correctly.Richard Levitte1-2/+2
2002-10-24There's a name clash between OpenSSL and RSAref. Since this engine handlesRichard Levitte1-4/+7
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 Henson1-1/+1
2002-10-10Add a few more target platforms, to see how well the shared libraryRichard Levitte1-0/+16
linking works on them.
2002-10-09Don't fuss with the demo binariesRichard Levitte1-0/+4
2002-09-16add URL for Internet DraftBodo Möller1-1/+3
2002-09-101. switch from "-newkey ecdsa:..." to "-newkey ec:..."Bodo Möller3-20/+22
2. automatically create required sub-directories Submitted by: Vipul Gupta <Vipul.Gupta@sun.com>
2002-08-13Some files deserve to be ignoredRichard Levitte3-0/+12
2002-08-13Merge in demo engines from 0.9.7-stable.Richard Levitte19-1/+4866
2002-08-12Scripts for testing ECC ciphersuites.Bodo Möller5-0/+579
Submitted by: Sun Microsystems Labs
2002-08-01Add the CBC flag for cbc ciphersRichard Levitte1-3/+3
2002-04-06Allow longer program names (VMS allows up to 39 characters).Richard Levitte1-2/+2
Submitted by Compaq.
2002-03-21Fix buggy if-condition (thomas poindessous <poinde_t@epita.fr>).Lutz Jänicke1-1/+1
2002-03-05'#if OPENSSL_VERSION_NUMBER >= ...' to document the recent changeBodo Möller1-2/+7
2002-02-28Add 'void *' argument to app_verify_callback.Bodo Möller1-3/+3
Submitted by: D. K. Smetters <smetters@parc.xerox.com> Reviewed by: Bodo Moeller
2002-02-20A rough little self-test for tunala. This runs through all cipher-suite /Geoff Thorpe1-0/+107
SSL/TLS version combinations looking for mishaps.
2002-02-20Make the "ungunk" logic a little more robust.Geoff Thorpe1-5/+5
2002-02-20- Add support for cipher suites that require a temporary RSA key forGeoff Thorpe3-7/+32
key-agreement. - Tolerate signal interruptions of select().
2002-01-17Correct for the recent prototype changes.Geoff Thorpe2-2/+2
2002-01-16Produce less confusing statistics when "-out_totals" is used.Geoff Thorpe1-12/+6
2002-01-16The sample certs had expired, so these are newer ones that should lastGeoff Thorpe3-123/+121
quite a bit longer.
2002-01-10- Network errors could pollute the buffers because -1 isn't noticed in anGeoff Thorpe3-11/+11
"unsigned int". - Remove redundant processing with machine->ssl is NULL. - Remove compiler warnings about uninitialised 'ctx' (it's not used uninitialised, but gcc can't see that).
2002-01-08- libtool finally annoyed me too much, so I'm nuking it,Geoff Thorpe4-35/+28
- tidy up some output, - print a warning when running an SSL server with no cert, - only log each connect/disconnect if the new "-out_conns" switch is used.