summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-08KNF, mostly whitespace - no binary change on amd64tb1-22/+19
2022-06-07Fix format strings: change %i, %li, %lli to %d, %ld, %lld and switch totb1-18/+18
2022-06-07Change the loop index from an unsigned int to size_t now that alltb1-2/+2
2022-06-07Simplify another CBS_write_bytes() call in d2i_SSL_SESSION()tb1-5/+2
2022-06-07Switch sid_ctx_length in SSL, SSL_CTX and SSL_SESSION to a size_ttb1-4/+4
2022-06-07Use CBS_write_bytes() instead of manual unpacking of a CBS and assigningtb1-3/+5
2022-06-07Simplify various CBS_write_bytes() callstb3-13/+7
2022-06-07Switch SSL_SESSION's session_id_length to a size_ttb1-2/+2
2022-06-07Add missing error check call in ssl3_get_new_session_ticket()tb1-4/+9
2022-06-07Another small readability tweak: compare explicitly against 0 and NULL,tb1-4/+3
2022-06-07Tweak readability of a test: compare tmp explicitly against 0 and droptb1-2/+2
2022-06-07Add a cast to SSL_SESSION_get_id() to indicate that session_id_lengthtb1-2/+2
2022-06-07fix indenttb1-2/+2
2022-06-07Unindent and simplify remove_session_lock()tb1-21/+22
2022-06-07Drop an unnecessary casttb1-2/+2
2022-06-07Simplify CBS_write_bytes() invocationtb1-5/+2
2022-06-07The master_key_length can no longer be < 0tb1-2/+2
2022-06-07Switch the SSL_SESSION's master_key_length to a size_ttb1-2/+2
2022-06-07Add error checking to tls_session_secret_cb() callstb2-32/+49
2022-06-06Use SSL3_CK_VALUE_MASK instead of hardcoded 0xffff and remove sometb2-12/+6
2022-06-06Tweak comment describing the SSL_SESSION ASN.1tb1-4/+5
2022-06-06Minor style cleanup in ssl_txt.ctb1-23/+41
2022-06-06Fix comment + spacing.tb1-2/+2
2022-06-06Remove incorrect and ungrammattical commenttb1-3/+2
2022-06-06Fix spaces before tabstb1-12/+12
2022-06-06Minor tweaks to psk modes regresstb1-3/+3
2022-06-05move the calls to psk kex modes tests down to match order in ssl_tlsext.ctb1-4/+4
2022-06-05Add regress coverage for PSK kex modes tlsext handlers.tb1-2/+210
2022-06-04The parse stubs need to skip over the extension data.tb1-3/+3
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