aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-041-1/+1
* Fiddling.Geoff Thorpe2001-09-251-1/+1
* This commits changes to various parts of libcrypto required by the recentGeoff Thorpe2001-09-254-127/+69
* commentsBodo Möller2001-09-201-1/+3
* improve OAEP checkBodo Möller2001-09-061-12/+27
* fix formatting so that the file can be view with any tab-widthBodo Möller2001-09-061-129/+129
* Rename recently introduced functions for improved code clarity:Bodo Möller2001-09-032-3/+3
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-012-9/+6
* Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,Geoff Thorpe2001-08-252-0/+18
* The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-121-3/+4
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-33/+31
* Header bloat reduction for EVP_PKEY.Ben Laurie2001-08-032-2/+0
* make updateRichard Levitte2001-07-311-13/+13
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-302-79/+47
* More linker bloat reorganisation:Dr. Stephen Henson2001-07-271-0/+10
* always reject data >= nBodo Möller2001-07-253-5/+35
* avoid warningsBodo Möller2001-07-241-2/+4
* Currently, RSA code, when using no padding scheme, simply checks that inputGeoff Thorpe2001-07-201-3/+12
* In {RSA,DSA,DH}_new_method(x) need to increase the referenceDr. Stephen Henson2001-06-231-8/+14
* make updateRichard Levitte2001-06-231-10/+20
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-191-9/+9