diff options
author | 2006-05-04 14:19:08 +0000 | |
---|---|---|
committer | 2006-05-04 14:19:08 +0000 | |
commit | 3f6aedb71b5870e7ce8766d55883514f5d6a4464 (patch) | |
tree | 38f12b3157d0717f56007105ebb29650968648dd /lib/libssl/crypto | |
parent | - document -i (diff) | |
download | wireguard-openbsd-3f6aedb71b5870e7ce8766d55883514f5d6a4464.tar.xz wireguard-openbsd-3f6aedb71b5870e7ce8766d55883514f5d6a4464.zip |
backport checks for degenerate Diffie-Hellman public exponents from
OpenSSL-0.9.8a, where they were added without a corresponding patch to
0.9.7 or an advisory! ok theo@ markus@
Diffstat (limited to 'lib/libssl/crypto')
-rw-r--r-- | lib/libssl/crypto/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/crypto/shlib_version b/lib/libssl/crypto/shlib_version index 56246d02b24..eb2c603aec0 100644 --- a/lib/libssl/crypto/shlib_version +++ b/lib/libssl/crypto/shlib_version @@ -1,2 +1,2 @@ major=12 -minor=0 +minor=1 |