Last Modified: May 29, 2024
Affected Product(s):
F5OS Velos
Fixed In:
F5OS-C 1.3.0, F5OS-C 1.2.1
Opened: Jul 08, 2021 Severity: 3-Major
The key should always return the same value and hash, unless it is changed via key-migration. The reading of memory (EEPROM) will sometimes return "resource temporarily unavailable," which is treated as an error instead of simply doing a retry.
The encryption key changes, thus invalidating all currently-encrypted items, thus requiring re-entry of these.
The EEPROM might be busy because of use by other components.
Re-enter all encrypted items and hope that the "resource temporarily unavailable" does not occur.
Fixed an issue where the system no longer considers "resource temporarily unavailable" as an error unless it happens ten times in a row. The system does a retry and if that works, the system avoids setting a new key.