| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add SslRef::verified_chain | Steven Fackler | 2018-05-29 | 1 | -8/+26 |
| | | |||||
| * | Rename X509Ref::fingerprint to X509Ref::digest and avoid allocating | Steven Fackler | 2018-05-24 | 1 | -6/+6 |
| | | |||||
| * | Don't panic on bogus servernames | Steven Fackler | 2018-05-24 | 1 | -1/+25 |
| | | | | | | | | Also add a second version of the method to avoid filtering out non-utf8 names. Closes #930 | ||||
| * | Add bindings to SSL_get_finished and SSL_get_peer_finished | Steven Fackler | 2018-05-24 | 1 | -6/+46 |
| | | | | | These are used for the tls-unique SCRAM channel binding mode. | ||||
| * | Merge pull request #920 from Ralith/max-early-data-accessors | Steven Fackler | 2018-05-22 | 1 | -1/+186 |
| |\ | | | | | TLS1.3 early data support | ||||
| | * | Expose early I/O | Benjamin Saunders | 2018-05-22 | 1 | -1/+89 |
| | | | |||||
| | * | Expose early keying material export | Benjamin Saunders | 2018-05-17 | 1 | -0/+27 |
| | | | |||||
| | * | Expose max TLS1.3 early data accessors | Benjamin Saunders | 2018-05-17 | 1 | -0/+70 |
| | | | |||||
| * | | Revert "Move proto version accessors to SslContextRef" | Steven Fackler | 2018-05-20 | 1 | -52/+44 |
| | | | |||||
| * | | Move proto version accessors to SslContextRef | Steven Fackler | 2018-05-20 | 1 | -44/+52 |
| | | | | | | | | | Add a Derf impl for SslContextBuilder so existing use still works. | ||||
| * | | Improve error Display impls | Steven Fackler | 2018-05-20 | 1 | -8/+9 |
| | | | |||||
| * | | Support ALPN on libressl | Steven Fackler | 2018-05-20 | 3 | -17/+21 |
| | | | | | | | | | Closes #690 | ||||
| * | | Overhaul openssl cfgs | Steven Fackler | 2018-05-20 | 5 | -459/+438 |
| | | | | | | | | | Also expose hostname verification on libressl | ||||
| * | | Support min/max version in LibreSSL | Steven Fackler | 2018-05-19 | 2 | -16/+18 |
| |/ | | | | | Their implementations of the accessors don't behave expected with no bounds, so we ignore those bits of the tests. | ||||
| * | Merge Ssl impl blocks | Steven Fackler | 2018-05-12 | 1 | -57/+55 |
| | | |||||
| * | Clean up SSL callbacks | Steven Fackler | 2018-05-12 | 2 | -68/+76 |
| | | | | | | Also add an Arc to avoid a weird use after free edge case if a callback changes a callback. | ||||
| * | Disable tests that talk to Google on LibreSSL 2.5.0 | Steven Fackler | 2018-05-12 | 2 | -1/+5 |
| | | | | | | They're flickering, and I'm assuming it's just because that version is so old. | ||||
| * | Change SslContext callback handling | Steven Fackler | 2018-05-12 | 2 | -240/+151 |
| | | | | | Use the existing infrastructure! | ||||
| * | Fix base version for min/max proto accessors | Steven Fackler | 2018-05-09 | 2 | -32/+49 |
| | | | | | Closes #911 | ||||
| * | Expose SslSession <-> DER conversion | Benjamin Saunders | 2018-04-29 | 1 | -0/+23 |
| | | |||||
| * | Some misc cleanup | Steven Fackler | 2018-04-27 | 1 | -60/+81 |
| | | |||||
| * | Merge pull request #858 from Ralith/stateless-api | Steven Fackler | 2018-03-31 | 3 | -41/+331 |
| |\ | | | | | Introduce SslStreamBuilder | ||||
| | * | Add test for stateless connection | Benjamin Saunders | 2018-03-28 | 1 | -2/+119 |
| | | | |||||
| | * | Introduce SslStreamBuilder | Benjamin Saunders | 2018-03-28 | 1 | -34/+114 |
| | | | |||||
| | * | Update to OpenSSL 1.1.1-pre3 | Benjamin Saunders | 2018-03-28 | 2 | -5/+98 |
| | | | |||||
| * | | Clean up a couple of holdovers from old features | Steven Fackler | 2018-03-29 | 2 | -14/+10 |
| |/ | |||||
| * | Remove version-specific features | Steven Fackler | 2018-03-19 | 4 | -143/+125 |
| | | | | | Closes #852 | ||||
| * | Expose additional cipher and digest accessors | Benjamin Saunders | 2018-03-16 | 1 | -0/+26 |
| | | |||||
| * | Add a Sync + Send bound to the custom ext type | Steven Fackler | 2018-03-11 | 2 | -38/+76 |
| | | | | | | It's stored inside of the Ssl, so this is probably tecnically necessarly? | ||||
| * | Merge branch 'master' into custom-extensions | Steven Fackler | 2018-03-11 | 1 | -0/+3 |
| |\ | |||||
| | * | Add one more set of impls | Steven Fackler | 2018-03-10 | 1 | -0/+3 |
| | | | |||||
| * | | Generic custom extension add fn return type | Benjamin Saunders | 2018-03-10 | 3 | -30/+30 |
| | | | |||||
| * | | High-level API for OpenSSL 1.1.1 custom extension support | Benjamin Saunders | 2018-03-09 | 3 | -0/+207 |
| |/ | |||||
| * | Add SslOptions::ENABLE_MIDDLEBOX_COMPAT | Benjamin Saunders | 2018-03-03 | 1 | -0/+7 |
| | | |||||
| * | Add min/max protocol version support | Steven Fackler | 2018-02-25 | 2 | -4/+133 |
| | | |||||
| * | Restore error stack in cookie callback | Steven Fackler | 2018-02-25 | 1 | -7/+12 |
| | | |||||
| * | Expose cookie generate/verify callback setters | Benjamin Saunders | 2018-02-25 | 2 | -0/+95 |
| | | |||||
| * | Merge pull request #850 from sfackler/put-error | Steven Fackler | 2018-02-24 | 1 | -12/+12 |
| |\ | | | | | Add the ability to push errors back onto the error stack. | ||||
| | * | Add the ability to push errors back onto the error stack. | Steven Fackler | 2018-02-24 | 1 | -12/+12 |
| | | | |||||
| * | | Add RFC 5705 support | Steven Fackler | 2018-02-23 | 2 | -2/+72 |
| |/ | |||||
| * | Actually add version stuff | Steven Fackler | 2018-02-21 | 1 | -2/+16 |
| | | |||||
| * | Inline connector constants | Steven Fackler | 2018-02-21 | 1 | -17/+15 |
| | | |||||
| * | Don't special case 1.0.1 | Steven Fackler | 2018-02-21 | 1 | -7/+0 |
| | | | | | It appears that 1.0.1's defaults are actually okay. | ||||
| * | Update SslConnector cipher list | Steven Fackler | 2018-02-20 | 1 | -6/+11 |
| | | | | | | | | | Based off of python/cpython#3532, we use OpenSSL's default cipher list and turn of things we don't like. This can't be used with 1.0.1, however, which had a poor default set. There, we use the old defaults, with the bits that aren't implemented in 1.0.1 removed (namely TLSv1.3 suites and ChaCha). | ||||
| * | Add some debugging-related bindings | Steven Fackler | 2018-02-17 | 2 | -23/+88 |
| | | |||||
| * | Add SSL_version binding | Steven Fackler | 2018-02-17 | 1 | -2/+40 |
| | | |||||
| * | Fix session cloning | Steven Fackler | 2018-02-17 | 1 | -1/+1 |
| | | |||||
| * | Bind remove and get session callbacks | Steven Fackler | 2018-02-16 | 2 | -1/+101 |
| | | |||||
| * | SSL session callbacks have always been around | Steven Fackler | 2018-02-16 | 3 | -12/+2 |
| | | |||||
| * | Doc tweak | Steven Fackler | 2018-02-15 | 1 | -1/+1 |
| | | |||||