| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Closes #690
|
| |
|
|
| |
Also expose hostname verification on libressl
|
| |
|
|
|
| |
Their implementations of the accessors don't behave expected with no
bounds, so we ignore those bits of the tests.
|
| |
|
|
|
| |
They're flickering, and I'm assuming it's just because that version is
so old.
|
| |
|
|
| |
Closes #911
|
| | |
|
| | |
|
| |
|
|
| |
Closes #852
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
We should keep the version features totally separate for now.
|
| |
|
|
|
| |
Google yells at you when using TLS 1.3 without SNI by sending a bogus
self-signed cert!
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
```
% cargo +stable test --lib ssl::test::test_connect_with_alpn_successful_single_match --features=v102
Finished dev [unoptimized + debuginfo] target(s) in 0.0 secs
Running /Users/nga/devel/left/rust-openssl/target/debug/deps/openssl-a38e12a3527f6932
running 1 test
test ssl::test::test_connect_with_alpn_successful_single_match ... FAILED
failures:
---- ssl::test::test_connect_with_alpn_successful_single_match stdout ----
thread 'ssl::test::test_connect_with_alpn_successful_single_match' panicked at 'server exited: exit code: 1', src/ssl/test.rs:91:24
note: Run with `RUST_BACKTRACE=1` for a backtrace.
failures:
ssl::test::test_connect_with_alpn_successful_single_match
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 159 filtered out
```
|
| |
|
|
|
|
| |
Also document their specific formats.
Closes #502
|
| |
|
|
|
|
| |
These constants have the same values, but X509_FILETYPE_DEFAULT doesn't
work in the Ssl methods and using the SSL_* names is a bit less
confusing.
|
| | |
|
| |
|
|
|
|
|
|
| |
There was previously a lot of behind the scenes magic. We now bind much
more directly to the relevant functions.
Also remove APN support. That protocol is supersceded by ALPN - let's
see if anyone actually needs to use it.
|
| |
|