tlse icon indicating copy to clipboard operation
tlse copied to clipboard

Support for latest libtomcrypt

Open enginelesscc opened this issue 2 years ago • 5 comments

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?

enginelesscc avatar Jun 03 '22 09:06 enginelesscc

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

eduardsui avatar Jun 03 '22 09:06 eduardsui

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.

enginelesscc avatar Jun 03 '22 09:06 enginelesscc

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

eduardsui avatar Jun 03 '22 09:06 eduardsui

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

enginelesscc avatar Jun 03 '22 11:06 enginelesscc

c.f. https://github.com/libtom/libtomcrypt/pull/596 which should make it easier to update ltc

sjaeckel avatar Aug 05 '22 15:08 sjaeckel

TLSe now supports latest libtomcrypt version.

Thanks, E.

eduardsui avatar Feb 06 '24 22:02 eduardsui