summaryrefslogtreecommitdiffstats
path: root/crypto/err/err.h
AgeCommit message (Expand)Author
2019-05-28Update copyright yearRichard Levitte
2019-03-22Make err_clear_constant_time really constant timeBernd Edlinger
2017-04-30Check fflush on BIO_ctrl callRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2011-06-06Backport from HEAD:Dr. Stephen Henson
2011-05-26The first of many changes to make OpenSSL 1.0.1 FIPS capable.Dr. Stephen Henson
2011-01-14add va_list version of ERR_add_error_dataDr. Stephen Henson
2008-10-26Add JPAKE.Ben Laurie
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe
2008-06-16Update from stable branch.Dr. Stephen Henson
2008-05-26LHASH revamp. make depend.Ben Laurie
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe
2008-03-12And so it begins...Dr. Stephen Henson
2007-04-11Experimental HMAC support via EVP_PKEY_METHOD.Dr. Stephen Henson
2006-06-23New functions CRYPTO_set_idptr_callback(),Bodo Möller
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller
2004-04-19Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe
2003-09-27Add reference counting around the thread state hash table.Richard Levitte
2003-06-11Add functionality to set marks on the error stack and to pop all errors to th...Richard Levitte
2003-05-01Define a STORE type. For documentation, read the entry in CHANGES,Richard Levitte
2003-03-20Make sure we get the definition of OPENSSL_NO_FP_API.Richard Levitte
2002-08-09Add ECDH support.Bodo Möller
2002-08-02New error code ERR_R_DISABLEDBodo Möller
2002-06-11Handle read errors.Ben Laurie
2002-04-22ERR_file_name is no longer being used.Lutz Jänicke
2002-02-13ECDSA supportBodo Möller
2002-01-24sort functions ...Bodo Möller
2002-01-24New functionsBodo Möller
2002-01-22Make no config file not an error. Move /dev/crypto config to ctrl.Ben Laurie
2001-12-21And just for the sake of completeness, let's add some standard macros...Richard Levitte
2001-12-21Better use the same number in all branches, to avoid confusionRichard Levitte
2001-09-10remove an old commentBodo Möller
2001-09-03Add a new ERR function, "ERR_unload_strings", to complement the existingGeoff Thorpe
2001-08-25This changes the "ERR" code to have all access to state (a hash table ofGeoff Thorpe
2001-06-23New error printing function that gives the possibility to print theRichard Levitte
2001-05-06Add a general user interface API. This is designed to replace thingsRichard Levitte
2001-03-08Get rid of '#define ERR_file_name __FILE__', which is unnecessary indirection.Bodo Möller
2001-03-07Fix ERR_R_... problems.Bodo Möller
2001-03-05Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-10-27The majority of the OCSP code from CertCo.Richard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-06-09Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte
2000-06-04According to Gordon Atwood <gordon@cs.ualberta.ca>, stdlib.h isRichard Levitte
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
2000-04-29Avoid leaking memory in thread_hash (and enable memory leak detectionBodo Möller
2000-04-14New function ERR_error_string_n.Bodo Möller
2000-04-04This commit ties the new DSO code (crypto/dso/) into the build for aGeoff Thorpe
2000-02-05Cosmetic changes.Bodo Möller