| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v0.6.5 | Steven Fackler | 2015-08-31 | 2 | -3/+3 |
| | | |||||
| * | 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 | 2 | -2/+5 |
| |\ \ | | | | | | | Added AES CTR-mode under feature flag. | ||||
| | * | | Added AES CTR-mode under feature flag. | Allen Welkie | 2015-07-15 | 2 | -2/+5 |
| | |/ | |||||
| * / | 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 | 3 | -6/+132 |
| |\ | | | | | Several SSL option fixes | ||||
| | * | Remove #ifs for same-value shimmed SSL options. Depend on compiler ↵ | Jethro Beekman | 2015-07-01 | 1 | -4/+0 |
| | | | | | | | | | optimization instead. | ||||
| | * | Decouple C SSL Option bit flags from Rust version | Jethro Beekman | 2015-07-01 | 3 | -6/+136 |
| | | | | | | | | | | | | | | | 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 | 2 | -3/+3 |
| |/ | |||||
| * | ssl: support ALPN | Cody P Schafer | 2015-06-29 | 2 | -1/+20 |
| | | | | | | | | | | | 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. | ||||
| * | Modernize cargo directives | Steven Fackler | 2015-06-28 | 1 | -4/+5 |
| | | |||||
| * | Don't use pkg-config on windows | Steven Fackler | 2015-06-28 | 1 | -3/+6 |
| | | |||||
| * | 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 | 3 | -35/+52 |
| | | |||||
| * | Release v0.6.3 | Steven Fackler | 2015-06-25 | 2 | -3/+3 |
| | | |||||
| * | Fix EOF handling in retry wrapper | Steven Fackler | 2015-06-25 | 1 | -0/+5 |
| | | |||||
| * | Don't ignore environment variables if building with mingw | Simon Mazur | 2015-06-15 | 1 | -21/+23 |
| | | |||||
| * | Added support for building on Windows with MinGW | Simon Mazur | 2015-06-10 | 1 | -1/+30 |
| | | |||||
| * | Implement limited X509_REQ functionality | Jethro Beekman | 2015-05-28 | 1 | -0/+5 |
| | | |||||
| * | Merge pull request #211 from bozaro/redefine_libs | Steven Fackler | 2015-05-17 | 1 | -5/+10 |
| |\ | | | | | Add ability to redefine library list via OPENSSL_LIBS environment variable | ||||
| | * | Remove MSYSTEM environment variable check | a.navrotskiy | 2015-05-15 | 1 | -1/+1 |
| | | | |||||
| | * | Add ability to redefine library list via OPENSSL_LIBS environment variable. | a.navrotskiy | 2015-05-07 | 1 | -5/+10 |
| | | | | | | | | | It's usefull for compiling with MinGW-w64 installed via MSYS2 (https://wiki.qt.io/MSYS2). | ||||
| * | | 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 |
| | | | | |||||
| * | | | Release v0.6.2v0.6.2 | Steven Fackler | 2015-05-01 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | Release v0.6.1v0.6.1 | Steven Fackler | 2015-04-22 | 1 | -1/+1 |
| | | | |||||
| * | | Fixes for Native Client. | Richard Diamond | 2015-04-18 | 2 | -1/+9 |
| |/ | |||||
| * | Merge pull request #199 from CarlColglazier/patch-1 | Steven Fackler | 2015-04-15 | 1 | -1/+1 |
| |\ | | | | | Fix documentation URL for openssl-sys. | ||||
| | * | Fix documentation URL for openssl-sys. | Carl Colglazier | 2015-04-15 | 1 | -1/+1 |
| | | | |||||
| * | | 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 | 2 | -0/+5 |
| | | |||||
| * | Add connect() support for UDP sockets | Manuel Schölling | 2015-04-06 | 2 | -0/+3 |
| | | |||||
| * | Release v0.6.0v0.6.0 | Steven Fackler | 2015-04-05 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #186 from manuels/set_raw_key | Steven Fackler | 2015-04-05 | 1 | -0/+15 |
| |\ | | | | | Use raw keys and certs in SslContext | ||||