]> git.ipfire.org Git - thirdparty/strongswan.git/commit
merged EAP framework from branch into trunk
authorMartin Willi <martin@strongswan.org>
Mon, 12 Feb 2007 15:56:47 +0000 (15:56 -0000)
committerMartin Willi <martin@strongswan.org>
Mon, 12 Feb 2007 15:56:47 +0000 (15:56 -0000)
commitf27f6296e6ae5beece739342fd54528cf91e5394
treec868a123b98b8a244b249473ab91b0bd4a764b31
parent6fda18d99d2b6eac921e731a52229d9c1cf8a295
merged EAP framework from branch into trunk
includes a lot of other modifications
64 files changed:
configure.in
scripts/cfg-leak
scripts/cfg-nodebug
scripts/cfg-norm
src/charon/Makefile.am
src/charon/config/policies/local_policy_store.c
src/charon/config/policies/policy.c
src/charon/config/policies/policy.h
src/charon/config/policies/policy_store.h
src/charon/daemon.c
src/charon/daemon.h
src/charon/doc/standards/rfc3748.txt [new file with mode: 0644]
src/charon/doc/standards/rfc4739.txt [new file with mode: 0644]
src/charon/encoding/generator.c
src/charon/encoding/message.c
src/charon/encoding/parser.c
src/charon/encoding/payloads/eap_payload.c
src/charon/encoding/payloads/eap_payload.h
src/charon/encoding/payloads/encodings.h
src/charon/encoding/payloads/notify_payload.c
src/charon/encoding/payloads/notify_payload.h
src/charon/sa/authenticators/authenticator.c
src/charon/sa/authenticators/eap/eap_aka.c [new file with mode: 0644]
src/charon/sa/authenticators/eap/eap_aka.h [new file with mode: 0644]
src/charon/sa/authenticators/eap/eap_method.c [new file with mode: 0644]
src/charon/sa/authenticators/eap/eap_method.h [new file with mode: 0644]
src/charon/sa/authenticators/eap_authenticator.c [new file with mode: 0644]
src/charon/sa/authenticators/eap_authenticator.h [new file with mode: 0644]
src/charon/sa/authenticators/psk_authenticator.c
src/charon/sa/authenticators/rsa_authenticator.c
src/charon/sa/ike_sa.c
src/charon/sa/transactions/create_child_sa.c
src/charon/sa/transactions/ike_auth.c
src/charon/threads/stroke_interface.c
src/libstrongswan/Makefile.am
src/libstrongswan/chunk.c
src/libstrongswan/chunk.h
src/libstrongswan/crypto/hashers/hasher.h
src/libstrongswan/crypto/hashers/md5_hasher.c
src/libstrongswan/crypto/hashers/sha1_hasher.c
src/libstrongswan/crypto/hashers/sha2_hasher.c
src/libstrongswan/crypto/prfs/fips_prf.c [new file with mode: 0644]
src/libstrongswan/crypto/prfs/fips_prf.h [new file with mode: 0644]
src/libstrongswan/crypto/prfs/prf.c
src/libstrongswan/crypto/prfs/prf.h
src/libstrongswan/crypto/signers/hmac_signer.c
src/libstrongswan/crypto/signers/hmac_signer.h
src/libstrongswan/crypto/signers/signer.c
src/libstrongswan/crypto/signers/signer.h
src/libstrongswan/library.c
src/libstrongswan/library.h
src/libstrongswan/utils/leak_detective.c
src/starter/Makefile.am
src/starter/args.c
src/starter/confread.c
src/starter/confread.h
src/starter/invokecharon.c
src/starter/keywords.h
src/starter/keywords.txt
src/starter/starterstroke.c
src/stroke/stroke.c
src/stroke/stroke.h
testing/start-testing
testing/testing.conf