We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://twitter.com/kensan42/status/457259429319413760 http://www.codelabs.ch/tkm/ike-separation.pdf https://www.strongswan.org/blog/2013/04/06/strongswan-5.0.3-released.html https://strongswan.org/testing/testresults/tkm/ https://codelabs.ch/tkm/
The text was updated successfully, but these errors were encountered:
TKM does not support the encryption modes we use :-(.
Supported cipher suites and modes from the docs:
We're using the following config for IKEv2 crypto:
# ike=encryption-integrity-prf-dhgroup ike=aes128gcm16-sha2_256-prfsha256-ecp256! # esp = encryption-integrity-dhgroup esp=aes128gcm16-sha2_256-ecp256!
We would have to make the following changes to support TKIM, none of which I want to make:
More info about IKEv2 cipher suites can be found in the StrongSwan docs and from IANA.
TKM may also have other limitations that we would run into, noted at the bottom of their docs.
Sorry, something went wrong.
No branches or pull requests
https://twitter.com/kensan42/status/457259429319413760
http://www.codelabs.ch/tkm/ike-separation.pdf
https://www.strongswan.org/blog/2013/04/06/strongswan-5.0.3-released.html
https://strongswan.org/testing/testresults/tkm/
https://codelabs.ch/tkm/
The text was updated successfully, but these errors were encountered: