summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* support parsing bitstring values in DNs (#6629)Paul Kehrer2021-11-282-24/+45
* Remove read_only_property and precisely type all these getters (#6668)Alex Gaynor2021-11-297-17/+33
* closes #6663 -- deprecate openssl 1.1.0 support (#6667)Alex Gaynor2021-11-282-0/+18
* Remove branches that were no longer useful (#6664)Alex Gaynor2021-11-281-5/+0
* Drop supported for older LibreSSL (#6660)Alex Gaynor2021-11-265-52/+14
* LibreSSL added support for this X.509 flag in 3.2.2 (#6659)Alex Gaynor2021-11-272-1/+4
* LibreSSL added support for the required RSA functions in 3.1.0 (#6658)Alex Gaynor2021-11-272-1/+5
* Bump syn from 1.0.81 to 1.0.82 in /src/rust (#6656)dependabot[bot]2021-11-251-2/+2
* Remove link argument handling that's not required on py3 (#6655)Alex Gaynor2021-11-252-19/+1
* Finally remove deprecated int_from_bytes (#6652)Alex Gaynor2021-11-251-9/+0
* Update comment to reflect new reason this is needed (#6650)Alex Gaynor2021-11-241-1/+2
* Bump libc from 0.2.107 to 0.2.108 in /src/rust (#6647)dependabot[bot]2021-11-221-2/+2
* Reopen main for the 37.0.0 release (#6645)Alex Gaynor2021-11-211-1/+1
* Bump for 36.0.0 release (#6643)36.0.0Alex Gaynor2021-11-221-1/+1
* Final polish on removing backends from places they aren't required (#6644)Alex Gaynor2021-11-222-28/+8
* allow parsing of nonstandard country name and jurisdiction country name (#6641)Paul Kehrer2021-11-212-3/+18
* remind people we're going to remove verifier/signer (#6640)Paul Kehrer2021-11-211-2/+3
* Remove unused attributes (#6631)Alex Gaynor2021-11-211-2/+0
* support negative serials in certificate parsing (#6626)Paul Kehrer2021-11-206-24/+49
* fixes #6404 -- attempt to treat OCSP Nonce as being an octet string (#6625)Alex Gaynor2021-11-203-7/+9
* Bump pyo3 from 0.15.0 to 0.15.1 in /src/rust (#6623)dependabot[bot]2021-11-192-9/+9
* Bump asn1 from 0.8.6 to 0.8.7 in /src/rust (#6622)dependabot[bot]2021-11-182-5/+5
* more typing (#6616)Paul Kehrer2021-11-171-3/+13
* raise warning on encoded default value in csr (#6615)Paul Kehrer2021-11-171-0/+15
* OCB3 support (#6607)Paul Kehrer2021-11-142-3/+82
* support attributes on csrs with an iterable (#6603)Paul Kehrer2021-11-144-2/+112
* Allow parsing CSR extensions with the critical bit having an explicitly encod...Alex Gaynor2021-11-141-3/+33
* add one more engine binding (#6599)Paul Kehrer2021-11-122-0/+11
* handle unused bits in distribution point reasons as well (#6594)Paul Kehrer2021-11-121-1/+2
* encode KeyUsage with unused bits (#6593)Paul Kehrer2021-11-121-1/+5
* skip pkcs7 tests on boring (#6591)Paul Kehrer2021-11-121-0/+3
* Allow to serialize extension values as DER bytes strings (#6346)Felix Fontein2021-11-123-0/+123
* x509 tests for boring (#6590)Paul Kehrer2021-11-122-6/+7
* Run tests/hazmat/backends/ under BoringSSL (#6588)Alex Gaynor2021-11-121-0/+3
* Run tests/primitives/ (minus a few files) on BoringSSL (#6584)Alex Gaynor2021-11-111-2/+7
* Make DH bindings follow style guide (#6586)Alex Gaynor2021-11-121-2/+2
* Run tests/wycheproof/ on BoringSSL (#6583)Alex Gaynor2021-11-122-2/+14
* Move extension encoding code to new crate x509::extensions (#6571)Felix Fontein2021-11-1111-596/+564
* Simplify how we test boring, in a way that'll be extensible to the future (#6...Alex Gaynor2021-11-102-5/+15
* Bump libc from 0.2.106 to 0.2.107 in /src/rust (#6566)dependabot[bot]2021-11-081-2/+2
* allow x25519/x448 public keys in certificatebuilder (#6562)Paul Kehrer2021-11-072-5/+22
* Begin building with BoringSSL in our CI, no tests yet (#6554)Alex Gaynor2021-11-077-1/+114
* Remove datagram bio bindings (#6555)Alex Gaynor2021-11-061-2/+0
* Check for BoringSSL in the SSL bindings (#6553)Alex Gaynor2021-11-062-1/+17
* allow multiple identical pem blocks (#6551)Paul Kehrer2021-11-054-12/+2
* fix nightly clippy warnings (#6552)Paul Kehrer2021-11-053-6/+3
* Added an additional check for boringssl in the ssl bindings (#6547)Alex Gaynor2021-11-051-1/+1
* remove some unused functions and add some docs about use (#6544)Paul Kehrer2021-11-043-17/+6
* Bump pyo3 and fix warnings (#6542)Alex Gaynor2021-11-044-11/+11
* remove OPENSSL_no_config (#6536)Paul Kehrer2021-11-031-2/+0