summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2022-05-25Remove an unnecessary XXX comment. The suggested check is part ofTheo Buehler
2022-05-24Clean up ASN1_item_sign_ctx() a littleTheo Buehler
2022-05-24Simplify ec_asn1_group2curve()Theo Buehler
2022-05-24Straightforward conversion of ecdh_cms_encrypt() toTheo Buehler
2022-05-24Rewrite X509_PUBKEY_set0_param() to use asn1_abs_set_unused_bits()Theo Buehler
2022-05-24Use asn1_abs_set_unused_bits() in asn1_str2type()Theo Buehler
2022-05-21Remove some unhelpful comments and spell NULL correctly.Joel Sing
2022-05-21Factor out ASN1_ITYPE_EXTERN handling.Joel Sing
2022-05-21Use 'at' for ASN1_TEMPLATE variable names rather than 'tt'.Joel Sing
2022-05-21Remove _ex_ from all of the internal function names.Joel Sing
2022-05-20Drop *out == NULL check in ASN1_STRING_to_UTF8()Theo Buehler
2022-05-20Don't pass uninitialized pointer to ASN1_STRING_to_UTF8()Theo Buehler
2022-05-20Don't pass uninitialized pointer to ASN1_STRING_to_UTF8()Theo Buehler
2022-05-19Reorder functions within file.Joel Sing
2022-05-19Rewrite the asn1_template_*() functions with CBS.Joel Sing
2022-05-19Add missing space between No macro and "authority".Theo Buehler
2022-05-17Refactor asn1_d2i_ex_primitive()Joel Sing
2022-05-17Refactor ASN.1 template functions before rewriting.Joel Sing
2022-05-17Expose asn1_abs_set_unused_bits() in asn1_locl.hTheo Buehler
2022-05-17Rewrite make_addressRange() using CBSTheo Buehler
2022-05-17Simplify make_addressPrefix()Theo Buehler
2022-05-16Clean up and fix ASN1_STRING_to_UTF8()Theo Buehler
2022-05-16Remove a stray spaceTheo Buehler
2022-05-16Avoid use of uninitialized in ASN1_STRING_to_UTF8()Theo Buehler
2022-05-16Rewrite asn1_item_ex_d2i_sequence() using CBS and readable variable names.Joel Sing
2022-05-13Fix d2i_ASN1_OBJECT()Theo Buehler
2022-05-12Call the ASN1_OP_D2I_PRE callback after ASN1_item_ex_new().Joel Sing
2022-05-12Small readability tweak suggested by jsingTheo Buehler
2022-05-12Rewrite and fix X509v3_asid_subset()Theo Buehler
2022-05-12Rename asn1_enc_free() to asn1_enc_cleanup().Joel Sing
2022-05-12Rewrite asn1_item_ex_d2i_choice() using CBS.Joel Sing
2022-05-12Rewrite asn1_enc_save() using CBS.Joel Sing
2022-05-12Use freezero() with ASN1_ENCODING.Joel Sing
2022-05-12Remove ASN1_AFLG_BROKEN.Joel Sing
2022-05-10Add a BUGS section to describe the problem of potential lies andTheo Buehler
2022-05-10X509_check_ca() has 5 return values but still can't failTheo Buehler
2022-05-10Rewrite asn1_item_ex_d2i() using CBS.Joel Sing
2022-05-10Remove ASN.1 combining.Joel Sing
2022-05-09Simplify X509_ATTRIBUTE ASN.1 encoding.Joel Sing
2022-05-08Remove openssl/cterr.h and inline it in openssl/ct.hTheo Buehler
2022-05-07Sort alphabetically so that future omissions will be easier to spot.Theo Buehler
2022-05-07Split asn1_item_ex_d2i() into three.Joel Sing
2022-05-07zap stray tabTheo Buehler
2022-05-07KNF nitsTheo Buehler
2022-05-07Rewrite asn1_d2i_ex_primitive() with CBS.Joel Sing
2022-05-07Refactor asn1_ex_c2i()Joel Sing
2022-05-07Avoid strict aliasing violations in BN_nist_mod_*()Joel Sing
2022-05-06Add missing ERR_load_{COMP,CT,KDF}_strings()Theo Buehler
2022-05-06Also check EVP_PKEY_CTX_new_id() return in example code. Letting thisTheo Buehler
2022-05-06Install EVP_PKEY_CTX_set_hkdf_md.3Theo Buehler