[openssl-commits] Broken: openssl/openssl#13764 (master - 2aee35d)

Travis CI builds at travis-ci.org
Wed Sep 13 19:10:26 UTC 2017


Build Update for openssl/openssl
-------------------------------------

Build: #13764
Status: Broken

Duration: 22 minutes and 43 seconds
Commit: 2aee35d (master)
Author: Paul Yang
Message: Support key check in EVP interface

A new method is added to EVP_PKEY_METH as:

    int (*check) (EVP_PKEY_CTX *ctx);

and to EVP_PKEY_ASN1_METHOD as:

    int (*pkey_check) (EVP_PKEY_CTX *ctx);

This is used to check the validity of a specific key.

The order of calls is:
EVP_PKEY_check -> pmeth.check -> ameth.pkey_check.

Reviewed-by: Rich Salz <rsalz at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4337)

View the changeset: https://github.com/openssl/openssl/compare/c061daaaed5e...2aee35d37d51

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/275163920?utm_source=email&utm_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20170913/81d6ab50/attachment.html>


More information about the openssl-commits mailing list