summaryrefslogtreecommitdiff
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* fix typosNils Larsch2006-02-151-2/+2
* update TLS-ECC codeBodo Möller2005-12-131-7/+10
* From branch OpenSSL_0_9_7-stable, 2002-11-13 15:30:Richard Levitte2005-04-303-3/+12
* 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
* Typo.Richard Levitte2003-06-111-1/+1
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-302-0/+8
* Make 'tunala' link with zlib if possible (so it works if openssl wasGeoff Thorpe2002-12-111-0/+1
* Fix to build better with DJGPP.Richard Levitte2002-11-142-0/+10
* 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
* 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
* 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
* 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
* Scripts for testing ECC ciphersuites.Bodo Möller2002-08-125-0/+579
* Add the CBC flag for cbc ciphersRichard Levitte2002-08-011-3/+3
* Allow longer program names (VMS allows up to 39 characters).Richard Levitte2002-04-061-2/+2
* Fix buggy if-condition (thomas poindessous <poinde_t@epita.fr>).Lutz Jänicke2002-03-211-1/+1
* '#if OPENSSL_VERSION_NUMBER >= ...' to document the recent changeBodo Möller2002-03-051-2/+7
* Add 'void *' argument to app_verify_callback.Bodo Möller2002-02-281-3/+3
* A rough little self-test for tunala. This runs through all cipher-suite /Geoff Thorpe2002-02-201-0/+107
* Make the "ungunk" logic a little more robust.Geoff Thorpe2002-02-201-5/+5
* - Add support for cipher suites that require a temporary RSA key forGeoff Thorpe2002-02-203-7/+32
* Correct for the recent prototype changes.Geoff Thorpe2002-01-172-2/+2
* Produce less confusing statistics when "-out_totals" is used.Geoff Thorpe2002-01-161-12/+6
* The sample certs had expired, so these are newer ones that should lastGeoff Thorpe2002-01-163-123/+121
* - Network errors could pollute the buffers because -1 isn't noticed in anGeoff Thorpe2002-01-103-11/+11
* - libtool finally annoyed me too much, so I'm nuking it,Geoff Thorpe2002-01-084-35/+28
* Constify.Geoff Thorpe2002-01-041-1/+1
* Build dynamic rsaref engine on VMS. Tested on VAX so far.Richard Levitte2001-11-161-0/+85
* make updateRichard Levitte2001-11-152-0/+6
* Add MD digests.Richard Levitte2001-11-151-7/+138
* Add DES functions.Richard Levitte2001-11-151-6/+224
* Use the generated error code files.Richard Levitte2001-11-151-91/+5
* 'make update' + some touches.Richard Levitte2001-11-152-0/+264
* Add targets to update the error code files.Richard Levitte2001-11-151-1/+30
* Add a local error code configuration file for the rsaref dynamicRichard Levitte2001-11-151-0/+8
* Make use of RSAref's header files instead of EAY's crafted rsaref.h.Richard Levitte2001-11-142-206/+24
* In a Debian Linux environment, it's not a good idea, apparently, toRichard Levitte2001-11-141-1/+1
* Add a demo that reimplements the RSAref glue in form of a dynamicallyRichard Levitte2001-11-145-0/+725
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-172-5/+5
* Modernise and fix (ancient) "maurice" demos.Dr. Stephen Henson2001-09-282-8/+3
* Make (ancient) sign.c demo compile again.Dr. Stephen Henson2001-09-281-2/+2