summaryrefslogtreecommitdiffstats
path: root/demos/engines
AgeCommit message (Collapse)Author
2009-05-15Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).Richard Levitte
Thank you\! (note: not tested for now, a few nightly builds should give indications though)
2008-04-18Add missing 'extern "C" {' to some _err.h files in crypto/engines/Lutz Jänicke
PR: 1609
2006-02-15fix typosNils Larsch
PR: 1280
2005-04-30From branch OpenSSL_0_9_7-stable, 2002-11-13 15:30:Richard Levitte
The loading functions should be static if we build a dynamic engine.
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2004-08-11Stupid casts...Richard Levitte
2003-06-11Typo.Richard Levitte
PR: 593
2002-11-13Make internal functions static.Richard Levitte
2002-11-13Name the flag files correctly.Richard Levitte
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-10Add a few more target platforms, to see how well the shared libraryRichard Levitte
linking works on them.
2002-08-13Some files deserve to be ignoredRichard Levitte
2002-08-13Merge in demo engines from 0.9.7-stable.Richard Levitte
2002-08-01Add the CBC flag for cbc ciphersRichard Levitte
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-14Make use of RSAref's header files instead of EAY's crafted rsaref.h.Richard Levitte
2001-11-14In 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-14Add a demo that reimplements the RSAref glue in form of a dynamicallyRichard Levitte
loadable engine.