Component: certificate
335 changelog entries across 164 version(s)
Releases by channel (stacked)
- do not use utf8 for SCEP challenge password;
- fixed PKCS#10 version;
- added PKCS#10 version check;
- dropped DES support and added AES instead for SCEP;
- dropped MD5 support and require SHA1 as minimum for SCEP;
- fixed PKCS#10 version;
- do not use utf8 for SCEP challenge password;
- added option to store CRL in RAM (CLI only);
- fixed SCEP "get" request URL encoding;
- improved CRL update after system startup;
- show "Expired" flag when initial CRL fetch fails;
- show invalid flag when local CRL file does not exist;
- added option to store CRL in RAM (CLI only);
- improved CRL update after system startup;
- show invalid flag when local CRL file does not exist;
- fixed import of certificates with empty SKID;
- SCEP client now supports FQDN URL and port;
- allow CRL address to be specified as DNS name;
- added year cap (invalid-after date will not exceed year 2039);
- fixed fail on import from CAPs when both key and name already exist;
- do not allow to remove certificate template while signing certificate;
- added automatic scep renewal delay after startup to avoid all requests accessing CA at the same time;
- cancel pending renew when certificate becomes valid after date change;
- display issuer and subject on check failure;
- do not exit after card-verify;
- force scep renewal on system clock updates;
- revoked certificates not showing as (R)evoked;
- allow manual crl url addition;
- fix CRL handling in trust chain;
- support ip, dns and email subject alternative names;
- no more 'reset-certificate-cache' and 'decrypt' commands, private keys can be decrypted only on 'import', use 'decrypt' before upgrade if needed;
- merged '/certificate ca issued', '/certificate scep client' and '/certificate templates' into '/certificate';