aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials/cred_encoding.h
Commit message (Collapse)AuthorAgeFilesLines
* Store and parse BLISS private and public keys in DER and PEM formatAndreas Steffen2014-11-291-0/+4
| | | | | | | | 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.
* Added PUBKEY_RSA_MODULUS encoding typeAndreas Steffen2014-05-021-0/+2
|
* sshkey: Add encoder for RSA keysTobias Brunner2013-09-131-0/+2
|
* Encode RSA public keys in RFC 3110 DNSKEY formatAndreas Steffen2013-02-191-0/+2
|
* Some documentation correctionsAdrian-Ken Rueegsegger2012-01-121-1/+1
|
* Support different encoding types in certificate.get_encoding()Martin Willi2010-07-131-0/+21
|
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵Martin Willi2010-07-131-80/+80
| | | | encoding
* Moved keys/key_encoding.[ch] to cred_encoding.[ch]Martin Willi2010-07-131-0/+203