CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/26 04:58:37
Modified files:
regress/usr.bin/openssl: appstest.sh
usr.bin/openssl: openssl.1 x509.c
Log message:
Add 'openssl x509 -new' functionality to the libcrypto CLI utility
The ability to generate a new certificate is useful for testing and
experimentation with rechaining PKIs.
While there, alias '-key' to '-signkey' for compatibility.
with and OK tb@
