aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
* Extend callback function to support print customization.Dr. Stephen Henson2005-09-011-2/+3
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-282-2/+2
* Remove ASN1_METHOD code replace with new ASN1 alternative.Dr. Stephen Henson2005-08-201-11/+0
* Final(?) WinCE update.Andy Polyakov2005-08-071-0/+8
* Fix for padding X9.31 padding check and zero padding bytes.Dr. Stephen Henson2005-06-061-7/+9
* Fix inconsistensy between 8 and HEAD.Andy Polyakov2005-06-021-0/+6
* PSS update [from 0.9.7].Andy Polyakov2005-06-023-32/+61
* check return valueNils Larsch2005-06-011-0/+5
* Update from 0.9.7-stable.Dr. Stephen Henson2005-06-011-9/+21
* changes from 0.9.8Nils Larsch2005-05-311-1/+1
* Update from stable branch.Dr. Stephen Henson2005-05-301-0/+21
* Add pss/x931 files.Dr. Stephen Henson2005-05-282-0/+395
* Update from 0.9.7-stable. Also repatch and rebuild error codes.Dr. Stephen Henson2005-05-285-20/+81
* Use BN_with_flags() in a cleaner way.Bodo Möller2005-05-271-0/+1
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+1
* Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller2005-05-163-24/+141
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Fix more error codes.Bodo Möller2005-05-117-16/+24
* Port BN_MONT_CTX_set_locked() from stable branch.Dr. Stephen Henson2005-04-261-29/+2
* some updates for the blinding code; summary:Nils Larsch2005-04-264-137/+160
* Port from stable branch.Dr. Stephen Henson2005-04-261-2/+2
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-221-3/+3
* Rebuild error codes.Dr. Stephen Henson2005-04-121-60/+64
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-312-9/+17
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-052-5/+11
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* Remove distracting comments and code. Thanks to Nils for picking up on theGeoff Thorpe2004-09-191-16/+0
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-7/+6
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-172-1/+4
* With the new dynamic BN_CTX implementation, there should be no need forGeoff Thorpe2004-04-271-6/+3
* The problem of rsa key-generation getting stuck in a loop for (pointlessly)Geoff Thorpe2004-04-261-2/+15
* Allow RSA key-generation to specify an arbitrary public exponent. JelteGeoff Thorpe2004-04-263-23/+28
* make updateGeoff Thorpe2004-04-191-14/+5
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-191-3/+5
* By adding a BN_CTX parameter to the 'rsa_mod_exp' callback, private keyGeoff Thorpe2004-03-252-89/+94
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-152-3/+4
* Make sure that the last argument to RAND_add() is a float, or someRichard Levitte2004-03-152-2/+2
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Netware-specific changes,Richard Levitte2003-11-281-0/+3
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-1/+2
* When OPENSSL_NO_DEPRECATED is defined, deprecated functions are (or shouldGeoff Thorpe2003-10-291-1/+4
* DO NOT constify RSA* in RSA_sign() and RSA_verify(), since there are functionRichard Levitte2003-05-072-4/+4
* Constify RSA_sign() and RSA_verify().Richard Levitte2003-05-052-4/+4
* make updateRichard Levitte2003-05-011-3/+7
* Memory leak fix: RSA_blinding_on() didn't free Ai under certain circumstances.Richard Levitte2003-04-162-8/+11
* Memory leak fix: local blinding structure not freed in rsa_eay_private_decrypt()Richard Levitte2003-04-151-0/+2
* make updateRichard Levitte2003-04-101-14/+8
* Include rand.h, so RAND_status() and friends get properly declared.Richard Levitte2003-04-081-0/+1