aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
* Rename recently introduced functions for improved code clarity:Bodo Möller2001-09-032-3/+3
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-012-9/+6
* Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,Geoff Thorpe2001-08-252-0/+18
* The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-121-3/+4
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-33/+31
* Header bloat reduction for EVP_PKEY.Ben Laurie2001-08-032-2/+0
* make updateRichard Levitte2001-07-311-13/+13
* 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