Skip to main content

Modern and flexible TLS for Python, built on BoringSSL

Project description

BSSL

Made in Ukraine license pypi python versions CI

Modern and flexible TLS for Python, built on BoringSSL

This project is an early attempt to implement the idea of PEP-748 in practice, with main goal is to provide a clean, extensible, and flexible alternative to Python’s built-in ssl module

Learning resources

Supported platforms

  • Linux (glibc/musl):

    • x86_64
    • x86 (i686)
    • aarch64
    • armv7
  • Windows:

    • x86_64
    • x86 (i686)
    • aarch64
  • macOS:

    • x86_64
    • aarch64 (Apple Silicon)

Installation

While project listed on PyPI it is in prerelease state, so consider allowing prereleases during installation:

pip install --pre bssl
poetry add --allow-prereleases bssl
uv add --prerelease if-necessary bssl  # optional as uv must allow prereleases by default for prerelease-only packages

Integrations and usage examples

See bssl-integrations repo.

Building

Package is built using maturin.

Refer to boring crate ci and BoringSSL build docs to build boring crate.

You can look at project ci build steps and 🐋 Docker image for musl cross-building to see how it is done.

Development

  1. Ensure build dependencies from above are installed
  2. Create and activate a Python virtual environment by your choice
  3. Install project in editable mode with:
    maturin develop
    

For example, on Windows you may need Perl, CMake, and LLVM.

