index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
plugins
/
gcrypt
Commit message (
Expand
)
Author
Age
Files
Lines
*
gcrypt: Add support for static salts when signing with RSA-PSS
Tobias Brunner
2017-11-08
1
-6
/
+17
*
gcrypt: Add support for RSA-PSS signatures
Tobias Brunner
2017-11-08
3
-31
/
+127
*
gcrypt: Register supported RSA signature/verification schemes
Tobias Brunner
2017-11-08
1
-0
/
+16
*
gcrypt: Determine missing RSA private key parameters
Tobias Brunner
2017-11-08
1
-4
/
+133
*
private-key: Add optional parameters argument to sign() method
Tobias Brunner
2017-11-08
1
-1
/
+1
*
public-key: Add optional parameters argument to verify() method
Tobias Brunner
2017-11-08
1
-1
/
+1
*
Define MODP_CUSTOM constructors as variadic functions
Tobias Brunner
2017-09-18
2
-6
/
+6
*
gmp: Support of SHA-3 RSA signatures
Andreas Steffen
2016-09-22
2
-14
/
+14
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
3
-3
/
+3
*
128 bit default security strength requires 3072 bit prime DH group
Andreas Steffen
2015-12-14
1
-4
/
+4
*
gcrypt: Explicitly initialize RNG backend to allocate static data
Martin Willi
2015-04-15
1
-0
/
+3
*
gcrypt: Support setting private value and testing of DH backend
Martin Willi
2015-04-15
1
-0
/
+19
*
diffie-hellman: Verify public DH values in backends
Martin Willi
2015-03-23
1
-0
/
+5
*
diffie-hellman: Add a bool return value to set_other_public_value()
Martin Willi
2015-03-23
1
-2
/
+3
*
diffie-hellman: Add a bool return value to get_my_public_value()
Martin Willi
2015-03-23
1
-1
/
+2
*
diffie-hellman: Use bool instead of status_t as get_shared_secret() return value
Martin Willi
2015-03-23
1
-3
/
+3
*
crypto: Define MODP_CUSTOM outside of IKE DH range
Tobias Brunner
2014-12-23
1
-1
/
+1
*
curl: For SSL features, depend on thread-safety provided by our crypto plugins
Martin Willi
2014-09-24
1
-0
/
+2
*
gcrypt: Use predefined pthread locking functions instead of custom hooks
Martin Willi
2014-07-01
1
-50
/
+4
*
plugins: Don't link with -rdynamic on Windows
Martin Willi
2014-06-04
1
-1
/
+1
*
lib: All settings use configured namespace
Tobias Brunner
2014-02-12
1
-2
/
+2
*
Remove HASH_PREFERRED, usages are replaced with HASH_SHA1, which is required ...
Tobias Brunner
2013-10-11
1
-1
/
+1
*
automake: replace INCLUDES by AM_CPPFLAGS
Martin Willi
2013-07-18
1
-3
/
+4
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
6
-6
/
+6
*
Add a return value to hasher_t.reset()
Martin Willi
2012-07-16
1
-1
/
+2
*
Add a return value to hasher_t.allocate_hash()
Martin Willi
2012-07-16
3
-10
/
+7
*
Add a return value to hasher_t.get_hash()
Martin Willi
2012-07-16
1
-1
/
+2
*
Add a return value to crypter_t.set_key()
Martin Willi
2012-07-16
1
-2
/
+2
*
Add a return value to crypter_t.decrypt()
Martin Willi
2012-07-16
1
-8
/
+8
*
Add a return value to crypter_t.encrypt
Martin Willi
2012-07-16
1
-14
/
+11
*
Check rng return value when generating DH secret in gcrypt plugin
Tobias Brunner
2012-07-16
1
-2
/
+2
*
RNGs' get_bytes and allocate_bytes return boolean
Tobias Brunner
2012-07-16
1
-2
/
+4
*
gcrypt: Register SHA1 first as HASH_PREFERRED depends on it
Tobias Brunner
2012-06-27
1
-1
/
+1
*
gcrypt does not support MD2
Andreas Steffen
2011-11-09
1
-1
/
+0
*
Add features support to gcrypt plugin.
Tobias Brunner
2011-10-17
1
-101
/
+74
*
Fixed common misspellings.
Tobias Brunner
2011-07-20
1
-1
/
+1
*
Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variable
Martin Willi
2011-05-19
1
-2
/
+2
*
Added a (not yet implemented) plugin_t method to reload plugin configuration
Martin Willi
2011-04-15
1
-0
/
+1
*
Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...
Martin Willi
2011-04-15
1
-35
/
+40
*
trace back crypto algorithms to the plugins that registered them
Andreas Steffen
2010-12-18
1
-33
/
+35
*
Added a final flag to builder registration to enumerate the actually supporte...
Martin Willi
2010-09-03
1
-3
/
+3
*
Added support for MODP_CUSTOM to gcrypt plugin
Martin Willi
2010-09-03
3
-19
/
+56
*
Use a seperate section for each nested struct member in INIT macro
Martin Willi
2010-08-18
7
-49
/
+65
*
Variable key length crypters use default key length if zero given
Martin Willi
2010-08-16
1
-1
/
+5
*
Implemented AES/Camellia counter mode in gcrypt
Martin Willi
2010-08-13
2
-6
/
+63
*
Add dedicated getter for the IV size to the crypter_t interface
Martin Willi
2010-08-13
1
-0
/
+10
*
Use bits instead of bytes for a private/public key
Martin Willi
2010-08-10
2
-4
/
+4
*
Added support for different encryption schemes to private/public keys
Martin Willi
2010-08-10
2
-2
/
+16
*
Migraded gcrypt plugin to INIT/METHOD macros
Martin Willi
2010-08-10
11
-242
/
+165
*
Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...
Martin Willi
2010-07-13
2
-19
/
+19
[next]