aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ts
Commit message (Expand)AuthorAgeFilesLines
* Fix OOB read in TS_OBJ_print_bio().Dr. Stephen Henson2016-07-221-3/+2
* Fix seg fault in TS_RESP_verify_response()Matt Caswell2016-06-101-8/+15
* Fix X509_STORE_CTX_cleanup()Viktor Dukhovni2016-01-021-1/+2
* RT32671: wrong multiple errs TS_check_status_infoGraeme Perrow2015-11-131-1/+1
* RT4044: Remove .cvsignore files.Rich Salz2015-09-151-2/+0
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-231-0/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2212-3249/+3245
* Additional comment changes for reformat of 1.0.2Matt Caswell2015-01-221-2/+2
* mark all block comments that need format preserving so thatTim Hudson2015-01-222-11/+11
* Correct timestamp output when clock_precision_digits > 0Michal Bozon2014-11-121-1/+1
* Fix double frees.Ben Laurie2014-04-221-0/+1
* New function X509_chain_up_ref to dup and up the reference count ofDr. Stephen Henson2012-12-261-7/+1
* only include evp.h onceDr. Stephen Henson2012-01-241-3/+0
* Backport libcrypto audit: check return values of EVP functions insteadDr. Stephen Henson2011-06-031-3/+6
* PR: 2410Dr. Stephen Henson2011-01-031-3/+2
* PR: 2235Dr. Stephen Henson2010-04-141-1/+2
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-1/+4
* Make no-engine work again.Dr. Stephen Henson2008-12-201-0/+6
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-10/+9
* More size_tification.Ben Laurie2008-11-011-9/+10
* Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke2008-04-171-0/+1
* Update dependencies.Dr. Stephen Henson2008-03-221-7/+8
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-0/+2
* fix function codes for errorBodo Möller2007-04-244-12/+16
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-92/+93
* fix OPENSSL_NO_foo definesNils Larsch2006-10-271-6/+7
* Update .cvsignoreDr. Stephen Henson2006-07-171-0/+1
* If we declare a function, like d2i_TS_MSG_IMPRINT_bio(), we'd betterRichard Levitte2006-03-311-0/+5
* fix last commit: return NULL is TS_RESP_CTX_set_status_info_cond() failedNils Larsch2006-03-191-9/+3
* ensure the pointer is valid before using itNils Larsch2006-03-181-12/+20
* fix function name in error messageNils Larsch2006-03-071-1/+1
* constify some print and ts functionsNils Larsch2006-03-059-60/+60
* Make shorter TS symbols for OpenVMS.Richard Levitte2006-03-021-1/+8
* TS bugfixes: Do not hardcode message digest algorithms; fix ASN1 decoding.Ulf Möller2006-02-261-2/+2
* Fix warnings.Dr. Stephen Henson2006-02-151-1/+1
* shorter filenamesUlf Möller2006-02-155-75/+72
* use asn1 callbacks for new, free and d2iNils Larsch2006-02-141-54/+33
* don't use the l length modifier for intNils Larsch2006-02-132-2/+2
* use stricter prototypes, fix warningsNils Larsch2006-02-131-26/+17
* make updateUlf Möller2006-02-121-0/+150
* time stamp Makefile, test filesUlf Möller2006-02-121-0/+120
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-1212-0/+4950