aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials/keys/key_encoding.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved keys/key_encoding.[ch] to cred_encoding.[ch]Martin Willi2010-07-131-203/+0
|
* fixed typoAndreas Steffen2010-04-041-1/+1
|
* Fixed all doxygen warningsMartin Willi2009-10-221-1/+1
|
* Public/Private keys implement a has_fingerprint() methodMartin Willi2009-09-211-0/+2
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-9/+9
|
* key encoding gained a cache() method, allows caching of externally created ↵Martin Willi2009-08-271-1/+14
| | | | encodings
* encoding public EC keys is not really possible without subjectPublicKeyInfoMartin Willi2009-08-261-1/+3
|
* started implementation of a PKI tool, currently supporting RSA|ECDSA key ↵Martin Willi2009-08-261-0/+3
| | | | generation
* updated openssl plugin to new private/public key API, use encoder frameworkMartin Willi2009-08-261-0/+8
|
* added a seperate chache lookup, as encode() requires arguments expensive to ↵Martin Willi2009-08-261-0/+11
| | | | build
* added a facility to hand out fingerprinting/key encoding to the ↵Martin Willi2009-08-261-0/+164
pkcs1/pgp/... plugins