aboutsummaryrefslogtreecommitdiff
path: root/crypto/err
AgeCommit message (Expand)AuthorFilesLines
2016-02-17Remove JPAKERich Salz2-7/+0
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz1-14/+11
2016-02-10Attempt to log an error if init failedMatt Caswell1-0/+1
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell1-1/+2
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz1-2/+1
2016-02-09Auto init/deinit libcryptoMatt Caswell2-2/+7
2016-02-04Use WSAGetLastError() on windowsKurt Roeckx1-0/+1
2016-02-03Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte1-0/+3
2016-02-03Refactoring BIO: add error macros & text, and make updateRichard Levitte1-0/+2
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+3
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz3-3/+0
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz2-97/+61
2016-01-12make updateRichard Levitte1-1/+1
2016-01-11Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson1-1/+1
2016-01-11Add lh_new() inliningDr. Stephen Henson1-15/+3
2016-01-11Inline LHASH_OFDr. Stephen Henson3-4/+4
2016-01-10Regenerate SSL record/statem error stringsViktor Dukhovni1-30/+0
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni1-1/+2
2015-12-23Avoid using a dangling pointer when removing the last itemKurt Roeckx1-0/+2
2015-12-22Cleanup CRYPTO_{push,pop}_infoRich Salz1-4/+0
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-1/+1
2015-12-09remove ECDSA error lineDr. Stephen Henson1-1/+0
2015-12-09make updateDr. Stephen Henson1-1/+0
2015-12-09remove ecdsa.h header references.Dr. Stephen Henson1-3/+0
2015-12-09remove errorsDr. Stephen Henson1-1/+0
2015-12-09remove ecdh.h headerDr. Stephen Henson1-1/+0
2015-12-09remove ECDH error loadingDr. Stephen Henson2-2/+0
2015-11-20make updateMatt Caswell1-21/+21
2015-11-20Add ASYNC error codesMatt Caswell3-0/+4
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-2/+2
2015-10-21make updateRichard Levitte1-1/+2
2015-10-21Don't forget to load the CT error stringsRichard Levitte1-0/+4
2015-10-21Handle CT error macros separatelyRichard Levitte1-1/+0
2015-10-09Initial commit for Certificate Transparency supportAdam Eijdenberg1-0/+1
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-14make dependRichard Levitte1-2/+3
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte2-2/+2
2015-05-04Use safer sizeof variant in mallocRich Salz1-3/+3
2015-05-01free NULL cleanup -- codaRich Salz1-4/+2
2015-05-01free NULL cleanup 11Rich Salz1-4/+2
2015-05-01free null cleanup finaleRich Salz1-2/+1
2015-04-28realloc of NULL is like mallocRich Salz1-2/+2
2015-04-28remove malloc castsRich Salz1-1/+1
2015-04-28ERR_ cleanupRich Salz1-224/+87
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-17/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte2-413/+32
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz1-7/+1