aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ts
Commit message (Expand)AuthorAgeFilesLines
* Put message strings in state filesRich Salz2017-06-121-1/+1
* make error tables const and separate header fileRich Salz2017-06-071-115/+149
* Added support for ESSCertIDv2Marek Klein2017-05-036-26/+325
* Add error checking, small nit on ouputFdaSilvaYY2016-10-191-2/+3
* Remove trailing whitespace from some files.David Benjamin2016-10-101-1/+1
* Convert TS_STATUS_INFO* functions to use const gettersMatt Caswell2016-08-161-3/+4
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-163-4/+4
* Limit status message sisze in ts_get_status_checkDr. Stephen Henson2016-08-041-1/+3
* Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY2016-08-044-10/+12
* Fix OOB read in TS_OBJ_print_bio().Dr. Stephen Henson2016-07-221-3/+2
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-291-1/+1
* Improve const correctness for stacks of EVP_MDMatt Caswell2016-06-181-3/+3
* Fix seg fault in TS_RESP_verify_response()Matt Caswell2016-06-101-8/+15
* Remove unused error/function codes.Rich Salz2016-05-231-9/+1
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 06/10Rich Salz2016-05-1711-591/+56
* DEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl.h to asn1.hMarek Klein2016-05-041-2/+0
* Remove --classic build entirelyRichard Levitte2016-04-201-53/+0
* Make many X509_xxx types opaque.Rich Salz2016-04-151-11/+20
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* 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
* Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte2016-02-121-1/+1
* Enhance and clear the support of linker flagsRichard Levitte2016-02-061-1/+1
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+5
* Templatize util/domdRich Salz2016-01-291-5/+1
* Configure et al: split up the lflags configuration item into twoRichard Levitte2016-01-291-1/+1
* Comment side-effect only calls of X509_check_purposeViktor Dukhovni2016-01-271-0/+1
* Remove /* foo.c */ commentsRich Salz2016-01-2611-11/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-1/+1
* Accessor update; fix API, document one.Rich Salz2016-01-171-3/+3
* Remove some old makefile targetsRich Salz2016-01-171-10/+0
* Add some accessors.Rich Salz2016-01-171-0/+15
* Move Makefiles to Makefile.inRich Salz2016-01-122-257/+72
* make updateRichard Levitte2016-01-121-73/+77
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-071-1/+1
* Fix X509_STORE_CTX_cleanup()Viktor Dukhovni2016-01-031-1/+2
* make updateDr. Stephen Henson2015-12-091-14/+3
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-3/+3
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-4/+11
* Add support for signer_digest option in TS.Dr. Stephen Henson2015-11-203-1/+35
* RT32671: wrong multiple errs TS_check_status_infoGraeme Perrow2015-11-131-13/+10
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-093-3/+3
* Rebuild error source files.Dr. Stephen Henson2015-11-051-18/+18
* Fix no-stdio buildDavid Woodhouse2015-09-291-2/+2
* make updateDr. Stephen Henson2015-09-221-2/+2
* Avoid structure access in crypto/tsDr. Stephen Henson2015-09-222-5/+8