commit | ca4a494cb7437a7af155361b0084de8329c0bf25 | [log] [tgz] |
---|---|---|
author | Rich Salz <rsalz@akamai.com> | Wed Jun 10 14:07:40 2015 -0400 |
committer | Rich Salz <rsalz@openssl.org> | Sat Sep 05 17:49:20 2015 -0400 |
tree | 4f2cd56151c8fb1a80191021cdd55c80026eb946 | |
parent | 8e704858f21983383be2b77e986f475b51719a1e [diff] |
Make TS structures opaque. 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>