Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/fetch-vectors/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ runs:
with:
repository: "C2SP/wycheproof"
path: "wycheproof"
# Latest commit on the wycheproof main branch, as of Aug 19, 2025.
ref: "c0ee7623024862b6441b60b0ca241019a519ba33" # wycheproof-ref
# Latest commit on the wycheproof main branch, as of Aug 20, 2025.
ref: "9c25998dc8c66d2ffa976895183b424bf435f9ec" # wycheproof-ref

- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
- {VERSION: "3.13", NOXSESSION: "tests-ssh", OPENSSL: {TYPE: "openssl", VERSION: "3.5.2"}}
- {VERSION: "3.13", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "4.0.0"}}
- {VERSION: "3.13", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "4.1.0"}}
# Latest commit on the BoringSSL main branch, as of Aug 19, 2025.
- {VERSION: "3.13", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "729648fb79df7bc46c145e49b0dfd8d2a24232f1"}}
# Latest commit on the BoringSSL main branch, as of Aug 20, 2025.
- {VERSION: "3.13", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "908bdb84c52b18bce9356a5631eb6264fd2c8093"}}
# Latest tag of AWS-LC main branch, as of Aug 14, 2025.
- {VERSION: "3.13", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "aws-lc", VERSION: "v1.58.1"}}
# Latest commit on the OpenSSL master branch, as of Aug 19, 2025.
- {VERSION: "3.13", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "a71b4fae432796a49c3b9d32ae29354b23809c1f"}}
# Latest commit on the OpenSSL master branch, as of Aug 20, 2025.
- {VERSION: "3.13", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "257ac1279877f05a997c76f58fc0c7af08e02718"}}
# Builds with various Rust versions. Includes MSRV and next
# potential future MSRV.
# - 1.77: offset_of! in std (for pyo3), c"str" literals (replace cstr_from_literal)
Expand Down
Loading