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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
pkcs11: Use callback registration for pkcs11-manager.
Tobias Brunner
2011-10-31
1
-25
/
+73
|
|
|
|
|
|
Otherwise a plugin providing X509 decoding capabilities might be unloaded before the manager which will result in a segmentation fault when certificates in the manager's credential sets are to be destroyed.
*
pkcs11: Merged the ECDH into the DH implementation.
Tobias Brunner
2011-10-31
5
-404
/
+209
|
*
pkcs11: Use get_ck_attribute for ECDH.
Tobias Brunner
2011-10-31
1
-63
/
+13
|
*
pkcs11: Use get_ck_attribute for DH.
Tobias Brunner
2011-10-31
1
-28
/
+6
|
*
pkcs11: Method added to library to extract a single attribute from an object.
Tobias Brunner
2011-10-31
2
-1
/
+50
|
*
pkcs11: Added names for CKA_* constants.
Tobias Brunner
2011-10-31
2
-1
/
+123
|
*
pkcs11: Added support for ECDH.
Tobias Brunner
2011-10-31
4
-1
/
+422
|
*
pkcs11: Added definitions needed for ECDH to pkcs11.h.
Tobias Brunner
2011-10-31
1
-0
/
+24
|
*
pkcs11: Specify object class and key type when deriving DH secrets.
Tobias Brunner
2011-10-31
1
-0
/
+4
|
|
|
|
pkcs11_softtoken on OpenSolaris requires this (probably others too).
*
pkcs11: Add features support.
Tobias Brunner
2011-10-31
3
-84
/
+90
|
*
pkcs11: Added support for DH.
Tobias Brunner
2011-10-31
4
-0
/
+377
|
*
pkcs11: Error message fixed.
Tobias Brunner
2011-10-31
1
-1
/
+1
|
*
pkcs11: Added support to generate random numbers on a token.
Tobias Brunner
2011-10-31
4
-0
/
+201
|
*
pkcs11: Properly destroy mutex in pkcs11_hasher if no token found.
Tobias Brunner
2011-10-31
1
-0
/
+1
|
*
Added features support to agent plugin
Andreas Steffen
2011-10-30
1
-4
/
+11
|
*
Added features support to dnskey plugin
Andreas Steffen
2011-10-30
1
-7
/
+14
|
*
Added features support to pgp plugin
Andreas Steffen
2011-10-30
1
-19
/
+23
|
*
Added features support to pkcs1 plugin
Andreas Steffen
2011-10-30
1
-13
/
+16
|
*
added newline
Andreas Steffen
2011-10-30
1
-0
/
+1
|
*
remove pem_encoder_encode
Andreas Steffen
2011-10-30
1
-0
/
+2
|
*
Add features support to pem plugin
Andreas Steffen
2011-10-30
1
-53
/
+58
|
*
Add features support to pubkey plugin
Andreas Steffen
2011-10-26
1
-6
/
+11
|
*
Add features support to x509 plugin
Andreas Steffen
2011-10-26
1
-42
/
+38
|
*
Avoid heaps of compiler warnings due to plugin features registration.
Tobias Brunner
2011-10-17
1
-2
/
+2
|
*
Add features support to gcrypt plugin.
Tobias Brunner
2011-10-17
1
-101
/
+74
|
*
Add features support to md4 plugin
Andreas Steffen
2011-10-17
1
-6
/
+12
|
*
Don't enforce features with soft dependencies before all plugins are loaded
Martin Willi
2011-10-14
1
-4
/
+4
|
*
Don't try to load a feature again after failure
Martin Willi
2011-10-14
1
-4
/
+28
|
*
Reset registration function for each plugin during feature loading
Martin Willi
2011-10-14
1
-1
/
+2
|
*
Add features support to fips-prf plugin
Martin Willi
2011-10-14
1
-12
/
+13
|
*
Added macro to define CUSTOM plugin features
Martin Willi
2011-10-14
1
-0
/
+1
|
*
Doxygen fixups
Martin Willi
2011-10-14
2
-2
/
+1
|
*
Fixed memleak in plugin unloading
Martin Willi
2011-10-14
1
-0
/
+1
|
*
Load features after each plugin loaded until all plugins have feature support
Martin Willi
2011-10-14
1
-4
/
+7
|
*
Fixed compiler warning
Martin Willi
2011-10-14
1
-3
/
+0
|
*
Fixed AES key length in openssl plugin
Martin Willi
2011-10-14
1
-2
/
+2
|
*
Implemented feature unloading, moved feature registration plugin_features.c
Martin Willi
2011-10-14
3
-126
/
+280
|
*
Don't use union members directly in plugin_feature_t.
Tobias Brunner
2011-10-14
3
-61
/
+66
|
*
Unload plugins which we were not able to load any features from.
Tobias Brunner
2011-10-14
1
-0
/
+26
|
*
Fixed comment of create_plugin_enumerator.
Tobias Brunner
2011-10-14
1
-3
/
+3
|
*
Easier to understand test for soft dependencies in dependencies_satisfied.
Tobias Brunner
2011-10-14
1
-2
/
+1
|
*
Add features support to ctr plugin
Martin Willi
2011-10-14
1
-19
/
+23
|
*
Add features support to gcm plugin
Martin Willi
2011-10-14
1
-17
/
+29
|
*
Add features support to ccm plugin
Martin Willi
2011-10-14
1
-30
/
+49
|
*
Add aead plugin features
Martin Willi
2011-10-14
3
-0
/
+26
|
*
Announce openssl features only if actually supported
Martin Willi
2011-10-14
1
-16
/
+64
|
*
Add features support to des plugin
Martin Willi
2011-10-14
1
-10
/
+14
|
*
Add features support to soup plugin
Martin Willi
2011-10-14
1
-8
/
+13
|
*
Add features support to ldap plugin
Martin Willi
2011-10-14
1
-8
/
+13
|
*
Add features support to curl plugin
Martin Willi
2011-10-14
1
-16
/
+19
|
[prev]
[next]