]> git.ipfire.org Git - people/ms/strongswan.git/history - src/libstrongswan/plugins/openssl/openssl_rsa_public_key.c
openssl: Support SHA-3 based RSA_EMSA_PKCS1 signatures
[people/ms/strongswan.git] / src / libstrongswan / plugins / openssl / openssl_rsa_public_key.c
2021-06-03  Andreas Steffenopenssl: Support SHA-3 based RSA_EMSA_PKCS1 signatures
2018-10-26  Tobias BrunnerMerge commit 'key-sig-schemes'
2018-10-26  Tobias Brunnersignature-params: Provide option for maximum RSA/PSS...
2017-11-08  Tobias BrunnerMerge branch 'rsassa-pss'
2017-11-08  Tobias Brunneropenssl: Add support for verifying RSASSA-PSS signatures
2017-11-08  Tobias Brunnerpublic-key: Add optional parameters argument to verify...
2016-09-22  Andreas Steffengmp: Support of SHA-3 RSA signatures
2016-06-29  Tobias BrunnerMerge branch 'openssl-1.1.0'
2016-06-29  Tobias Brunneropenssl: Update RSA API to OpenSSL 1.1.0
2015-09-16  Tobias Brunneropenssl: Explicitly include openssl/bn.h
2015-04-14  Martin WilliMerge branch 'const-memeq'
2015-04-14  Martin Williutils: Use chunk_equals_const() for all cryptographic...
2014-03-22  Tobias Brunneropenssl: Add default fallback when calculating fingerpr...
2013-09-13  Tobias BrunnerMerge branch 'pubkeys'
2013-09-13  Tobias Brunneropenssl: Add generic RSA public key encoding
2013-04-10  Martin WilliCheck RSA_public_decrypt() length before constructing...
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()
2012-03-20  Martin WilliMerge branch 'ikev1-clean' into ikev1-master
2011-11-28  Sansar ChoinyambuuReverse the changes made to openssl plugin for signatur...
2011-11-28  Sansar ChoinyambuuChanged the static function name in openssl_rsa_public_...
2011-11-28  Sansar Choinyambuuuse openssl rsa_verify function
2011-11-28  Sansar ChoinyambuuReverse the changes made to openssl plugin for signatur...
2011-11-28  Sansar ChoinyambuuChanged the static function name in openssl_rsa_public_...
2011-11-28  Sansar Choinyambuuuse openssl rsa_verify function
2010-08-18  Martin WilliUse a seperate section for each nested struct member...
2010-08-11  Martin WilliImplemented RSA en-/decryption in openssl plugin
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-05-05  Martin WilliSupport decoding of subjectPublicKeyInfo in openssl...
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-14  Martin WilliAdded support to build RSA keys from components in...
2009-09-10  Martin WilliUpdated openssl plugin to the new builder API
2009-09-04  Martin Williremoved trailing spaces ([[:space:]]+$)
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-08-05  Andreas Steffensupport of SHA224-based certificate signatures
2009-06-12  Andreas Steffenpluto supports ECDSA authentication
2009-06-10  Andreas Steffenimplemented IKEv1 signature verification in openssl_rsa...
2009-06-09  Andreas Steffenpluto and scepclient use private and public key plugins...
2009-04-30  Tobias Brunnerremoving svn keyword $Id$ from all files
2009-04-30  Tobias Brunnermerging changes from portability branch back to trunk
2008-11-04  Martin WilliOpenSSL requires a signature length of exactly RSA_size()
2008-11-03  Martin Williremoved accidently checked in debug code
2008-11-03  Martin Willireverted 4541, does not fix the problem
2008-10-31  Martin Williremoved 0-byte truncation, fixes random Openssl RSA...
2008-09-02  Martin Willirefactored credential builder
2008-05-15  Tobias BrunnerRSA with OpenSSL