aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
* make updateRichard Levitte2001-02-261-16/+14
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson2001-02-231-2/+2
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-222-54/+54
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Use BN_rand_range().Ulf Möller2001-02-201-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-197-94/+90
* Various Win32 related fixed. Make no-krb5 work in mkdef.pl .Dr. Stephen Henson2001-02-091-6/+0
* Make depend.Ben Laurie2001-02-041-69/+80
* Update "OAEP reconsidered" commentBodo Möller2001-01-241-8/+8
* Replace the old ASN1_dup() with ASN1_item_dup() andDr. Stephen Henson2000-12-291-4/+5
* fix indentationBodo Möller2000-12-191-1/+1
* Don't hold CRYPTO_LOCK_RSA during time-consuming operations.Bodo Möller2000-12-191-58/+67
* Add a comment (intended change)Bodo Möller2000-12-181-1/+1
* Obtain lock CRYPTO_LOCK_RSA before creating BN_MONT_CTXBodo Möller2000-12-181-12/+70
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-083-4/+125
* Discuss http://www.shoup.net/papers/oaep.ps.ZBodo Möller2000-12-051-1/+16
* Ensure that the "ex_data" member of an RSA structure is initialised beforeGeoff Thorpe2000-11-261-4/+4
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-10/+9
* Really stupid glitch (a comment not properly ended) fixed.Richard Levitte2000-11-081-1/+1
* Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte2000-11-081-1/+1
* A few more constifications of some RSA routines that I forgotRichard Levitte2000-11-073-5/+5
* Constify the RSA library.Richard Levitte2000-11-0611-120/+136
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-265-49/+151
* The experimental Rijndael code moved to the main trunk.Richard Levitte2000-10-141-2/+6
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* 'make update'Richard Levitte2000-09-071-12/+18
* MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte2000-08-141-6/+8
* Fix SSL 2.0 rollback checking: The previous implementation of theBodo Möller2000-07-291-1/+1
* I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte2000-07-051-4/+4
* Add support for the modified SGC key format used in IIS.Dr. Stephen Henson2000-06-151-0/+4
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-29/+39
* Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte2000-06-091-1/+4
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-015-25/+25
* Bug fix for 64 bit HP-UX.Ulf Möller2000-06-011-1/+1
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-4/+4
* Previously, the default RSA_METHOD was NULL until the first RSA structure wasGeoff Thorpe2000-04-201-13/+14
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* Check tlen size in all padding_check functions. As called within the rsaUlf Möller2000-02-222-1/+16
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller2000-02-052-8/+10
* ispell (and minor modifications)Ulf Möller2000-02-033-4/+4
* Checked in some junk. Sorry.Ulf Möller2000-01-301-5/+0
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-0/+5
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-233-29/+31
* Document the DH library, and make some minor changes along the way.Ulf Möller2000-01-221-2/+2
* Rename rsa_oaep_test to the more appropriate name rsa_test for theUlf Möller2000-01-182-1/+1
* Let "make test" survive without DEVRANDOMBodo Möller2000-01-141-0/+5
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-133-5/+10
* Turn BN_prime_checks into a macro.Bodo Möller2000-01-121-2/+2
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-251-1/+1
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-1/+1