| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Properly initialize attribute encoding/length values | Martin Willi | 2009-11-12 | 1 | -0/+2 |
* | Identation/whitespace cleanups | Martin Willi | 2009-11-12 | 1 | -60/+86 |
* | Simplified vendor ID payload interface | Martin Willi | 2009-11-12 | 2 | -85/+43 |
* | Invoke message hook before generation, allowing plugins to mangle it | Martin Willi | 2009-11-12 | 1 | -3/+2 |
* | Prefer MODP2048/1536 over ECP Diffie-Hellman groups | Martin Willi | 2009-11-12 | 1 | -11/+9 |
* | Use register_printf_specifier instead of deprecated register_printf_function,... | Martin Willi | 2009-11-12 | 2 | -5/+17 |
* | 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 |