aboutsummaryrefslogtreecommitdiffstats
path: root/src/pki/commands/req.c
Commit message (Expand)AuthorAgeFilesLines
* pki: Enable PSS padding if enabled in strongswan.confTobias Brunner2017-11-081-1/+2
* pki: Optionally generate RSA/PSS signaturesTobias Brunner2017-11-081-14/+28
* pki: Indent usage lines properly automaticallyTobias Brunner2017-11-081-1/+1
* pki: Edited keyid parameter use in various pki man pages and usage outputsAndreas Steffen2017-03-061-4/+2
* Add keyid of smartcard or TPM private key as an argument to pki --reqAndreas Steffen2017-03-021-2/+15
* pki: Add generic 'priv' key type that loads any type of private keyTobias Brunner2016-10-051-3/+7
* Support BLISS signatures with SHA-3 hashAndreas Steffen2015-11-031-1/+2
* pki: Choose default digest based on the signature keyTobias Brunner2015-03-231-2/+6
* pki: Use SHA-256 as default for signaturesTobias Brunner2015-03-231-10/+2
* Allow SHA256 and SHA384 data hash for BLISS signatures.Andreas Steffen2015-02-261-3/+7
* Implemented full BLISS support for IKEv2 public key authentication and the pk...Andreas Steffen2014-11-291-1/+10
* pki: Switch to binary mode on Windows when reading/writing DER to FDsMartin Willi2014-06-041-0/+2
* enum: Return boolean result for enum_from_name() lookupMartin Willi2014-05-161-2/+1
* pki: Fix minor resource leak on failure to read the private key in --req5.1.2rc2Tobias Brunner2014-02-181-1/+2
* chunk: Use dynamically allocated buffer in chunk_from_fd()Martin Willi2014-01-231-1/+6
* pki: Replace BUILD_FROM_FD with passing a chunk via BUILD_BLOBTobias Brunner2013-10-231-1/+5
* pki: Add pki --req man pageTobias Brunner2013-09-131-3/+2
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
* Use centralized hasher names in pki utilityMartin Willi2012-07-171-2/+2
* Do proper cleanup in error case in pki req.Tobias Brunner2011-04-141-1/+2
* Use a dedicated build part for challenge passwords, BUILD_PASSPHRASE gets obs...Martin Willi2010-08-041-1/+1
* Added pki PEM encoding support for certificates, CRLs and PKCS10 requestsMartin Willi2010-07-131-2/+10
* Support different encoding types in certificate.get_encoding()Martin Willi2010-07-131-2/+1
* Removed obsolete per-command debug level optionMartin Willi2009-09-161-3/+0
* corrected usageAndreas Steffen2009-09-151-2/+1
* pki --req generates a PKCS#10 certificate requestAndreas Steffen2009-09-151-0/+188