aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa
AgeCommit message (Expand)AuthorFilesLines
2002-08-09make updateBodo Möller1-28/+31
2002-07-30"make update"Lutz Jänicke1-51/+48
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller1-23/+47
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2002-06-13Add missing prototypes.Lutz Jänicke1-0/+3
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte1-1/+1
2002-03-09Make {RSA,DSA,DH}_new_method obtain and release an ENGINEDr. Stephen Henson1-2/+13
2002-02-14Add the configuration target VxWorks.Richard Levitte1-6/+6
2002-02-13ECDSA supportBodo Möller1-34/+41
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson1-5/+5
2001-10-04'make update'Richard Levitte1-47/+47
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte1-1/+1
2001-09-25Fiddling.Geoff Thorpe1-1/+1
2001-09-25This commits changes to various parts of libcrypto required by the recentGeoff Thorpe4-127/+69
2001-09-20commentsBodo Möller1-1/+3
2001-09-06improve OAEP checkBodo Möller1-12/+27
2001-09-06fix formatting so that the file can be view with any tab-widthBodo Möller1-129/+129
2001-09-03Rename recently introduced functions for improved code clarity:Bodo Möller2-3/+3
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2-9/+6
2001-08-25Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,Geoff Thorpe2-0/+18
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe1-3/+4
2001-08-05Start to reduce some of the header bloat.Ben Laurie1-33/+31
2001-08-03Header bloat reduction for EVP_PKEY.Ben Laurie2-2/+0
2001-07-31make updateRichard Levitte1-13/+13
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie2-79/+47
2001-07-27More linker bloat reorganisation:Dr. Stephen Henson1-0/+10
2001-07-25always reject data >= nBodo Möller3-5/+35
2001-07-24avoid warningsBodo Möller1-2/+4
2001-07-20Currently, RSA code, when using no padding scheme, simply checks that inputGeoff Thorpe1-3/+12
2001-06-23In {RSA,DSA,DH}_new_method(x) need to increase the referenceDr. Stephen Henson1-8/+14
2001-06-23make updateRichard Levitte1-10/+20
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson1-9/+9
2001-06-11Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson1-2/+4
2001-06-08more error codes fixedUlf Möller1-3/+2
2001-06-06when checking OAEP, signal just a single kind of 'decoding error'Bodo Möller1-10/+11
2001-06-06move check to avoid memory leak.Ulf Möller1-8/+8
2001-06-06make sure we don't write to seed[-1]Ulf Möller1-0/+5
2001-06-05'make update'Richard Levitte1-15/+22
2001-04-30In RSA, DSA, DH, and RAND - if the "***_new()" function fails because theGeoff Thorpe1-0/+1
2001-03-28check CRTUlf Möller1-2/+2
2001-03-28check CRTUlf Möller1-1/+11
2001-03-11Forcibly enable memory leak checking during "make test"Bodo Möller1-0/+2
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller1-2/+1
2001-02-26make updateRichard Levitte1-16/+14
2001-02-23Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson1-2/+2
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2-54/+54
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-1/+1
2001-02-20Use BN_rand_range().Ulf Möller1-1/+1
2001-02-19Make all configuration macros available for application by makingRichard Levitte7-94/+90
2001-02-09Various Win32 related fixed. Make no-krb5 work in mkdef.pl .Dr. Stephen Henson1-6/+0