Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update obsolete email address... | Dr. Stephen Henson | 2008-11-05 | 1 | -1/+1 |
| | |||||
* | Add missing 'extern "C" {' to some _err.h files in crypto/engines/ | Lutz Jänicke | 2008-04-18 | 3 | -0/+12 |
| | | | | PR: 1609 | ||||
* | Detached encrypt/decrypt example, fix decrypt sample. | Dr. Stephen Henson | 2008-04-12 | 3 | -4/+190 |
| | |||||
* | Fix comments. | Dr. Stephen Henson | 2008-04-11 | 2 | -10/+2 |
| | |||||
* | CMS compressed data examples. | Dr. Stephen Henson | 2008-04-11 | 3 | -0/+139 |
| | |||||
* | Fix for compression and updated CMS_final(). | Dr. Stephen Henson | 2008-04-11 | 1 | -4/+4 |
| | |||||
* | PKCS#7 examples converted to CMS. | Dr. Stephen Henson | 2008-04-11 | 11 | -0/+561 |
| | |||||
* | Update tunala so it builds ok with OPENSSL_NO_DEPRECATED, and improve the | Geoff Thorpe | 2008-03-28 | 3 | -6/+28 |
| | | | | autoungunk.sh logic (autobits have grown since I last tried this...). | ||||
* | Sample text files for S/MIME test programs. | Dr. Stephen Henson | 2007-04-13 | 2 | -0/+6 |
| | |||||
* | Add a bunch of S/MIME sample programs and data. | Dr. Stephen Henson | 2007-04-13 | 9 | -0/+555 |
| | |||||
* | fix typos | Nils Larsch | 2006-02-15 | 1 | -2/+2 |
| | | | | PR: 1280 | ||||
* | update TLS-ECC code | Bodo Möller | 2005-12-13 | 1 | -7/+10 |
| | | | | Submitted by: Douglas Stebila | ||||
* | From branch OpenSSL_0_9_7-stable, 2002-11-13 15:30: | Richard Levitte | 2005-04-30 | 3 | -3/+12 |
| | | | | | The loading functions should be static if we build a dynamic engine. | ||||
* | Add emacs cache files to .cvsignore. | Richard Levitte | 2005-04-11 | 8 | -0/+16 |
| | |||||
* | Stupid casts... | Richard Levitte | 2004-08-11 | 1 | -3/+3 |
| | |||||
* | updates for draft-ietf-tls-ecc-03.txt | Bodo Möller | 2003-07-22 | 1 | -1/+1 |
| | | | | | Submitted by: Douglas Stebila Reviewed by: Bodo Moeller | ||||
* | Typo. | Richard Levitte | 2003-06-12 | 1 | -1/+1 |
| | | | | PR: 593 | ||||
* | Add the possibility to build without the ENGINE framework. | Richard Levitte | 2003-01-30 | 2 | -0/+8 |
| | | | | PR: 287 | ||||
* | Make 'tunala' link with zlib if possible (so it works if openssl was | Geoff Thorpe | 2002-12-11 | 1 | -0/+1 |
| | | | | configured with zlib support). | ||||
* | Fix to build better with DJGPP. | Richard Levitte | 2002-11-14 | 2 | -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 Laurie | 2002-11-13 | 2 | -3/+2 |
| | |||||
* | Make internal functions static. | Richard Levitte | 2002-11-13 | 1 | -22/+22 |
| | |||||
* | Name the flag files correctly. | Richard Levitte | 2002-11-13 | 1 | -2/+2 |
| | |||||
* | There's a name clash between OpenSSL and RSAref. Since this engine handles | Richard Levitte | 2002-10-24 | 1 | -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 Henson | 2002-10-21 | 1 | -1/+1 |
| | |||||
* | Add a few more target platforms, to see how well the shared library | Richard Levitte | 2002-10-10 | 1 | -0/+16 |
| | | | | linking works on them. | ||||
* | Don't fuss with the demo binaries | Richard Levitte | 2002-10-09 | 1 | -0/+4 |
| | |||||
* | add URL for Internet Draft | Bodo Möller | 2002-09-16 | 1 | -1/+3 |
| | |||||
* | 1. switch from "-newkey ecdsa:..." to "-newkey ec:..." | Bodo Möller | 2002-09-10 | 3 | -20/+22 |
| | | | | | | 2. automatically create required sub-directories Submitted by: Vipul Gupta <Vipul.Gupta@sun.com> | ||||
* | Some files deserve to be ignored | Richard Levitte | 2002-08-14 | 3 | -0/+12 |
| | |||||
* | Merge in demo engines from 0.9.7-stable. | Richard Levitte | 2002-08-13 | 19 | -1/+4866 |
| | |||||
* | Scripts for testing ECC ciphersuites. | Bodo Möller | 2002-08-12 | 5 | -0/+579 |
| | | | | Submitted by: Sun Microsystems Labs | ||||
* | Add the CBC flag for cbc ciphers | Richard Levitte | 2002-08-01 | 1 | -3/+3 |
| | |||||
* | Allow longer program names (VMS allows up to 39 characters). | Richard Levitte | 2002-04-06 | 1 | -2/+2 |
| | | | | Submitted by Compaq. | ||||
* | Fix buggy if-condition (thomas poindessous <poinde_t@epita.fr>). | Lutz Jänicke | 2002-03-21 | 1 | -1/+1 |
| | |||||
* | '#if OPENSSL_VERSION_NUMBER >= ...' to document the recent change | Bodo Möller | 2002-03-05 | 1 | -2/+7 |
| | |||||
* | Add 'void *' argument to app_verify_callback. | Bodo Möller | 2002-02-28 | 1 | -3/+3 |
| | | | | | Submitted by: D. K. Smetters <smetters@parc.xerox.com> Reviewed by: Bodo Moeller | ||||
* | A rough little self-test for tunala. This runs through all cipher-suite / | Geoff Thorpe | 2002-02-20 | 1 | -0/+107 |
| | | | | SSL/TLS version combinations looking for mishaps. | ||||
* | Make the "ungunk" logic a little more robust. | Geoff Thorpe | 2002-02-20 | 1 | -5/+5 |
| | |||||
* | - Add support for cipher suites that require a temporary RSA key for | Geoff Thorpe | 2002-02-20 | 3 | -7/+32 |
| | | | | | key-agreement. - Tolerate signal interruptions of select(). | ||||
* | Correct for the recent prototype changes. | Geoff Thorpe | 2002-01-17 | 2 | -2/+2 |
| | |||||
* | Produce less confusing statistics when "-out_totals" is used. | Geoff Thorpe | 2002-01-16 | 1 | -12/+6 |
| | |||||
* | The sample certs had expired, so these are newer ones that should last | Geoff Thorpe | 2002-01-16 | 3 | -123/+121 |
| | | | | quite a bit longer. | ||||
* | - Network errors could pollute the buffers because -1 isn't noticed in an | Geoff Thorpe | 2002-01-10 | 3 | -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). | ||||
* | - libtool finally annoyed me too much, so I'm nuking it, | Geoff Thorpe | 2002-01-08 | 4 | -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. | ||||
* | Constify. | Geoff Thorpe | 2002-01-04 | 1 | -1/+1 |
| | |||||
* | Build dynamic rsaref engine on VMS. Tested on VAX so far. | Richard Levitte | 2001-11-16 | 1 | -0/+85 |
| | |||||
* | make update | Richard Levitte | 2001-11-15 | 2 | -0/+6 |
| | |||||
* | Add MD digests. | Richard Levitte | 2001-11-15 | 1 | -7/+138 |
| | | | | | And this finishes this engine, it now offers all ciphers and digests that RSAref 2.0 has. | ||||
* | Add DES functions. | Richard Levitte | 2001-11-15 | 1 | -6/+224 |
| | | | | | Restructure the code and comment it a bit. Prepare for the presence of digests. |