Scroll to navigation

ICAINFO(1) icainfo user manual ICAINFO(1)

NAME

icainfo - print information about cryptographic functions supported by libica

SYNOPSIS

icainfo [-v | --version] [-h | --help] [-c | --list-curves]

DESCRIPTION

icainfo prints a table that shows libica's support for various cryptographic algorithms and information about FIPS support.

The icainfo output also indicates, whether it is in an error state. Algorithms that are not FIPS approved are marked as blocked in both table columns when running in FIPS mode. All algorithms are marked as blocked when libica is in an error state.

Available hardware support is divided into two columns: dynamic hardware means crypto cards, static hardware support means CPACF. Software support is provided via openssl.

A shortened sample output is given below:


Cryptographic algorithm support ------------------------------------------------------
| hardware |
function | dynamic | static | software ---------------+------------+------------+------------
SHA-1 | no | yes | yes
SHA-224 | no | yes | yes
SHA-256 | no | yes | yes
SHA-384 | no | yes | yes
SHA-512 | no | yes | yes
GHASH | no | yes | no
P_RNG | blocked | blocked | blocked
DRBG-SHA-512 | no | yes | yes
RSA ME | yes | no | yes
RSA CRT | yes | no | yes
... ------------------------------------------------------ Built-in FIPS support: FIPS mode active.

OPTIONS

show libica version and copyright
display this help and exit
show supported elliptic curves

RETURN VALUE

1
unknown or invalid argument on invocation
0
successful program execution

SEE ALSO

icastats(1)

2021-06-21 IBM