]> git.ipfire.org Git - people/ms/strongswan.git/history - src/libstrongswan/plugins/openssl/openssl_ec_public_key.c
credentials: Added void *params to public_key encrypt() and private_key decrypt(...
[people/ms/strongswan.git] / src / libstrongswan / plugins / openssl / openssl_ec_public_key.c
2021-11-09  Andreas Steffencredentials: Added void *params to public_key encrypt...
2018-05-23  Tobias BrunnerUnify format of HSR copyright statements
2017-11-08  Tobias BrunnerMerge branch 'rsassa-pss'
2017-11-08  Tobias Brunnerpublic-key: Add optional parameters argument to verify...
2016-06-29  Tobias BrunnerMerge branch 'openssl-1.1.0'
2016-06-29  Tobias Brunneropenssl: Update ECDSA API to OpenSSL 1.1.0
2014-09-02  Tobias Brunneropenssl: Report correct key length for EC keys when...
2013-09-13  Tobias BrunnerMerge branch 'pubkeys'
2013-09-13  Tobias Brunneropenssl: Add support for generic encoding of EC public...
2013-04-10  Martin WilliCheck return value of ECDSA_Verify() correctly
2013-03-18  Martin WilliMerge branch 'stroke-counters'
2013-03-18  Martin WilliMerge branch 'stroke-timeout'
2013-03-01  Martin WilliMerge branch 'multi-cert'
2013-03-01  Martin WilliMerge branch 'systime'
2013-03-01  Martin WilliMerge branch 'opaque-ports'
2013-03-01  Martin WilliMerge branch 'tfc-notify'
2013-02-14  Martin WilliMerge branch 'ike-dscp'
2013-02-14  Martin WilliMerge branch 'pt-tls'
2013-01-31  Tobias Brunneropenssl: Properly honor OPENSSL_NO_* defines
2012-10-24  Tobias BrunnerMoved debug.[ch] to utils folder
2012-07-16  Martin WilliAdd a return value to hasher_t.allocate_hash()
2010-08-18  Martin WilliUse a seperate section for each nested struct member...
2010-08-10  Martin WilliUse bits instead of bytes for a private/public key
2010-08-10  Martin WilliAdded support for different encryption schemes to priva...
2010-08-10  Martin WilliMigrated remaining classes in openssl plugin to INIT...
2010-07-13  Martin WilliRenamed key_encod{ing,der}_t and constants, prepare...
2010-06-22  Tobias BrunnerFixing compilation of the OpenSSL plugin if Elliptic...
2010-04-06  Tobias BrunnerSome whitespace fixes.
2010-04-06  Tobias BrunnerAdding DBG_LIB to all calls of libstrongswan's version...
2010-04-04  Andreas SteffenPEM encoding for OpenSSL RSA and EC public and private...
2009-09-21  Martin WilliPublic/Private keys implement a has_fingerprint() method
2009-09-10  Martin WilliUpdated openssl plugin to the new builder API
2009-09-04  Martin Williremoved trailing spaces ([[:space:]]+$)
2009-08-27  Andreas Steffenverify_signature() now processes hash not data
2009-08-27  Andreas SteffenNID_hash and NID_ec_curver were interchanged
2009-08-27  Martin Williverify that the ECDSA auth signature was done with...
2009-08-27  Martin Willidistinguish between RFC 4754 (concatenated) and RFC...
2009-08-27  Martin Willifixed memleak in openssl fingerprinting
2009-08-27  Martin Willido openssl fingerprinting/encoding directly, openssl...
2009-08-26  Martin Williupdated openssl plugin to new private/public key API...
2009-06-12  Andreas Steffenpluto supports ECDSA authentication
2009-06-09  Martin Willifixed crash in openssl private_key->get_public_key...
2009-04-30  Tobias Brunnerremoving svn keyword $Id$ from all files
2009-04-30  Tobias Brunnermerging changes from portability branch back to trunk
2008-09-02  Martin Willirefactored credential builder
2008-06-10  Tobias BrunnerECDSA with OpenSSL