aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-09Update ci.ymlreaperhulk-patch-2-1Paul Kehrer1-1/+1
2024-04-09Bump sigstore from 2.1.3 to 2.1.5 in /.github/requirements (#10774)dependabot[bot]1-3/+3
2024-04-09Bump x509-limbo and/or wycheproof in CI (#10776)pyca-boringbot[bot]1-4/+4
2024-04-09Bump BoringSSL and/or OpenSSL in CI (#10775)pyca-boringbot[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 execnet from 2.0.2 to 2.1.1 (#10767)dependabot[bot]1-1/+1
2024-04-08Bump jaraco-context from 5.1.0 to 5.3.0 in /.github/requirements (#10766)dependabot[bot]1-3/+7
2024-04-08Bump typing-extensions from 4.10.0 to 4.11.0 in /.github/requirements (#10765)dependabot[bot]1-3/+3
2024-04-08Bump cc from 1.0.90 to 1.0.91 in /src/rust (#10769)dependabot[bot]2-3/+3
2024-04-08Bump typing-extensions from 4.10.0 to 4.11.0 (#10768)dependabot[bot]1-1/+1
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
2024-04-05Convert some types usage to bound (#10750)Alex Gaynor2-15/+30
2024-04-05Resolve new clippy warnings (#10755)Alex Gaynor2-11/+29
2024-04-05Fix lifetimes for CSR attribtues with gil-refs disabled (#10752)Alex Gaynor1-5/+13
2024-04-06Bump BoringSSL and/or OpenSSL in CI (#10753)pyca-boringbot[bot]1-2/+2
2024-04-05Fix three more warnings in OCSP (#10746)Alex Gaynor1-4/+4
2024-04-05Fixed lifetime/scoping error with gil-refs disabled (#10747)Alex Gaynor1-21/+11
2024-04-05Migrate more `x509/extensions.rs` APIs to new pyo3 APIs (and other migrations...Facundo Tuesca10-73/+39
2024-04-05Misc oscp pyo3 migrations (#10748)Facundo Tuesca4-72/+77
2024-04-05Convert module-related code to new pyo3 APIs (#10745)Facundo Tuesca4-40/+57
2024-04-05Convert `src/x509/crl.rs` to new pyo3 APIs (#10744)Facundo Tuesca1-10/+16
2024-04-05Convert more sign functions to new pyo3 APIs (#10734)Alex Gaynor7-68/+90
2024-04-05Convert portions of `ocsp_resp.rs` to new pyo3 APIs (#10740)Alex Gaynor1-30/+58
2024-04-05Convert more module creation to new pyo3 APIs (#10742)Alex Gaynor6-30/+45
2024-04-05Convert more of `src/x509/ocsp_req.rs` to new pyo3 APIs (#10743)Facundo Tuesca1-9/+12
2024-04-05Convert more of `src/pkcs7.rs` to new pyo3 APIs (#10741)Facundo Tuesca2-19/+41
2024-04-05Convert more module creation to new pyo3 APIs (#10739)Alex Gaynor1-9/+18
2024-04-05Fix a compilation error without gil-refs (#10738)Alex Gaynor1-3/+3
2024-04-05Convert more datetime functions to new pyo3 APIs (#10737)Alex Gaynor6-45/+78
2024-04-05Start converting `src/x509/verify.rs` to new pyo3 APIs (#10736)Facundo Tuesca1-17/+18
2024-04-05Convert part of `crl.rs` to new pyo3 APIs (#10724)Alex Gaynor2-44/+74
2024-04-05Convert `src/backend/ed448.rs` to new pyo3 APIs (#10725)Alex Gaynor2-12/+16
2024-04-05Bump jaraco-context from 4.3.0 to 5.1.0 in /.github/requirements (#10731)dependabot[bot]1-3/+3
2024-04-05Remove gil-refs feature from cryptography-cffi (#10735)Alex Gaynor1-1/+1
2024-04-05Start converting `src/x509/csr.rs` to new pyo3 APIs (#10733)Facundo Tuesca1-28/+51
2024-04-05Convert `src/x509/common.rs` to new pyo3 APIs (#10732)Facundo Tuesca6-43/+47
2024-04-05Convert `src/backend/x25519.rs` to new pyo3 APIs (#10730)Facundo Tuesca2-18/+25
2024-04-05Finish conversion of `src/backend/rsa.rs` to new pyo3 APIs (#10729)Facundo Tuesca1-2/+2
2024-04-05Convert `src/backend/poly1305.rs` to new pyo3 APIs (#10728)Facundo Tuesca2-10/+14
2024-04-05Convert `src/backend/hmac.rs` to new pyo3 APIs (#10726)Facundo Tuesca2-10/+13