aboutsummaryrefslogtreecommitdiffstats
path: root/demos/engines
Commit message (Collapse)AuthorAgeFilesLines
* Stupid casts...Richard Levitte2004-08-111-3/+3
|
* Typo.Richard Levitte2003-06-111-1/+1
| | | | PR: 593
* Make internal functions static.Richard Levitte2002-11-131-22/+22
|
* Name the flag files correctly.Richard Levitte2002-11-131-2/+2
|
* There's a name clash between OpenSSL and RSAref. Since this engine handlesRichard Levitte2002-10-241-4/+7
| | | | | | RSAref data, pretend we don't care for OpenSSL's MD2 and MD5 structures or implementation. Remove all kinds of silly warning
* Add a few more target platforms, to see how well the shared libraryRichard Levitte2002-10-101-0/+16
| | | | linking works on them.
* Some files deserve to be ignoredRichard Levitte2002-08-133-0/+12
|
* Merge in demo engines from 0.9.7-stable.Richard Levitte2002-08-1319-1/+4866
|
* Add the CBC flag for cbc ciphersRichard Levitte2002-08-011-3/+3
|
* Build dynamic rsaref engine on VMS. Tested on VAX so far.Richard Levitte2001-11-161-0/+85
|
* make updateRichard Levitte2001-11-152-0/+6
|
* Add MD digests.Richard Levitte2001-11-151-7/+138
| | | | | And this finishes this engine, it now offers all ciphers and digests that RSAref 2.0 has.
* Add DES functions.Richard Levitte2001-11-151-6/+224
| | | | | Restructure the code and comment it a bit. Prepare for the presence of digests.
* 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
| | | | engine.
* 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
| | | | | | | 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.
* Add a demo that reimplements the RSAref glue in form of a dynamicallyRichard Levitte2001-11-145-0/+725
loadable engine.