aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* 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
* ignore binaryBodo Möller2001-09-241-0/+1
* avoid everything resembling a magic trigraphBodo Möller2001-09-242-4/+4
* Change Makefile so that it works without any additional changesBodo Möller2001-09-182-5/+6
* Another demo.Bodo Möller2001-09-178-0/+1783
* Add certificate and request demos.Dr. Stephen Henson2001-09-123-0/+328
* - New INSTALL document describing different ways to build "tunala" andGeoff Thorpe2001-07-2311-44/+354
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-3/+3
* Re-order a couple of static functions and "#if 0" out unused ones - thisGeoff Thorpe2001-02-121-14/+16
* This change was a quick experiment that I'd wanted to try that works quiteGeoff Thorpe2001-02-121-7/+36
* Improve the state machine.Ben Laurie2001-02-061-13/+34
* format stringsUlf Möller2001-02-061-4/+3
* Re-order the options in tunala and add command switches like s_server forGeoff Thorpe2000-12-211-23/+42
* This adds support to 'tunala' for supplying DH parameters (without which itGeoff Thorpe2000-12-201-9/+136
* Some minor changes to the "tunala" demo.Geoff Thorpe2000-12-204-19/+88
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-082-0/+373
* * Fix a slight bug in the state-machine. This caused the client end of aGeoff Thorpe2000-11-303-35/+86
* More little changes to the tunala demo;Geoff Thorpe2000-11-293-90/+166
* Make s_client/s_server-style cert verification output configurable byGeoff Thorpe2000-11-293-9/+100
* Minor tweaks and improvements to the tunala demo.Geoff Thorpe2000-11-286-23/+144
* A typo and a couple of logic errors fixed. I think there may still be oneGeoff Thorpe2000-11-283-4/+7
* Oops! Read a full buffer instead of some spurious number from elswhere.Ben Laurie2000-11-211-1/+1
* oops, remove comments that are no longer true.Geoff Thorpe2000-11-011-9/+0
* Explanation, tips, etc.Geoff Thorpe2000-11-011-0/+233
* This is a demo that performs SSL tunneling (client and/or server) and isGeoff Thorpe2000-11-019-0/+1555
* John Denney <jdenney@ca.mdis.com> reports that we forgot to convertRichard Levitte2000-10-183-6/+6
* Two new PKCS#12 demo programs.Dr. Stephen Henson2000-09-073-0/+110
* Ignore executable.Ben Laurie2000-09-051-0/+1
* Handle WANT_READ more correctly (thanks to Bodo).Ben Laurie2000-09-051-5/+24
* Distinguish between assertions and conditions that should cause death.Ben Laurie2000-09-051-5/+10
* -Wall insists that main return an int.Bodo Möller2000-09-041-1/+3
* Add demo state machine.Ben Laurie2000-08-302-0/+378
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-5/+5
* Modernise 'selfsign.c' to use new X509_NAME codeDr. Stephen Henson2000-02-131-21/+33
* Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson2000-02-042-2/+2
* Fix to the -revoke option in ca. It was leaking memory, crashing and justDr. Stephen Henson1999-11-081-1/+0
* SSL_shutdown was done too early.Bodo Möller1999-08-011-2/+1
* don't prematurely shut down socket -- use SSL_shutdownBodo Möller1999-08-011-1/+1
* Reformat and "modernise" the sign.c demo.Dr. Stephen Henson1999-06-091-25/+40
* Change the PEM function implementation to use a common set of macros: thisDr. Stephen Henson1999-06-091-27/+27