summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-05Translate from OpenSSL's HKDF API to BoringSSL API.tb1-8/+7
2022-05-05Remove function codes from errors, i.e., KDFerr(A, B) -> KDFerror(B)tb1-5/+5
2022-05-05Fix typo in previous.tb1-2/+2
2022-05-05Inline OPENSSL_memdup() using malloc() + memcpy()tb1-3/+5
2022-05-05Translate OPENSSL_{cleanse,clear_free,free,zalloc}() to libc API.tb1-11/+11
2022-05-05Adjust includes for LibreSSLtb1-4/+7
2022-05-05Use C99 initializres for hkdf_pkey_methtb1-26/+10
2022-05-05Remove OpenSSL versions of HKDF*().tb1-117/+1
2022-05-05Fix includes of the removed kdferr.htb2-4/+3
2022-05-05Add NID for HKDFtb2-0/+4
2022-05-04remove accidentally duplicated linetb1-2/+1
2022-05-04Whitespace nit (knfmt(1) agrees after inserting an empty line after thetb1-4/+5
2022-05-04KNF according to knfmt(1)tb2-275/+288
2022-05-04Add RCS tagstb3-0/+3
2022-05-04Restore copyright years to 2016-2018 as they were before the previoustb2-2/+2
2022-05-04Reinstate the licenses that were replaced with license stubs intb2-12/+100
2022-05-04Bump copyright years to 2016-2018 as it was before the previous commit.tb1-1/+1
2022-05-04Reinstate the license that was replaced with a stub in OpenSSL committb1-5/+49
2022-05-04Inline kdferr.h at the end of kdf.htb2-55/+37
2022-05-04Rename hkdf.c to hkdf_evp.c to avoid a name clash with hkdf/hkdf.ctb1-0/+0
2022-05-04Import HKDF code from OpenSSL 1.1.1otb4-0/+571
2022-05-04Rewrite asn1_collect() and asn1_find_end() with CBS.jsing1-77/+80
2022-05-04Avoid special handling of definite length before calling asn1_find_end().jsing1-10/+4
2022-05-04Change asn1_check_tag_cbs() out_len from long to size_t.jsing1-4/+10
2022-04-28Add tests that decode sequences into ASN.1 strings.jsing1-1/+97
2022-04-28Rewrite asn1_check_tlen() using CBS.jsing3-63/+113
2022-04-28Refactor ASN1_TIME_adj_internal()tb1-84/+82
2022-04-28Fix comparison in openssl(1) pkcs12inoguchi1-3/+3
2022-04-28Compare pointer value with NULL in openssl(1) pkcs12inoguchi1-31/+31
2022-04-27Decode via c2i_ASN1_INTEGER_cbs() from asn1_ex_c2i().jsing2-5/+5
2022-04-27Ensure we clear the error stack before running tests that print errors.jsing2-2/+10
2022-04-27Enable ASN.1 INTEGER tests with invalid lengths/encodings.jsing1-3/+1
2022-04-27Rewrite c2i_ASN1_INTEGER() using CBS.jsing1-84/+129
2022-04-27Remove the ASN.1 decoder tag/length cache (TLC).jsing1-90/+37
2022-04-27ASN1_{,const_}check_infinite_end(3) were removed in the last major bump,tb1-5/+2
2022-04-26Decode via c2i_ASN1_BIT_STRING_cbs() from asn1_ex_c2i().jsing3-9/+14
2022-04-23Rewrite c2i_ASN1_BIT_STRING() using CBS.jsing1-44/+83
2022-04-23Convert asn1_ex_c2i() to CBS.jsing3-24/+43
2022-04-23Add ASN1_INTEGER test coverage.jsing1-1/+248
2022-04-21Add missing self. From antontb1-2/+2
2022-04-21Clarify comments at the start of {asid,addr}_validate_path_internal()tb2-7/+7
2022-04-21Avoid expensive RFC 3779 checks during cert verificationtb3-16/+22
2022-04-21Fix X509_get_extension_flags()tb1-2/+2
2022-04-20Avoid use of uninitialized in BN_mod_exp_recp()tb1-2/+3
2022-04-19Drop unused KeyUpdate from debug printftb1-3/+1
2022-04-13Fix typo in last commit.millert1-2/+2
2022-04-13inet_net_pton_ipv6: avoid signed vs unsigned comparisonmillert1-3/+5
2022-04-12KNF for a brace and zap trailing blank linetb1-3/+3
2022-04-10Set ASN1_OBJECT_FLAG_DYNAMIC_DATA flag with t2i_ASN1_OBJECT_internalinoguchi1-1/+2
2022-04-07Avoid infinite loop on parsing DSA private keystb1-3/+24