Fix the supported key length for AES-CBC
Co-authored-by: Dimitar Mirchev <dimitar.mirchev@sap.com>
This commit is contained in:
parent
e8bb8cca3d
commit
43ce94b77f
|
|
@ -241,7 +241,7 @@ The following table describes each available provider.
|
|||
<td>AES-CBC with <a href="https://datatracker.ietf.org/doc/html/rfc2315">PKCS#7</a> padding</td>
|
||||
<td>Weak</td>
|
||||
<td>Fast</td>
|
||||
<td>32-byte</td>
|
||||
<td>16, 24, or 32-byte</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4">Not recommended due to CBC's vulnerability to padding oracle attacks. Key material accessible from control plane host.</td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue