summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-04Tweak a comment using review feedback from jsingtb1-4/+4
2022-06-03Add stubbed out handlers for the pre_shared_key extensiontb2-2/+65
2022-06-03Implement handlers for the psk_key_exchange_modes extensions.tb2-3/+96
2022-06-03Add a use_psk_dhe_ke flag to the TLSv1.3 handshake structtb1-1/+4
2022-06-03Ensure that a client who sent a PSK extension has also sent a PSKtb1-4/+9
2022-06-03Provide #defines for the two currently registered PskKeyExchangeModes.tb1-1/+12
2022-06-02Use consistent spacing around assignmentstb1-4/+4
2022-06-02Only constraints and verify need static linking in here.tb2-5/+9
2022-05-28*** empty log message ***mbuhl4-11/+11
2022-05-25Remove an unnecessary XXX comment. The suggested check is part oftb1-5/+1
2022-05-24Clean up ASN1_item_sign_ctx() a littletb1-25/+38
2022-05-24Simplify ec_asn1_group2curve()tb1-18/+21
2022-05-24Straightforward conversion of ecdh_cms_encrypt() totb1-3/+3
2022-05-24Rewrite X509_PUBKEY_set0_param() to use asn1_abs_set_unused_bits()tb1-10/+8
2022-05-24Use asn1_abs_set_unused_bits() in asn1_str2type()tb1-5/+6
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