Commit graph

16 commits

Author SHA1 Message Date
orignal 302af823a3 fixed race condition with openssl 3.2.0 2023-12-30 15:55:53 -05:00
orignal 43e130ee34 reinitialize context before each Sign/Verify call to make it working with openssl 3.2 2023-12-19 19:29:08 -05:00
R4SAS edc0162163
clean line trailing spaces and tabs
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2021-11-27 23:30:35 +03:00
orignal 9965d72990 don't store EVP_PKEY with EdDSA signer and verifier 2021-10-26 21:36:34 -04:00
R4SAS 8bae4975fb add copyright headers
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2020-05-22 18:14:53 +00:00
R4SAS 7a5146ea74 fix code syle(spaces->tabs, tabulations)
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2020-05-22 18:14:53 +00:00
orignal ff44bcc489 complete implementation of RedDSA 2019-03-24 18:42:52 -04:00
orignal bce4224d6e extract and verify LS2 transient key 2019-01-01 17:00:37 -05:00
orignal 358cdcf4c4 removed RSA signatures completly 2018-09-21 11:16:38 -04:00
orignal 7c70affd7f eddsa signer fallback 2018-09-14 21:23:16 -04:00
orignal 2c58fe736b fixed build error with openssl 1.1.1 2018-09-05 09:51:03 -04:00
orignal 2c3b19a539 use EdDSA from openssl 1.1.1 2018-09-03 17:39:49 -04:00
orignal cd0f75106a moved Ed25519 away from signature 2018-06-04 16:06:38 -04:00
yangfl 46f62e1af9 remove trailing whitespaces 2018-01-06 22:24:03 +08:00
brain5lug 8e3c9410dc missed self assigment check for EDDSAPoint 2017-09-29 00:48:14 +03:00
Jeff Becker 4cc3b7f9fb restructure build to separate the 3 main components into 3 subdirectories
libi2pd for core libs

libi2pd_client for i2pd client libs

daemon for i2pd daemon libs
2017-04-21 06:33:45 -04:00
Renamed from Signature.h (Browse further)