summaryrefslogtreecommitdiffstats
path: root/crypto/rsa
AgeCommit message (Expand)Author
2002-07-30"make update"Lutz Jänicke
2002-06-13make updateRichard Levitte
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
2002-02-14Add the configuration target VxWorks.Richard Levitte
2002-02-11add casts as in head (required for VC++)Ulf Möller
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-11-15perl util/mkerr.pl -recurse -write -rebuildRichard Levitte
2001-09-06improve OAEP checkBodo Möller
2001-07-25always reject data >= nBodo Möller
2001-06-08as in headUlf Möller
2001-06-06when checking OAEP, signal just a single kind of 'decoding error'Bodo Möller
2001-06-06as in headUlf Möller
2001-06-06make sure we don't write to seed[-1]Ulf Möller
2001-03-28check the CRT result.Ulf Möller
2001-02-24Backfit a bugfix from 0.9.7-dev to 0.9.6-stable. init() and finish()Geoff Thorpe
2001-02-21BN_rand_range() as in main branch.Ulf Möller
2000-12-19fix indentationBodo Möller
2000-12-19Don't hold CRYPTO_LOCK_RSA during time-consuming operations.Bodo Möller
2000-12-18Obtain lock CRYPTO_LOCK_RSA before creating BN_MONT_CTXBodo Möller
2000-10-11Fix from main trunk, 2000-09-25 10:52 levitte:Richard Levitte
2000-09-07'make update'Richard Levitte
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte
2000-07-29Fix SSL 2.0 rollback checking: The previous implementation of theBodo Möller
2000-07-05I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte
2000-06-15Add support for the modified SGC key format used in IIS.Dr. Stephen Henson
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe
2000-06-09Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-06-01Bug fix for 64 bit HP-UX.Ulf Möller
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
2000-04-20Previously, the default RSA_METHOD was NULL until the first RSA structure wasGeoff Thorpe
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller
2000-02-22Check tlen size in all padding_check functions. As called within the rsaUlf Möller
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-30Checked in some junk. Sorry.Ulf Möller
2000-01-30Seek out and destroy another evil cast.Ulf Möller
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson
2000-01-22Document the DH library, and make some minor changes along the way.Ulf Möller
2000-01-18Rename rsa_oaep_test to the more appropriate name rsa_test for theUlf Möller
2000-01-14Let "make test" survive without DEVRANDOMBodo Möller
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller
2000-01-12Turn BN_prime_checks into a macro.Bodo Möller
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-09-18Add new sign and verify members to RSA_METHOD and change SSL code to use signDr. Stephen Henson
1999-09-10"make update"Bodo Möller
1999-09-09Correct warnings.Ben Laurie
1999-09-08Fix typo.Dr. Stephen Henson
1999-09-08Oops... forgot the other RSA_NULL patches...Dr. Stephen Henson