| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update to 1.1.1-pre7 | Steven Fackler | 2018-06-02 | 1 | -43/+72 |
| | | | | | | | | | | The initial session ticket is now sent as part of SSL_accept, so some tests need to write a single byte through the stream to make sure that both ends have fully completed to avoid test flakes. TLSv1.3 cipher suite control has been extracted from the normal cipher list into a separate method: SslContextBuilder::set_ciphersuites. | ||||
| * | Add SslRef::verified_chain | Steven Fackler | 2018-05-29 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #920 from Ralith/max-early-data-accessors | Steven Fackler | 2018-05-22 | 1 | -0/+23 |
| |\ | | | | | TLS1.3 early data support | ||||
| | * | Expose early I/O | Benjamin Saunders | 2018-05-22 | 1 | -0/+6 |
| | | | |||||
| | * | Expose early keying material export | Benjamin Saunders | 2018-05-17 | 1 | -0/+10 |
| | | | |||||
| | * | Expose max TLS1.3 early data accessors | Benjamin Saunders | 2018-05-17 | 1 | -0/+7 |
| | | | |||||
| * | | Overhaul openssl cfgs | Steven Fackler | 2018-05-20 | 1 | -0/+22 |
| | | | | | | | | | Also expose hostname verification on libressl | ||||
| * | | Clean up openssl-sys cfgs | Steven Fackler | 2018-05-20 | 2 | -15/+12 |
| |/ | |||||
| * | Some sys cleanup | Steven Fackler | 2018-05-13 | 4 | -0/+1533 |