| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor openssl-sys | Steven Fackler | 2018-09-12 | 4 | -1072/+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 | 1 | -7/+0 |
| | | |||||
| * | Add methods for DTLS/SRTP key handshake | Aron Wieck | 2018-08-14 | 1 | -0/+11 |
| | | |||||
| * | Merge pull request #937 from marcoh00/iterable-x509names | Steven Fackler | 2018-07-07 | 1 | -0/+2 |
| |\ | | | | | X509NameRef: Provide an iterator over all entries | ||||
| | * | Provide an Asn1Object getter method for X509NameEntryRef | Marco Huenseler | 2018-06-03 | 1 | -0/+1 |
| | | | |||||
| | * | Make X509NameRef provide an iterator over all X509NameEntries | Marco Huenseler | 2018-06-03 | 1 | -0/+1 |
| | | | |||||
| * | | Add Dsa::from_(private|public)_components | Moritz Wanzenböck | 2018-06-18 | 1 | -0/+16 |
| | | | | | | | | | Add 2 methods to create a DSA key pair from its raw components. | ||||
| * | | Switch to accessors in libressl where possible | Steven Fackler | 2018-06-09 | 2 | -0/+110 |
| |/ | | | | | | | Some accessors are mysteriously still macros so we can't make everything opaque yet, unfortunately. cc #909 | ||||
| * | Overhaul openssl cfgs | Steven Fackler | 2018-05-20 | 1 | -0/+22 |
| | | | | | Also expose hostname verification on libressl | ||||
| * | Support min/max version in LibreSSL | Steven Fackler | 2018-05-19 | 2 | -14/+22 |
| | | | | | | Their implementations of the accessors don't behave expected with no bounds, so we ignore those bits of the tests. | ||||
| * | Reform version checking logic | Steven Fackler | 2018-04-26 | 1 | -6/+6 |
| | | | | | | | | Rather than having an infinitely growing set of things to look for, just grab the literal version out. We also provide that to downstream crates, and it should be used rather than the random assortment of other stuff that's also passed down. | ||||
| * | Add support for LibreSSL 2.7.1 | Ossi Herrala | 2018-03-31 | 1 | -4/+4 |
| | | | | | | While there, support also future LibreSSL 2.7 versions out of the box. This fixes compiling this crate in OpenBSD -current. | ||||
| * | Support LibreSSL 2.7.0 | Steven Fackler | 2018-03-22 | 1 | -5/+5 |
| | | | | | | Closes #883 Closes #805 | ||||
| * | Add support LibreSSL and remove OpenSSL binding which we aren't using | Rohit Aggarwal | 2018-03-08 | 1 | -0/+6 |
| | | |||||
| * | Fix libressl | Steven Fackler | 2018-02-16 | 1 | -1/+8 |
| | | |||||
| * | Misc cleanup | Steven Fackler | 2018-01-01 | 1 | -24/+10 |
| | | |||||
| * | Add issuer name access. | Steven Fackler | 2017-12-29 | 1 | -0/+1 |
| | | | | | Closes #808 | ||||
| * | Adjust libressl version detection | Steven Fackler | 2017-11-13 | 1 | -4/+4 |
| | | | | | | The 2.5.3+ and 2.6.3+ series are ABI-stable, so we don't need to whitelist individual releases in those ranges. | ||||
| * | Add support for LibreSSL 2.6.3 | phoebe jenkins | 2017-11-13 | 1 | -4/+4 |
| | | |||||
| * | Fix cfgs for libressl262 | Christopher Vittal | 2017-10-04 | 1 | -4/+4 |
| | | |||||
| * | opensslè-sys: adjust some constants to libressl 2.6.1 | Marc-Antoine Perennou | 2017-09-17 | 1 | -0/+6 |
| | | | | | Signed-off-by: Marc-Antoine Perennou <[email protected]> | ||||
| * | Rustfmt | Steven Fackler | 2017-07-15 | 2 | -130/+150 |
| | | |||||
| * | Rustfmt | Steven Fackler | 2017-05-20 | 3 | -103/+142 |
| | | |||||
| * | Fix support for LibreSSL versions other than 2.5.0 | Steven Fackler | 2017-05-12 | 3 | -0/+845 |