aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-05-01Ensure curves are supported in determinisic ECDSA tests (#10917)Alex Gaynor1-10/+2
2024-05-01Bump base64 from 0.22.0 to 0.22.1 in /src/rust (#10914)dependabot[bot]1-2/+2
2024-04-30Fixes for ruff in preview mode (#10912)Alex Gaynor11-114/+114
2024-04-29Bump libc from 0.2.153 to 0.2.154 in /src/rust (#10907)dependabot[bot]1-2/+2
2024-04-28Begin migrating PKCS#12 serialization to Rust (#10616)Alex Gaynor7-23/+216
2024-04-26Bump bitflags from 2.4.2 to 2.5.0 in /src/rust (#10898)dependabot[bot]1-2/+2
2024-04-25Bump lock_api from 0.4.11 to 0.4.12 in /src/rust (#10894)dependabot[bot]1-2/+2
2024-04-26Bump parking_lot_core from 0.9.9 to 0.9.10 in /src/rust (#10896)dependabot[bot]1-28/+29
2024-04-26Bump parking_lot from 0.12.1 to 0.12.2 in /src/rust (#10893)dependabot[bot]1-2/+2
2024-04-25Handle errors on failing to import cffi module properly (#10890)Alex Gaynor1-1/+1
2024-04-21Add timezone-aware API variant for `x509.InvalidityDate.invalidity_date` (#10...Facundo Tuesca2-1/+8
2024-04-20Bump cc from 1.0.94 to 1.0.95 in /src/rust (#10861)dependabot[bot]2-3/+3
2024-04-17Bump syn from 2.0.59 to 2.0.60 in /src/rust (#10843)dependabot[bot]1-2/+2
2024-04-17Bump proc-macro2 from 1.0.80 to 1.0.81 in /src/rust (#10840)dependabot[bot]1-2/+2
2024-04-16Bump pyo3 from 0.21.1 to 0.21.2 in /src/rust (#10827)dependabot[bot]4-13/+13
2024-04-16Bump syn from 2.0.58 to 2.0.59 in /src/rust (#10825)dependabot[bot]1-2/+2
2024-04-15Consistently use `wrap_pyfunction_bound` (#10821)Alex Gaynor3-8/+11
2024-04-15Finish removal of `gil-refs` feature from pyo3 (#10812)Alex Gaynor3-33/+54
2024-04-15Fix things for the removal of `gil-refs` on Python <3.10 (#10820)Alex Gaynor7-13/+16
2024-04-15Remove the final call to `into_gil_ref` (#10819)Alex Gaynor4-17/+39
2024-04-15Remove one call to `into_gil_ref` (#10816)Alex Gaynor4-25/+26
2024-04-15Bump proc-macro2 from 1.0.79 to 1.0.80 in /src/rust (#10815)dependabot[bot]1-2/+2
2024-04-14Fixed two lifetime errors in `common.rs` with `gil-refs` disabled (#10807)Alex Gaynor6-46/+69
2024-04-14Fixed two lifetime errors in `common.rs` with `gil-refs` disabled (#10811)Alex Gaynor6-8/+31
2024-04-13Fix lifetime errors in `extensions.rs` and `sign.rs` with `gil-refs` disabled...Facundo Tuesca8-20/+31
2024-04-13Fix lifetime errors in `asn1.rs` with `gil-refs` disabled (#10778)Facundo Tuesca8-12/+31
2024-04-13Bump cc from 1.0.92 to 1.0.94 in /src/rust (#10809)dependabot[bot]2-3/+3
2024-04-12Fix lifetime error in `oid.rs` with `gil-refs` disabled (#10804)Alex Gaynor1-2/+2
2024-04-12Rename `get_bound` back to `get` (#10803)Alex Gaynor25-370/+304
2024-04-12Finish converting all `get()` calls to `get_bound()` (#10802)Alex Gaynor12-80/+89
2024-04-12Introduce a keepalive abstraction (#10764)Alex Gaynor5-10/+65
2024-04-12Remove all remaining uses of `as_borrowed()` (#10801)Alex Gaynor12-110/+52
2024-04-12Cleanup remaining `&pyo3::PyAny` refs (#10800)Alex Gaynor6-33/+42
2024-04-11Cleanup almost all remaining `&pyo3::PyAny` refs (#10796)Alex Gaynor7-44/+56
2024-04-11Cleanup a few uses of `as_borrowed` (#10794)Alex Gaynor2-39/+32
2024-04-11Cleanup a few uses of `into_gil_refs` (#10793)Alex Gaynor4-12/+10
2024-04-10Bump quote from 1.0.35 to 1.0.36 in /src/rust (#10786)dependabot[bot]1-2/+2
2024-04-08Bump cc from 1.0.91 to 1.0.92 in /src/rust (#10773)dependabot[bot]2-3/+3
2024-04-08Bump pem from 3.0.3 to 3.0.4 in /src/rust (#10772)dependabot[bot]1-4/+4
2024-04-08Bump cc from 1.0.90 to 1.0.91 in /src/rust (#10769)dependabot[bot]2-3/+3
2024-04-07Simplify OCSP response generating code (#10763)Alex Gaynor1-147/+149
2024-04-06Fixed lifetime error in `hashes.rs` with `gil-refs` disabled (#10759)Alex Gaynor1-2/+2
2024-04-06Fixed two lifetime errors in `extensions.rs` with `gil-refs` disabled (#10762)Alex Gaynor1-4/+4
2024-04-06Fixed lifetime errors in `utils.rs` with `gil-refs` disabled (#10761)Alex Gaynor1-6/+8
2024-04-06Fixed lifetime errors in `certificate.rs` with `gil-refs` disabled (#10760)Alex Gaynor1-3/+3
2024-04-06Convert `src/types.rs` to new pyo3 APIs (#10754)Alex Gaynor1-2/+4
2024-04-06Fixed lifetime error in `pkcs12.rs` with `gil-refs` disabled (#10758)Alex Gaynor1-1/+5
2024-04-06Fixed lifetime errors in `ec.rs` with `gil-refs` disabled (#10757)Alex Gaynor1-5/+5
2024-04-06Fixed lifetime error in `csr.rs` with `gil-refs` disabled (#10756)Alex Gaynor1-2/+2
2024-04-05Fix lifetimes for PKCS#7 digests with gil-refs disabled (#10751)Alex Gaynor1-10/+15