aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/openssl/openssl_ec_public_key.c
Commit message (Collapse)AuthorAgeFilesLines
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-18/+18
|
* verify_signature() now processes hash not dataAndreas Steffen2009-08-271-3/+3
|
* NID_hash and NID_ec_curver were interchangedAndreas Steffen2009-08-271-6/+6
|
* verify that the ECDSA auth signature was done with the correct curveMartin Willi2009-08-271-21/+47
|
* distinguish between RFC 4754 (concatenated) and RFC 3279 (DER encoded) ECDSA ↵Martin Willi2009-08-271-61/+28
| | | | signatures
* fixed memleak in openssl fingerprintingMartin Willi2009-08-271-0/+1
|
* do openssl fingerprinting/encoding directly, openssl provides all functionsMartin Willi2009-08-271-22/+52
|
* updated openssl plugin to new private/public key API, use encoder frameworkMartin Willi2009-08-261-117/+44
|
* pluto supports ECDSA authenticationAndreas Steffen2009-06-121-4/+15
|
* fixed crash in openssl private_key->get_public_key(), using encode/load ↵Martin Willi2009-06-091-18/+8
| | | | workaround
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-2/+2
| | | | | important change for developers: %Y replaces %D to print identities!
* refactored credential builderMartin Willi2008-09-021-16/+19
| | | | | | | | | allow enumeration of matching builders try a second builder if the first one fails builder clones resources internally on demand caller frees added resources on failure and success stricter handling of non-supported build parts
* ECDSA with OpenSSLTobias Brunner2008-06-101-0/+447