aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ts/ts_rsp_verify.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid structure access in crypto/tsDr. Stephen Henson2015-09-221-3/+5
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Remove "noise" comments from TS files.Rich Salz2015-09-221-71/+9
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Avoid direct X509 structure accessDr. Stephen Henson2015-09-061-7/+7
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Make TS structures opaque.Rich Salz2015-09-051-10/+11
| | | | | | | | | | | | Most of the accessors existed and were already used so it was easy. TS_VERIFY_CTX didn't have accessors/settors so I added the simple and obvious ones, and changed the app to use them. Also, within crypto/ts, replaced the functions with direct access to the structure members since we generally aren't opaque within a directory. Also fix RT3901. Reviewed-by: Tim Hudson <tjh@openssl.org>
* Add X509_up_ref function.Dr. Stephen Henson2015-08-311-1/+1
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Rename all static TS_xxx to ts_xxxRich Salz2015-06-041-78/+61
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
| | | | | | | | | | | | | There are header files in crypto/ that are used by a number of crypto/ submodules. Move those to crypto/include/internal and adapt the affected source code and Makefiles. The header files that got moved are: crypto/cryptolib.h crypto/md32_common.h Reviewed-by: Rich Salz <rsalz@openssl.org>
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-9/+10
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-1/+1
| | | | | | | Add OSSL_NELEM macro to e_os.h to determine the number of elements in an array. Reviewed-by: Tim Hudson <tjh@openssl.org>
* free NULL cleanup -- codaRich Salz2015-05-011-2/+1
| | | | | | | | After the finale, the "real" final part. :) Do a recursive grep with "-B1 -w [a-zA-Z0-9_]*_free" to see if any of the preceeding lines are an "if NULL" check that can be removed. Reviewed-by: Tim Hudson <tjh@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-578/+585
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Further comment changes for reformat (master)Matt Caswell2015-01-221-2/+2
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+1
| | | | | | | indent will not alter them when reformatting comments Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
* Fix double frees.Ben Laurie2014-04-221-0/+1
|
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-3/+6
|
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-1/+4
| | | | test for them!
* fix function codes for errorBodo Möller2007-04-241-8/+8
|
* fix function name in error messageNils Larsch2006-03-071-1/+1
|
* constify some print and ts functionsNils Larsch2006-03-051-3/+3
|
* shorter filenamesUlf Möller2006-02-151-0/+722