| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make sure the type accessed by the LONG and ZLONG ASN1 type | Dr. Stephen Henson | 2002-03-05 | 1 | -1/+1 |
* | ECDSA support | Bodo Möller | 2002-02-13 | 1 | -33/+38 |
* | remove redundant ERR_load_... declarations | Bodo Möller | 2001-12-17 | 1 | -2/+0 |
* | Retain compatibility of EVP_DigestInit() and EVP_DigestFinal() | Dr. Stephen Henson | 2001-10-16 | 1 | -3/+3 |
* | 'make update' | Richard Levitte | 2001-10-04 | 1 | -26/+26 |
* | Because there's chances we clash with the system's types.h, rename our | Richard Levitte | 2001-10-04 | 1 | -1/+1 |
* | "make update". | Geoff Thorpe | 2001-09-25 | 1 | -2/+4 |
* | This commits changes to various parts of libcrypto required by the recent | Geoff Thorpe | 2001-09-25 | 6 | -100/+60 |
* | Rename recently introduced functions for improved code clarity: | Bodo Möller | 2001-09-03 | 2 | -3/+3 |
* | Make the necessary changes to work with the recent "ex_data" overhaul. | Geoff Thorpe | 2001-09-01 | 2 | -9/+6 |
* | Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise, | Geoff Thorpe | 2001-08-25 | 2 | -1/+19 |
* | The indexes returned by ***_get_ex_new_index() functions are used when | Geoff Thorpe | 2001-08-12 | 1 | -3/+4 |
* | Start to reduce some of the header bloat. | Ben Laurie | 2001-08-05 | 1 | -37/+24 |
* | Header bloat reduction for EVP_PKEY. | Ben Laurie | 2001-08-03 | 1 | -4/+3 |
* | make update | Richard Levitte | 2001-07-31 | 1 | -8/+8 |
* | Really add the EVP and all of the DES changes. | Ben Laurie | 2001-07-31 | 2 | -75/+41 |
* | Fix problem occuring when used from OpenSSH on Solaris 8. | Lutz Jänicke | 2001-07-26 | 1 | -1/+1 |
* | DSA verification should insist that r and s are in the allowed range. | Bodo Möller | 2001-06-26 | 1 | -0/+11 |
* | In {RSA,DSA,DH}_new_method(x) need to increase the reference | Dr. Stephen Henson | 2001-06-24 | 1 | -8/+15 |
* | make update | Richard Levitte | 2001-06-23 | 1 | -17/+27 |
* | Change all calls to low level digest routines in the library and | Dr. Stephen Henson | 2001-06-20 | 2 | -7/+6 |
* | 'make update' | Richard Levitte | 2001-06-05 | 1 | -28/+39 |
* | In RSA, DSA, DH, and RAND - if the "***_new()" function fails because the | Geoff Thorpe | 2001-04-30 | 1 | -0/+1 |
* | Fix ASN1 bug when decoding OTHER type. | Dr. Stephen Henson | 2001-04-21 | 3 | -1/+18 |
* | 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 |
* | Get rid of ASN1_ITEM_FUNCTIONS dummy function | Dr. Stephen Henson | 2001-02-23 | 1 | -5/+5 |
* | e_os.h does not belong with the exported headers. Do not put it there | Richard Levitte | 2001-02-22 | 1 | -44/+44 |
* | Use new-style system-id macros everywhere possible. I hope I haven't | Richard Levitte | 2001-02-20 | 1 | -2/+2 |
* | Use BN_rand_range(). | Ulf Möller | 2001-02-20 | 1 | -10/+3 |
* | Make all configuration macros available for application by making | Richard Levitte | 2001-02-19 | 7 | -70/+69 |
* | Simplify BN_rand_range | Bodo Möller | 2001-02-10 | 1 | -1/+1 |
* | Integrate my implementation of a countermeasure against | Bodo Möller | 2001-02-08 | 1 | -1/+3 |
* | Bleichenbacher's DSA attack | Ulf Möller | 2001-02-07 | 1 | -7/+1 |
* | Make depend. | Ben Laurie | 2001-02-04 | 1 | -45/+48 |
* | Merge from the ASN1 branch of new ASN1 code | Dr. Stephen Henson | 2000-12-08 | 4 | -80/+125 |
* | Do to DH and DSA what has already been done to RSA. This involves moving | Geoff Thorpe | 2000-11-29 | 1 | -4/+4 |
* | Make sure bs is assigned NULL when it's free'd, or there will be an | Richard Levitte | 2000-11-19 | 1 | -0/+1 |
* | in some new file names the first 8 characters were not unique | Ulf Möller | 2000-11-12 | 1 | -10/+8 |
* | Constify DSA-related code. | Richard Levitte | 2000-11-07 | 6 | -33/+35 |
* | Merge the engine branch into the main trunk. All conflicts resolved. | Richard Levitte | 2000-10-26 | 6 | -43/+151 |
* | 'ranlib' doesn't always run on some systems. That's actually | Richard Levitte | 2000-09-25 | 1 | -1/+2 |
* | Don't set the two top bits to one when generating a random number < q.:wq | Ulf Möller | 2000-09-13 | 2 | -2/+2 |
* | 'make update' | Richard Levitte | 2000-09-07 | 1 | -8/+11 |
* | Enable DSO support on alpha (OSF1), cc and gcc. | Geoff Thorpe | 2000-06-13 | 1 | -21/+25 |
* | Using checks of the existence of HEADER_{foo}_H in other header files | Richard Levitte | 2000-06-09 | 1 | -1/+4 |
* | There have been a number of complaints from a number of sources that names | Richard Levitte | 2000-06-02 | 2 | -10/+10 |
* | In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>, | Richard Levitte | 2000-05-02 | 1 | -4/+4 |
* | The handling of DSA_METHOD and DH_METHOD wasn't quite as problematic as | Geoff Thorpe | 2000-04-20 | 1 | -2/+1 |
* | Preserve reason strings in automatically build tables. | Bodo Möller | 2000-03-05 | 1 | -1/+2 |