diff options
author | Micael Karlberg <[email protected]> | 2013-10-18 11:32:25 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2013-10-21 12:50:41 +0200 |
commit | 300803837926d0bb28829f313fad07f757188d41 (patch) | |
tree | 9fdc1833b7e45b44fa3d50e48f17dcc74636336c /lib/snmp/doc | |
parent | a803a95c00f89932d2cfd7a7b424aad05fa276b8 (diff) | |
download | otp-300803837926d0bb28829f313fad07f757188d41.tar.gz otp-300803837926d0bb28829f313fad07f757188d41.tar.bz2 otp-300803837926d0bb28829f313fad07f757188d41.zip |
[snmp/manager] Incorrect use of EngineBoots and EngineTime when encrypting
When performing the AES encryption, invalid values for the
EngineBoots and EngineTime was used. The values of the local
agent was used, which would have produced some values if an
agent was actually running. If not it would have caused a crash.
OTP-11413
Diffstat (limited to 'lib/snmp/doc')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 7155402ab1..977af3ffb2 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -77,6 +77,15 @@ <p>Own Id: OTP-11412</p> </item> + <item> + <p>[manager] When performing the AES encryption, invalid values for + the EngineBoots and EngineTime was used. </p> + <p>The values of the local agent was used, which would have produced + some values if an agent was actually running. + If not it would have caused a crash. </p> + <p>Own Id: OTP-11413</p> + </item> + </list> </section> |