| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #833 from CmdrMoozy/des_ede3 | Steven Fackler | 2018-02-04 | 1 | -0/+15 | |
| |\ \ | |/ |/| | Support EVP_des_ede3. | |||||
| | * | Support EVP_des_ede3. | Axel Rasmussen | 2018-02-04 | 1 | -0/+15 | |
| | | | | | | | | | | | This cipher is used, for example, for DES challenges for authenticating against a Yubikey, so supporting it in rust-openssl is generally useful. | |||||
| * | | Merge pull request #824 from apeduru/pkey-docs | Steven Fackler | 2018-01-24 | 1 | -0/+81 | |
| |\ \ | | | | | | | Add PKey docs | |||||
| | * | | Add HMAC to Pkey docs | Ansley Peduru | 2018-01-24 | 1 | -1/+3 | |
| | | | | ||||||
| | * | | Print the public key in PKey example | Ansley Peduru | 2018-01-23 | 1 | -1/+5 | |
| | | | | ||||||
| | * | | Fix import in pkey docs | Ansley Peduru | 2018-01-07 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Missing colon | Ansley Peduru | 2018-01-07 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Add Pkey docs | Ansley Peduru | 2018-01-07 | 1 | -0/+75 | |
| | | | | ||||||
| * | | | tests: if server failed to start, print exit code instead of timing out | Stepan Koltsov | 2018-01-24 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` % 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 ``` | |||||
| * | | | add support for rfc822Name (email) and uniformResourceIdentifier (uri) to ↵ | Ian P. Cooke | 2018-01-15 | 3 | -30/+52 | |
| | | | | | | | | | | | | | GeneralName | |||||
| * | | | Release openssl v0.10.2openssl-v0.10.2 | Steven Fackler | 2018-01-11 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Add setters to ConnectConfiguration | Steven Fackler | 2018-01-11 | 1 | -3/+13 | |
| | | | | ||||||
| * | | | Release openssl v0.10.1openssl-v0.10.1 | Steven Fackler | 2018-01-10 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Add from conversion | Steven Fackler | 2018-01-10 | 1 | -0/+9 | |
| | | | | | | | | | | | | | This is needed for tokio-openssl | |||||
| * | | | Release openssl 0.10.0openssl-v0.10.0 | Steven Fackler | 2018-01-10 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Release openssl-sys v0.9.24openssl-sys-v0.9.24 | Steven Fackler | 2018-01-10 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Adjust the SNI callback | Steven Fackler | 2018-01-06 | 2 | -19/+30 | |
| | | | | | | | | | Brings it more in line with how the raw callback is structured. | |||||
| * | | Fix docs | Steven Fackler | 2018-01-06 | 2 | -3/+6 | |
| | | | ||||||
| * | | Rename and document RSA accessors | Steven Fackler | 2018-01-06 | 1 | -10/+50 | |
| | | | ||||||
| * | | Merge pull request #820 from sfackler/key-constructor-docs | Steven Fackler | 2018-01-06 | 13 | -307/+595 | |
| |\ \ | | | | | | | Rename key serialization/deserialization methods | |||||
| | * | | Rename key serialization/deserialization methods | Steven Fackler | 2018-01-06 | 13 | -307/+595 | |
| | | | | | | | | | | | | | | | | | | | Also document their specific formats. Closes #502 | |||||
| * | | | FIPS mode support | Steven Fackler | 2018-01-06 | 2 | -0/+24 | |
| |/ / | | | | | | | Closes #818 | |||||
| * | | Merge pull request #811 from apeduru/x509-docs | Steven Fackler | 2018-01-04 | 4 | -3/+312 | |
| |\ \ | |/ |/| | Add documentation for x509 module | |||||
| | * | Fix links in x509 module | Ansley Peduru | 2018-01-01 | 2 | -3/+5 | |
| | | | ||||||
| | * | Merge branch 'master' into x509-docs | Ansley Peduru | 2018-01-01 | 12 | -117/+115 | |
| | |\ | ||||||
| | * | | Fix x509 doc examples | Ansley Peduru | 2018-01-01 | 2 | -12/+44 | |
| | | | | ||||||
| | * | | Add documentation for x509 module | Ansley Peduru | 2017-12-31 | 4 | -3/+283 | |
| | | | | ||||||
| * | | | Misc cleanup | Steven Fackler | 2018-01-01 | 2 | -24/+9 | |
| | |/ |/| | ||||||
| * | | Move X509Filetype to SslFiletype | Steven Fackler | 2018-01-01 | 3 | -56/+65 | |
| | | | | | | | | | | | | | 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. | |||||
| * | | Bump hex to 0.3 | Bastien Orivel | 2018-01-01 | 9 | -56/+50 | |
| |/ | | | | | The `to_hex` method has been removed and `hex::encode` should be used instead. | |||||
| * | Parameterize keys over what they contain | Steven Fackler | 2017-12-30 | 16 | -593/+781 | |
| | | | | | Closes #790 | |||||
| * | Add issuer name access. | Steven Fackler | 2017-12-29 | 1 | -3/+47 | |
| | | | | | Closes #808 | |||||
| * | Remove `SslRef::compression` | Steven Fackler | 2017-12-28 | 1 | -24/+0 | |
| | | | | | | TLS compression is extremely deprecated, so no-one should be messing with this in the first place. | |||||
| * | Add a parameter to servername | Steven Fackler | 2017-12-28 | 2 | -9/+25 | |
| | | ||||||
| * | Overhaul ALPN | Steven Fackler | 2017-12-27 | 3 | -293/+146 | |
| | | | | | | | | | 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. | |||||
| * | Overhaul ssl error | Steven Fackler | 2017-12-26 | 5 | -353/+150 | |
| | | ||||||
| * | Split X509StoreContextRef::ssl up | Steven Fackler | 2017-12-26 | 2 | -20/+27 | |
| | | ||||||
| * | Overhaul verify error type | Steven Fackler | 2017-12-26 | 7 | -72/+74 | |
| | | | | | Also set the error in the hostname verification callback for 1.0.1 | |||||
| * | Adjust SslConnector and SslAcceptor construction | Steven Fackler | 2017-12-26 | 4 | -158/+97 | |
| | | ||||||
| * | Drop Any bounds | Steven Fackler | 2017-12-26 | 3 | -25/+20 | |
| | | ||||||
| * | Remove deprecated APIs | Steven Fackler | 2017-12-25 | 18 | -902/+58 | |
| | | ||||||
| * | Fix a bunch of FIXMEs | Steven Fackler | 2017-12-25 | 8 | -74/+70 | |
| | | ||||||
| * | Tweak default ssl options | Steven Fackler | 2017-12-25 | 1 | -2/+4 | |
| | | ||||||
| * | Fix tests | Steven Fackler | 2017-12-25 | 3 | -14/+14 | |
| | | ||||||
| * | Rename X509FileType to X509Filetype | Steven Fackler | 2017-12-25 | 3 | -29/+29 | |
| | | ||||||
| * | Move to associated consts | Steven Fackler | 2017-12-25 | 10 | -164/+167 | |
| | | ||||||
| * | Upgrade bitflags to 1.0 | Steven Fackler | 2017-12-25 | 13 | -223/+190 | |
| | | | | | Closes #756 | |||||
| * | Make Nid values associated constants | Steven Fackler | 2017-12-25 | 4 | -1000/+995 | |
| | | ||||||
| * | Clean up 1.0.1 hostname verification | Steven Fackler | 2017-12-23 | 3 | -63/+43 | |
| | | ||||||
| * | Allow SNI and hostname verification to be configured separately | Steven Fackler | 2017-12-23 | 2 | -70/+101 | |
| | | | | | Closes #728 | |||||