aboutsummaryrefslogtreecommitdiff
path: root/crypto/ts
AgeCommit message (Expand)AuthorFilesLines
2016-10-19Add error checking, small nit on ouputFdaSilvaYY1-2/+3
2016-10-10Remove trailing whitespace from some files.David Benjamin1-1/+1
2016-08-16Convert TS_STATUS_INFO* functions to use const gettersMatt Caswell1-3/+4
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson3-4/+4
2016-08-04Limit status message sisze in ts_get_status_checkDr. Stephen Henson1-1/+3
2016-08-04Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY4-10/+12
2016-07-22Fix OOB read in TS_OBJ_print_bio().Dr. Stephen Henson1-3/+2
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY1-1/+1
2016-06-18Improve const correctness for stacks of EVP_MDMatt Caswell1-3/+3
2016-06-10Fix seg fault in TS_RESP_verify_response()Matt Caswell1-8/+15
2016-05-23Remove unused error/function codes.Rich Salz1-9/+1
2016-05-17Manual fixes after copyright consolidationRich Salz1-51/+6
2016-05-17Copyright consolidation 06/10Rich Salz11-591/+56
2016-05-04DEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl.h to asn1.hMarek Klein1-2/+0
2016-04-20Remove --classic build entirelyRichard Levitte1-53/+0
2016-04-15Make many X509_xxx types opaque.Rich Salz1-11/+20
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