~ubuntu-branches/ubuntu/precise/openssl098/precise

« back to all changes in this revision

Viewing changes to demos/engines/rsaref/README

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2011-03-23 19:50:31 UTC
  • Revision ID: james.westby@ubuntu.com-20110323195031-6h9crj4bymhhr8b8
Tags: upstream-0.9.8o
ImportĀ upstreamĀ versionĀ 0.9.8o

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
librsaref.so is a demonstration dynamic engine that does RSA
 
2
operations using the old RSAref 2.0 implementation.
 
3
 
 
4
To make proper use of this engine, you must download RSAref 2.0
 
5
(search the web for rsaref.tar.Z for example) and unpack it in this
 
6
directory, so you'll end up having the subdirectories "install" and
 
7
"source" among others.
 
8
 
 
9
To build, do the following:
 
10
 
 
11
        make
 
12
 
 
13
This will list a number of available targets to choose from.  Most of
 
14
them are architecture-specific.  The exception is "gnu" which is to be
 
15
used on systems where GNU ld and gcc have been installed in such a way
 
16
that gcc uses GNU ld to link together programs and shared libraries.
 
17
 
 
18
The make file assumes you use gcc.  To change that, just reassign CC:
 
19
 
 
20
        make CC=cc
 
21
 
 
22
The result is librsaref.so, which you can copy to any place you wish.