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.64maybe insecure
 rand_core^0.6.40.6.4up to date
 rug^1.181.24.1up to date

Dev dependencies

(7 total, 2 outdated)

CrateRequiredLatestStatus
 criterion^0.40.5.1out of date
 num-bigint^0.40.4.4up to date
 num-integer^0.10.1.46up to date
 num-modular^0.50.6.1out of date
 num-prime^0.4.30.4.3up to date
 proptest^11.4.0up to date
 rand_chacha^0.30.3.1up to date

Security Vulnerabilities

openssl: `openssl` `X509VerifyParamRef::set_host` buffer over-read

RUSTSEC-2023-0044

When this function was passed an empty string, openssl would attempt to call strlen on it, reading arbitrary memory until it reached a NUL byte.