summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-16Rewrite asn1_item_ex_d2i_sequence() using CBS and readable variable names.jsing1-131/+113
2022-05-14Add the two length tests. Can't currently run them because we need antb1-1/+6
2022-05-13Tweak regress in such a way that it would have caught the bug intb1-1/+6
2022-05-13Fix d2i_ASN1_OBJECT()tb1-2/+2
2022-05-12Call the ASN1_OP_D2I_PRE callback after ASN1_item_ex_new().jsing1-10/+8
2022-05-12Small readability tweak suggested by jsingtb1-1/+3
2022-05-12Enable X509v3_asid_subset() tests now that they no longer segfault.tb1-7/+1
2022-05-12Rewrite and fix X509v3_asid_subset()tb1-12/+30
2022-05-12Rename asn1_enc_free() to asn1_enc_cleanup().jsing3-6/+6
2022-05-12Rewrite asn1_item_ex_d2i_choice() using CBS.jsing1-73/+54
2022-05-12Rewrite asn1_enc_save() using CBS.jsing3-46/+69
2022-05-12Use freezero() with ASN1_ENCODING.jsing1-3/+3
2022-05-12Remove ASN1_AFLG_BROKEN.jsing2-19/+3
2022-05-12Add a few more testcases for X509v3_asid_subset()tb1-1/+144
2022-05-10Add a BUGS section to describe the problem of potential lies andtb1-2/+17
2022-05-10X509_check_ca() has 5 return values but still can't failtb1-3/+1
2022-05-10If Ruby 3.1 isn't available, try to fall back to Ruby 3.0 so thattb1-1/+5
2022-05-10Rewrite asn1_item_ex_d2i() using CBS.jsing1-58/+125
2022-05-10Remove ASN.1 combining.jsing5-82/+37
2022-05-09Simplify X509_ATTRIBUTE ASN.1 encoding.jsing6-101/+34
2022-05-08Remove openssl/cterr.h and inline it in openssl/ct.htb4-133/+58
2022-05-08Default Ruby is now 3.1tb1-2/+2
2022-05-07Sort alphabetically so that future omissions will be easier to spot.tb1-35/+35
2022-05-07Split asn1_item_ex_d2i() into three.jsing1-223/+287
2022-05-07zap stray tabtb1-2/+2
2022-05-07KNF nitstb1-7/+7
2022-05-07Rewrite asn1_d2i_ex_primitive() with CBS.jsing1-72/+86
2022-05-07Refactor asn1_ex_c2i()jsing1-39/+59
2022-05-07Avoid strict aliasing violations in BN_nist_mod_*()jsing1-86/+137
2022-05-06Add missing ERR_load_{COMP,CT,KDF}_strings()tb1-1/+11
2022-05-06Also check EVP_PKEY_CTX_new_id() return in example code. Letting thistb1-2/+4
2022-05-06Install EVP_PKEY_CTX_set_hkdf_md.3tb1-1/+2