summaryrefslogtreecommitdiff
path: root/lib/libtls/tls_signer.c
AgeCommit message (Expand)Author
2024-06-11sync includes in tls_signer.cOmar Polo
2024-03-28Use TLS_ERROR_INVALID_ARGUMENT for "too large" and "too small" errorsjoshua
2024-03-28Use TLS_ERROR_OUT_OF_MEMORY error code for calloc errors in libtlsjoshua
2024-03-26Add error code support to libtlsjoshua
2023-06-18Turns out EC_KEY_METHOD_new() has dup built in...Theo Buehler
2023-06-18tls_signer: reinstate the default EC_KEY methodsTheo Buehler
2023-06-18Switch tls_ecdsa_do_sign() to EC_KEY_get_ex_data()Theo Buehler
2023-06-18libtls: switch ECDSA_METHOD usage to EC_KEY_METHODOmar Polo
2023-04-09Drop X9.31 support from libtlsTheo Buehler
2022-02-01Provide our own signature padding defines.Joel Sing
2022-02-01Revise signer callback interface.Joel Sing
2022-01-29Add limits.h for INT_MAX in tls_signer.cKinichiro Inoguchi
2022-01-25Introduce a signer interface intented to make TLS privsep simplerEric Faurot