summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bump for 38.0.3 release (#7761)38.0.3Alex Gaynor2022-11-021-1/+1
* 38.0.2 release (#7691)38.0.2Paul Kehrer2022-10-112-8/+5
* Backport tlv fix, 38.0.1 bump (#7576)38.0.1Paul Kehrer2022-09-073-6/+6
* version bump for 38 release (#7567)38.0.0Paul Kehrer2022-09-061-1/+1
* Bump rust-asn1 to 0.12.1 (#7564)Alex Gaynor2022-09-052-5/+5
* Bump rust-asn1 to 0.12.0 (#7563)Alex Gaynor2022-09-062-5/+5
* support setting more PKCS12 serialization encryption options (#7560)Paul Kehrer2022-09-053-6/+149
* Bump once_cell from 1.13.1 to 1.14.0 in /src/rust (#7559)dependabot[bot]2022-09-021-2/+2
* Bump ouroboros from 0.15.3 to 0.15.4 in /src/rust (#7557)dependabot[bot]2022-09-011-4/+4
* Bump iana-time-zone from 0.1.46 to 0.1.47 in /src/rust (#7552)dependabot[bot]2022-08-311-2/+3
* Bump android_system_properties from 0.1.4 to 0.1.5 in /src/rust (#7548)dependabot[bot]2022-08-301-2/+2
* Bump lock_api from 0.4.7 to 0.4.8 in /src/rust (#7546)dependabot[bot]2022-08-281-2/+2
* add AES128/AES256 classes (#7542)Paul Kehrer2022-08-263-6/+38
* Bump ouroboros from 0.15.2 to 0.15.3 in /src/rust (#7536)dependabot[bot]2022-08-231-4/+4
* Revert "restore some bindings for older pyopenssl temporarily (#7136)" (#7532)Alex Gaynor2022-08-235-42/+0
* PoC for making key serialization more configurable (#7520)Alex Gaynor2022-08-224-5/+74
* Remove nanoseconds from datetime in OCSP (#7530)Alex Gaynor2022-08-191-1/+2
* Bump iana-time-zone from 0.1.45 to 0.1.46 in /src/rust (#7529)dependabot[bot]2022-08-191-2/+2
* Bump once_cell from 1.13.0 to 1.13.1 in /src/rust (#7524)dependabot[bot]2022-08-171-2/+2
* Bump libc from 0.2.131 to 0.2.132 in /src/rust (#7523)dependabot[bot]2022-08-171-2/+2
* Fix issue #7513 - parsing of RFC4514 strings should reverse the order of RDNs...Alexandre Machado2022-08-161-1/+9
* Bump iana-time-zone from 0.1.44 to 0.1.45 in /src/rust (#7516)dependabot[bot]2022-08-161-2/+2
* remove ext_package so top_level.txt is accurate in wheel metadata (#7511)anthony sottile2022-08-151-1/+1
* use the correct way of detecting backend feature (#7509)Alex Gaynor2022-08-151-2/+3
* try `EVP_CIPHER_fetch` due to `EVP_get_cipherbyname` is deprecated in GetCiph...Weizheng Xu2022-08-151-1/+16
* KBKDF: add CounterLocation.MiddleFixed (#7489)Jean Paul Galea2022-08-151-6/+45
* Bump chrono from 0.4.21 to 0.4.22 in /src/rust (#7507)dependabot[bot]2022-08-142-5/+3
* Update to rust-asn1 0.11 (#7505)Alex Gaynor2022-08-1412-118/+175
* Bump BoringSSL version to 401137fec2fd855ceed7931f15a623d3cb18efdc (#7502)pyca-boringbot[bot]2022-08-131-4/+0
* Bump libc from 0.2.129 to 0.2.131 in /src/rust (#7500)dependabot[bot]2022-08-121-2/+2
* Remove uneeded Results (#7499)Alex Gaynor2022-08-115-38/+25
* Bump iana-time-zone from 0.1.42 to 0.1.44 in /src/rust (#7498)dependabot[bot]2022-08-111-13/+3
* remove old clippy allow, add new clippy allow (for rustc 1.63) (#7496)Alex Gaynor2022-08-111-0/+4
* Bump iana-time-zone from 0.1.41 to 0.1.42 in /src/rust (#7493)dependabot[bot]2022-08-101-2/+2
* Bump libc from 0.2.127 to 0.2.129 in /src/rust (#7492)dependabot[bot]2022-08-101-2/+2
* Bump chrono from 0.4.20 to 0.4.21 in /src/rust (#7490)dependabot[bot]2022-08-092-3/+42
* Bump ouroboros from 0.15.0 to 0.15.2 in /src/rust (#7487)dependabot[bot]2022-08-081-11/+4
* Bump chrono to 0.4.20 (#7482)Alex Gaynor2022-08-042-4/+83
* Bump unicode-ident from 1.0.2 to 1.0.3 in /src/rust (#7480)dependabot[bot]2022-08-041-2/+2
* Bump libc from 0.2.126 to 0.2.127 in /src/rust (#7479)dependabot[bot]2022-08-041-2/+2
* Bump syn from 1.0.98 to 1.0.99 in /src/rust (#7477)dependabot[bot]2022-08-031-2/+2
* Bump quote from 1.0.20 to 1.0.21 in /src/rust (#7476)dependabot[bot]2022-08-031-2/+2
* Bump proc-macro2 from 1.0.42 to 1.0.43 in /src/rust (#7475)dependabot[bot]2022-08-031-2/+2
* fixed two bindings that don't match our style guide (#7471)Alex Gaynor2022-08-021-2/+2
* Bump unindent from 0.1.9 to 0.1.10 in /src/rust (#7470)dependabot[bot]2022-08-021-2/+2
* document what about an UnvalidatedIA5String is unvalidated (#7453)Alex Gaynor2022-07-271-0/+3
* Bump redox_syscall from 0.2.15 to 0.2.16 in /src/rust (#7452)dependabot[bot]2022-07-271-2/+2
* Bump proc-macro2 from 1.0.41 to 1.0.42 in /src/rust (#7448)dependabot[bot]2022-07-261-2/+2
* Bump proc-macro2 from 1.0.40 to 1.0.41 in /src/rust (#7447)dependabot[bot]2022-07-251-2/+2
* Bump redox_syscall from 0.2.13 to 0.2.15 in /src/rust (#7446)dependabot[bot]2022-07-241-2/+2