You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GCM: new API function ica_allow_external_gcm_iv_in_fips_mode
When running in fips mode, the GCM iv is created internally via an approved
random source. Applications are not allowed to use an own, external iv. The
new API function allows to override this behavior and allow an external GCM
iv in fips mode. In this case the application is responsible for creating
the iv in a compliant way.
Signed-off-by: Joerg Schmidbauer <jschmidb@de.ibm.com>
0 commit comments