summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Use CBS_write_bytes() instead of manual unpacking of a CBS and assigningtb2022-06-071-3/+5
* Simplify various CBS_write_bytes() callstb2022-06-073-13/+7
* Switch SSL_SESSION's session_id_length to a size_ttb2022-06-071-2/+2
* Add missing error check call in ssl3_get_new_session_ticket()tb2022-06-071-4/+9
* Another small readability tweak: compare explicitly against 0 and NULL,tb2022-06-071-4/+3
* Tweak readability of a test: compare tmp explicitly against 0 and droptb2022-06-071-2/+2
* Add a cast to SSL_SESSION_get_id() to indicate that session_id_lengthtb2022-06-071-2/+2
* fix indenttb2022-06-071-2/+2
* Unindent and simplify remove_session_lock()tb2022-06-071-21/+22
* Drop an unnecessary casttb2022-06-071-2/+2
* Simplify CBS_write_bytes() invocationtb2022-06-071-5/+2
* The master_key_length can no longer be < 0tb2022-06-071-2/+2
* Switch the SSL_SESSION's master_key_length to a size_ttb2022-06-071-2/+2
* Add error checking to tls_session_secret_cb() callstb2022-06-072-32/+49
* Use SSL3_CK_VALUE_MASK instead of hardcoded 0xffff and remove sometb2022-06-062-12/+6
* Tweak comment describing the SSL_SESSION ASN.1tb2022-06-061-4/+5
* Minor style cleanup in ssl_txt.ctb2022-06-061-23/+41
* Fix comment + spacing.tb2022-06-061-2/+2
* Remove incorrect and ungrammattical commenttb2022-06-061-3/+2
* Fix spaces before tabstb2022-06-061-12/+12
* The parse stubs need to skip over the extension data.tb2022-06-041-3/+3
* Tweak a comment using review feedback from jsingtb2022-06-041-4/+4
* Add stubbed out handlers for the pre_shared_key extensiontb2022-06-032-2/+65
* Implement handlers for the psk_key_exchange_modes extensions.tb2022-06-032-3/+96
* Add a use_psk_dhe_ke flag to the TLSv1.3 handshake structtb2022-06-031-1/+4
* Ensure that a client who sent a PSK extension has also sent a PSKtb2022-06-031-4/+9
* Provide #defines for the two currently registered PskKeyExchangeModes.tb2022-06-031-1/+12
* Remove an unnecessary XXX comment. The suggested check is part oftb2022-05-251-5/+1
* Clean up ASN1_item_sign_ctx() a littletb2022-05-241-25/+38
* Simplify ec_asn1_group2curve()tb2022-05-241-18/+21
* Straightforward conversion of ecdh_cms_encrypt() totb2022-05-241-3/+3
* Rewrite X509_PUBKEY_set0_param() to use asn1_abs_set_unused_bits()tb2022-05-241-10/+8
* Use asn1_abs_set_unused_bits() in asn1_str2type()tb2022-05-241-5/+6
* Remove some unhelpful comments and spell NULL correctly.jsing2022-05-211-10/+4
* Factor out ASN1_ITYPE_EXTERN handling.jsing2022-05-211-15/+32
* Use 'at' for ASN1_TEMPLATE variable names rather than 'tt'.jsing2022-05-211-52/+58
* Remove _ex_ from all of the internal function names.jsing2022-05-211-35/+35
* system(3) should ignore SIGINT and SIGQUIT until the shell exits.millert2022-05-211-4/+17
* Drop *out == NULL check in ASN1_STRING_to_UTF8()tb2022-05-201-2/+6
* Don't pass uninitialized pointer to ASN1_STRING_to_UTF8()tb2022-05-201-2/+2
* Don't pass uninitialized pointer to ASN1_STRING_to_UTF8()tb2022-05-201-2/+2
* Reorder functions within file.jsing2022-05-191-624/+608
* Rewrite the asn1_template_*() functions with CBS.jsing2022-05-191-218/+168
* Add missing space between No macro and "authority".tb2022-05-191-3/+3
* Refactor asn1_d2i_ex_primitive()jsing2022-05-171-98/+146
* Refactor ASN.1 template functions before rewriting.jsing2022-05-171-133/+145
* Expose asn1_abs_set_unused_bits() in asn1_locl.htb2022-05-172-3/+4
* Rewrite make_addressRange() using CBStb2022-05-171-37/+104
* Simplify make_addressPrefix()tb2022-05-171-21/+23
* Clean up and fix ASN1_STRING_to_UTF8()tb2022-05-161-12/+23