summaryrefslogtreecommitdiffstats
path: root/crypto/ts
AgeCommit message (Collapse)Author
2016-06-10Fix seg fault in TS_RESP_verify_response()Matt Caswell
The TS_RESP_verify_response() function is used for verifying the response from a TSA. You can set the provided TS_VERIFY_CTX with different flags depending on what aspects of the response you wish to verify. A seg fault will occur if you supply the TS_VFY_SIGNER or TS_VFY_TSA_NAME flags without also specifying TS_VFY_SIGNATURE. Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-01-02Fix X509_STORE_CTX_cleanup()Viktor Dukhovni
Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
2015-11-13RT32671: wrong multiple errs TS_check_status_infoGraeme Perrow
Manual cherry-pick of 0704343f138a38d3882d5af2a4ebe8821e9a8f3a. Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-09-15RT4044: Remove .cvsignore files.Rich Salz
Reviewed-by: Matt Caswell <matt@openssl.org>
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
We had updates of certain header files in both Makefile.org and the Makefile in the directory the header file lived in. This is error prone and also sometimes generates slightly different results (usually just a comment that differs) depending on which way the update was done. This removes the file update targets from the top level Makefile, adds an update: target in all Makefiles and has it depend on the depend: or local_depend: targets, whichever is appropriate, so we don't get a double run through the whole file tree. Reviewed-by: Rich Salz <rsalz@openssl.org> (cherry picked from commit 0f539dc1a2f45580435c39dada44dd276e79cb88) Conflicts: Makefile.org apps/Makefile test/Makefile
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22Additional comment changes for reformat of 1.0.2Matt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22mark all block comments that need format preserving so thatTim Hudson
indent will not alter them when reformatting comments (cherry picked from commit 1d97c8435171a7af575f73c526d79e1ef0ee5960) Conflicts: crypto/bn/bn_lcl.h crypto/bn/bn_prime.c crypto/engine/eng_all.c crypto/rc4/rc4_utl.c crypto/sha/sha.h ssl/kssl.c ssl/t1_lib.c Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-11-12Correct timestamp output when clock_precision_digits > 0Michal Bozon
PR#3535 Reviewed-by: Stephen Henson <steve@openssl.org>
2014-04-22Fix double frees.Ben Laurie
Conflicts: CHANGES
2012-12-26New function X509_chain_up_ref to dup and up the reference count ofDr. Stephen Henson
a STACK_OF(X509): replace equivalent functionality in several places by the equivalent call. (backport from HEAD)
2012-01-24only include evp.h onceDr. Stephen Henson
2011-06-03Backport libcrypto audit: check return values of EVP functions insteadDr. Stephen Henson
of assuming they will always suceed.
2011-01-03PR: 2410Dr. Stephen Henson
Submitted by: Rob Austein <sra@hactrn.net> Reviewed by: steve Use OPENSSL_assert() instead of assert().
2010-04-14PR: 2235Dr. Stephen Henson
Submitted By: Bruce Stephens <bruce.stephens@isode.com> Make ts/Makefile consistent with other Makefiles.
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie
test for them!
2008-12-20Make no-engine work again.Dr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
knock-on work than expected - they've been extracted into a patch series that can be completed elsewhere, or in a different branch, before merging back to HEAD.
2008-11-01More size_tification.Ben Laurie
2008-04-17Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke
PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
2008-03-22Update dependencies.Dr. Stephen Henson
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
OPENSSL_NO_DEPRECATED, etc. Steve, please double-check the CMS stuff...
2007-04-24fix function codes for errorBodo Möller
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-10-27fix OPENSSL_NO_foo definesNils Larsch
2006-07-17Update .cvsignoreDr. Stephen Henson
2006-03-31If we declare a function, like d2i_TS_MSG_IMPRINT_bio(), we'd betterRichard Levitte
*define* it too, or things like shared libraries might be a bit sad.
2006-03-19fix last commit: return NULL is TS_RESP_CTX_set_status_info_cond() failedNils Larsch
2006-03-18ensure the pointer is valid before using itNils Larsch
2006-03-07fix function name in error messageNils Larsch
2006-03-05constify some print and ts functionsNils Larsch
2006-03-02Make shorter TS symbols for OpenVMS.Richard Levitte
Don't convert a function pointer to a void*, ISO C doesn't like that.
2006-02-26TS bugfixes: Do not hardcode message digest algorithms; fix ASN1 decoding.Ulf Möller
Submitted by: Zoltan Glozik <zglozik@opentsa.org>
2006-02-15Fix warnings.Dr. Stephen Henson
2006-02-15shorter filenamesUlf Möller
2006-02-14use asn1 callbacks for new, free and d2iNils Larsch
2006-02-13don't use the l length modifier for intNils Larsch
2006-02-13use stricter prototypes, fix warningsNils Larsch
2006-02-12make updateUlf Möller
2006-02-12time stamp Makefile, test filesUlf Möller
Submitted by: Zoltan Glozik <zglozik@opentsa.org>
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller
and response verification. Submitted by: Zoltan Glozik <zglozik@opentsa.org> Reviewed by: Ulf Moeller