summaryrefslogtreecommitdiffstats
path: root/engines/e_gmp.c
AgeCommit message (Collapse)Author
2011-01-30stop warnings about no previous prototype when compiling shared enginesDr. Stephen Henson
2009-04-23Make no-rsa, no-dsa and no-dh compile again.Dr. Stephen Henson
2008-09-12AIX build updates.Andy Polyakov
2008-04-27Paul Sheer optimised the OpenSSL to/from libGMP conversions for the caseGeoff Thorpe
where they both use the same limb size. I've tweaked his patch slightly, so blame me if it breaks. Submitted by: Paul Sheer Reviewed by: Geoff Thorpe
2007-12-04gmp engine was non-operational.Andy Polyakov
2004-03-25... and this should likewise fix up those RSA implementations that weren'tGeoff Thorpe
already built and tested.
2003-06-26Conform with the standard prototype for engine control functions.Richard Levitte
2003-01-30Commit a slightly modified version of an old experiment to do RSA privateGeoff Thorpe
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).