aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pem/pem_encoder.c
Commit message (Collapse)AuthorAgeFilesLines
* certificate: Return signature scheme and parameters from issued_by() methodTobias Brunner2017-11-081-0/+2
| | | | | This also required some include restructuring (avoid including library.h in headers) to avoid unresolvable circular dependencies.
* Added support of EdDSA signaturesAndreas Steffen2016-12-141-8/+13
|
* Store and parse BLISS private and public keys in DER and PEM formatAndreas Steffen2014-11-291-0/+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.
* pem: Support encoding of attribute certificatesMartin Willi2014-03-311-1/+6
| | | | | | | While there is no widely used PEM header for attribute certificates, at least IAIK-JCE uses BEGIN ATTRIBUTE CERTIFICATE: http://javadoc.iaik.tugraz.at/iaik_jce/current/iaik/utils/Util.html#toPemString(iaik.x509.attr.AttributeCertificate)
* compute memory requirement for PEM-encoding correctlyAndreas Steffen2011-01-071-1/+1
|
* Added support for Certificate, CRL and PKCS10 encoding to PEM pluginMartin Willi2010-07-131-0/+19
|
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵Martin Willi2010-07-131-27/+27
| | | | encoding
* PEM encoder supports encoding from RSA components directly, allowing gcrypt ↵Martin Willi2010-04-291-5/+40
| | | | plugin to encode in PEM
* Some whitespace fixes.Tobias Brunner2010-04-061-4/+4
|
* PEM encoding for OpenSSL RSA and EC public and private keysAndreas Steffen2010-04-041-8/+16
|
* PEM encoding for GMP RSA public and private keysAndreas Steffen2010-04-041-0/+95