aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup CRYPTO_{push,pop}_infoRich Salz2015-12-221-4/+0
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-1/+1
* remove ECDSA error lineDr. Stephen Henson2015-12-091-1/+0
* make updateDr. Stephen Henson2015-12-091-1/+0
* remove ecdsa.h header references.Dr. Stephen Henson2015-12-091-3/+0
* remove errorsDr. Stephen Henson2015-12-091-1/+0
* remove ecdh.h headerDr. Stephen Henson2015-12-091-1/+0
* remove ECDH error loadingDr. Stephen Henson2015-12-092-2/+0
* make updateMatt Caswell2015-11-201-21/+21
* Add ASYNC error codesMatt Caswell2015-11-203-0/+4
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+2
* make updateRichard Levitte2015-10-211-1/+2
* Don't forget to load the CT error stringsRichard Levitte2015-10-211-0/+4
* Handle CT error macros separatelyRichard Levitte2015-10-211-1/+0
* Initial commit for Certificate Transparency supportAdam Eijdenberg2015-10-091-0/+1
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-2/+3
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-142-2/+2
* Use safer sizeof variant in mallocRich Salz2015-05-041-3/+3
* free NULL cleanup -- codaRich Salz2015-05-011-4/+2