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
/
gcrypt_plugin.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Added support for DH groups 22, 23 and 24, patch contributed by Joy Latten
Martin Willi
2010-04-19
1
-0
/
+6
|
*
Adding DBG_LIB to all calls of libstrongswan's version of DBG*.
Tobias Brunner
2010-04-06
1
-1
/
+1
|
*
Changed plugin constructors from plugin_create to plugin_name_plugin_create.
Tobias Brunner
2010-03-02
1
-1
/
+1
|
*
Separated the public interfaces of the threading primitives.
Tobias Brunner
2009-12-23
1
-1
/
+1
|
*
Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵
Tobias Brunner
2009-12-23
1
-1
/
+1
|
|
|
|
primitives (and utils/mutex.h is now threading.h).
*
Updated gcrypt plugin to the new builder API
Martin Willi
2009-09-10
1
-4
/
+8
|
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
1
-24
/
+24
|
*
OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵
Tobias Brunner
2009-08-14
1
-1
/
+1
|
|
|
|
enums mutex/condvar/rwlock_type_t.
*
support of SHA224-based certificate signatures
Andreas Steffen
2009-08-05
1
-0
/
+2
|
*
HASH_MD2 is not implemented yet in gcrypt
Andreas Steffen
2009-06-18
1
-2
/
+0
|
*
gcrypt actually does not implement IDEA
Martin Willi
2009-06-15
1
-2
/
+0
|
*
added a gcrypt.quick_random option to generate weak testing keys faster
Martin Willi
2009-06-15
1
-0
/
+5
|
*
gcrypt RSA public key implementation
Martin Willi
2009-06-09
1
-0
/
+5
|
*
gcrypt RSA private key implementation
Martin Willi
2009-06-09
1
-0
/
+7
|
*
gcrypt mpi based Diffie-Hellman implementation
Martin Willi
2009-06-09
1
-0
/
+21
|
*
gcrypt rng implementation
Martin Willi
2009-06-09
1
-0
/
+11
|
*
use abstract mutex_t for gcrypt locking callbacks
Martin Willi
2009-06-09
1
-4
/
+50
|
*
gcrypt crypter implementation
Martin Willi
2009-06-09
1
-0
/
+25
|
*
gcrypt hasher implementation
Martin Willi
2009-06-09
1
-0
/
+20
|
*
initialize gcrypt threadsave, currently for pthread only
Martin Willi
2009-06-09
1
-1
/
+25
|
*
added skeleton for libgcrypt based crypto plugin
Martin Willi
2009-06-09
1
-0
/
+52