aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa
AgeCommit message (Expand)AuthorFilesLines
2000-11-12in some new file names the first 8 characters were not uniqueUlf Möller1-10/+9
2000-11-08Really stupid glitch (a comment not properly ended) fixed.Richard Levitte1-1/+1
2000-11-08Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte1-1/+1
2000-11-07A few more constifications of some RSA routines that I forgotRichard Levitte3-5/+5
2000-11-06Constify the RSA library.Richard Levitte11-120/+136
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte5-49/+151
2000-10-14The experimental Rijndael code moved to the main trunk.Richard Levitte1-2/+6
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte1-1/+2
2000-09-07'make update'Richard Levitte1-12/+18
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte1-6/+8
2000-07-29Fix SSL 2.0 rollback checking: The previous implementation of theBodo Möller1-1/+1
2000-07-05I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte1-4/+4
2000-06-15Add support for the modified SGC key format used in IIS.Dr. Stephen Henson1-0/+4
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe1-29/+39
2000-06-09Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte1-1/+4
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte5-25/+25
2000-06-01Bug fix for 64 bit HP-UX.Ulf Möller1-1/+1
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte1-4/+4
2000-04-20Previously, the default RSA_METHOD was NULL until the first RSA structure wasGeoff Thorpe1-13/+14
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller1-1/+2
2000-02-22Check tlen size in all padding_check functions. As called within the rsaUlf Möller2-1/+16
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller2-8/+10
2000-02-03ispell (and minor modifications)Ulf Möller3-4/+4
2000-01-30Checked in some junk. Sorry.Ulf Möller1-5/+0
2000-01-30Seek out and destroy another evil cast.Ulf Möller1-0/+5
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson3-29/+31
2000-01-22Document the DH library, and make some minor changes along the way.Ulf Möller1-2/+2
2000-01-18Rename rsa_oaep_test to the more appropriate name rsa_test for theUlf Möller2-1/+1
2000-01-14Let "make test" survive without DEVRANDOMBodo Möller1-0/+5
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller3-5/+10
2000-01-12Turn BN_prime_checks into a macro.Bodo Möller1-2/+2
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller1-1/+1
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-1/+1
1999-09-18Add new sign and verify members to RSA_METHOD and change SSL code to use signDr. Stephen Henson3-60/+111
1999-09-10"make update"Bodo Möller1-0/+7
1999-09-09Correct warnings.Ben Laurie1-0/+4
1999-09-08Fix typo.Dr. Stephen Henson1-1/+1
1999-09-08Oops... forgot the other RSA_NULL patches...Dr. Stephen Henson5-5/+17
1999-09-08This is preliminary support for an "RSA null" cipher. Unfortunately whenDr. Stephen Henson1-0/+145
1999-07-27New RSA flag RSA_FLAG_EXT_PKEY, to always call rsa_mod_exp.Dr. Stephen Henson2-5/+13
1999-07-15RSA private keys without dmp1/dmq1/iqmp are also valid (but slower).Ulf Möller1-35/+45
1999-07-13Eliminate a warning: BN_mod_inverse() returns a (BIGNUM *) and remove andDr. Stephen Henson2-3/+2
1999-07-12correct error handlingBodo Möller3-35/+50
1999-07-11typoBodo Möller1-1/+2
1999-07-11New function RSA_check_key.Bodo Möller1-0/+159
1999-07-11New function RSA_check_key,Bodo Möller3-2/+23
1999-07-09Fix memory checking.Bodo Möller1-1/+1
1999-06-29New functions to allow RSA_METHODs to be changed without poking round inDr. Stephen Henson2-0/+23
1999-06-25Close another memory hole.Bodo Möller1-0/+8
1999-06-04Some constification and stacks that slipped through the cracks (how?).Ben Laurie1-2/+3