| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop symlinking, move files to intended directory | Richard Levitte | 2015-03-31 | 1 | -382/+0 |
* | OPENSSL_NO_xxx cleanup: many removals | Rich Salz | 2015-01-27 | 1 | -10/+2 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -217/+221 |
* | Cleanup OPENSSL_NO_xxx, part 1master-pre-reformat | Rich Salz | 2015-01-14 | 1 | -2/+2 |
* | Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATED | Matt Caswell | 2014-12-18 | 1 | -2/+2 |
* | Move function prototype to fips.h | Dr. Stephen Henson | 2011-06-06 | 1 | -6/+0 |
* | Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source files | Dr. Stephen Henson | 2011-02-03 | 1 | -5/+0 |
* | FIPS mode ERR changes. Redirect errors to tiny FIPS callbacks to avoid ERR | Dr. Stephen Henson | 2011-01-26 | 1 | -0/+11 |
* | add va_list version of ERR_add_error_data | Dr. Stephen Henson | 2011-01-14 | 1 | -1/+2 |
* | Add JPAKE. | Ben Laurie | 2008-10-26 | 1 | -0/+2 |
* | Remove the dual-callback scheme for numeric and pointer thread IDs, | Geoff Thorpe | 2008-08-06 | 1 | -2/+4 |
* | Revert my earlier CRYPTO_THREADID commit, I will commit a reworked | Geoff Thorpe | 2008-07-03 | 1 | -6/+1 |
* | Update from stable branch. | Dr. Stephen Henson | 2008-06-16 | 1 | -4/+6 |
* | LHASH revamp. make depend. | Ben Laurie | 2008-05-26 | 1 | -3/+3 |
* | There was a need to support thread ID types that couldn't be reliably cast | Geoff Thorpe | 2008-03-28 | 1 | -1/+6 |
* | And so it begins... | Dr. Stephen Henson | 2008-03-12 | 1 | -0/+2 |
* | Experimental HMAC support via EVP_PKEY_METHOD. | Dr. Stephen Henson | 2007-04-11 | 1 | -0/+2 |
* | New functions CRYPTO_set_idptr_callback(), | Bodo Möller | 2006-06-23 | 1 | -0/+54 |
* | RFC 3161 compliant time stamp request creation, response generation | Ulf Möller | 2006-02-13 | 1 | -0/+3 |
* | Reduce header interdependencies, initially in engine.h (the rest of the | Geoff Thorpe | 2004-04-19 | 1 | -2/+3 |
* | Add reference counting around the thread state hash table. | Richard Levitte | 2003-09-27 | 1 | -0/+1 |
* | Add functionality to set marks on the error stack and to pop all errors to th... | Richard Levitte | 2003-06-11 | 1 | -0/+6 |
* | Define a STORE type. For documentation, read the entry in CHANGES, | Richard Levitte | 2003-05-01 | 1 | -0/+3 |
* | Make sure we get the definition of OPENSSL_NO_FP_API. | Richard Levitte | 2003-03-21 | 1 | -0/+2 |
* | Add ECDH support. | Bodo Möller | 2002-08-09 | 1 | -0/+3 |
* | New error code ERR_R_DISABLED | Bodo Möller | 2002-08-02 | 1 | -0/+1 |
* | Handle read errors. | Ben Laurie | 2002-06-11 | 1 | -0/+1 |
* | ERR_file_name is no longer being used. | Lutz Jänicke | 2002-04-22 | 1 | -1/+1 |
* | ECDSA support | Bodo Möller | 2002-02-13 | 1 | -0/+3 |
* | sort functions ... | Bodo Möller | 2002-01-24 | 1 | -2/+2 |
* | New functions | Bodo Möller | 2002-01-24 | 1 | -3/+6 |
* | Make no config file not an error. Move /dev/crypto config to ctrl. | Ben Laurie | 2002-01-22 | 1 | -0/+1 |
* | And just for the sake of completeness, let's add some standard macros... | Richard Levitte | 2001-12-21 | 1 | -0/+2 |
* | Better use the same number in all branches, to avoid confusion | Richard Levitte | 2001-12-21 | 1 | -0/+1 |
* | remove an old comment | Bodo Möller | 2001-09-10 | 1 | -2/+1 |
* | Add a new ERR function, "ERR_unload_strings", to complement the existing | Geoff Thorpe | 2001-09-03 | 1 | -0/+1 |
* | This changes the "ERR" code to have all access to state (a hash table of | Geoff Thorpe | 2001-08-25 | 1 | -0/+9 |
* | New error printing function that gives the possibility to print the | Richard Levitte | 2001-06-23 | 1 | -0/+2 |
* | Add a general user interface API. This is designed to replace things | Richard Levitte | 2001-05-07 | 1 | -0/+3 |
* | Get rid of '#define ERR_file_name __FILE__', which is unnecessary indirection. | Bodo Möller | 2001-03-08 | 1 | -29/+23 |
* | Fix ERR_R_... problems. | Bodo Möller | 2001-03-07 | 1 | -49/+47 |
* | Move ec.h to ec2.h because it is not compatible with what we will use. | Bodo Möller | 2001-03-05 | 1 | -0/+4 |
* | Make all configuration macros available for application by making | Richard Levitte | 2001-02-19 | 1 | -7/+7 |
* | The majority of the OCSP code from CertCo. | Richard Levitte | 2000-10-27 | 1 | -0/+2 |
* | Merge the engine branch into the main trunk. All conflicts resolved. | Richard Levitte | 2000-10-26 | 1 | -0/+3 |
* | Using checks of the existence of HEADER_{foo}_H in other header files | Richard Levitte | 2000-06-09 | 1 | -2/+9 |
* | According to Gordon Atwood <gordon@cs.ualberta.ca>, stdlib.h is | Richard Levitte | 2000-06-04 | 1 | -0/+1 |
* | In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>, | Richard Levitte | 2000-05-02 | 1 | -4/+4 |
* | Avoid leaking memory in thread_hash (and enable memory leak detection | Bodo Möller | 2000-04-30 | 1 | -6/+4 |
* | New function ERR_error_string_n. | Bodo Möller | 2000-04-15 | 1 | -0/+1 |