summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2022-05-04remove accidentally duplicated lineTheo Buehler
2022-05-04Whitespace nit (knfmt(1) agrees after inserting an empty line after theTheo Buehler
2022-05-04KNF according to knfmt(1)Theo Buehler
2022-05-04Add RCS tagsTheo Buehler
2022-05-04Restore copyright years to 2016-2018 as they were before the previousTheo Buehler
2022-05-04Reinstate the licenses that were replaced with license stubs inTheo Buehler
2022-05-04Bump copyright years to 2016-2018 as it was before the previous commit.Theo Buehler
2022-05-04Reinstate the license that was replaced with a stub in OpenSSL commitTheo Buehler
2022-05-04Inline kdferr.h at the end of kdf.hTheo Buehler
2022-05-04Rename hkdf.c to hkdf_evp.c to avoid a name clash with hkdf/hkdf.cTheo Buehler
2022-05-04Import HKDF code from OpenSSL 1.1.1oTheo Buehler
2022-05-04Rewrite asn1_collect() and asn1_find_end() with CBS.Joel Sing
2022-05-04Avoid special handling of definite length before calling asn1_find_end().Joel Sing
2022-05-04Change asn1_check_tag_cbs() out_len from long to size_t.Joel Sing
2022-04-28Rewrite asn1_check_tlen() using CBS.Joel Sing
2022-04-28Refactor ASN1_TIME_adj_internal()Theo Buehler
2022-04-27Decode via c2i_ASN1_INTEGER_cbs() from asn1_ex_c2i().Joel Sing
2022-04-27Rewrite c2i_ASN1_INTEGER() using CBS.Joel Sing
2022-04-27Remove the ASN.1 decoder tag/length cache (TLC).Joel Sing
2022-04-27ASN1_{,const_}check_infinite_end(3) were removed in the last major bump,Theo Buehler
2022-04-26Decode via c2i_ASN1_BIT_STRING_cbs() from asn1_ex_c2i().Joel Sing
2022-04-23Rewrite c2i_ASN1_BIT_STRING() using CBS.Joel Sing
2022-04-23Convert asn1_ex_c2i() to CBS.Joel Sing
2022-04-21Clarify comments at the start of {asid,addr}_validate_path_internal()Theo Buehler
2022-04-21Avoid expensive RFC 3779 checks during cert verificationTheo Buehler
2022-04-21Fix X509_get_extension_flags()Theo Buehler
2022-04-20Avoid use of uninitialized in BN_mod_exp_recp()Theo Buehler
2022-04-12KNF for a brace and zap trailing blank lineTheo Buehler
2022-04-10Set ASN1_OBJECT_FLAG_DYNAMIC_DATA flag with t2i_ASN1_OBJECT_internalKinichiro Inoguchi
2022-04-07Avoid infinite loop on parsing DSA private keysTheo Buehler
2022-04-07Avoid infinite loop for custom curves of order 1Theo Buehler
2022-03-31man pages: fix some typos found while looking for other issuesChristian Weisgerber
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-31Fix leak in ASN1_TIME_adj_internal()Theo Buehler
2022-03-31Simplify priv_key handling in d2i_ECPrivateKey()Theo Buehler
2022-03-30Avoid segfaults in EVP_PKEY_CTX_free()Theo Buehler
2022-03-30pkey_hmac_init(): use calloc()Theo Buehler
2022-03-29Given asn1/a_object.c rev. 1.45 by jsing@, stop talking about BUGSIngo Schwarze
2022-03-29man pages: add missing commas in enumerationsChristian Weisgerber
2022-03-29Bound cofactor in EC_GROUP_set_generator()Theo Buehler
2022-03-29Do not zero cofactor on ec_guess_cofactor() successTheo Buehler
2022-03-29Zap trailing whitespaceTheo Buehler
2022-03-28Remove extra 'or'Claudio Jeker
2022-03-26name constraints: be more careful with NULsTheo Buehler
2022-03-26Convert c2i_ASN1_OBJECT() and d2i_ASN1_OBJECT to CBS.Joel Sing
2022-03-26Provide asn1_get_primitive()Joel Sing
2022-03-25use the new CPU_ID_AA64ISAR0 sysctl to determine CPU features on arm64Robert Nagy
2022-03-23Start disentangling armv7 and aarch64 codeTheo Buehler
2022-03-20Move/group i2d_ASN1_OBJECT() and d2i_ASN1_OBJECT().Joel Sing
2022-03-19Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj()Joel Sing