aboutsummaryrefslogtreecommitdiffstats
path: root/src/pki/commands/print.c
Commit message (Collapse)AuthorAgeFilesLines
* Added support of EdDSA signaturesAndreas Steffen2016-12-141-2/+8
|
* pki: Add generic 'priv' key type that loads any type of private keyTobias Brunner2016-10-051-1/+6
|
* pki: Drop -priv suffix to specify private key typesTobias Brunner2016-10-051-4/+7
|
* Standardized printing of certificate informationAndreas Steffen2015-12-111-523/+20
| | | | | | | The certificate_printer class allows the printing of certificate information to a text file (usually stdout). This class is used by the pki --print and swanctl --list-certs commands as well as by the stroke plugin.
* Store and parse BLISS private and public keys in DER and PEM formatAndreas Steffen2014-11-291-3/+11
| | | | | | | | Additionally generate SHA-1 fingerprints of raw BLISS subjectPublicKey and subjectPublicKeyInfo objects. Some basic functions used by the bliss_public_key class are shared with the bliss_private_key class.
* pki: Print and document the name constraint type for DNS or email constraintsMartin Willi2014-10-301-2/+18
| | | | | As email constraints may be for a specific host, it is not clear from the name itself if it is a DNS or email constraint.
* pki: Switch to binary mode on Windows when reading/writing DER to FDsMartin Willi2014-06-041-0/+1
|
* pki: Fix memory leak when printing unknown AC group OIDsTobias Brunner2014-04-091-0/+1
|
* Added support for msSmartcardLogon EKUAndreas Steffen2014-04-081-0/+4
|
* pki: Support printing attribute certificatesMartin Willi2014-03-311-1/+89
|
* chunk: Use dynamically allocated buffer in chunk_from_fd()Martin Willi2014-01-231-1/+6
| | | | | | | | When acting on files, we can use fstat() to estimate the buffer size. On non-file FDs, we dynamically increase an allocated buffer. Additionally we slightly change the function signature to properly handle zero-length files and add appropriate unit tests.
* pki: Replace BUILD_FROM_FD with passing a chunk via BUILD_BLOBTobias Brunner2013-10-231-2/+6
| | | | This allows more than one builder to try parsing the data read from STDIN.
* Merge branch 'ikev1'Martin Willi2012-05-021-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in man/ipsec.conf.5.in src/libcharon/encoding/generator.c src/libcharon/encoding/payloads/notify_payload.c src/libcharon/encoding/payloads/notify_payload.h src/libcharon/encoding/payloads/payload.c src/libcharon/network/receiver.c src/libcharon/sa/authenticator.c src/libcharon/sa/authenticator.h src/libcharon/sa/ikev2/tasks/ike_init.c src/libcharon/sa/task_manager.c src/libstrongswan/credentials/auth_cfg.c
| * Added support for iKEIntermediate flag to ipsec pki.Tobias Brunner2012-03-201-0/+4
| |
* | moved chunk_skip_zero to chunk.hAndreas Steffen2012-04-031-17/+0
| |
* | remove leading zeros in ASN.1 encoded serial numbersAndreas Steffen2012-03-271-2/+22
|/
* Added inhibitAnyPolicy constraint support to pki toolMartin Willi2011-01-051-1/+7
|
* Use a generic getter for all numerical X.509 constraintsMartin Willi2011-01-051-10/+10
|
* Added support for delta CRLs to pki toolMartin Willi2011-01-051-0/+27
|
* Simplified format of x509 CRL URI parsing/enumeratorMartin Willi2011-01-051-5/+6
|
* Added policyConstraints support to pki toolMartin Willi2011-01-051-0/+16
|
* Slightly renamed X509_NO_PATH_LEN_CONSTRAINT to use it for ↵Martin Willi2011-01-051-1/+1
| | | | PolicyConstraints, too
* Added policyMappings support to pki toolMartin Willi2011-01-051-0/+20
|
* Added certificatePolicy options to pki toolMartin Willi2011-01-051-0/+35
|
* pki --print prints NameConstraintsMartin Willi2011-01-051-0/+25
|
* pki tool shows and builds crlSign keyUsageMartin Willi2011-01-051-0/+4
|
* Added support for CRL Issuers to x509 and OpenSSL pluginsMartin Willi2011-01-051-3/+8
|
* Added crl support to pki --printMartin Willi2010-08-301-7/+52
|
* Use bits instead of bytes for a private/public keyMartin Willi2010-08-101-1/+1
|
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵Martin Willi2010-07-131-2/+2
| | | | encoding
* Added a --print command to pki that dumps different credentialsMartin Willi2010-05-201-0/+368