summaryrefslogtreecommitdiff
path: root/lib/libtls
AgeCommit message (Expand)Author
2024-08-31major bump for libcrypto libssl and libtlsTheo Buehler
2024-08-12Give libtls the same bump as libsslTheo Buehler
2024-08-02libtls: fix legacy protocol parsingTheo Buehler
2024-06-11sync includes in tls_signer.cOmar Polo
2024-04-15crank libtls like libcrypto and libsslTheo Buehler
2024-04-08Remove spaces before tabsTheo Buehler
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-27Add TLS_ERROR_INVALID_ARGUMENT error code to libtlsjoshua
2024-03-26Add TLS_ERROR_INVALID_CONTEXT error code to libtlsjoshua
2024-03-26Fix previous commit.Joel Sing
2024-03-26Add error code support to libtlsjoshua
2024-03-26Use errno_value instead of num for readabilityjoshua
2024-03-26Use errno_value instead of num for readabilityjoshua
2024-03-24Convert libressl to use the BoringSSL style time conversionsBob Beck
2024-03-02crank libtls majorTheo Buehler
2023-11-22typo: mutiple -> multipleOmar Polo
2023-11-13Remove last caller of ASN1_time_parse(3) in libtlsTheo Buehler
2023-11-13Remove ASN1_time_parse() dependency in tls_conninfo.cTheo Buehler
2023-09-18remove tls_reset(3) from the NAME, SYNOPSIS, and HISTORY sectionsIngo Schwarze
2023-07-28bump libcrypto, libssl, libtls majorsTheo Buehler
2023-07-02Remove the ability to do tls 1.0 and 1.1 from libtls.Bob Beck
2023-06-27Zap stray spaceTheo Buehler
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-06-01Rework tls_check_subject_altname() error handlingTheo Buehler
2023-06-01Check for X509_get_ext_d2i() failureTheo Buehler
2023-05-29Correctly catch all return values from X509_NAME_get_index_by_NIDBob Beck
2023-05-28correct comment, spotted by tb@Bob Beck
2023-05-28Refactor tls_check_common_name to use lower level API.Bob Beck
2023-05-25Forcibly update the EVP_PKEY's internal keyOmar Polo
2023-05-14add missing #include <string.h>; ok tb@Omar Polo
2023-05-11tls_verify.c: give up on variable alignment in this fileTheo Buehler
2023-05-10switch two ASN1_STRING_data() to ASN1_STRING_get0_data()Omar Polo
2023-05-05Use -Wshadow with clangTheo Buehler
2023-05-05Fix error handling in tls_check_common_name()Theo Buehler
2023-04-25Bump majors after symbol addition and removalTheo Buehler
2023-04-09Drop X9.31 support from libtlsTheo Buehler
2023-03-10Crankl libcrypto/libssl/libtls minors after symbol additionTheo Buehler
2022-11-13Bump libtls minor to match libcrypto and libsslTheo Buehler
2022-09-11bump major after libcrypto and libssl major bumpTheo Buehler
2022-07-07Bump libtls minor after libcrypto and libssl minor bumpTheo Buehler
2022-03-24Crank major after symbol removal.Theo Buehler
2022-03-24Hide the tls_signer from public visibility. It's not ready yet andTheo Buehler
2022-02-08Plug a long standing leak in libtls CRL handlingTheo 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