summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-24Recent changes to truncate(2) swapped the ordering of some validationsanton1-2/+2
2022-05-21Remove some unhelpful comments and spell NULL correctly.jsing1-10/+4
2022-05-21Factor out ASN1_ITYPE_EXTERN handling.jsing1-15/+32
2022-05-21Use 'at' for ASN1_TEMPLATE variable names rather than 'tt'.jsing1-52/+58
2022-05-21Remove _ex_ from all of the internal function names.jsing1-35/+35
2022-05-21system(3) should ignore SIGINT and SIGQUIT until the shell exits.millert1-4/+17
2022-05-20Drop *out == NULL check in ASN1_STRING_to_UTF8()tb1-2/+6
2022-05-20Don't pass uninitialized pointer to ASN1_STRING_to_UTF8()tb1-2/+2
2022-05-20Don't pass uninitialized pointer to ASN1_STRING_to_UTF8()tb1-2/+2
2022-05-19Reorder functions within file.jsing1-624/+608
2022-05-19Rewrite the asn1_template_*() functions with CBS.jsing1-218/+168
2022-05-19Add missing space between No macro and "authority".tb1-3/+3
2022-05-17Refactor asn1_d2i_ex_primitive()jsing1-98/+146
2022-05-17Refactor ASN.1 template functions before rewriting.jsing1-133/+145
2022-05-17Expose asn1_abs_set_unused_bits() in asn1_locl.htb2-3/+4
2022-05-17Rewrite make_addressRange() using CBStb1-37/+104
2022-05-17Simplify make_addressPrefix()tb1-21/+23
2022-05-16Add a simple test that exercises ASN1_STRING_to_UTF8() a little.tb2-1/+130
2022-05-16Clean up and fix ASN1_STRING_to_UTF8()tb1-12/+23
2022-05-16Remove a stray spacetb1-2/+2
2022-05-16Avoid use of uninitialized in ASN1_STRING_to_UTF8()tb1-4/+3
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