aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials/keys
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
* Fixed all doxygen warningsMartin Willi2009-10-223-5/+5
* Public/Private keys implement a has_fingerprint() methodMartin Willi2009-09-215-0/+74
* extended hasher_signature_algorithm_to_oid() functionAndreas Steffen2009-09-131-0/+1
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-3/+3
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-048-70/+70
* distinguish between RFC 4754 (concatenated) and RFC 3279 (DER encoded) ECDSA ...Martin Willi2009-08-272-10/+18
* 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-272-1/+40
* 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 gene...Martin Willi2009-08-261-0/+3
* updated openssl plugin to new private/public key API, use encoder frameworkMartin Willi2009-08-261-0/+8
* changed get_id/get_encoding API of private/public key to use new encoding fra...Martin Willi2009-08-262-27/+32
* added generic implementation helpers for private_key_t.equals/belongs_to, pub...Martin Willi2009-08-264-3/+97
* added a seperate chache lookup, as encode() requires arguments expensive to b...Martin Willi2009-08-262-0/+34
* added a facility to hand out fingerprinting/key encoding to the pkcs1/pgp/......Martin Willi2009-08-262-0/+420
* support of SHA224-based certificate signaturesAndreas Steffen2009-08-052-0/+6
* conversion from ECDSA_WITH_SHAxxx OIDs to signature schemesAndreas Steffen2009-07-151-0/+6
* pluto supports ECDSA authenticationAndreas Steffen2009-06-122-3/+3
* created signature_scheme_from_oid() helper functionAndreas Steffen2009-06-092-1/+44
* pluto and scepclient use private and public key plugins of libstrongswanAndreas Steffen2009-06-093-21/+45
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-305-10/+0
* updated DoxyfileMartin Willi2009-03-242-2/+2
* ECDSA with OpenSSLTobias Brunner2008-06-102-7/+22
* removed unimplemented private/public key function declarationsMartin Willi2008-03-192-47/+0
* removed X509_PEER flag; flags are meant to read cert, not to store additional...Martin Willi2008-03-142-0/+93
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-136-0/+470