| OPENSSL-SKEYUTL(1SSL) | OpenSSL | OPENSSL-SKEYUTL(1SSL) |
openssl-skeyutl - opaque symmetric keys routines
openssl skeyutl [-help] [-cipher cipher] [-skeymgmt skeymgmt] [-skeyopt opt:value] [-genkey] [-provider name] [-provider-path path] [-provparam [name:]key=value] [-propquery propq]
Not all cipher implementations support keys as raw bytes. E.g. PKCS#11 tokens can store them internally without any option to get the raw byte representation.
This tool is designed for managing opaque symmetric keys.
To find out the name of the suitable symmetric key management, please refer to the output of the "openssl list -skey-managers" command.
The skeyutl command was added in OpenSSL 3.5.
Copyright 2025 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at <https://www.openssl.org/source/license.html>.
| 2025-09-30 | 3.5.4 |