]> git.ipfire.org Git - thirdparty/strongswan.git/commit
Implemented full BLISS support for IKEv2 public key authentication and the pki tool
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 28 Nov 2014 12:13:47 +0000 (13:13 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Sat, 29 Nov 2014 13:51:18 +0000 (14:51 +0100)
commitb6bb32e658347ac150478959c0f15caab0fdea88
treed1481682d60927c96d23bd0d11faac8e9b0f2a0f
parent43d92475998f85b977ca98dd8ac81fc630a19000
Implemented full BLISS support for IKEv2 public key authentication and the pki tool
17 files changed:
src/libcharon/plugins/stroke/stroke_cred.c
src/libcharon/plugins/stroke/stroke_plugin.c
src/libcharon/sa/authenticator.c
src/libcharon/sa/authenticator.h
src/libcharon/sa/ikev2/authenticators/pubkey_authenticator.c
src/libstrongswan/plugins/bliss/bliss_plugin.c
src/libstrongswan/plugins/x509/x509_ac.c
src/libstrongswan/plugins/x509/x509_crl.c
src/libstrongswan/plugins/x509/x509_ocsp_request.c
src/libstrongswan/plugins/x509/x509_ocsp_response.c
src/libstrongswan/plugins/x509/x509_pkcs10.c
src/pki/commands/acert.c
src/pki/commands/issue.c
src/pki/commands/keyid.c
src/pki/commands/req.c
src/pki/commands/self.c
src/pki/commands/signcrl.c