Rich Salz 3be39dc1e3 RT4044: Remove .cvsignore files. 9 năm trước cách đây
..
Makefile c1ce8cf3b8 Name the flag files correctly. 22 năm trước cách đây
README 6276f1e100 Add a demo that reimplements the RSAref glue in form of a dynamically 23 năm trước cách đây
build.com 006c7c6bb1 Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda). 15 năm trước cách đây
rsaref.c ae5c8664e5 Run util/openssl-format-source -v -c . 9 năm trước cách đây
rsaref.ec 58d55afa6f Add a local error code configuration file for the rsaref dynamic 23 năm trước cách đây
rsaref_err.c ae5c8664e5 Run util/openssl-format-source -v -c . 9 năm trước cách đây
rsaref_err.h ae5c8664e5 Run util/openssl-format-source -v -c . 9 năm trước cách đây

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.