diff options
| author | David Weinstein <[email protected]> | 2016-08-16 22:39:30 -0400 |
|---|---|---|
| committer | David Weinstein <[email protected]> | 2016-08-17 01:23:54 -0400 |
| commit | 96b1ef829cc51a901dd7b7225b9307b8628a4898 (patch) | |
| tree | 994620614ab4aedce01827ea030a1e8180c9ced6 /openssl/Cargo.toml | |
| parent | Introduce `Asn1TimeRef` (diff) | |
| download | rust-openssl-96b1ef829cc51a901dd7b7225b9307b8628a4898.tar.xz rust-openssl-96b1ef829cc51a901dd7b7225b9307b8628a4898.zip | |
Add `"x509_expiry"` feature flag
- fix return of `ASN1_TIME_print`
- assert on null `date`
Diffstat (limited to 'openssl/Cargo.toml')
| -rw-r--r-- | openssl/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index d1d709a3..9c09aed6 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -30,6 +30,7 @@ hmac_clone = ["openssl-sys/hmac_clone"] c_helpers = ["gcc"] x509_clone = ["c_helpers"] x509_generator_request = ["c_helpers"] +x509_expiry = ["c_helpers"] ssl_context_clone = ["c_helpers"] hmac = ["c_helpers"] dh_from_params = ["c_helpers"] |