This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate crypto-primes

Dependencies

(4 total, 1 possibly insecure)

CrateRequiredLatestStatus
 crypto-bigint^0.5.20.5.5up to date
 openssl ⚠️^0.10.390.10.68maybe insecure
 rand_core^0.6.40.6.4up to date
 rug^1.181.26.1up to date

Dev dependencies

(7 total, 2 outdated)

CrateRequiredLatestStatus
 criterion^0.40.5.1out of date
 num-bigint^0.40.4.6up to date
 num-integer^0.10.1.46up to date
 num-modular^0.50.6.1out of date
 num-prime^0.4.30.4.4up to date
 proptest^11.5.0up to date
 rand_chacha^0.30.3.1up to date

Security Vulnerabilities

openssl: `MemBio::get_buf` has undefined behavior with empty buffers

RUSTSEC-2024-0357

Previously, MemBio::get_buf called slice::from_raw_parts with a null-pointer, which violates the functions invariants, leading to undefined behavior. In debug builds this would produce an assertion failure. This is now fixed.