aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson2001-06-111-2/+4
* more error codes fixedUlf Möller2001-06-081-3/+2
* when checking OAEP, signal just a single kind of 'decoding error'Bodo Möller2001-06-061-10/+11
* move check to avoid memory leak.Ulf Möller2001-06-061-8/+8
* make sure we don't write to seed[-1]Ulf Möller2001-06-061-0/+5
* 'make update'Richard Levitte2001-06-051-15/+22
* In RSA, DSA, DH, and RAND - if the "***_new()" function fails because theGeoff Thorpe2001-04-301-0/+1
* check CRTUlf Möller2001-03-281-2/+2
* check CRTUlf Möller2001-03-281-1/+11
* Forcibly enable memory leak checking during "make test"Bodo Möller2001-03-111-0/+2
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* 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