aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err
Commit message (Expand)AuthorAgeFilesLines
* Use strerror_r()/strerror_s() instead of strerror() where possibleMatt Caswell2016-05-231-5/+1
* Remove unused error/function codes.Rich Salz2016-05-232-13/+1
* Cleanup openssl.ecRichard Levitte2016-05-181-2/+1
* Copyright consolidation 05/10Rich Salz2016-05-173-215/+18
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-162-2/+0
* Restore the ERR_remove_thread_state() API and make it a no-opRichard Levitte2016-05-101-2/+7
* Remove --classic build entirelyRichard Levitte2016-04-201-43/+0
* The err_cleanup() funtion is internal so shouldn't be exportedMatt Caswell2016-04-141-1/+1
* Ensure all locks are properly cleaned upMatt Caswell2016-04-141-2/+7
* Need err_load_crypto_strings_int declared.Rich Salz2016-04-131-1/+1
* Rename int_*() functions to *_int()Matt Caswell2016-04-132-2/+2
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-132-2/+2
* Deprecate ERR_free_strings() and make it a no-opMatt Caswell2016-04-131-2/+2
* Fix no-ocspMatt Caswell2016-04-061-0/+2
* Fix "no-ui" configurationRichard Levitte2016-03-311-0/+2
* Fix a big leak when using stack-allocated BIO items.FdaSilvaYY2016-03-291-17/+12
* Move dso.h to internalRich Salz2016-03-232-2/+2
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove #error from include files.Rich Salz2016-03-201-24/+8
* Implement support for no-tsRichard Levitte2016-03-181-0/+2
* Remove the old threading APIMatt Caswell2016-03-091-5/+13
* err_lcl.h is gone, don't pretend it's thereRichard Levitte2016-03-091-1/+1
* Convert ERR_STRING_DATA to new multi-threading APIAlessandro Ghedini2016-03-081-22/+39
* Convert ERR_STATE to new multi-threading APIAlessandro Ghedini2016-03-082-168/+32
* Add KDF error codesDr. Stephen Henson2016-03-023-0/+4
* Public API for Certificate TransparencyRob Percival2016-02-263-2/+6
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* Remove JPAKERich Salz2016-02-172-7/+0
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-14/+11
* Attempt to log an error if init failedMatt Caswell2016-02-101-0/+1
* The new init functions can now fail so shouldn't be voidMatt Caswell2016-02-101-1/+2
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-101-2/+1
* Auto init/deinit libcryptoMatt Caswell2016-02-092-2/+7
* Use WSAGetLastError() on windowsKurt Roeckx2016-02-041-0/+1
* Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte2016-02-031-0/+3
* Refactoring BIO: add error macros & text, and make updateRichard Levitte2016-02-031-0/+2
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+3
* Templatize util/domdRich Salz2016-01-291-2/+1
* Remove /* foo.c */ commentsRich Salz2016-01-263-3/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-122-97/+61
* make updateRichard Levitte2016-01-121-1/+1
* Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson2016-01-111-1/+1
* Add lh_new() inliningDr. Stephen Henson2016-01-111-15/+3
* Inline LHASH_OFDr. Stephen Henson2016-01-113-4/+4
* Regenerate SSL record/statem error stringsViktor Dukhovni2016-01-101-30/+0
* Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni2016-01-071-1/+2
* Avoid using a dangling pointer when removing the last itemKurt Roeckx2015-12-231-0/+2