-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
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
Support for latest libtomcrypt #68
Comments
Hello! Yeah, I think I’ve missed that release. I will take a look, it should be fairly easy to support it. |
ltc has not released an update for 4 years, and there hasn't been a new one yet :) |
I’ve already done some tests a year ago with the master branch. I remember some structure changes, but relatively light. I think I wanted to see a release to put the new code on github (to avoid mantaining both release and master). |
I see, sadly doesn't look like there will be a release anytime soon despite the amount of positive changes :/ |
c.f. libtom/libtomcrypt#596 which should make it easier to update ltc |
TLSe now supports latest libtomcrypt version. Thanks, |
Last release of ltc is v1.18.2, released mid 2018 and there have been many changes and addition in master branch since
(example: inbuilt support for x22519 and ed25519)
This also means there have been breaking changes around ecc and tlse will not compile with latest ltc
Are there any plans to support this?
The text was updated successfully, but these errors were encountered: