diff options
author | Micael Karlberg <[email protected]> | 2013-10-17 17:45:54 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2013-10-17 17:49:48 +0200 |
commit | a803a95c00f89932d2cfd7a7b424aad05fa276b8 (patch) | |
tree | 993ac7e123db5c336eb3f9324a6664b369bf1de1 /lib/snmp/vsn.mk | |
parent | e0ecc86e35475b434efa6cccba44074ca1040b7a (diff) | |
download | otp-a803a95c00f89932d2cfd7a7b424aad05fa276b8.tar.gz otp-a803a95c00f89932d2cfd7a7b424aad05fa276b8.tar.bz2 otp-a803a95c00f89932d2cfd7a7b424aad05fa276b8.zip |
[snmp] Wrong block cypher type used for AES
Wrong block cypher type used for AES ('aes_cbf128' instead of
'aes_cfb128') when performing AES block encrypt/decrypt which
breaks SNMP usmAesCfb128Protocol in agent and manager.
OTP-11412
Diffstat (limited to 'lib/snmp/vsn.mk')
-rw-r--r-- | lib/snmp/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/snmp/vsn.mk b/lib/snmp/vsn.mk index 2164121e86..70f7c2b19a 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -18,6 +18,6 @@ # %CopyrightEnd% APPLICATION = snmp -SNMP_VSN = 4.24.2 +SNMP_VSN = 4.25 PRE_VSN = APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)" |