summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-25Rename some variables in tls_decrypt_ticket().jsing1-18/+18
2019-04-24Do not check for working go executable during make clean cleandir obj.bluhm1-1/+3
2019-04-24Do not check for working go executable during make clean cleandir obj.bluhm1-1/+3
2019-04-23Convert tls_decrypt_ticket() to CBS.jsing1-44/+72
2019-04-22Add error checking to i2v_POLICY_MAPPINGS().tb1-9/+26
2019-04-22Add error checking to i2v_POLICY_CONSTRAINTS().tb1-5/+19
2019-04-22Add error checking to i2v_EXTENDED_KEY_USAGE().tb1-8/+23
2019-04-22Add error checking to i2v_ASN1_BIT_STRING().tb1-4/+18
2019-04-22Add error checking to i2v_BASIC_CONSTRAINTS().tb1-3/+18
2019-04-22Add error checking to i2v_AUTHORITY_INFO_ACCESS(). While there, replacetb1-19/+27
2019-04-22Avoid potential double frees in i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME()tb2-6/+22
2019-04-22Provide a derr label (decode/decrypt error) in tls1_decrypt_ticket().jsing1-41/+29
2019-04-22Pass the session ID down to the session/ticket handling code as a CBS.jsing4-35/+36
2019-04-22Inline and remove the tlsext_tick_md macro.jsing3-6/+5
2019-04-21Add error checking to i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME()tb2-32/+80
2019-04-21The noop v2i_PKEY_USAGE_PERIOD() has been commented out since becktb1-14/+2
2019-04-21Fix awful whitespace in OBJ_bsearch_ext()tb1-5/+6
2019-04-21KNF: use proper wrapping of function return type and nametb3-9/+9
2019-04-21Clean up tls1_process_ticket().jsing1-39/+43
2019-04-21Cleanup more of tls_decrypt_ticket().jsing1-5/+9
2019-04-21Start cleaning up tls_decrypt_ticket().jsing1-58/+63
2019-04-21fix some style nits to reduce noise in an upcoming difftb1-9/+8
2019-04-20Avoid undefined behaviour that results from negating a signed long withjsing1-2/+2
2019-04-19Allocate md_data with calloc to avoid use of uninitialised memory.jsing1-6/+6
2019-04-19Allocate fixed NIDs for SM3/SM4.jsing1-0/+12
2019-04-16Rewrite & fix X509V3_add_value()tb1-17/+24
2019-04-16indent err: labelstb1-7/+7
2019-04-16wrap an overlong line and kill a space before a tabtb1-3/+4
2019-04-16Move function types to their own lines; rewrap.tb1-30/+40
2019-04-15Avoid signed integer overflow.jsing1-2/+2
2019-04-14Add input validation to BIO_read()/BIO_write().jsing1-4/+14
2019-04-14Some more malloc() to calloc() conversions.jsing1-7/+5
2019-04-14Remove two pointless chunks of code.jsing1-16/+1
2019-04-14Use calloc() when allocating cipher_data.jsing1-5/+5
2019-04-14Annotate a future improvement.jsing1-1/+2
2019-04-14Avoid potential double-frees following EVP_CIPHER_CTX_copy().jsing1-4/+17
2019-04-14Fix previous: I forgot to rename the bn_to_string() prototype.tb1-2/+2
2019-04-13Add a test for the bn_to_string() function introduced in v3_utl.c r1.32.tb2-6/+133
2019-04-13Null out pointers on asprintf() failure.tb1-3/+7
2019-04-13Avoid quadratic behavior of decimal BIGNUM conversiontb1-9/+36
2019-04-13Avoid leak in SSL_dup_CA_list()tb1-8/+14
2019-04-10Avoid an overread caused by d2i_PrivateKey().jsing1-1/+3
2019-04-09Recommend SSL_CTX_add1_chain_cert(3) rather thanschwarze1-12/+11
2019-04-09Document SSL_CTX_clear_mode(3) and SSL_clear_mode(3).schwarze1-22/+48
2019-04-07exitting -> exitingtb1-1/+1
2019-04-07Revert tasn_prn.c r1.18.jsing1-6/+2
2019-04-05whitespace consistencytb1-1/+2
2019-04-05Add SERVER_HELLO_RETRY statetb1-1/+7
2019-04-05By design, our state machine is a DAG contrary to the state machine intb4-7/+29
2019-04-05Import SSL_CTX_add1_chain_cert(3) from OpenSSL branch 1.1.1, which is stillschwarze5-17/+264