mirror of
https://github.com/openssl/openssl.git
synced 2025-04-12 20:30:52 +08:00
Update fips version check to be more robust
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/19777)
This commit is contained in:
parent
edaab86dc0
commit
abff8bd842
@ -29,7 +29,7 @@ default provider:
|
||||
|
||||
=item "AES-192-OFB", "AES-128-OFB" and "AES-256-OFB"
|
||||
|
||||
=item "AES-128-SIV", "AES-192-SIV" and "AES-256-SIV"
|
||||
=item "AES-128-GCM-SIV", "AES-192-GCM-SIV" and "AES-256-GCM-SIV"
|
||||
|
||||
=item "AES-128-XTS" and "AES-256-XTS"
|
||||
|
||||
@ -54,6 +54,8 @@ FIPS provider:
|
||||
|
||||
=item "AES-128-OCB", "AES-192-OCB" and "AES-256-OCB"
|
||||
|
||||
=item "AES-128-SIV", "AES-192-SIV" and "AES-256-SIV"
|
||||
|
||||
=back
|
||||
|
||||
=head2 Parameters
|
||||
|
@ -259,7 +259,7 @@ Key = 0B122AC8F34ED1FE082A3625D157561454167AC145A10BBF77C6A70596D574F1
|
||||
Input = 498B53FDEC87EDCBF07097DCCDE93A084BAD7501A224E388DF349CE18959FE8485F8AD1537F0D896EA73BEDC7214713F
|
||||
Output = F62C46329B41085625669BAF51DEA66A
|
||||
|
||||
FIPSversion = >3.0.99
|
||||
FIPSversion = >=3.1.0
|
||||
MAC = CMAC
|
||||
Algorithm = AES-256-ECB
|
||||
Key = 0B122AC8F34ED1FE082A3625D157561454167AC145A10BBF77C6A70596D574F1
|
||||
|
Loading…
x
Reference in New Issue
Block a user