aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/openssl/openssl_ec_public_key.c
Commit message (Collapse)AuthorAgeFilesLines
* public-key: Add optional parameters argument to verify() methodTobias Brunner2017-11-081-1/+1
|
* openssl: Update ECDSA API to OpenSSL 1.1.0Tobias Brunner2016-06-291-3/+16
|
* openssl: Report correct key length for EC keys when not using NIST curvesTobias Brunner2014-09-021-11/+1
| | | | Fixes #688.
* openssl: Add support for generic encoding of EC public keysTobias Brunner2013-09-131-23/+13
|
* Check return value of ECDSA_Verify() correctlyMartin Willi2013-04-101-1/+1
|
* openssl: Properly honor OPENSSL_NO_* definesTobias Brunner2013-01-311-2/+2
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Add a return value to hasher_t.allocate_hash()Martin Willi2012-07-161-2/+2
|
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-11/+13
|
* Use bits instead of bytes for a private/public keyMartin Willi2010-08-101-2/+12
|
* Added support for different encryption schemes to private/public keysMartin Willi2010-08-101-1/+2
|
* Migrated remaining classes in openssl plugin to INIT/METHOD macrosMartin Willi2010-08-101-52/+37
|
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵Martin Willi2010-07-131-13/+13
| | | | encoding
* Fixing compilation of the OpenSSL plugin if Elliptic Curve support is disabled.Tobias Brunner2010-06-221-0/+5
| | | | | That is, enable compilation if OpenSSL was configured with OPENSSL_NO_EC.
* Some whitespace fixes.Tobias Brunner2010-04-061-1/+1
|
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-5/+5
|
* PEM encoding for OpenSSL RSA and EC public and private keysAndreas Steffen2010-04-041-1/+14
|
* Public/Private keys implement a has_fingerprint() methodMartin Willi2009-09-211-0/+1
|
* Updated openssl plugin to the new builder APIMartin Willi2009-09-101-71/+18
|
* 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