- 9282199 oops, revert, committed in error by Dr. Stephen Henson · 12 years ago
- 11e2957 apps/ocsp.c by Dr. Stephen Henson · 12 years ago
- 24f77b3 remove redundant code from demo by Dr. Stephen Henson · 12 years ago
- 226afe4 typo by Dr. Stephen Henson · 12 years ago
- 07a4ff7 add simple AES GCM code example by Dr. Stephen Henson · 12 years ago
- 61d24f1 update README by Dr. Stephen Henson · 13 years ago
- 79b184f Extend certificate creation examples to include CRL generation and sample by Dr. Stephen Henson · 13 years ago
- ef6b34b make EC test certificates usable for ECDH by Dr. Stephen Henson · 13 years ago
- 18d7158 Add certificate callback. If set this is called whenever a certificate by Dr. Stephen Henson · 13 years ago
- 5755947 oops, revert unrelated changes by Dr. Stephen Henson · 13 years ago
- f4e1169 Modify client hello version when renegotiating to enhance interop with by Dr. Stephen Henson · 13 years ago
- ccd395c add example for DH certificate generation by Dr. Stephen Henson · 13 years ago
- 1bfdb34 Add private keys and generation scripts for test certificates in apps directory. by Dr. Stephen Henson · 13 years ago
- b6df360 Simple automated certificate creation demo. by Dr. Stephen Henson · 14 years ago
- 55f39a1 fix comments by Dr. Stephen Henson · 15 years ago
- 3ec5f38 Update demo by Dr. Stephen Henson · 15 years ago
- 98c08a6 Use SHA1 and not deprecated MD5 in demos. by Dr. Stephen Henson · 16 years ago
- cc8cc9a Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda). by Richard Levitte · 16 years ago
- 14023fe Merge from 1.0.0-stable branch. by Dr. Stephen Henson · 16 years ago
- 2e59752 Update obsolete email address... by Dr. Stephen Henson · 16 years ago
- 0f401ff Add missing 'extern "C" {' to some _err.h files in crypto/engines/ PR: 1609 by Lutz Jänicke · 17 years ago
- 1728756 Detached encrypt/decrypt example, fix decrypt sample. by Dr. Stephen Henson · 17 years ago
- f3eba36 Fix comments. by Dr. Stephen Henson · 17 years ago
- 47a6d38 CMS compressed data examples. by Dr. Stephen Henson · 17 years ago
- c02b6b6 Fix for compression and updated CMS_final(). by Dr. Stephen Henson · 17 years ago
- 3b28bc9 PKCS#7 examples converted to CMS. by Dr. Stephen Henson · 17 years ago
- eb77ebe Update tunala so it builds ok with OPENSSL_NO_DEPRECATED, and improve the by Geoff Thorpe · 17 years ago
- be3b365 Sample text files for S/MIME test programs. by Dr. Stephen Henson · 18 years ago
- b2b2daf Add a bunch of S/MIME sample programs and data. by Dr. Stephen Henson · 18 years ago
- 90076b9 fix typos by Nils Larsch · 19 years ago
- d56349a update TLS-ECC code by Bodo Möller · 19 years ago
- 37e2721 From branch OpenSSL_0_9_7-stable, 2002-11-13 15:30: by Richard Levitte · 20 years ago
- 4bb61be Add emacs cache files to .cvsignore. by Richard Levitte · 20 years ago
- b94f886 Stupid casts... by Richard Levitte · 21 years ago
- 968766c updates for draft-ietf-tls-ecc-03.txt by Bodo Möller · 22 years ago
- c14b337 Typo. PR: 593 by Richard Levitte · 22 years ago
- 0b13e9f Add the possibility to build without the ENGINE framework. PR: 287 by Richard Levitte · 22 years ago
- e5a08ce Make 'tunala' link with zlib if possible (so it works if openssl was by Geoff Thorpe · 22 years ago
- 8d6e604 Fix to build better with DJGPP. PR: 338 by Richard Levitte · 22 years ago
- 54a656e Security fixes brought forward from 0.9.7. by Ben Laurie · 22 years ago
- c0d64de Make internal functions static. by Richard Levitte · 22 years ago
- c1ce8cf Name the flag files correctly. by Richard Levitte · 22 years ago
- bd1fb77 There's a name clash between OpenSSL and RSAref. Since this engine handles by Richard Levitte · 22 years ago
- 5aa3429 Typo: v3 is represented by 2. by Dr. Stephen Henson · 22 years ago
- fa4bde9 Add a few more target platforms, to see how well the shared library by Richard Levitte · 22 years ago
- 27bad5a Don't fuss with the demo binaries by Richard Levitte · 22 years ago
- 7cc6ec7 add URL for Internet Draft by Bodo Möller · 23 years ago
- c2bbf27 1. switch from "-newkey ecdsa:..." to "-newkey ec:..." by Bodo Möller · 23 years ago
- 629d860 Some files deserve to be ignored by Richard Levitte · 23 years ago
- 056cc16 Merge in demo engines from 0.9.7-stable. by Richard Levitte · 23 years ago
- 18a31aa Scripts for testing ECC ciphersuites. by Bodo Möller · 23 years ago
- a7535a2 Add the CBC flag for cbc ciphers by Richard Levitte · 23 years ago
- d16e113 Allow longer program names (VMS allows up to 39 characters). by Richard Levitte · 23 years ago
- 7e58aa7 Fix buggy if-condition (thomas poindessous <poinde_t@epita.fr>). by Lutz Jänicke · 23 years ago
- 93683c3 '#if OPENSSL_VERSION_NUMBER >= ...' to document the recent change by Bodo Möller · 23 years ago
- 023ec15 Add 'void *' argument to app_verify_callback. by Bodo Möller · 23 years ago
- 877b2fb A rough little self-test for tunala. This runs through all cipher-suite / by Geoff Thorpe · 23 years ago
- afeab58 Make the "ungunk" logic a little more robust. by Geoff Thorpe · 23 years ago
- 744c49a - Add support for cipher suites that require a temporary RSA key for by Geoff Thorpe · 23 years ago
- 062d3e3 Correct for the recent prototype changes. by Geoff Thorpe · 23 years ago
- 1b58b61 Produce less confusing statistics when "-out_totals" is used. by Geoff Thorpe · 23 years ago
- c70d381 The sample certs had expired, so these are newer ones that should last by Geoff Thorpe · 23 years ago
- fd69886 - Network errors could pollute the buffers because -1 isn't noticed in an by Geoff Thorpe · 23 years ago
- e523f5f - libtool finally annoyed me too much, so I'm nuking it, by Geoff Thorpe · 23 years ago
- 980afcc Constify. by Geoff Thorpe · 23 years ago
- 033c51f Build dynamic rsaref engine on VMS. Tested on VAX so far. by Richard Levitte · 23 years ago
- 2bd065d make update by Richard Levitte · 23 years ago
- 6d7dbc1 Add MD digests. by Richard Levitte · 23 years ago
- b5fe234 Add DES functions. by Richard Levitte · 23 years ago
- c85a157 Use the generated error code files. by Richard Levitte · 23 years ago
- 0c5d16e 'make update' + some touches. by Richard Levitte · 23 years ago
- bd2af5e Add targets to update the error code files. by Richard Levitte · 23 years ago
- 58d55af Add a local error code configuration file for the rsaref dynamic engine. by Richard Levitte · 23 years ago
- 1d46b6b Make use of RSAref's header files instead of EAY's crafted rsaref.h. by Richard Levitte · 23 years ago
- bbb3544 In a Debian Linux environment, it's not a good idea, apparently, to by Richard Levitte · 23 years ago
- 6276f1e Add a demo that reimplements the RSAref glue in form of a dynamically by Richard Levitte · 23 years ago
- 581f1c8 Modify EVP cipher behaviour in a similar way to digests to retain compatibility. by Dr. Stephen Henson · 23 years ago
- cb7fd76 Modernise and fix (ancient) "maurice" demos. by Dr. Stephen Henson · 24 years ago
- 89f534e Make (ancient) sign.c demo compile again. by Dr. Stephen Henson · 24 years ago
- a3d8c0f ignore binary by Bodo Möller · 24 years ago
- a32d795 avoid everything resembling a magic trigraph by Bodo Möller · 24 years ago
- b263b66 Change Makefile so that it works without any additional changes by Bodo Möller · 24 years ago
- 5294dd7 Another demo. by Bodo Möller · 24 years ago
- 96bd6f7 Add certificate and request demos. by Dr. Stephen Henson · 24 years ago
- 3866752 - New INSTALL document describing different ways to build "tunala" and by Geoff Thorpe · 24 years ago
- cf1b7d9 Make all configuration macros available for application by making by Richard Levitte · 24 years ago
- 9a04387 Re-order a couple of static functions and "#if 0" out unused ones - this by Geoff Thorpe · 24 years ago
- 282d8b1 This change was a quick experiment that I'd wanted to try that works quite by Geoff Thorpe · 24 years ago
- 171cc53 Improve the state machine. by Ben Laurie · 24 years ago
- 4327aae format strings by Ulf Möller · 24 years ago
- 895959b Re-order the options in tunala and add command switches like s_server for by Geoff Thorpe · 24 years ago
- 1cc0b0a This adds support to 'tunala' for supplying DH parameters (without which it by Geoff Thorpe · 24 years ago
- beb2325 Some minor changes to the "tunala" demo. by Geoff Thorpe · 24 years ago
- 9d6b1ce by Dr. Stephen Henson · 24 years ago
- 3465dd3 * Fix a slight bug in the state-machine. This caused the client end of a by Geoff Thorpe · 24 years ago
- a9376db More little changes to the tunala demo; by Geoff Thorpe · 24 years ago
- f2cc755 Make s_client/s_server-style cert verification output configurable by by Geoff Thorpe · 24 years ago
- 4aa69fe Minor tweaks and improvements to the tunala demo. by Geoff Thorpe · 24 years ago
- b984cd2 A typo and a couple of logic errors fixed. I think there may still be one by Geoff Thorpe · 24 years ago
- cd26e6c Oops! Read a full buffer instead of some spurious number from elswhere. by Ben Laurie · 24 years ago