Skip to content

Commit

Permalink
Add AES-GCM-SIV to capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusVolkhart committed Nov 15, 2020
1 parent 1578ad9 commit 075f5a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CAPABILITIES.md
Expand Up @@ -89,6 +89,7 @@ supported but not enabled.
* `AES/CTR/NoPadding`
* `AES/ECB/NoPadding`
* `AES/ECB/PKCS5Padding`
* `AES/GCM-SIV/NoPadding`

AES with 128, 192, or 256-bit keys.

Expand All @@ -101,11 +102,13 @@ AES/GCM with 128 or 256-bit keys.
* `AES_128/ECB/NoPadding`
* `AES_128/ECB/PKCS5Padding`
* `AES_128/GCM/NoPadding`
* `AES_128/GCM-SIV/NoPadding`
* `AES_256/CBC/NoPadding`
* `AES_256/CBC/PKCS5Padding`
* `AES_256/ECB/NoPadding`
* `AES_256/ECB/PKCS5Padding`
* `AES_256/GCM/NoPadding`
* `AES_256/GCM-SIV/NoPadding`

Key-restricted versions of the AES ciphers.

Expand Down

0 comments on commit 075f5a9

Please sign in to comment.