diff options
author | tb <> | 2023-11-13 15:44:15 +0000 |
---|---|---|
committer | tb <> | 2023-11-13 15:44:15 +0000 |
commit | 2e6519b30d203249b0600e74373e1a8bf5a1925a (patch) | |
tree | b6d14daa9866b6f66dbddabc0acb35754ec170d5 /src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 | |
parent | 0f7e9a27e93c849143b634b9e7e4b9e945a3133d (diff) | |
download | openbsd-2e6519b30d203249b0600e74373e1a8bf5a1925a.tar.gz openbsd-2e6519b30d203249b0600e74373e1a8bf5a1925a.tar.bz2 openbsd-2e6519b30d203249b0600e74373e1a8bf5a1925a.zip |
Garbage collect an incoherent export crypto check
Contrast "#define EVP_PKT_EXP 0x1000 /* <= 512 bit key */" with the diff:
- /* /8 because it's 1024 bits we look for, not bytes */
- if (EVP_PKEY_size(pk) <= 1024 / 8)
- ret |= EVP_PKT_EXP;
EVP_PKT_EXP will be nuked at the next opportunity.
discussed with jsing
Diffstat (limited to 'src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3')
0 files changed, 0 insertions, 0 deletions