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
/
libsimaka
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix memory management in SIM/AKA crypto functions
Martin Willi
2012-07-16
1
-3
/
+4
*
Add a return value to hasher_t.allocate_hash()
Martin Willi
2012-07-16
1
-2
/
+2
*
Add a return value to hasher_t.get_hash()
Martin Willi
2012-07-16
1
-5
/
+11
*
Add a return value to crypter_t.set_key()
Martin Willi
2012-07-16
1
-4
/
+4
*
Add a return value to crypter_t.decrypt()
Martin Willi
2012-07-16
1
-2
/
+4
*
Add a return value to crypter_t.encrypt
Martin Willi
2012-07-16
1
-1
/
+4
*
Check rng return value when generating SIM/AKA message IVs
Martin Willi
2012-07-16
1
-1
/
+4
*
Add a return value to prf_t.set_key()
Martin Willi
2012-07-16
1
-3
/
+12
*
Add a return value to prf_t.get_bytes()
Martin Willi
2012-07-16
1
-3
/
+16
*
Add a return value to signer_t.set_key()
Martin Willi
2012-07-16
1
-2
/
+9
*
Add a return value to simaka_crypto_t.derive_keys_*()
Martin Willi
2012-07-16
2
-19
/
+25
*
Add a return value to signer_t.get_signature()
Martin Willi
2012-07-16
1
-1
/
+4
*
Add a return value to simaka_message_t.generate()
Martin Willi
2012-07-16
2
-5
/
+7
*
Fixed additional typos in comments and log messages.
Tobias Brunner
2012-01-12
1
-2
/
+2
*
Fixed compiler warnings regarding enum comparison.
Tobias Brunner
2011-11-25
1
-1
/
+1
*
added dummy libsimaka_init() function needed for integrity testing
Andreas Steffen
2011-11-08
2
-0
/
+13
*
Add a plugin feature registration callback for SIM/AKA backends
Martin Willi
2011-10-14
2
-0
/
+108
*
Migrated simaka_message to INIT/METHOD macros
Martin Willi
2011-08-08
1
-62
/
+38
*
Migratd simaka_crypto to INIT/METHOD macros
Martin Willi
2011-08-08
1
-55
/
+39
*
Migrated all SIM/AKA code to libsimaka, use SIM and AKA backend managers regi...
Martin Willi
2011-08-08
9
-37
/
+1228
*
Install and link libsimaka as dynamic library
Martin Willi
2011-08-08
1
-1
/
+1
*
Use IV length of a crypter instead of block size for IV calculations
Martin Willi
2010-08-13
1
-4
/
+5
*
Changed all usages of lib->attributes to hydra->attributes.
Tobias Brunner
2010-03-24
1
-1
/
+1
*
Convert charon into libcharon.
Tobias Brunner
2010-03-19
1
-1
/
+1
*
Use message instead of attributes in hook
Martin Willi
2010-02-26
2
-10
/
+13
*
Invoke attribute/key hooks from libsimaka
Martin Willi
2009-11-30
2
-5
/
+13
*
Build libsimaka with libtool, as we require a PIC-enabled version
Martin Willi
2009-11-12
1
-3
/
+2
*
EAP-SIM/AKA crypto helper supports key derivation for fast reauthentication
Martin Willi
2009-11-12
3
-22
/
+110
*
A SIM/AKA message can be parsed twice, without and with decryption
Martin Willi
2009-11-12
2
-56
/
+110
*
Pass SIM/AKA crypto helper to constructor of message
Martin Willi
2009-11-12
2
-26
/
+35
*
Added a doxygen group for libsimaka, some cleanups
Martin Willi
2009-11-12
2
-18
/
+24
*
Centralized SIM/AKA notifications and client errors
Martin Willi
2009-11-12
2
-13
/
+118
*
Use the EAP-SIM/AKA crypto helper in EAP-SIM
Martin Willi
2009-11-12
2
-19
/
+30
*
libsimaka provides cryptographic functionality used in EAP-SIM and EAP-AKA
Martin Willi
2009-11-12
3
-1
/
+262
*
Added a libsimaka library with shared message handling code for EAP-SIM/AKA
Martin Willi
2009-11-12
3
-0
/
+998