Skip to content
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

Closed
enginelesscc opened this issue Jun 3, 2022 · 6 comments
Closed

Support for latest libtomcrypt #68

enginelesscc opened this issue Jun 3, 2022 · 6 comments

Comments

@enginelesscc
Copy link

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?

@eduardsui
Copy link
Owner

Hello! Yeah, I think I’ve missed that release. I will take a look, it should be fairly easy to support it.

@enginelesscc
Copy link
Author

ltc has not released an update for 4 years, and there hasn't been a new one yet :)
I'm asking because I would like to use master instead of 1.18.2
Thank you for looking into it.

@eduardsui
Copy link
Owner

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).

@enginelesscc
Copy link
Author

I see, sadly doesn't look like there will be a release anytime soon despite the amount of positive changes :/

@sjaeckel
Copy link
Collaborator

sjaeckel commented Aug 5, 2022

c.f. libtom/libtomcrypt#596 which should make it easier to update ltc

@eduardsui
Copy link
Owner

TLSe now supports latest libtomcrypt version.

Thanks,
E.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants