| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor openssl-sys | Steven Fackler | 2018-09-12 | 4 | -1681/+0 |
| | | | | | | The old layout tried to structure itself by version but it ended up with a lot of duplication. Instead, follow the structure of the header files. | ||||
| * | SRTP cleanup | Steven Fackler | 2018-08-19 | 2 | -37/+77 |
| | | |||||
| * | Add methods for DTLS/SRTP key handshake | Aron Wieck | 2018-08-14 | 2 | -0/+20 |
| | | |||||
| * | X509_V_ERR_UNSPECIFIED was added in 1.0.2f | Steven Fackler | 2018-08-04 | 1 | -0/+1 |
| | | | | | Closes #970 | ||||
| * | Merge pull request #937 from marcoh00/iterable-x509names | Steven Fackler | 2018-07-07 | 2 | -0/+4 |
| |\ | | | | | X509NameRef: Provide an iterator over all entries | ||||
| | * | Provide an Asn1Object getter method for X509NameEntryRef | Marco Huenseler | 2018-06-03 | 2 | -0/+2 |
| | | | |||||
| | * | Make X509NameRef provide an iterator over all X509NameEntries | Marco Huenseler | 2018-06-03 | 2 | -0/+2 |
| | | | |||||
| * | | Add Dsa::from_(private|public)_components | Moritz Wanzenböck | 2018-06-18 | 1 | -0/+11 |
| |/ | | | | Add 2 methods to create a DSA key pair from its raw components. | ||||
| * | 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 |