Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/demos
AgeCommit message (Collapse)Author
2003-06-12Typo.Richard Levitte
PR: 593
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
PR: 287
2002-11-14Fix to build better with DJGPP.Richard Levitte
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-13Make internal functions static.Richard Levitte
2002-11-13Changes from HEAD.Richard Levitte
2002-11-13The loading functions should be static if we build a dynamic engine.Richard Levitte
2002-11-12Many security improvements (CHATS) and a warning fix.Ben Laurie
2002-10-24There's a name clash between OpenSSL and RSAref. Since this engine handlesRichard Levitte
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.Dr. Stephen Henson
2002-10-09This commit was manufactured by cvs2svn to create branchcvs2svn
'OpenSSL_0_9_7-stable'.
2002-10-09Don't fuss with the demo binariesRichard Levitte
2002-09-16add URL for Internet DraftBodo Möller
2002-09-101. switch from "-newkey ecdsa:..." to "-newkey ec:..."Bodo Möller
2. automatically create required sub-directories Submitted by: Vipul Gupta <Vipul.Gupta@sun.com>
2002-08-14This commit was manufactured by cvs2svn to create branchcvs2svn
'OpenSSL_0_9_7-stable'.
2002-08-14Some files deserve to be ignoredRichard Levitte
2002-08-13Merge in demo engines from 0.9.7-stable.Richard Levitte
2002-08-13OK, I've amused myself with making sure the engines that have beenRichard Levitte
contributed TO WORK WITH 0.9.7 can be built as dynamically loadable libraries. For now, they're not included in crypto/engine/ since 0.9.7 is in feature freeze. Further discussion might change that, but don't hold your breath.
2002-08-13Export text symbols as well (AIX experts might need to correct meRichard Levitte
here).
2002-08-12Scripts for testing ECC ciphersuites.Bodo Möller
Submitted by: Sun Microsystems Labs
2002-08-01Add the CBC flag for cbc ciphersRichard Levitte
2002-08-01Add the CBC flag for cbc ciphersRichard Levitte
2002-04-07Allow longer program names (VMS allows up to 39 characters).Richard Levitte
Submitted by Compaq.
2002-04-07Allow longer program names (VMS allows up to 39 characters).Richard Levitte
Submitted by Compaq.
2002-03-21Fix buggy if-condition (thomas poindessous <poinde_t@epita.fr>).Lutz Jänicke
Submitted by: Reviewed by: PR:
2002-03-21Fix buggy if-condition (thomas poindessous <poinde_t@epita.fr>).Lutz Jänicke
2002-03-05'#if OPENSSL_VERSION_NUMBER >= ...' to document the recent changeBodo Möller
2002-03-05'#if OPENSSL_VERSION_NUMBER >= ...' to document the recent changeBodo Möller
2002-02-28Add 'void *' argument to app_verify_callback.Bodo Möller
Submitted by: D. K. Smetters <smetters@parc.xerox.com> Reviewed by: Bodo Moeller
2002-02-28Add 'void *' argument to app_verify_callback.Bodo Möller
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 Thorpe
SSL/TLS version combinations looking for mishaps.
2002-02-20Make the "ungunk" logic a little more robust.Geoff Thorpe
2002-02-20- Add support for cipher suites that require a temporary RSA key forGeoff Thorpe
key-agreement. - Tolerate signal interruptions of select().
2002-01-17Correct for the recent prototype changes.Geoff Thorpe
2002-01-16Produce less confusing statistics when "-out_totals" is used.Geoff Thorpe
2002-01-16The sample certs had expired, so these are newer ones that should lastGeoff Thorpe
quite a bit longer.
2002-01-10- Network errors could pollute the buffers because -1 isn't noticed in anGeoff Thorpe
"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 Thorpe
- 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.
2002-01-04Constify.Geoff Thorpe
2001-11-16Build dynamic rsaref engine on VMS. Tested on VAX so far.Richard Levitte
2001-11-15make updateRichard Levitte
2001-11-15Add MD digests.Richard Levitte
And this finishes this engine, it now offers all ciphers and digests that RSAref 2.0 has.
2001-11-15Add DES functions.Richard Levitte
Restructure the code and comment it a bit. Prepare for the presence of digests.
2001-11-15Use the generated error code files.Richard Levitte
2001-11-15'make update' + some touches.Richard Levitte
2001-11-15Add targets to update the error code files.Richard Levitte
2001-11-15Add a local error code configuration file for the rsaref dynamicRichard Levitte
engine.
2001-11-15Make use of RSAref's header files instead of EAY's crafted rsaref.h.Richard Levitte
2001-11-15In a Debian Linux environment, it's not a good idea, apparently, toRichard Levitte
manually declare the include directory /usr/include at the same time as the macro PROTOTYPES is defined with the value 1. Besides, /usr/include is the standard include directory anyway, so there's no need to specify it explicitely.
2001-11-15Add a demo that reimplements the RSAref glue in form of a dynamicallyRichard Levitte
loadable engine.
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson
to digests to retain compatibility.