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
/
af_alg
/
af_alg_crypter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check and forward syscall errors in AF_ALG
Martin Willi
2012-07-16
1
-14
/
+5
*
Add a return value to crypter_t.set_key()
Martin Willi
2012-07-16
1
-1
/
+2
*
Add a return value to crypter_t.decrypt()
Martin Willi
2012-07-16
1
-1
/
+2
*
Add a return value to crypter_t.encrypt
Martin Willi
2012-07-16
1
-1
/
+2
*
Add features support to af_alg plugin
Martin Willi
2011-10-14
1
-12
/
+7
*
Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...
Martin Willi
2011-04-15
1
-2
/
+2
*
Use an IV size of zero for DES in ECB mode
Martin Willi
2011-04-08
1
-1
/
+1
*
Added support for DES_ECB to af-alg, required for eap-mschapv2
Martin Willi
2011-04-05
1
-0
/
+1
*
printed plugin names have a hyphen
Andreas Steffen
2010-12-24
1
-1
/
+1
*
Probe for supported AF_ALG algorithms, register dynamically
Martin Willi
2010-12-20
1
-35
/
+64
*
Register some less common AF_ALG ciphers (cast5, serpent, twofish, blowfish)
Martin Willi
2010-12-20
1
-0
/
+10
*
Use the AF_ALG wrapper in hasher, crypter and signer
Martin Willi
2010-12-20
1
-112
/
+15
*
Implemented crypter on top of AF_ALG
Martin Willi
2010-12-20
1
-0
/
+295