| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v0.6.5 | Steven Fackler | 2015-08-31 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #251 from ebarnard/evp_bytestokey | Steven Fackler | 2015-08-23 | 1 | -0/+6 |
| |\ | | | | | Expose EVP_BytesToKey | ||||
| | * | Expose EVP_BytesToKey | Edward Barnard | 2015-08-23 | 1 | -0/+6 |
| | | | | | | | | | | | This is based on work by pyrho. Closes #88 | ||||
| * | | Merge pull request #253 from manuels/master | Steven Fackler | 2015-08-19 | 1 | -0/+2 |
| |\ \ | | | | | | | Add get_state_string() | ||||
| | * | | Add get_state_string() | Manuel Schölling | 2015-08-17 | 1 | -0/+2 |
| | |/ | |||||
| * | | Merge pull request #240 from jethrogb/topic/x509_req_extension | Steven Fackler | 2015-08-15 | 2 | -0/+10 |
| |\ \ | |/ |/| | Implement certificate extensions for certificate requests | ||||
| | * | Implement certificate extensions for certificate requests | Jethro Beekman | 2015-07-08 | 2 | -0/+10 |
| | | | |||||
| * | | Merge pull request #243 from manuels/master | Steven Fackler | 2015-08-02 | 1 | -0/+1 |
| |\ \ | | | | | | | Fix probelms with DTLS when no packets are pending. | ||||
| | * | | Fix probelms with DTLS when no packets are pending. | Manuel Schölling | 2015-07-18 | 1 | -0/+1 |
| | |/ | | | | | | | | | | | | | | | | | | | | | When using DTLS you might run into the situation where no packets are pending, so SSL_read returns len=0. On a TLS connection this means that the connection was closed, but on DTLS it does not (a DTLS connection cannot be closed in the usual sense). This commit fixes a bug introduced by c8d23f3. Conflicts: openssl/src/ssl/mod.rs | ||||
| * | | Merge pull request #242 from awelkie/master | Steven Fackler | 2015-08-02 | 1 | -2/+4 |
| |\ \ | | | | | | | Added AES CTR-mode under feature flag. | ||||
| | * | | Added AES CTR-mode under feature flag. | Allen Welkie | 2015-07-15 | 1 | -2/+4 |
| | |/ | |||||
| * / | Add function to write RSA public key as PEM | Andrew Dunham | 2015-07-23 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #221 from jethrogb/topic/ssl_options | Steven Fackler | 2015-07-08 | 2 | -6/+72 |
| |\ | | | | | Several SSL option fixes | ||||
| | * | Decouple C SSL Option bit flags from Rust version | Jethro Beekman | 2015-07-01 | 2 | -6/+72 |
| | | | | | | | | | | | | | | | The OpenSSL "SSL_OP_*" flags are in constant flux between different OpenSSL versions. To avoid having to change the Rust definitions, we implement our own numbering system in Rust, and use an automatically-generated C shim to convert the bitflags at runtime. | ||||
| * | | Merge pull request #233 from jethrogb/topic/x509_extension | Steven Fackler | 2015-07-08 | 1 | -0/+1 |
| |\ \ | | | | | | | Allow setting of arbitrary X509 extensions | ||||
| | * | | Add arbitrary X509 extensions by OID string | Jethro Beekman | 2015-07-01 | 1 | -0/+1 |
| | |/ | |||||
| * / | Release v0.6.4 | Steven Fackler | 2015-07-06 | 1 | -1/+1 |
| |/ | |||||
| * | ssl: support ALPN | Cody P Schafer | 2015-06-29 | 1 | -1/+19 |
| | | | | | | | | | | | Heavily based on the existing NPN wrapping code. Naming of public functions is identical to the NPN ones with `s/npn/alpn/` applied to prevent devs from needing to remember 2 names (and to let my copy the npn tests and perform the subistution to generate the apln tests). It might make sense to (at some point) use macros or a trait to cut down the duplication. | ||||
| * | Reduce SslStream constructor duplication | Steven Fackler | 2015-06-27 | 1 | -0/+1 |
| | | |||||
| * | Fix set_hostname | Steven Fackler | 2015-06-27 | 2 | -0/+6 |
| | | | | | | | It was previously failing to null terminate the hostname string (was anyone actually using this?). Also move the macro expansion to the C shim. | ||||
| * | Import shim'd HMAC stuff with the original name | Steven Fackler | 2015-06-27 | 1 | -0/+10 |
| | | |||||
| * | Move macro replicas into C shim | Steven Fackler | 2015-06-27 | 2 | -30/+47 |
| | | |||||
| * | Release v0.6.3 | Steven Fackler | 2015-06-25 | 1 | -1/+1 |
| | | |||||
| * | Fix EOF handling in retry wrapper | Steven Fackler | 2015-06-25 | 1 | -0/+5 |
| | | |||||
| * | Implement limited X509_REQ functionality | Jethro Beekman | 2015-05-28 | 1 | -0/+5 |
| | | |||||
| * | Fix doc root | Steven Fackler | 2015-05-13 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #210 from manuels/pending | Steven Fackler | 2015-05-05 | 1 | -0/+1 |
| |\ | | | | | Add SslStream.pending() | ||||
| | * | Add SslStream.pending() | Manuel Schölling | 2015-04-30 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #201 from manuels/pkey_cmp | Steven Fackler | 2015-05-04 | 1 | -0/+1 |
| |\ \ | |/ |/| | Add comparison for PKeys | ||||
| | * | Add comparison for PKeys | Manuel Schölling | 2015-04-16 | 1 | -0/+1 |
| | | | |||||
| * | | Fixes for Native Client. | Richard Diamond | 2015-04-18 | 1 | -0/+3 |
| |/ | |||||
| * | Add X509::public_key() | Manuel Schölling | 2015-04-15 | 1 | -0/+1 |
| | | |||||
| * | Fix rebase errors | Manuel Schölling | 2015-04-06 | 1 | -1/+0 |
| | | |||||
| * | Move connected_socket to its own crate and fix SSL_CTX_set_read_ahead() | Manuel Schölling | 2015-04-06 | 1 | -0/+3 |
| | | |||||
| * | Add DTLSv1 and DTLSv1.2 support | Manuel Schölling | 2015-04-06 | 1 | -0/+4 |
| | | |||||
| * | Add connect() support for UDP sockets | Manuel Schölling | 2015-04-06 | 1 | -0/+2 |
| | | |||||
| * | Add SslContext::add_extra_chain_cert() | Manuel Schölling | 2015-04-03 | 1 | -1/+9 |
| | | |||||
| * | Add ability to load private keys from files and use raw keys and ↵ | Manuel Schölling | 2015-04-03 | 1 | -0/+6 |
| | | | | | certificates for SslContext | ||||
| * | Change SslVerifyMode to bitflags and add SSL_VERIFY_FAIL_IF_NO_PEER_CERT | Manuel Schölling | 2015-04-03 | 1 | -0/+1 |
| | | | | | | SslVerifyMode was changed to bitflags to allow for bitwise operations like (SSL_VERIFY_PEER | SSL_VERIFY_FAIL_IF_NO_PEER_CERT). | ||||
| * | Fixup for beta | Alex Crichton | 2015-04-02 | 1 | -0/+12 |
| | | | | | Add derive(Clone) and don't negate unsigned numbers | ||||
| * | rustup: changes to io::Error | Sean McArthur | 2015-04-02 | 1 | -1/+0 |
| | | |||||
| * | Update to rust master | Alex Crichton | 2015-03-25 | 2 | -4/+5 |
| | | |||||
| * | openssl-sys: Add TLS extension constants | Marko Lalic | 2015-03-23 | 1 | -0/+5 |
| | | |||||
| * | openssl-sys: Add NPN functions and constants | Marko Lalic | 2015-03-23 | 1 | -0/+29 |
| | | |||||
| * | Remove usage of unstable features in openssl-sys | Alex Crichton | 2015-03-16 | 2 | -4/+3 |
| | | |||||
| * | Fix warnings | Steven Fackler | 2015-03-10 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #172 from reaperhulk/add-ssl-ctx-set-get-options | Steven Fackler | 2015-03-07 | 1 | -0/+17 |
| |\ | | | | | add support for SSL_CTX_set_options and SSL_CTX_get_options | ||||
| | * | add support for SSL_CTX_clear_options and use bitflags | Paul Kehrer | 2015-02-23 | 1 | -0/+5 |
| | | | |||||
| | * | add support for SSL_CTX_set_options and SSL_CTX_get_options | Paul Kehrer | 2015-02-22 | 1 | -0/+12 |
| | | | | | | | | | fixes #168 | ||||
| * | | Cut down on unstable features in openssl-sys | Alex Crichton | 2015-03-04 | 2 | -14/+15 |
| | | | | | | | | | | | * Move from `old_path` to `path` (leveraging the `fs` feature as well) * Move from `StaticMutex` to `Mutex<()>` as they're dynamically initialized | ||||