aboutsummaryrefslogtreecommitdiffstats
path: root/src/pki
Commit message (Expand)AuthorAgeFilesLines
* pki: Add key object handle of smartcard or TPM private key as an argument to ...Andreas Steffen2017-03-062-5/+25
* pki: Edited keyid parameter use in various pki man pages and usage outputsAndreas Steffen2017-03-0612-19/+34
* Add keyid of smartcard or TPM private key as an argument to pki --reqAndreas Steffen2017-03-021-2/+15
* pki: Add a note about constructing RFC 3779 compliant certificates to manpageMartin Willi2017-02-272-0/+6
* pki: Support an --addrblock option for issued certificatesMartin Willi2017-02-272-1/+22
* pki: Support an --addrblock option for self-signed certificatesMartin Willi2017-02-272-0/+23
* pki: Add a helper function parse traffic selectors from CIDR subnets or rangesMartin Willi2017-02-272-0/+31
* Added support of EdDSA signaturesAndreas Steffen2016-12-148-20/+43
* pki: Don't remove zero bytes in CRL serials anymoreTobias Brunner2016-10-111-6/+7
* pki: Use serial of base CRL for delta CRLsTobias Brunner2016-10-111-1/+4
* pki: Add generic 'priv' key type that loads any type of private keyTobias Brunner2016-10-0512-28/+59
* pki: Drop -priv suffix to specify private key typesTobias Brunner2016-10-054-16/+23
* pki: Allow to load CRLs from files in --verifyTobias Brunner2016-08-252-3/+21
* configure: Check for and explicitly link against -latomicMartin Willi2016-06-141-1/+1
* pki: Increase MAX_LINESTobias Brunner2015-12-161-1/+1
* pki: Never print more than MAX_LINES of usage summaryTobias Brunner2015-12-161-1/+10
* Standardized printing of certificate informationAndreas Steffen2015-12-111-523/+20
* pki: Explicitly link against -lpthread and -ldl if requiredMartin Willi2015-12-041-1/+4
* Support BLISS signatures with SHA-3 hashAndreas Steffen2015-11-035-5/+9
* pki: Add new type options to --issue command usage outputTobias Brunner2015-08-271-2/+2
* pki: Add --dn command to extract the subject DN of a certificateTobias Brunner2015-08-176-11/+219
* pki: Optionally extract public key from given private key in --issueTobias Brunner2015-08-102-6/+30
* pki: Choose default digest based on the signature keyTobias Brunner2015-03-2312-20/+69
* pki: Use SHA-256 as default for signaturesTobias Brunner2015-03-2310-55/+15
* Allow SHA256 and SHA384 data hash for BLISS signatures.Andreas Steffen2015-02-267-16/+36
* pki: Document correct output formats for --pkcs12 --exportTobias Brunner2014-12-191-2/+2
* pki: Properly clean up if output format for --pkcs12 is wrongTobias Brunner2014-12-191-0/+2
* pki: Add command to export certificates and keys from PKCS#12 containersTobias Brunner2014-12-122-9/+112
* pki: Reformat PKCS#12 output and add an index for each certificate/keyTobias Brunner2014-12-122-14/+17
* pki: Add simple PKCS#12 display commandTobias Brunner2014-12-124-1/+203
* pki: Cache entered secrets in case they are needed more than onceTobias Brunner2014-12-121-2/+23
* Implemented full BLISS support for IKEv2 public key authentication and the pk...Andreas Steffen2014-11-296-3/+37
* Started implementing BLISS signature generationAndreas Steffen2014-11-291-2/+8
* Store and parse BLISS private and public keys in DER and PEM formatAndreas Steffen2014-11-292-4/+17
* Created framework for BLISS post-quantum signature algorithmAndreas Steffen2014-11-291-3/+11
* pki: Print and document the name constraint type for DNS or email constraintsMartin Willi2014-10-303-6/+46
* pki: Document --online option for pki --verify and all exit codesTobias Brunner2014-06-301-5/+11
* pki: Also check for MAX_COMMANDS when building getopt_long argumentsTobias Brunner2014-06-241-1/+1
* pki: Support complex trustchain and revocation checking in --verifyMartin Willi2014-06-041-48/+86
* pki: Provide a fallback if strptime() not supportedMartin Willi2014-06-041-9/+63
* pki: Switch to binary mode on Windows when reading/writing DER to FDsMartin Willi2014-06-0413-1/+49
* pki: Stop prompting for password when entering empty stringMartin Willi2014-06-041-1/+1
* Make sure getpass() is availableTobias Brunner2014-05-291-1/+3
* enum: Return boolean result for enum_from_name() lookupMartin Willi2014-05-165-10/+5
* pki: Fix memory leak when printing unknown AC group OIDsTobias Brunner2014-04-091-0/+1
* pki: Removed extra continue statementTobias Brunner2014-04-091-1/+0
* Added support for msSmartcardLogon EKUAndreas Steffen2014-04-083-2/+14
* pki: Document --not-before/after and --dateform options in manpagesMartin Willi2014-03-314-7/+99
* pki: Support absolute --this/next-update CRL lifetimesMartin Willi2014-03-311-6/+22
* pki: Support absolute --not-before/after issued certificate lifetimesMartin Willi2014-03-312-7/+22