aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials/keys
Commit message (Collapse)AuthorAgeFilesLines
...
* key encoding gained a cache() method, allows caching of externally created ↵Martin Willi2009-08-272-1/+40
| | | | 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
|
* changed get_id/get_encoding API of private/public key to use new encoding ↵Martin Willi2009-08-262-27/+32
| | | | framework
* added generic implementation helpers for private_key_t.equals/belongs_to, ↵Martin Willi2009-08-264-3/+97
| | | | public_key_t.equals
* added a seperate chache lookup, as encode() requires arguments expensive to ↵Martin Willi2009-08-262-0/+34
| | | | build
* added a facility to hand out fingerprinting/key encoding to the ↵Martin Willi2009-08-262-0/+420
| | | | pkcs1/pgp/... plugins
* 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
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* 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 ↵Martin Willi2008-03-142-0/+93
| | | | | | | additional state in cert removed x509_t.set_flags for the reason above implemented a simple, generic shared_key_t
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-136-0/+470