aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials/keys/key_encoding.c
Commit message (Expand)AuthorAgeFilesLines
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+1
* Moved mutex.c to a separate folder in order to cleanly wrap other threading p...Tobias Brunner2009-12-231-1/+1
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-16/+16
* do not flush cached encodings, keys are responsible for itMartin Willi2009-08-271-10/+4
* key encoding gained a cache() method, allows caching of externally created en...Martin Willi2009-08-271-0/+26
* added a seperate chache lookup, as encode() requires arguments expensive to b...Martin Willi2009-08-261-0/+23
* added a facility to hand out fingerprinting/key encoding to the pkcs1/pgp/......Martin Willi2009-08-261-0/+256