| Commit message (Expand) | Author | Files | Lines |
2019-04-10 | Avoid an overread caused by d2i_PrivateKey(). | jsing | 1 | -1/+3 |
2019-04-09 | Recommend SSL_CTX_add1_chain_cert(3) rather than | schwarze | 1 | -12/+11 |
2019-04-09 | Document SSL_CTX_clear_mode(3) and SSL_clear_mode(3). | schwarze | 1 | -22/+48 |
2019-04-07 | exitting -> exiting | tb | 1 | -1/+1 |
2019-04-07 | Revert tasn_prn.c r1.18. | jsing | 1 | -6/+2 |
2019-04-05 | whitespace consistency | tb | 1 | -1/+2 |
2019-04-05 | Add SERVER_HELLO_RETRY state | tb | 1 | -1/+7 |
2019-04-05 | By design, our state machine is a DAG contrary to the state machine in | tb | 4 | -7/+29 |
2019-04-05 | Import SSL_CTX_add1_chain_cert(3) from OpenSSL branch 1.1.1, which is still | schwarze | 5 | -17/+264 |
2019-04-05 | Zap two dead #defines that were unused since jsing deleted the | tb | 1 | -5/+1 |
2019-04-04 | I forgot to mark some targets as .PHONY | tb | 1 | -1/+5 |
2019-04-04 | Implement legacy fallback for the TLS 1.3 client. | jsing | 3 | -8/+87 |
2019-04-04 | Clean up the cipher/digest table mess. | jsing | 3 | -179/+45 |
2019-04-04 | Use correct define. | jsing | 1 | -2/+2 |
2019-04-04 | Only assign destlen when src is non-NULL. | jsing | 1 | -3/+4 |
2019-04-04 | Switch to pthread_mutex_init(). | jsing | 1 | -3/+5 |
2019-04-04 | Bump libssl/libtls minors due to symbol addition. | jsing | 2 | -2/+2 |
2019-04-04 | Provide SSL chain/cert chain APIs. | jsing | 3 | -2/+161 |
2019-04-04 | This case also needs to be fatal. | jsing | 1 | -1/+2 |
2019-04-04 | update root CAs in cert.pem in sync with Mozilla | sthen | 1 | -287/+440 |
2019-04-03 | Avoid some out of bound accesses in aesni_cbc_hmac_sha1_cipher(). | tb | 1 | -7/+13 |
2019-04-02 | fix broken comment | sthen | 1 | -1/+1 |
2019-04-01 | Sort. | jsing | 1 | -3/+3 |
2019-04-01 | Make the openssl(1) enc -iter flag actually work. | jsing | 1 | -2/+2 |
2019-04-01 | Add a mutex to guard reference counting for tls_config. | jsing | 3 | -4/+16 |
2019-04-01 | Implement a print function for BIGNUM_it. | jsing | 1 | -2/+18 |
2019-04-01 | Correct the return values from long_print. | jsing | 1 | -2/+5 |
2019-04-01 | Require all ASN1_PRIMITIVE_FUNCS functions to be provided. | jsing | 5 | -26/+42 |
2019-04-01 | mark ERR_R_INTERNAL_ERROR instead of assert or _exit, sigh | deraadt | 1 | -3/+3 |
2019-04-01 | Correct subtle bug in sigalgs, only care about curve_nid if we are | beck | 1 | -4/+4 |
2019-03-31 | Clean up and simplify the client verify code: | jsing | 1 | -50/+49 |
2019-03-31 | Wrap long lines and apply some style(9). | jsing | 1 | -7/+10 |
2019-03-31 | Use named field initialisers. | jsing | 2 | -16/+18 |
2019-03-29 | Use correct capitalization of EC_GROUP_get_curve_GF{2m,p}(3). | tb | 1 | -4/+4 |
2019-03-28 | Enable GOST cipher selection test after libssl has been fixed. | bluhm | 1 | -6/+1 |
2019-03-27 | Cast nonce bytes to avoid undefined behaviour when left shifting. | jsing | 1 | -3/+3 |
2019-03-27 | remove duplicate set key file call. from alf. | tedu | 1 | -3/+1 |
2019-03-27 | bump to 2.9.1 | bcook | 1 | -3/+3 |
2019-03-26 | Use limits.h instead of sys/limits.h for portability. | jsing | 1 | -3/+2 |
2019-03-25 | Update regress following sigalgs changes. | jsing | 1 | -17/+1 |
2019-03-25 | Strip out all of the pkey to sigalg and sigalg to pkey linkages. | jsing | 5 | -59/+8 |
2019-03-25 | tls1_process_sigalgs() is no longer needed. | jsing | 2 | -57/+2 |
2019-03-25 | Defer sigalgs selection until the certificate is known. | jsing | 9 | -48/+124 |
2019-03-25 | Rework ssl_ctx_use_certificate_chain_bio() to use the CERT_PKEY chain. | jsing | 1 | -46/+26 |
2019-03-25 | Remove ssl_get_server_send_cert() which is now unused. | jsing | 2 | -14/+2 |
2019-03-25 | Rework ssl3_output_cert_chain() to take a CERT_PKEY and consider chains. | jsing | 4 | -40/+36 |
2019-03-25 | Add a chain member to CERT_PKEY and provide functions for manipulating it. | jsing | 2 | -3/+74 |
2019-03-24 | In the incredibly unbelievable circumstance where _rs_init() fails to | deraadt | 1 | -2/+2 |
2019-03-24 | If ssl_cipher_apply_rule() is given a specific cipher suite, match on it. | jsing | 1 | -3/+4 |
2019-03-24 | Don't allow asn1_parse2 to recurse arbitrarily deep. Constrain to a max | beck | 1 | -1/+5 |