aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/gcrypt
Commit message (Expand)AuthorAgeFilesLines
* gcrypt: Add support for static salts when signing with RSA-PSSTobias Brunner2017-11-081-6/+17
* gcrypt: Add support for RSA-PSS signaturesTobias Brunner2017-11-083-31/+127
* gcrypt: Register supported RSA signature/verification schemesTobias Brunner2017-11-081-0/+16
* gcrypt: Determine missing RSA private key parametersTobias Brunner2017-11-081-4/+133
* private-key: Add optional parameters argument to sign() methodTobias Brunner2017-11-081-1/+1
* public-key: Add optional parameters argument to verify() methodTobias Brunner2017-11-081-1/+1
* Define MODP_CUSTOM constructors as variadic functionsTobias Brunner2017-09-182-6/+6
* gmp: Support of SHA-3 RSA signaturesAndreas Steffen2016-09-222-14/+14
* Use standard unsigned integer typesAndreas Steffen2016-03-243-3/+3
* 128 bit default security strength requires 3072 bit prime DH groupAndreas Steffen2015-12-141-4/+4
* gcrypt: Explicitly initialize RNG backend to allocate static dataMartin Willi2015-04-151-0/+3
* gcrypt: Support setting private value and testing of DH backendMartin Willi2015-04-151-0/+19
* diffie-hellman: Verify public DH values in backendsMartin Willi2015-03-231-0/+5
* diffie-hellman: Add a bool return value to set_other_public_value()Martin Willi2015-03-231-2/+3
* diffie-hellman: Add a bool return value to get_my_public_value()Martin Willi2015-03-231-1/+2
* diffie-hellman: Use bool instead of status_t as get_shared_secret() return valueMartin Willi2015-03-231-3/+3
* crypto: Define MODP_CUSTOM outside of IKE DH rangeTobias Brunner2014-12-231-1/+1
* curl: For SSL features, depend on thread-safety provided by our crypto pluginsMartin Willi2014-09-241-0/+2
* gcrypt: Use predefined pthread locking functions instead of custom hooksMartin Willi2014-07-011-50/+4
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
* lib: All settings use configured namespaceTobias Brunner2014-02-121-2/+2
* Remove HASH_PREFERRED, usages are replaced with HASH_SHA1, which is required ...Tobias Brunner2013-10-111-1/+1
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-3/+4
* Moved debug.[ch] to utils folderTobias Brunner2012-10-246-6/+6
* Add a return value to hasher_t.reset()Martin Willi2012-07-161-1/+2
* Add a return value to hasher_t.allocate_hash()Martin Willi2012-07-163-10/+7
* Add a return value to hasher_t.get_hash()Martin Willi2012-07-161-1/+2
* Add a return value to crypter_t.set_key()Martin Willi2012-07-161-2/+2
* Add a return value to crypter_t.decrypt()Martin Willi2012-07-161-8/+8
* Add a return value to crypter_t.encryptMartin Willi2012-07-161-14/+11
* Check rng return value when generating DH secret in gcrypt pluginTobias Brunner2012-07-161-2/+2
* RNGs' get_bytes and allocate_bytes return booleanTobias Brunner2012-07-161-2/+4
* gcrypt: Register SHA1 first as HASH_PREFERRED depends on itTobias Brunner2012-06-271-1/+1
* gcrypt does not support MD2Andreas Steffen2011-11-091-1/+0
* Add features support to gcrypt plugin.Tobias Brunner2011-10-171-101/+74
* Fixed common misspellings.Tobias Brunner2011-07-201-1/+1
* Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variableMartin Willi2011-05-191-2/+2
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...Martin Willi2011-04-151-35/+40
* trace back crypto algorithms to the plugins that registered themAndreas Steffen2010-12-181-33/+35
* Added a final flag to builder registration to enumerate the actually supporte...Martin Willi2010-09-031-3/+3
* Added support for MODP_CUSTOM to gcrypt pluginMartin Willi2010-09-033-19/+56
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-187-49/+65
* Variable key length crypters use default key length if zero givenMartin Willi2010-08-161-1/+5
* Implemented AES/Camellia counter mode in gcryptMartin Willi2010-08-132-6/+63
* Add dedicated getter for the IV size to the crypter_t interfaceMartin Willi2010-08-131-0/+10
* Use bits instead of bytes for a private/public keyMartin Willi2010-08-102-4/+4
* Added support for different encryption schemes to private/public keysMartin Willi2010-08-102-2/+16
* Migraded gcrypt plugin to INIT/METHOD macrosMartin Willi2010-08-1011-242/+165
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...Martin Willi2010-07-132-19/+19