aboutsummaryrefslogtreecommitdiff
path: root/crypto/ts
AgeCommit message (Expand)AuthorFilesLines
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-20Remove #error from include files.Rich Salz1-3/+1
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-12Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte1-1/+1
2016-02-06Enhance and clear the support of linker flagsRichard Levitte1-1/+1
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+5
2016-01-29Templatize util/domdRich Salz1-5/+1
2016-01-29Configure et al: split up the lflags configuration item into twoRichard Levitte1-1/+1
2016-01-27Comment side-effect only calls of X509_check_purposeViktor Dukhovni1-0/+1
2016-01-26Remove /* foo.c */ commentsRich Salz11-11/+0
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson1-1/+1
2016-01-17Accessor update; fix API, document one.Rich Salz1-3/+3
2016-01-17Remove some old makefile targetsRich Salz1-10/+0
2016-01-17Add some accessors.Rich Salz1-0/+15
2016-01-12Move Makefiles to Makefile.inRich Salz2-257/+72
2016-01-12make updateRichard Levitte1-73/+77
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson1-1/+1
2016-01-03Fix X509_STORE_CTX_cleanup()Viktor Dukhovni1-1/+2
2015-12-09make updateDr. Stephen Henson1-14/+3
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-3/+3
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-4/+11
2015-11-20Add support for signer_digest option in TS.Dr. Stephen Henson3-1/+35
2015-11-13RT32671: wrong multiple errs TS_check_status_infoGraeme Perrow1-13/+10
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell3-3/+3
2015-11-05Rebuild error source files.Dr. Stephen Henson1-18/+18
2015-09-29Fix no-stdio buildDavid Woodhouse1-2/+2
2015-09-22make updateDr. Stephen Henson1-2/+2
2015-09-22Avoid structure access in crypto/tsDr. Stephen Henson2-5/+8
2015-09-22Remove "noise" comments from TS files.Rich Salz9-203/+19
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-9/+9
2015-09-06Avoid direct X509 structure accessDr. Stephen Henson2-10/+10
2015-09-05Make TS structures opaque.Rich Salz11-86/+347
2015-09-02Add and use OPENSSL_zallocRich Salz2-6/+3
2015-08-31Add X509_up_ref function.Dr. Stephen Henson2-2/+2
2015-06-04Set error code, no fprintf stderr, on errors.Rich Salz2-6/+17
2015-06-04Rename all static TS_xxx to ts_xxxRich Salz4-138/+121
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-14make dependRichard Levitte1-9/+17
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte9-9/+9
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz4-90/+107
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz2-3/+3
2015-05-04Use safer sizeof variant in mallocRich Salz2-2/+2
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson2-3/+2
2015-05-01free NULL cleanup -- codaRich Salz1-2/+1
2015-05-01free NULL cleanup 11Rich Salz2-6/+3
2015-04-30free NULL cleanup 5aRich Salz1-6/+3
2015-04-30free NULL cleanup 8Rich Salz1-2/+1
2015-04-28remove malloc castsRich Salz2-4/+4