aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
* 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
* We seem to carry some rests of the 0.9.6 [engine] ENGINE framework, here inRichard Levitte2003-04-081-13/+0
* We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in formRichard Levitte2003-04-082-6/+0
* RSA_FLAG_SIGN_VER indicates the special rsa_sign and rsa_verify functionRichard Levitte2003-04-071-8/+16
* make RSA blinding thread-safeBodo Möller2003-04-022-10/+115
* make sure RSA blinding works when the PRNG is not properly seeded;Bodo Möller2003-03-203-12/+51
* We cache a montgomery form for 'n' if the PUBLIC flag is set, not PRIVATE.Geoff Thorpe2003-02-151-4/+9
* David Brumley <dbrumley@stanford.edu> noted and corrected a case in theGeoff Thorpe2003-02-141-100/+45
* The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That'sRichard Levitte2003-01-301-2/+0
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-305-0/+22
* This is the first step in allowing RSA_METHODs to implement their own keyGeoff Thorpe2003-01-074-2/+24
* make updateRichard Levitte2002-12-291-49/+25
* make updateRichard Levitte2002-12-091-0/+9
* Nils Larsch submitted;Geoff Thorpe2002-12-082-11/+3
* This is a first-cut at improving the callback mechanisms used inGeoff Thorpe2002-12-085-32/+125
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-283-8/+8
* The logic in the main signing and verifying functions to check lengths wasRichard Levitte2002-11-264-3/+5
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-041-3/+3
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* make updateBodo Möller2002-08-091-28/+31
* "make update"Lutz Jänicke2002-07-301-51/+48
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-23/+47
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* Add missing prototypes.Lutz Jänicke2002-06-131-0/+3
* Check the return values where memory allocation failures may happen.Richard Levitte2002-05-301-1/+1
* Make {RSA,DSA,DH}_new_method obtain and release an ENGINEDr. Stephen Henson2002-03-091-2/+13
* Add the configuration target VxWorks.Richard Levitte2002-02-141-6/+6
* ECDSA supportBodo Möller2002-02-131-34/+41
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-5/+5
* 'make update'Richard Levitte2001-10-041-47/+47