https://github.com/alexcrichton/openssl-src-rs
Last synced: 1 day ago
Repository metadata:
Source code and logic to build OpenSSL from source
- Host: GitHub
- URL: https://github.com/alexcrichton/openssl-src-rs
- Owner: alexcrichton
- License: apache-2.0
- Created: 2017-08-19T00:00:25.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T18:00:01.000Z (21 days ago)
- Last Synced: 2024-11-08T16:17:44.348Z (4 days ago)
- Language: Rust
- Size: 4.83 MB
- Stars: 69
- Watchers: 12
- Forks: 114
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Owner metadata:
- Name: Alex Crichton
- Login: alexcrichton
- Email:
- Kind: user
- Description:
- Website:
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/64996?v=4
- Repositories: 430
- Last Synced at: 2023-04-09T06:51:41.600Z
- Profile URL: https://github.com/alexcrichton
- Sponsor URL:
Committers metadata
Last synced: 2 days ago
Total Commits: 244
Total Committers: 78
Avg Commits per committer: 3.128
Development Distribution Score (DDS): 0.525
Commits in past year: 24
Committers in past year: 16
Avg Commits per committer in past year: 1.5
Development Distribution Score (DDS) in past year: 0.833
Name | Commits | |
---|---|---|
Alex Crichton | a****x@a****m | 116 |
Alexis Mousset | a****t@r****o | 17 |
Steven Fackler | s****r@g****m | 13 |
Steven Fackler | s****r@p****m | 5 |
Pierre Krieger | p****8@g****m | 4 |
arrtchiu | a****u@g****m | 4 |
hev | w****i@l****n | 4 |
messense | m****e@i****m | 4 |
Jedzia | j****9@g****e | 3 |
Eric Huss | e****c@h****g | 3 |
Tobias Kortkamp | t6 | 2 |
Nick Thomas | l****e | 2 |
Kane | K****n | 2 |
Ranger | 3****9 | 1 |
Kirill Radzikhovskyy | k****y@g****m | 1 |
Joshua M. Clulow | j****h@s****g | 1 |
Josh Matthews | j****h@j****t | 1 |
Jon Gjengset | j****e@a****m | 1 |
Jon Gjengset | j****n@t****m | 1 |
Jan Strohbeck | j****n@s****t | 1 |
James McMurray | j****3@g****m | 1 |
Julian Wollersberger | 2****r | 1 |
Jeffrey Clark | h****3 | 1 |
Jay | B****y | 1 |
James58899 | j****9 | 1 |
IceCodeNew | 3****w | 1 |
Doug Smith | d****7 | 1 |
Daniel Sidhion | D****n | 1 |
Andrew Wood | 8****w | 1 |
Alex Gaynor | a****r@g****m | 1 |
and 48 more... |
Issue and Pull Request metadata
Last synced: 2 days ago
Package metadata
- Total packages: 1
-
Total downloads:
- cargo: 27,936,371 total
- Total docker downloads: 31,734,304
- Total dependent packages: 13
- Total dependent repositories: 3,600
- Total versions: 78
- Total maintainers: 3
- Total advisories: 26
cargo: openssl-src
Source of OpenSSL and logic to build it.
- Homepage:
- Documentation: https://docs.rs/openssl-src/
- Licenses: MIT/Apache-2.0
- Latest release: 300.2.3+3.2.1 (published 9 months ago)
- Last Synced: 2024-11-10T20:33:45.938Z (2 days ago)
- Versions: 78
- Dependent Packages: 13
- Dependent Repositories: 3,600
- Downloads: 27,936,371 Total
- Docker Downloads: 31,734,304
-
Rankings:
- Docker downloads count: 0.279%
- Downloads: 0.426%
- Dependent repos count: 0.615%
- Dependent packages count: 3.656%
- Average: 4.451%
- Forks count: 6.423%
- Stargazers count: 15.305%
- Maintainers (3)
-
Advisories:
- Null pointer deference in openssl-src
- Using a Custom Cipher with `NID_undef` may lead to NULL encryption
- openssl-src contains `NULL` dereference during PKCS7 data verification
- X.509 Email Address Variable Length Buffer Overflow
- Integer Overflow in openssl-src
- openssl-src NULL pointer Dereference in signature_algorithms processing
- X.509 Email Address 4-byte Buffer Overflow
- Incorrect MAC key used in the RC4-MD5 ciphersuite
- Vulnerable OpenSSL included in cryptography wheels
- openssl-src contains Read Buffer Overflow in X.509 Name Constraint
- openssl-src heap memory corruption with RSA private key operation
- AES OCB fails to encrypt some bytes
- SM2 Decryption Buffer Overflow
- openssl-src's infinite loop in `BN_mod_sqrt()` reachable when parsing certificates
- Read buffer overruns processing ASN.1 strings
- openssl-src vulnerable to Use-after-free following `BIO_new_NDEF`
- `OCSP_basic_verify` may incorrectly verify the response signing certificate
- Denial of service by double-checked locking in openssl-src
- openssl-src subject to NULL dereference validating DSA public key
- Invalid handling of `X509_verify_cert()` internal errors in libssl
- Resource leakage when decoding certificates and keys
- openssl-src subject to Timing Oracle in RSA Decryption
- openssl-src subject to Invalid pointer dereference in `d2i_PKCS7` functions
- openssl-src contains Double free after calling `PEM_read_bio_ex`
- Integer Overflow in openssl-src
- Certificate check bypass in openssl-src
Dependencies
Cargo.toml
cargo
- cc 1.0
testcrate/Cargo.toml
cargo
- flate2 1.0
- libc 0.2
- tar 0.4
.github/workflows/main.yml
actions
- actions/checkout v1 composite
ci/docker/aarch64-linux-android/Dockerfile
docker
- ubuntu 18.04 build
ci/docker/aarch64-unknown-linux-gnu/Dockerfile
docker
- ubuntu 18.04 build
ci/docker/arm-linux-androideabi/Dockerfile
docker
- ubuntu 18.04 build
ci/docker/arm-unknown-linux-gnueabi/Dockerfile
docker
- ubuntu 18.04 build
ci/docker/i686-linux-android/Dockerfile
docker
- ubuntu 18.04 build
ci/docker/i686-unknown-linux-gnu/Dockerfile
docker
- ubuntu 18.04 build
ci/docker/wasm32-wasi/Dockerfile
docker
- ubuntu 18.04 build
ci/docker/x86_64-linux-android/Dockerfile
docker
- ubuntu 18.04 build
ci/docker/x86_64-pc-windows-gnu/Dockerfile
docker
- ubuntu 18.04 build
ci/docker/x86_64-unknown-linux-gnu/Dockerfile
docker
- ubuntu 18.04 build
ci/docker/x86_64-unknown-linux-musl/Dockerfile
docker
- ubuntu 18.04 build
ci/docker/riscv64gc-unknown-linux-gnu/Dockerfile
docker
- ubuntu 18.04 build