Commit a slightly modified version of an old experiment to do RSA private
authorGeoff Thorpe <geoff@openssl.org>
Thu, 30 Jan 2003 15:43:07 +0000 (15:43 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Thu, 30 Jan 2003 15:43:07 +0000 (15:43 +0000)
commita85bef18995496a5f503350d921b2c98686cd12e
treefc3a2a42e41800ea6f8b95fa77d137e465485b0f
parentbb3e67f3157cc44f20c1d3b96611126d4660d225
Commit a slightly modified version of an old experiment to do RSA private
key operations using the GMP library. The default is not to build (or use)
this code unless OPENSSL_USE_GMP is defined (because it will impose header
and linker dependencies that might need specifying too).
engines/.cvsignore
engines/Makefile.ssl
engines/e_gmp.c [new file with mode: 0644]
engines/e_gmp.ec [new file with mode: 0644]
engines/e_gmp_err.c [new file with mode: 0644]
engines/e_gmp_err.h [new file with mode: 0644]