aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err/err.h
Commit message (Expand)AuthorAgeFilesLines
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-382/+0
* OPENSSL_NO_xxx cleanup: many removalsRich Salz2015-01-271-10/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-217/+221
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-2/+2
* Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell2014-12-181-2/+2
* Move function prototype to fips.hDr. Stephen Henson2011-06-061-6/+0
* Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source filesDr. Stephen Henson2011-02-031-5/+0
* FIPS mode ERR changes. Redirect errors to tiny FIPS callbacks to avoid ERRDr. Stephen Henson2011-01-261-0/+11
* add va_list version of ERR_add_error_dataDr. Stephen Henson2011-01-141-1/+2
* Add JPAKE.Ben Laurie2008-10-261-0/+2
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-061-2/+4
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-031-6/+1
* Update from stable branch.Dr. Stephen Henson2008-06-161-4/+6
* LHASH revamp. make depend.Ben Laurie2008-05-261-3/+3
* There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe2008-03-281-1/+6
* And so it begins...Dr. Stephen Henson2008-03-121-0/+2
* Experimental HMAC support via EVP_PKEY_METHOD.Dr. Stephen Henson2007-04-111-0/+2
* New functions CRYPTO_set_idptr_callback(),Bodo Möller2006-06-231-0/+54
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-121-0/+3
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-191-2/+3
* Add reference counting around the thread state hash table.Richard Levitte2003-09-271-0/+1
* Add functionality to set marks on the error stack and to pop all errors to th...Richard Levitte2003-06-111-0/+6
* Define a STORE type. For documentation, read the entry in CHANGES,Richard Levitte2003-05-011-0/+3
* Make sure we get the definition of OPENSSL_NO_FP_API.Richard Levitte2003-03-201-0/+2
* Add ECDH support.Bodo Möller2002-08-091-0/+3
* New error code ERR_R_DISABLEDBodo Möller2002-08-021-0/+1
* Handle read errors.Ben Laurie2002-06-111-0/+1
* ERR_file_name is no longer being used.Lutz Jänicke2002-04-221-1/+1
* ECDSA supportBodo Möller2002-02-131-0/+3
* sort functions ...Bodo Möller2002-01-241-2/+2
* New functionsBodo Möller2002-01-241-3/+6
* Make no config file not an error. Move /dev/crypto config to ctrl.Ben Laurie2002-01-221-0/+1
* And just for the sake of completeness, let's add some standard macros...Richard Levitte2001-12-211-0/+2
* Better use the same number in all branches, to avoid confusionRichard Levitte2001-12-211-0/+1
* remove an old commentBodo Möller2001-09-101-2/+1
* Add a new ERR function, "ERR_unload_strings", to complement the existingGeoff Thorpe2001-09-031-0/+1
* This changes the "ERR" code to have all access to state (a hash table ofGeoff Thorpe2001-08-251-0/+9
* New error printing function that gives the possibility to print theRichard Levitte2001-06-231-0/+2
* Add a general user interface API. This is designed to replace thingsRichard Levitte2001-05-061-0/+3
* Get rid of '#define ERR_file_name __FILE__', which is unnecessary indirection.Bodo Möller2001-03-081-29/+23
* Fix ERR_R_... problems.Bodo Möller2001-03-071-49/+47
* Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller2001-03-051-0/+4
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-7/+7
* The majority of the OCSP code from CertCo.Richard Levitte2000-10-271-0/+2
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-0/+3
* Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte2000-06-091-2/+9
* According to Gordon Atwood <gordon@cs.ualberta.ca>, stdlib.h isRichard Levitte2000-06-041-0/+1
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-4/+4
* Avoid leaking memory in thread_hash (and enable memory leak detectionBodo Möller2000-04-291-6/+4
* New function ERR_error_string_n.Bodo Möller2000-04-141-0/+1