aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ct/build.info
Commit message (Collapse)AuthorAgeFilesLines
* CT policy validationRob Percival2016-03-011-2/+2
| | | | | | | | Specifies a callback that will, in the future, be used by the SSL code to decide whether to abort a connection on Certificate Transparency grounds. Reviewed-by: Ben Laurie <ben@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
* Verify SCT signaturesRob Percival2016-03-011-1/+2
| | | | | | | Tests included in future commit, which adds CT policy validation. Reviewed-by: Ben Laurie <ben@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
* Public API for Certificate TransparencyRob Percival2016-02-261-1/+1
| | | | | Reviewed-by: Ben Laurie <ben@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
* Fix unified build after CT reorgRich Salz2016-02-251-1/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+2
Now that we have the foundation for the "unified" build scheme in place, we add build.info files. They have been generated from the Makefiles in the same directories. Things that are platform specific will appear in later commits. Reviewed-by: Andy Polyakov <appro@openssl.org>