We’re excited to announce recent improvements to wolfCLU, wolfSSL’s command line tool designed to make working with cryptographic data even easier and more flexible.
PKCS8 and Base64 Support
- pkcs8: Easily parse and handle PKCS#8-formatted private keys, ensuring compatibility with modern secure key formatting standards.
- base64: Encode or decode data in Base64 format directly from the command line.
Expanded Certificate Verification with -untrusted
The verif command now supports the -untrusted option, enabling verification of certificate chains that include intermediate CAs not directly trusted by the root. This makes wolfCLU a better fit for real-world PKI use cases where trust anchors and intermediates are handled separately.
Example:
$ ./wolfssl verify -in cert.pem -CAfile root.pem -untrusted intermediate.pem
Would you like to see more feature additions to wolfCLU?
If you have questions about any of the above, please contact us at facts@wolfssl.com or call us at +1 425 245 8247.
Download wolfSSL Now