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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed compiler warning about missing return value
Martin Willi
2009-11-12
1
-1
/
+2
*
Support variable RES length in AKA quintuplets
Martin Willi
2009-11-12
14
-34
/
+57
*
Ported pseudonym/reauth functionality to EAP-AKA
Martin Willi
2009-11-12
5
-66
/
+568
*
Passing other as NULL should not always result in a match if me matches
Martin Willi
2009-11-12
1
-2
/
+2
*
Use new identity constructor in EAP-SIM
Martin Willi
2009-11-12
3
-42
/
+23
*
Added identification constructor using a chunk of data, guessing id type
Martin Willi
2009-11-12
2
-0
/
+20
*
Moved card/provider enumeration to SIM manager, providing wrapped functions f...
Martin Willi
2009-11-12
6
-288
/
+527
*
Added option to disable identity requests completely (old behavior)
Martin Willi
2009-11-12
2
-13
/
+17
*
Fixed replacing existing reauthentication data
Martin Willi
2009-11-12
1
-6
/
+6
*
Initiate full authentication if reauthentication identity is unknown
Martin Willi
2009-11-12
1
-1
/
+6
*
Moved reauth/pseudonym functionality from eap-sim-file to separate plugins, u...
Martin Willi
2009-11-12
17
-375
/
+1209
*
eap-sim-file plugin supports volatile in-memory storage of fast reauthenticat...
Martin Willi
2009-11-12
2
-25
/
+199
*
Initial support for fast reauthentication in EAP-SIM
Martin Willi
2009-11-12
2
-31
/
+422
*
EAP-SIM/AKA crypto helper supports key derivation for fast reauthentication
Martin Willi
2009-11-12
5
-26
/
+118
*
Fallback to permanent identity request if pseudonym mapping failed
Martin Willi
2009-11-12
2
-63
/
+119
*
Query triplet/quintuplet functions with permanent identity only,
Martin Willi
2009-11-12
5
-110
/
+101
*
eap-sim-file plugin can store pseudonym information volatile in memory
Martin Willi
2009-11-12
4
-5
/
+225
*
Some coding style cleanups
Martin Willi
2009-11-12
1
-33
/
+47
*
Impemented basic pseudonym support in EAP-SIM
Martin Willi
2009-11-12
2
-24
/
+221
*
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
6
-77
/
+86
*
Added a doxygen group for libsimaka, some cleanups
Martin Willi
2009-11-12
4
-20
/
+26
*
Added missing hasher include
Martin Willi
2009-11-12
1
-0
/
+1
*
EAP servers check if the received EAP message was expected
Martin Willi
2009-11-12
2
-0
/
+52
*
Use existing triplet length definitions
Martin Willi
2009-11-12
2
-33
/
+16
*
Splitted EAP-AKA in peer and server implementations, use libsimaka helper lib...
Martin Willi
2009-11-12
8
-1122
/
+869
*
Proper handling of non-skippable attributes and client error codes in EAP-SIM
Martin Willi
2009-11-12
2
-33
/
+65
*
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
4
-211
/
+79
*
libsimaka provides cryptographic functionality used in EAP-SIM and EAP-AKA
Martin Willi
2009-11-12
3
-1
/
+262
*
Migrated EAP-SIM to libsimaka, separated server/peer implementations
Martin Willi
2009-11-12
7
-1175
/
+1047
*
Added a libsimaka library with shared message handling code for EAP-SIM/AKA
Martin Willi
2009-11-12
4
-0
/
+1002
*
sim_provider_t API gained support for pseudonym/fast reauthentication
Martin Willi
2009-11-12
3
-16
/
+52
*
sim_card_t API gained support for pseudonym/fast reauthentication
Martin Willi
2009-11-12
3
-16
/
+63
*
fixed 4.3.6 ocsp regression
Andreas Steffen
2009-11-11
4
-24
/
+24
*
adapted log message
Andreas Steffen
2009-11-10
1
-2
/
+2
*
merged pluto's PGP certificate parsing with charon's
Andreas Steffen
2009-11-10
2
-57
/
+0
*
merged pluto's PGP certificate parsing with charon's
Andreas Steffen
2009-11-10
25
-1088
/
+472
*
added separating line
Andreas Steffen
2009-11-10
1
-0
/
+1
*
added some debugging to pgp certificate parsing
Andreas Steffen
2009-11-10
2
-8
/
+35
*
accept PGP v3 or v4 fingerprint as alternative to PGP user_id
Andreas Steffen
2009-11-09
1
-2
/
+11
*
Install bypass policies after creating XFRM netlink socket, loading xfrm_user...
Martin Willi
2009-11-09
1
-6
/
+6
*
put PGP userid in single quotes
Andreas Steffen
2009-11-08
1
-1
/
+1
*
list v3 or v4 fingerprint
Andreas Steffen
2009-11-08
3
-3
/
+65
*
stroke_list supports listing of PGP certificates
Andreas Steffen
2009-11-08
1
-1
/
+50
*
define TIME_32_BITS_SIGNED_MAX in utils.h
Andreas Steffen
2009-11-08
3
-7
/
+10
*
pluto ignores proprietary Juniper SRX notification 40001
Andreas Steffen
2009-11-05
2
-2
/
+13
*
implemented path length constraint checkinf for IKEv2
Andreas Steffen
2009-11-04
9
-36
/
+63
*
display printable characters in dntoa()
Andreas Steffen
2009-11-04
1
-9
/
+4
*
check if acerts linked_list has been initialized before destroying it
Andreas Steffen
2009-11-04
1
-1
/
+4
[prev]
[next]