diff options
| author | David Weinstein <[email protected]> | 2016-08-16 23:31:01 -0400 |
|---|---|---|
| committer | David Weinstein <[email protected]> | 2016-08-17 01:23:54 -0400 |
| commit | 234ce581f9401a7298d67e52bdeb857d4b53e645 (patch) | |
| tree | 3d1540401708db126b8c14d7a13ed76b81f50c0f /openssl/test | |
| parent | Add test for `"x509_validity"` feature (diff) | |
| download | rust-openssl-234ce581f9401a7298d67e52bdeb857d4b53e645.tar.xz rust-openssl-234ce581f9401a7298d67e52bdeb857d4b53e645.zip | |
Add x509_validity feature to travis tests
- also update docs for new x509 `not_before`, `not_after`
Diffstat (limited to 'openssl/test')
| -rwxr-xr-x | openssl/test/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/test/run.sh b/openssl/test/run.sh index b9481837..2c2473b1 100755 --- a/openssl/test/run.sh +++ b/openssl/test/run.sh @@ -4,7 +4,7 @@ set -e MAIN_TARGETS=https://static.rust-lang.org/dist if [ "$TEST_FEATURES" == "true" ]; then - FEATURES="tlsv1_2 tlsv1_1 dtlsv1 dtlsv1_2 sslv3 aes_xts aes_ctr npn alpn rfc5114 ecdh_auto pkcs5_pbkdf2_hmac x509_clone ssl_context_clone x509_generator_request hmac hmac_clone dh_from_params" + FEATURES="tlsv1_2 tlsv1_1 dtlsv1 dtlsv1_2 sslv3 aes_xts aes_ctr npn alpn rfc5114 ecdh_auto pkcs5_pbkdf2_hmac x509_clone ssl_context_clone x509_generator_request hmac hmac_clone dh_from_params x509_expiry" fi if [ "$TRAVIS_OS_NAME" != "osx" ]; then |