Matt Caswell 40720ce3ca Run util/openssl-format-source -v -c . преди 9 години
..
.cvsignore 4bb61becbb Add emacs cache files to .cvsignore. преди 19 години
Makefile c1ce8cf3b8 Name the flag files correctly. преди 22 години
README 6276f1e100 Add a demo that reimplements the RSAref glue in form of a dynamically преди 23 години
build.com 48f48d96ce Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda). преди 15 години
rsaref.c 40720ce3ca Run util/openssl-format-source -v -c . преди 9 години
rsaref.ec 58d55afa6f Add a local error code configuration file for the rsaref dynamic преди 23 години
rsaref_err.c 40720ce3ca Run util/openssl-format-source -v -c . преди 9 години
rsaref_err.h 40720ce3ca Run util/openssl-format-source -v -c . преди 9 години

README

librsaref.so is a demonstration dynamic engine that does RSA
operations using the old RSAref 2.0 implementation.

To make proper use of this engine, you must download RSAref 2.0
(search the web for rsaref.tar.Z for example) and unpack it in this
directory, so you'll end up having the subdirectories "install" and
"source" among others.

To build, do the following:

make

This will list a number of available targets to choose from. Most of
them are architecture-specific. The exception is "gnu" which is to be
used on systems where GNU ld and gcc have been installed in such a way
that gcc uses GNU ld to link together programs and shared libraries.

The make file assumes you use gcc. To change that, just reassign CC:

make CC=cc

The result is librsaref.so, which you can copy to any place you wish.