Credits

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bssl-1.0.0a0.tar.gz (27.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

bssl-1.0.0a0-cp314-cp314t-win_arm64.whl (1.6 MB view details)

Uploaded CPython 3.14tWindows ARM64

bssl-1.0.0a0-cp314-cp314t-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.14tWindows x86-64

bssl-1.0.0a0-cp314-cp314t-win32.whl (1.6 MB view details)

Uploaded CPython 3.14tWindows x86

bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ x86-64

bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_i686.whl (1.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ i686

bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARMv7l

bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

bssl-1.0.0a0-cp314-cp314t-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

bssl-1.0.0a0-cp314-cp314t-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

bssl-1.0.0a0-cp314-cp314-win_arm64.whl (1.6 MB view details)

Uploaded CPython 3.14Windows ARM64

bssl-1.0.0a0-cp314-cp314-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.14Windows x86-64

bssl-1.0.0a0-cp314-cp314-win32.whl (1.6 MB view details)

Uploaded CPython 3.14Windows x86

bssl-1.0.0a0-cp314-cp314-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

bssl-1.0.0a0-cp314-cp314-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

bssl-1.0.0a0-cp314-cp314-musllinux_1_2_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

bssl-1.0.0a0-cp314-cp314-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

bssl-1.0.0a0-cp314-cp314-manylinux_2_34_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

bssl-1.0.0a0-cp314-cp314-manylinux_2_34_i686.whl (1.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ i686

bssl-1.0.0a0-cp314-cp314-manylinux_2_34_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARMv7l

bssl-1.0.0a0-cp314-cp314-manylinux_2_34_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

bssl-1.0.0a0-cp314-cp314-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

bssl-1.0.0a0-cp314-cp314-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

bssl-1.0.0a0-cp313-cp313t-win_arm64.whl (1.6 MB view details)

Uploaded CPython 3.13tWindows ARM64

bssl-1.0.0a0-cp313-cp313t-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.13tWindows x86-64

bssl-1.0.0a0-cp313-cp313t-win32.whl (1.6 MB view details)

Uploaded CPython 3.13tWindows x86

bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ x86-64

bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_i686.whl (1.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ i686

bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARMv7l

bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

bssl-1.0.0a0-cp313-cp313t-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

bssl-1.0.0a0-cp313-cp313t-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

bssl-1.0.0a0-cp313-cp313-win_arm64.whl (1.6 MB view details)

Uploaded CPython 3.13Windows ARM64

bssl-1.0.0a0-cp313-cp313-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.13Windows x86-64

bssl-1.0.0a0-cp313-cp313-win32.whl (1.6 MB view details)

Uploaded CPython 3.13Windows x86

bssl-1.0.0a0-cp313-cp313-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

bssl-1.0.0a0-cp313-cp313-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

bssl-1.0.0a0-cp313-cp313-musllinux_1_2_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

bssl-1.0.0a0-cp313-cp313-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

bssl-1.0.0a0-cp313-cp313-manylinux_2_34_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

bssl-1.0.0a0-cp313-cp313-manylinux_2_34_i686.whl (1.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ i686

bssl-1.0.0a0-cp313-cp313-manylinux_2_34_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARMv7l

bssl-1.0.0a0-cp313-cp313-manylinux_2_34_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

bssl-1.0.0a0-cp313-cp313-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

bssl-1.0.0a0-cp313-cp313-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

bssl-1.0.0a0-cp312-cp312-win_arm64.whl (1.6 MB view details)

Uploaded CPython 3.12Windows ARM64

bssl-1.0.0a0-cp312-cp312-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.12Windows x86-64

bssl-1.0.0a0-cp312-cp312-win32.whl (1.6 MB view details)

Uploaded CPython 3.12Windows x86

bssl-1.0.0a0-cp312-cp312-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

bssl-1.0.0a0-cp312-cp312-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

bssl-1.0.0a0-cp312-cp312-musllinux_1_2_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

bssl-1.0.0a0-cp312-cp312-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

bssl-1.0.0a0-cp312-cp312-manylinux_2_34_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

bssl-1.0.0a0-cp312-cp312-manylinux_2_34_i686.whl (1.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ i686

bssl-1.0.0a0-cp312-cp312-manylinux_2_34_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARMv7l

bssl-1.0.0a0-cp312-cp312-manylinux_2_34_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

bssl-1.0.0a0-cp312-cp312-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

bssl-1.0.0a0-cp312-cp312-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

File details

Details for the file bssl-1.0.0a0.tar.gz.

File metadata

  • Download URL: bssl-1.0.0a0.tar.gz
  • Upload date:
  • Size: 27.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bssl-1.0.0a0.tar.gz
Algorithm Hash digest
SHA256 80a9a53a89ae66cf3f836e15dbfcab554c93b70eda1b9302b3cf930b188a6de4
MD5 278a6caa53f0d7fc39a5812e76282d4a
BLAKE2b-256 7d786d4dfab27322554eaaf964ad47f5be10a61862cf96e1879827789a41bfdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0.tar.gz:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: bssl-1.0.0a0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 fe8fce068ad132484c75a8928e05e52e492c46850e15e7b137cfd1fc62ff764a
MD5 732b3db8aff9a915481aa8f6c137f088
BLAKE2b-256 8bcc49542092c379d5e834f99aba2bcf9fade4c58da22e8906e9d6c59012e75b

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314t-win_arm64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: bssl-1.0.0a0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 e4235302784db7e93f1c9602e01d246d448af65ba9941544841ade0b0808872e
MD5 622a3b0b409518d405d1ca2b87947fe4
BLAKE2b-256 dbbddae2370401d51bfbb6d3a00f35df524cf8e71f43849877293bcbe377a187

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314t-win_amd64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: bssl-1.0.0a0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 0e2a2f61b1b618741b72bc7973278a7335ebae5c42fc1392afda383b1193d712
MD5 0729cb6e3a8ef2528483ce58df61b4b6
BLAKE2b-256 956f80c4866ea0c4a7f1da410db6e5d61ac2095057043ce0f26d3ba7dd5ab16c

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314t-win32.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c4454388c73b3faa30d3617c40f3a400c7e73b69cc3d6f88d1a926e4045ac467
MD5 36355700f732955b9bff85f21c1d82b3
BLAKE2b-256 d7c67b606b2a458d38a821733c0704d1b3456a6a41b128e65c3efb0e48317e26

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bc478c0534cf69fd518b61306a38aab39ac56b467f3bfdd2ae938b641d277c0c
MD5 fd65714fea037acd1c0d8f8c78137c1b
BLAKE2b-256 bd3af486d2bcdd0e2602c696e2c958b56b17ed3b08a93d6979d020112a63721b

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_i686.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 04df207cbd89f1ac2233781e8e62148ce5fbd2b485b9d137382b0f201fbd8aa0
MD5 61766fc627528145567936c0afbb74e4
BLAKE2b-256 e8b9d90842ff0ff5b8913e06e03ca594f0a3bc536e8e5374e295812083e3ddc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_armv7l.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 80dea5a0681d3b35956aa8d24131a06d2c71727f9e3a79726df63b770a4e791f
MD5 8caa011478724a314c77ef06d3bb2820
BLAKE2b-256 69fce66d16f14bba2308a69785853d65051aa03db1d1cc1a4d44f22a8ef4e788

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 d5b7b26ce46b405fbcde91c2a732df2939750d7e1c780be4c41d9b6e2554d373
MD5 9d63b4e185bbcadb2fbc6091b028a718
BLAKE2b-256 1bf401beafb42e91875fd81ee90da0a9105ee313c01d99760f9dfe2ab3be9316

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_x86_64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 9a2de4e5f858dc1e79478112d2e044f75c41bde7e5e27c2255770cc8d66e5936
MD5 17391563f4dfe7a9998ea5456d3996c0
BLAKE2b-256 585ef809f6648ae098972753affb21517ecb075a268149a9ab0b5bbfc6bdb97c

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_i686.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_armv7l.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_armv7l.whl
Algorithm Hash digest
SHA256 8995611da3b1d58e18aed456bbbf098bc4d237cad3d0117fa62246abb1a794b3
MD5 2615ecf8566d03a7f3fd48311518d0f2
BLAKE2b-256 cf5150c6a1779fd41134ce8c1c67e3f9bc0b3a5c5639916e68cd7a5316428ce7

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_armv7l.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 4383a2f91686d3c2703e92425d6348dc0b2b763adc5f9c94ab9ada9a6ad3c2fa
MD5 4fee94b4c5fa31d7dd048df5ee6a7e6a
BLAKE2b-256 c12a2a04f695ef3c977978deacb8a013d62526df8701146ed3eb1c78b957f3b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_aarch64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a48ef9bcdffdf6cdd5a5a0baebdad01dcd57e19d62f3d2203070725e1440ad58
MD5 bce8adfa68e96dc203d93373dfaa105f
BLAKE2b-256 772f72d6c3eb56490e2293836dd5feed96afd43b655ce2fc80630195bf2daa91

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5607e87cb9cb558830a9ae7d95e75580e10ab1a85b385cf3f3814211ef6caea7
MD5 4128a15346438e77e234b7bf2822f1bb
BLAKE2b-256 0f8478be775c3f9c1fcf1678774ba2f1486b592dae710f040ed5b142e71e0093

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314t-macosx_10_12_x86_64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: bssl-1.0.0a0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 64cfc98c4e4e377ed47fac347a395c2b899f6700f85f3374e9e311e027d0722c
MD5 9755ff1589ce2671f372e9cab9062813
BLAKE2b-256 daf870f776fc7ba591a69915884a5ca7ddf6e3eff7d4a7cf5e09b3c08237f156

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314-win_arm64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: bssl-1.0.0a0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 93f8743c870158a0e4de7ecb24c5e992d4f6e0784fe95d2771b1366a227683d4
MD5 f663615574481359f9690db1b56cc920
BLAKE2b-256 63f094c69370aa9761a20bb1b7a53d2431f0d7ebcc9625b7217d91bbd7aeca93

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314-win_amd64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314-win32.whl.

File metadata

  • Download URL: bssl-1.0.0a0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 c99dba6e3c8653bc8df0853d39f37d68cbb3e19ece6a81cb6ea420bbd757ab1e
MD5 9a4b1e2efac2397a3b50622448d98348
BLAKE2b-256 6fd91064883469af8341ef6748a91f5bab5ddfc395a34306a766f813abacb0bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314-win32.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1b65dd8adc029797fcad1da2ca922e01905babcdc75593892bcf9796cab4f06f
MD5 f53c5cdb5ff87336fa50e8bcf7cb87af
BLAKE2b-256 f9a31237ea85c984ebe954ac1d60dbf9572bbedcad9e9189653fbfe34b91dbe2

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f0cb2bf6155e84cddd579b44f4a8b9b6f927430691a1abea0d24de9eb13c112e
MD5 cf72d4b75569a1b0cbdadf96d133175e
BLAKE2b-256 7c7e2cd5e6bbabb63b521950e4ea7a0f0d48be291bdd1ae5037df04cc7d2ac40

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314-musllinux_1_2_i686.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3e4a200085e2e73a4d06549b3d646b6581c7ab44db33bce9fd83f278b7baf210
MD5 abf881671a73a1f55de2d31ed217218c
BLAKE2b-256 a0276b96362bddebb6be14e04a5505fc294a1f632b8b13ec818ab48d426897a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314-musllinux_1_2_armv7l.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6b1f3ad26d2057c253f53b7690810f265ee5cef8820d4e5fa705fd336d9e6b29
MD5 4509f3b005641bd76ac28d86c59a32df
BLAKE2b-256 57f815c4868b7451449036325856183790768b2b762ccfd7eb845e051a03f3be

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 1b17a3fc075ad9017c5d99d0dd402d89fed08a6e2bc607c4391efc603ec10054
MD5 57e6981fd615a3c4c539f17d97542432
BLAKE2b-256 05978c8bdf949418cca07d70d7e8a56bf10ecef3abd64608eac58703f272c698

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314-manylinux_2_34_x86_64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 0d369d865c72dfa9c36f3d27167ac1bfa32b8655d7c374a9e8c4c289addee2e5
MD5 b5a8734c4c297c110a697bdaee7e7c55
BLAKE2b-256 3f6c89b05fe2704872167c07511c3dee2129cc19e791fff7e847a665bb89732f

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314-manylinux_2_34_i686.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314-manylinux_2_34_armv7l.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314-manylinux_2_34_armv7l.whl
Algorithm Hash digest
SHA256 8b60616a2980dead5d29ed0fb8e236bf3765a21d731976d2425793c0a6577cde
MD5 70fe72de850cd280e57f4def99912f93
BLAKE2b-256 b049c5f3c51a373911321578738ea80edb876edb0d714fb0011d9119dd3be95f

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314-manylinux_2_34_armv7l.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 a5a8d2b377ef9c9b566c91485d15073f5a36db619e271397bc380364ad08ea00
MD5 1cf94eacb7b2be43d7d4bb92669f0155
BLAKE2b-256 66c8a0051a1edbf35e102d8727dad8d102f614b85c238c45dcc357467aa75426

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314-manylinux_2_34_aarch64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 71ddec6df6dba4ea3bd0a00f02f6c939438b20913c0258ee2fa8b0d015234a4e
MD5 b37f90171a6eb059833930dbe3498691
BLAKE2b-256 d072ea26f48349b20917bf61e801c5e779151b547d957287ad22774010bcea4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2c3aeae01440b51b392c0f270f17dc040aa550869f07bab231d549d9b80e892a
MD5 c59782b2d2a7838975a47ecbbaf7ef8a
BLAKE2b-256 e1de1927b71b37b5d43ed73a4ac954924b6e2e3391ec984fb3bafd3ea87b6c52

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313t-win_arm64.whl.

File metadata

  • Download URL: bssl-1.0.0a0-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.13t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 a7d90aec662f9a01b6604998b54d8c941b94b31833b2465167bb15a969cdd635
MD5 e866b47dc5a7fb94c9f8d4162d60433b
BLAKE2b-256 207da7f21b723c2c301d41fe0b7f0eb55357c03e5fe24edd3644526863e7cfa5

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313t-win_arm64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: bssl-1.0.0a0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 f0bd7df332576cc6252f86756a9132afab911b1feb77be2b9e164223483f432a
MD5 b7e9f45aa438e25841fd9f132f991b40
BLAKE2b-256 48d1ab11b6417cf5e6464b4b587d8b7ba8c93422260c3f036c40b396cf431276

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313t-win_amd64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313t-win32.whl.

File metadata

  • Download URL: bssl-1.0.0a0-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 177bff4a9b12f537e730e2e1a0e2e853186f30af81a117c15009ed4af36adf98
MD5 29b41a19fdc893272f51069f71656377
BLAKE2b-256 0cfac7a1befc0021d4630b1d837bf5c9ca462bcb3ecc40635302a5173d5e55aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313t-win32.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b13fa0dda02cbded80a6c0fb1fe20eb1a3f0ff483c07bf6044870e62d7ff10bd
MD5 0e595bac5fd555d66861f17f5f33936c
BLAKE2b-256 2c81159e24841a9bd8696abb214ae32f700a505a4949105cdd25376b55753e50

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 347332d6c7318a38ad7f712d1563d9a305b06eabb6668b1564a6998ffcad81e9
MD5 c99ea0f044234d326a828f0a0bd18dae
BLAKE2b-256 c7694f71c8d2d79d7bd89dbd8f9e7718e0570c08a08d7995e333506aca4a9260

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_i686.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 28ee8dfa521549b1dd1417d98cbf10609de4893eb58733568812ddf38801961a
MD5 1e1eb29c4da2b0b9cbc8abcca5fe885c
BLAKE2b-256 5960e9a98a9a5c4ef5062206767de13013222373e2c21537dcad2152bf393fe8

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_armv7l.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 301d2bba064a5bef34a7d7c52593ff8e0a9bd04ed4a7b4858a4bd98b3b60e705
MD5 57808f6c23913971af542904abb94e18
BLAKE2b-256 a0691a53a344cf42ac6d6b77846005947f9960c5adb9b7b75f0ffc8f146a8462

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 848b9c9d1095160e322c5674a4f831766e200676408128038e8fd97edbf58be0
MD5 95fd34a068942d0e40f78225b8fff655
BLAKE2b-256 2bbac96d62d380cca0dd2c2a6fff182ecac6228dc643057b790e9b34298cf69f

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_x86_64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 a24cf3b59dfe5a9f50c4a94468938e5c7eb2b4602b8eeac2672cf11f0341a461
MD5 f371548e935f8b9a88331f1fbc0195ff
BLAKE2b-256 8304667ca8cdd47f4bac18a17e9cbfa13a325c72ee865bbd4936954917706220

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_i686.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_armv7l.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_armv7l.whl
Algorithm Hash digest
SHA256 d33c721d2f1ccb9c847854a45a587ce878aac55e31f95c93f9fb5d22dc9ffac7
MD5 99049880dcff44486c6b249f59251516
BLAKE2b-256 a6c12b8fa3791377c65ceeceb577eacf480b583a170b8e9f647a5c051168d641

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_armv7l.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 ae21764e29f9a0a5e6e72187db9767843e8ac3b9a2fa70777022456f900e4c21
MD5 032174d59a2a3a3bbea0d09af6a81d6d
BLAKE2b-256 9894b2e4b2980d6d67580cd6c2824f9f83cb9faaef708701340c5a94ea850567

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_aarch64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e3a102e0909ccaae3c13413e1496a7c55f38665bf2229aaeee3c8d335590d70e
MD5 e8f59fb3d9f3cd47d893cdb17371166a
BLAKE2b-256 32e9677578aea9393a3213897e6c04b8f7982096689a51d4906b99f4e2b236d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a00701bf6cf7eef8286340aa4cc564c1c3b7c36c72a3941f589ac82baa52a485
MD5 d9d4a1b2003ccc6e633b08e4d9e67a02
BLAKE2b-256 2d11b60e06aaca6b363025a1f3f99c1eabca475b465fedd53c2c3f896be7abfe

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313t-macosx_10_12_x86_64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: bssl-1.0.0a0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 093db08f174ee53c75f1f1db6a48f0baf751885ecc973de7fe6ebd6273486b82
MD5 5e9db4f25ace8339e9c38e0783e25f58
BLAKE2b-256 0ff6109e24384d636669444b4a5e82b704daf90738624b4c8ab07a9336df39b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313-win_arm64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: bssl-1.0.0a0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9a717795e7a4021451d80b956099a0350869c9ce305ffb0371233087cc8c983f
MD5 6154322e741a8745ecb0f131f74065c9
BLAKE2b-256 fc60b37427cbac26d5b599c77fa0149fccf047f1ec07553e0803d5d1a03d7acd

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313-win_amd64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313-win32.whl.

File metadata

  • Download URL: bssl-1.0.0a0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 0252cf5f8819f4fab443858dd74f6c0510f3c024c1b4e4e59297c36013f486b4
MD5 c4ad5cad496580bad12ae2f9b9219320
BLAKE2b-256 61021d1811d2bf9351d979092228c0810fe12ca48ad13e3b27981a61604fd995

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313-win32.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f05b2d6206f29541ad0cefb04f6fb9ff59836a7f17171ce030f8f588dd312257
MD5 935a3b81fd5470ffd9136a87475c0411
BLAKE2b-256 ba537d6d32861bcdbb67f611c6d33617858b7bacdca6f575883e921fa00da9b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c685df68b216930236c84ce6f35b74019df1481aec7dbddbc3597002a209fed1
MD5 7b4ebfc6d75cecdf73919f0e72ad53e5
BLAKE2b-256 00274ebb423f78d8640cc529dd0d2a3fbc2c5e3576129fd9c5e31be9b89a4bd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 eec320fa456f10b103d1d5d6c067dd9a9916a5b8cb5c045241d14fe443357529
MD5 17e15ffd4290d8a67e83d9c79f60198f
BLAKE2b-256 25bf348558cb53805853a91fb55cb9251ecdda26fd06562c838bce744e31fbf8

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 55fbeb752e18c5b70a40a5a2b276208e303664b3fee6222b3e58c7d4dea59950
MD5 adf5e301c289a565a87075978380e4ba
BLAKE2b-256 d1dcc4b5859962a989f5995ed0e847179c6b2cc269b01374f71c785629d1fb68

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 ddc8b37509bced83cbf6c84d4d223325b9a5c2554d8ff2b78b6f220d689698e0
MD5 bb1c74f7c7276a5affbbbdb2a1ca67d5
BLAKE2b-256 085d12cf65fda2b8834983a67d266e3ce6fc126d0bb1983113080e2dfa226ae6

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313-manylinux_2_34_x86_64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 9470427e3be4fb913064b21e698e969eaf25e15456d16b069ea44f71f33c5a0d
MD5 18c2ad122e631ba2707cbcc6ff9e359d
BLAKE2b-256 84d800dff2e4df9a0f9b1452515d77e100799e1a880ca057cf95e7f0c255d28c

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313-manylinux_2_34_i686.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313-manylinux_2_34_armv7l.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313-manylinux_2_34_armv7l.whl
Algorithm Hash digest
SHA256 4c17da005e328f11a36cedd116a249b9666470e35a7a6ee679127d2c69cb1f14
MD5 a385657e8b125e6b4a98814383cf8172
BLAKE2b-256 38a2b6563a54c117ed960bd28ed39be2dd1a2b08edfb8d6ed6bc7e9e3b0b6b58

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313-manylinux_2_34_armv7l.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 70f3c43cb5a286831b3bdeb60e437134b7a5c99a1defb997210f4fa4eef68873
MD5 3b272e9447ee0bc3c3807a09c4035ed5
BLAKE2b-256 736e5f425d636ca6b586cbd8b5878d5a196d9586a5919c1870a50df842001afd

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313-manylinux_2_34_aarch64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 10060750bba8230eed1cd9568389f47cdf3d5812e33af7484057c847d963b836
MD5 13d11edf2084701d0f3ecafe0438d7d9
BLAKE2b-256 952f81aa4aa3c3afc1a71ca674cebcea275e80466d607f0a99b50666984235c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e01dd16d438ae1b589230afe424c76ca444ff88bbb974524f5d21fcf60ad85e4
MD5 df944847840ff4c6d6da9897c92f8fac
BLAKE2b-256 5316fa2d0ed6152c9ea6d4b87cd3903be6cbba2102eea9c938aed3a3910ae652

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: bssl-1.0.0a0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bssl-1.0.0a0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 682f99d997b20ed96ad7c6d8f5b1dc3f85ba583c44c54cada513f104b42dc037
MD5 a2d60cdcbde313ad2a5d9fdf54951cb9
BLAKE2b-256 0071021a2014524099e84ea86047d027677fa36bd098725217702c04d5af11d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp312-cp312-win_arm64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: bssl-1.0.0a0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bssl-1.0.0a0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 eb238b82c8d30a91044a6b678def9a435f9d43786d139bf8b7a1cb53ce164c3f
MD5 554101984b6f6bf183138ba3fcb20dd5
BLAKE2b-256 04c843e281ae4ae844ae3dda191c3886b1da749266f9a096aee50e95e02fd5bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp312-cp312-win_amd64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp312-cp312-win32.whl.

File metadata

  • Download URL: bssl-1.0.0a0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bssl-1.0.0a0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 4885044b4d693791306725b40cb1871dc217b4494872fedac7b8252d8c98ef42
MD5 b8ec67ad03f9cbaad4c49534ab8e5843
BLAKE2b-256 6d016552df178a4db11623852654ceaa49f6d3e19b534f1e331ff028d58c82b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp312-cp312-win32.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c6d07c55e2ead4ad8f2af1fd04ddb529ca3ba0f1c0022719ff33378a04484fb8
MD5 d15014de77787489ca4766c9d91f2cc6
BLAKE2b-256 791726f630e88beb3c02bccfb7d2289f7ef79540a47d3c9050002218cf055c72

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 307ab579728347f85ce3cd1a6185bb65b936c4ef9f4acb2732c6c9dfec396aa5
MD5 74cd76e44a60af99f32d806dc3563881
BLAKE2b-256 0dcf3ebf5ea892766d943c2897dc0387dc5e1f53479ac2fe6460197f2d244667

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9f632ca75b97398717ef77848525133dfd6e4019964c75c0a5fbeef4113c89e5
MD5 7fccff5ea0e87b0757fba7e22599e841
BLAKE2b-256 3f53206f6e4bd3682c6b2060b437081987880be0dc4728c2bf4b5766b7ab1c92

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f58446cae9b90a731021af19a92e5e39d618d4f619af3cf55f3e254ad4b1456e
MD5 5bea095ee052fcba68f992e3691dbf9d
BLAKE2b-256 e02f2e4e46b73bc0d55bc9ea62163987257ea7aa7eba81c37fc82b2c672a0b9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 b9887cd72328c510edc653b55bb658ab843a12005ce86c4c2d3003b8cda45c73
MD5 6ff6f7906632d1655e0754ac8e725cca
BLAKE2b-256 00b153d498a098ed3ddbc263ca433b026ca1706063ba47741322aaf2eb98b6cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp312-cp312-manylinux_2_34_x86_64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp312-cp312-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp312-cp312-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 7e1974f3d5e8fa4880422192f3786392c294063e15c22df78ef6cfd8b416503e
MD5 05962da27ac2124dd0d02a0568cec9bd
BLAKE2b-256 e9fec3c4612f381c101884b29922d0aab75c2269cf27811d6b879919f90c70c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp312-cp312-manylinux_2_34_i686.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp312-cp312-manylinux_2_34_armv7l.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp312-cp312-manylinux_2_34_armv7l.whl
Algorithm Hash digest
SHA256 dfba972c037dc96996ffbb8406ac34287cf99213cf6387339e91cf949e0c326a
MD5 4dec2228e8b4ef9fb9ba2f38e1b98701
BLAKE2b-256 9e4ddcc7b018bfbdfd4fb0ea26608188084778d2e7000dbfa860620402b2ab49

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp312-cp312-manylinux_2_34_armv7l.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp312-cp312-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 0173ac64f746817b5f2d21cb8de506a22b2c2c890f1b3db698fabd3f03919da4
MD5 01bd1f89408ec8ae7f690147a9ad74b3
BLAKE2b-256 e1587ef3cf89be5ea026c30c02ece0e0ad1810d1e93f5fb25e8e990592767178

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp312-cp312-manylinux_2_34_aarch64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f2f40cca157e7e736d809661742638ba01a7ab2b424fe83974e715b10bdc0ec
MD5 03f0b2f03797c071bbf19260b1dea2bb
BLAKE2b-256 05f2cb482e134f81629c602021cb66a772964f6a61dd954b60e5c8a936765f32

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bssl-1.0.0a0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for bssl-1.0.0a0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0e822be3b53a48f6a7fcf120cc580149495a859c95c7fa82fb25bed0a817ed78
MD5 8bf0b80775a4a2a12a4dac719dcd46ba
BLAKE2b-256 734cd604e869caa5cb2aaf49693ea9fd5809fc753de1b5a01dd496e4df75cbf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for bssl-1.0.0a0-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: ci.yml on somespecialone/bssl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page