| Commit message (Expand) | Author | Age | Files | Lines |
* | Really add the EVP and all of the DES changes. | Ben Laurie | 2001-07-30 | 2 | -79/+47 |
* | More linker bloat reorganisation: | Dr. Stephen Henson | 2001-07-27 | 1 | -0/+10 |
* | always reject data >= n | Bodo Möller | 2001-07-25 | 3 | -5/+35 |
* | avoid warnings | Bodo Möller | 2001-07-24 | 1 | -2/+4 |
* | Currently, RSA code, when using no padding scheme, simply checks that input | Geoff Thorpe | 2001-07-20 | 1 | -3/+12 |
* | In {RSA,DSA,DH}_new_method(x) need to increase the reference | Dr. Stephen Henson | 2001-06-23 | 1 | -8/+14 |
* | make update | Richard Levitte | 2001-06-23 | 1 | -10/+20 |
* | Change all calls to low level digest routines in the library and | Dr. Stephen Henson | 2001-06-19 | 1 | -9/+9 |
* | Add support for MS CSP Name PKCS#12 attribute. | Dr. Stephen Henson | 2001-06-11 | 1 | -2/+4 |
* | more error codes fixed | Ulf Möller | 2001-06-08 | 1 | -3/+2 |
* | when checking OAEP, signal just a single kind of 'decoding error' | Bodo Möller | 2001-06-06 | 1 | -10/+11 |
* | move check to avoid memory leak. | Ulf Möller | 2001-06-06 | 1 | -8/+8 |
* | make sure we don't write to seed[-1] | Ulf Möller | 2001-06-06 | 1 | -0/+5 |
* | 'make update' | Richard Levitte | 2001-06-05 | 1 | -15/+22 |
* | In RSA, DSA, DH, and RAND - if the "***_new()" function fails because the | Geoff Thorpe | 2001-04-30 | 1 | -0/+1 |
* | check CRT | Ulf Möller | 2001-03-28 | 1 | -2/+2 |
* | check CRT | Ulf Möller | 2001-03-28 | 1 | -1/+11 |
* | Forcibly enable memory leak checking during "make test" | Bodo Möller | 2001-03-11 | 1 | -0/+2 |
* | Instead of telling both 'make' and the user that ranlib | Bodo Möller | 2001-03-09 | 1 | -2/+1 |
* | make update | Richard Levitte | 2001-02-26 | 1 | -16/+14 |
* | Get rid of ASN1_ITEM_FUNCTIONS dummy function | Dr. Stephen Henson | 2001-02-23 | 1 | -2/+2 |
* | e_os.h does not belong with the exported headers. Do not put it there | Richard Levitte | 2001-02-22 | 2 | -54/+54 |
* | Use new-style system-id macros everywhere possible. I hope I haven't | Richard Levitte | 2001-02-20 | 1 | -1/+1 |
* | Use BN_rand_range(). | Ulf Möller | 2001-02-20 | 1 | -1/+1 |
* | Make all configuration macros available for application by making | Richard Levitte | 2001-02-19 | 7 | -94/+90 |
* | Various Win32 related fixed. Make no-krb5 work in mkdef.pl . | Dr. Stephen Henson | 2001-02-09 | 1 | -6/+0 |
* | Make depend. | Ben Laurie | 2001-02-04 | 1 | -69/+80 |
* | Update "OAEP reconsidered" comment | Bodo Möller | 2001-01-24 | 1 | -8/+8 |
* | Replace the old ASN1_dup() with ASN1_item_dup() and | Dr. Stephen Henson | 2000-12-29 | 1 | -4/+5 |
* | fix indentation | Bodo Möller | 2000-12-19 | 1 | -1/+1 |
* | Don't hold CRYPTO_LOCK_RSA during time-consuming operations. | Bodo Möller | 2000-12-19 | 1 | -58/+67 |
* | Add a comment (intended change) | Bodo Möller | 2000-12-18 | 1 | -1/+1 |
* | Obtain lock CRYPTO_LOCK_RSA before creating BN_MONT_CTX | Bodo Möller | 2000-12-18 | 1 | -12/+70 |
* | Merge from the ASN1 branch of new ASN1 code | Dr. Stephen Henson | 2000-12-08 | 3 | -4/+125 |
* | Discuss http://www.shoup.net/papers/oaep.ps.Z | Bodo Möller | 2000-12-05 | 1 | -1/+16 |
* | Ensure that the "ex_data" member of an RSA structure is initialised before | Geoff Thorpe | 2000-11-26 | 1 | -4/+4 |
* | in some new file names the first 8 characters were not unique | Ulf Möller | 2000-11-12 | 1 | -10/+9 |
* | Really stupid glitch (a comment not properly ended) fixed. | Richard Levitte | 2000-11-08 | 1 | -1/+1 |
* | Remove references to RSAref. The glue library is but a memory to fade | Richard Levitte | 2000-11-08 | 1 | -1/+1 |
* | A few more constifications of some RSA routines that I forgot | Richard Levitte | 2000-11-07 | 3 | -5/+5 |
* | Constify the RSA library. | Richard Levitte | 2000-11-06 | 11 | -120/+136 |
* | Merge the engine branch into the main trunk. All conflicts resolved. | Richard Levitte | 2000-10-26 | 5 | -49/+151 |
* | The experimental Rijndael code moved to the main trunk. | Richard Levitte | 2000-10-14 | 1 | -2/+6 |
* | 'ranlib' doesn't always run on some systems. That's actually | Richard Levitte | 2000-09-25 | 1 | -1/+2 |
* | 'make update' | Richard Levitte | 2000-09-07 | 1 | -12/+18 |
* | MD4 implemented. Assar Westerlund provided the digest code itself and the te... | Richard Levitte | 2000-08-14 | 1 | -6/+8 |
* | Fix SSL 2.0 rollback checking: The previous implementation of the | Bodo Möller | 2000-07-29 | 1 | -1/+1 |
* | I got sick and tired of having to keep track of NIDs when such a thing | Richard Levitte | 2000-07-05 | 1 | -4/+4 |
* | Add support for the modified SGC key format used in IIS. | Dr. Stephen Henson | 2000-06-15 | 1 | -0/+4 |
* | Enable DSO support on alpha (OSF1), cc and gcc. | Geoff Thorpe | 2000-06-13 | 1 | -29/+39 |