]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/pki/commands/self.c
certexpire: Double size of internal buffer for identities
[thirdparty/strongswan.git] / src / pki / commands / self.c
2025-05-27  Tobias Brunnerpki: Reduce indentation in usage output and print comma...
2024-11-22  Andreas Steffenbliss: Remove legacy BLISS signatures
2023-03-31  Tobias BrunnerMerge branch 'pkcs7-signatures'
2023-03-31  Tobias Brunnerpki: Unify parsing of RSA padding scheme and fix disabl...
2022-06-28  Tobias BrunnerUpdate copyright headers after acquisition by secunet
2021-10-06  Tobias Brunnerpki: Ensure allocated serial numbers don't start with...
2020-02-10  Tobias Brunnerpki: Add support for Ed448 keys/certificates
2019-05-08  Tobias BrunnerMerge branch 'build-certs'
2019-05-08  Andreas Steffenpki: Allow inclusion of [unsupported] critical X.509...
2018-10-26  Tobias BrunnerMerge commit 'key-sig-schemes'
2018-10-26  Tobias Brunnerpki: Query private key for supported signature schemes
2017-11-08  Tobias BrunnerMerge branch 'rsassa-pss'
2017-11-08  Tobias Brunnerpki: Enable PSS padding if enabled in strongswan.conf
2017-11-08  Tobias Brunnerpki: Optionally generate RSA/PSS signatures
2017-11-08  Tobias Brunnerpki: Indent usage lines properly automatically
2017-03-24  Tobias Brunnerpki: Actually make the default key type KEY_ANY for...
2017-03-06  Andreas Steffenpki: Edited keyid parameter use in various pki man...
2017-02-27  Martin WilliMerge branch 'pki-addrblock'
2017-02-27  Martin Willipki: Support an --addrblock option for self-signed...
2016-12-16  Andreas SteffenMerge branch 'Ed25519'
2016-12-14  Andreas SteffenAdded support of EdDSA signatures
2016-10-05  Tobias BrunnerMerge branch 'priv-key-any'
2016-10-05  Tobias Brunnerpki: Add generic 'priv' key type that loads any type...
2015-11-03  Andreas SteffenSupport BLISS signatures with SHA-3 hash
2015-03-23  Tobias Brunnerpki: Choose default digest based on the signature key
2015-03-23  Tobias Brunnerpki: Use SHA-256 as default for signatures
2015-02-26  Andreas SteffenAllow SHA256 and SHA384 data hash for BLISS signatures.
2014-11-29  Andreas SteffenImplemented full BLISS support for IKEv2 public key...
2014-11-29  Andreas SteffenStarted implementing BLISS signature generation
2014-06-04  Martin WilliMerge branch 'win'
2014-06-04  Martin Willipki: Switch to binary mode on Windows when reading...
2014-05-16  Martin WilliMerge branch 'clang-fixes'
2014-05-16  Martin Willienum: Return boolean result for enum_from_name() lookup
2014-04-09  Tobias Brunnerpki: Removed extra continue statement
2014-04-08  Andreas SteffenAdded support for msSmartcardLogon EKU
2014-03-31  Martin WilliMerge branch 'acerts'
2014-03-31  Martin Willipki: Support absolute --not-before/after self-signed...
2014-03-31  Martin Willipki: Don't generate negative random serial numbers...
2014-01-23  Martin WilliMerge branch 'chunk-mmap'
2014-01-23  Martin Willichunk: Use dynamically allocated buffer in chunk_from_fd()
2013-10-23  Tobias Brunnerpki: Replace BUILD_FROM_FD with passing a chunk via...
2013-09-13  Tobias BrunnerMerge branch 'man-pki'
2013-09-13  Tobias Brunnerpki: Add pki --self man page
2012-10-24  Tobias BrunnerMoved data structures to new collections subfolder
2012-07-17  Martin WilliUse centralized hasher names in pki utility
2012-07-16  Tobias BrunnerCheck rng return value when generating serial numbers...
2012-05-02  Martin WilliMerge branch 'ikev1'
2012-03-20  Martin WilliMerge branch 'ikev1-clean' into ikev1-master
2012-03-20  Tobias BrunnerAdded support for iKEIntermediate flag to ipsec pki.
2011-12-23  Tobias Brunnerpki: Avoid integer overflow when calculating certificat...
2011-01-05  Martin WilliSlightly renamed different policyConstraints to disting...
2011-01-05  Martin WilliAdded inhibitAnyPolicy constraint support to pki tool
2011-01-05  Martin WilliAdded policyConstraints support to pki tool
2011-01-05  Martin WilliSlightly renamed X509_NO_PATH_LEN_CONSTRAINT to use...
2011-01-05  Martin WilliAdded policyMappings support to pki tool
2011-01-05  Martin WilliAdded certificatePolicy options to pki tool
2011-01-05  Martin Willipki --issue/self support permitted/excluded NameConstraints
2011-01-05  Martin Willipki tool shows and builds crlSign keyUsage
2010-08-04  Martin WilliAdded PKCS#11 private key support to the pki tool
2010-07-13  Martin WilliAdded pki PEM encoding support for certificates, CRLs...
2010-07-13  Martin WilliSupport different encoding types in certificate.get_enc...
2010-05-31  Martin WilliChanged default lifetime of certificates to 3 years
2010-05-31  Martin WilliSupport extendedKeyUsage flags in self-signed certificates
2010-03-14  Andreas Steffenwe don't accept a serial number with leading zeroes
2009-12-31  Andreas Steffenipsec pki --self|issue supports --pathlen option settin...
2009-09-16  Martin WilliRemoved obsolete per-command debug level option
2009-09-15  Martin WilliHandle pki --debug and --options in a generic way for...
2009-09-15  Martin Willipki tool supports single letter short options
2009-09-14  Andreas Steffenenable debug level setting
2009-09-12  Andreas Steffenfixed another typo
2009-09-12  Andreas Steffenfixed typo
2009-09-11  Martin Willipki tool can issue/self-sign certificates with OCSP...
2009-09-10  Martin WilliUse dynamic registration/usage invocation of command...
2009-09-10  Martin Willisplitted PKI tool to a file per command