]> git.ipfire.org Git - people/ms/strongswan.git/history - src/libstrongswan/plugins/gcrypt/gcrypt_rsa_public_key.c
gcrypt: Support RSA OAEP SHA1 encryption/decryption
[people/ms/strongswan.git] / src / libstrongswan / plugins / gcrypt / gcrypt_rsa_public_key.c
2021-11-10  Andreas Steffengcrypt: Support RSA OAEP SHA1 encryption/decryption
2021-11-09  Andreas Steffencredentials: Added void *params to public_key encrypt...
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 Brunnergcrypt: Add support for RSA-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
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 WilliMigraded gcrypt plugin to INIT/METHOD macros
2010-07-13  Martin WilliRenamed key_encod{ing,der}_t and constants, prepare...
2010-04-06  Tobias BrunnerAdding DBG_LIB to all calls of libstrongswan's version...
2009-09-21  Martin WilliPublic/Private keys implement a has_fingerprint() method
2009-09-10  Martin WilliUpdated gcrypt plugin to the new builder API
2009-09-04  Martin Williremoved trailing spaces ([[:space:]]+$)
2009-08-26  Martin Williupdated gcrypt plugin to new private/public key API...
2009-08-26  Martin Willigcrypt uses component builder to build public- from...
2009-08-26  Martin Willimake use of the pkcs1 plugin in gcrypt rsa key parsing
2009-08-26  Martin Willimake use of the pem helper plugin to load credentials
2009-08-05  Andreas Steffensupport of SHA224-based certificate signatures
2009-06-30  Martin Willienforce correct RSA signature lenght in gcrypt
2009-06-16  Martin Willifixed compiler warning
2009-06-15  Martin Williimplemented gcrypt RSA encrypt/decrypt operations
2009-06-15  Martin Williimplemented IKEv1 specific SIGN_RSA_EMSA_PKCS1_NULL...
2009-06-12  Andreas Steffenpluto supports ECDSA authentication
2009-06-09  Andreas Steffenasn1_integer() ensures correct DER encoding of ASN1_INT...
2009-06-09  Martin Willigcrypt RSA public key implementation