| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Avoid an undefined shift in ASN1_ENUMERATED_get(). | tb | 2019-04-28 | 1 | -4/+9 |
* | Avoid an undefined shift in ASN1_INTEGER_get(). | tb | 2019-04-28 | 1 | -4/+8 |
* | Use calloc/freezero when allocating and freeing the session ticket data. | jsing | 2019-04-25 | 1 | -4/+6 |
* | Use EVP_CIPHER_CTX_{new,free}() and HMAC_CTX_{new,free}() instead of | jsing | 2019-04-25 | 1 | -24/+29 |
* | Rename some variables in tls_decrypt_ticket(). | jsing | 2019-04-25 | 1 | -18/+18 |
* | Convert tls_decrypt_ticket() to CBS. | jsing | 2019-04-23 | 1 | -44/+72 |
* | Add error checking to i2v_POLICY_MAPPINGS(). | tb | 2019-04-22 | 1 | -9/+26 |
* | Add error checking to i2v_POLICY_CONSTRAINTS(). | tb | 2019-04-22 | 1 | -5/+19 |
* | Add error checking to i2v_EXTENDED_KEY_USAGE(). | tb | 2019-04-22 | 1 | -8/+23 |
* | Add error checking to i2v_ASN1_BIT_STRING(). | tb | 2019-04-22 | 1 | -4/+18 |
* | Add error checking to i2v_BASIC_CONSTRAINTS(). | tb | 2019-04-22 | 1 | -3/+18 |
* | Add error checking to i2v_AUTHORITY_INFO_ACCESS(). While there, replace | tb | 2019-04-22 | 1 | -19/+27 |
* | Avoid potential double frees in i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME() | tb | 2019-04-22 | 2 | -6/+22 |
* | Provide a derr label (decode/decrypt error) in tls1_decrypt_ticket(). | jsing | 2019-04-22 | 1 | -41/+29 |
* | Pass the session ID down to the session/ticket handling code as a CBS. | jsing | 2019-04-22 | 4 | -35/+36 |
* | Inline and remove the tlsext_tick_md macro. | jsing | 2019-04-22 | 3 | -6/+5 |
* | Add error checking to i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME() | tb | 2019-04-21 | 2 | -32/+80 |
* | The noop v2i_PKEY_USAGE_PERIOD() has been commented out since beck | tb | 2019-04-21 | 1 | -14/+2 |
* | Fix awful whitespace in OBJ_bsearch_ext() | tb | 2019-04-21 | 1 | -5/+6 |
* | KNF: use proper wrapping of function return type and name | tb | 2019-04-21 | 3 | -9/+9 |
* | Clean up tls1_process_ticket(). | jsing | 2019-04-21 | 1 | -39/+43 |
* | Cleanup more of tls_decrypt_ticket(). | jsing | 2019-04-21 | 1 | -5/+9 |
* | Start cleaning up tls_decrypt_ticket(). | jsing | 2019-04-21 | 1 | -58/+63 |
* | fix some style nits to reduce noise in an upcoming diff | tb | 2019-04-21 | 1 | -9/+8 |
* | Avoid undefined behaviour that results from negating a signed long with | jsing | 2019-04-20 | 1 | -2/+2 |
* | Allocate md_data with calloc to avoid use of uninitialised memory. | jsing | 2019-04-19 | 1 | -6/+6 |
* | Allocate fixed NIDs for SM3/SM4. | jsing | 2019-04-19 | 1 | -0/+12 |
* | Rewrite & fix X509V3_add_value() | tb | 2019-04-16 | 1 | -17/+24 |
* | indent err: labels | tb | 2019-04-16 | 1 | -7/+7 |
* | wrap an overlong line and kill a space before a tab | tb | 2019-04-16 | 1 | -3/+4 |
* | Move function types to their own lines; rewrap. | tb | 2019-04-16 | 1 | -30/+40 |
* | Avoid signed integer overflow. | jsing | 2019-04-15 | 1 | -2/+2 |
* | Add input validation to BIO_read()/BIO_write(). | jsing | 2019-04-14 | 1 | -4/+14 |
* | Some more malloc() to calloc() conversions. | jsing | 2019-04-14 | 1 | -7/+5 |
* | Remove two pointless chunks of code. | jsing | 2019-04-14 | 1 | -16/+1 |
* | Use calloc() when allocating cipher_data. | jsing | 2019-04-14 | 1 | -5/+5 |
* | Annotate a future improvement. | jsing | 2019-04-14 | 1 | -1/+2 |
* | Avoid potential double-frees following EVP_CIPHER_CTX_copy(). | jsing | 2019-04-14 | 1 | -4/+17 |
* | Fix previous: I forgot to rename the bn_to_string() prototype. | tb | 2019-04-14 | 1 | -2/+2 |
* | Null out pointers on asprintf() failure. | tb | 2019-04-13 | 1 | -3/+7 |
* | Avoid quadratic behavior of decimal BIGNUM conversion | tb | 2019-04-13 | 1 | -9/+36 |
* | Avoid leak in SSL_dup_CA_list() | tb | 2019-04-13 | 1 | -8/+14 |
* | Avoid an overread caused by d2i_PrivateKey(). | jsing | 2019-04-10 | 1 | -1/+3 |
* | Recommend SSL_CTX_add1_chain_cert(3) rather than | schwarze | 2019-04-09 | 1 | -12/+11 |
* | Document SSL_CTX_clear_mode(3) and SSL_clear_mode(3). | schwarze | 2019-04-09 | 1 | -22/+48 |
* | Revert tasn_prn.c r1.18. | jsing | 2019-04-07 | 1 | -6/+2 |
* | By design, our state machine is a DAG contrary to the state machine in | tb | 2019-04-05 | 4 | -7/+29 |
* | Import SSL_CTX_add1_chain_cert(3) from OpenSSL branch 1.1.1, which is still | schwarze | 2019-04-05 | 5 | -17/+264 |
* | Zap two dead #defines that were unused since jsing deleted the | tb | 2019-04-05 | 1 | -5/+1 |
* | Implement legacy fallback for the TLS 1.3 client. | jsing | 2019-04-04 | 3 | -8/+87 |