| Commit message (Expand) | Author | Files | Lines |
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 |
2019-03-24 | Cast nonce bytes to avoid undefined behaviour when left shifting. | jsing | 1 | -3/+3 |
2019-03-24 | do not call assert(), which has a tendency to leave traces of stuff in | deraadt | 1 | -2/+3 |
2019-03-23 | Add range checks to varios ASN1_INTEGER functions to ensure the | beck | 3 | -6/+62 |
2019-03-21 | Fix typo in usage and comment. | bluhm | 3 | -6/+6 |
2019-03-21 | import EVP_camellia_128_cbc(3) from OpenSSL 1.1.1, | schwarze | 4 | -3/+156 |
2019-03-21 | space before punct; | jmc | 1 | -3/+3 |
2019-03-21 | Split EVP_rc4(3) out of EVP_EncryptInit(3) to reduce clutter. | schwarze | 4 | -21/+116 |
2019-03-21 | Split EVP_des_cbc(3) out of EVP_EncryptInit(3) to reduce clutter: | schwarze | 4 | -55/+230 |
2019-03-21 | add a handful of missing functions | schwarze | 1 | -5/+38 |
2019-03-21 | Bring back EVP_chacha20 list item that was accidentally removed | tb | 1 | -2/+3 |
2019-03-20 | fix examples (libtls uses its own error reporting mechanism) | espie | 1 | -4/+4 |
2019-03-20 | escape backslashes; | schwarze | 2 | -11/+11 |
2019-03-19 | Document the flag EVP_CIPHER_CTX_FLAG_WRAP_ALLOW needed for the EVP | schwarze | 2 | -4/+71 |
2019-03-19 | Avoid an internal 2 byte overread in ssl_sigalgs(). | jsing | 1 | -7/+2 |
2019-03-19 | Revert TLS1_get{,_client}_version simplification because DTLS. | jsing | 4 | -14/+15 |
2019-03-18 | * note that the handshake must be completed first | schwarze | 1 | -4/+15 |
2019-03-18 | Insert a missing input line break after a .Vt macro; | schwarze | 1 | -4/+5 |
2019-03-18 | Split EVP_aes_128_cbc(3) out of EVP_EncryptInit(3): | schwarze | 4 | -74/+322 |
2019-03-18 | In ssl.h rev. 1.165, tb@ provided version agnostic DTLS methods. | schwarze | 1 | -3/+26 |
2019-03-18 | Document SM4; related to evp.h rev. 1.73. | schwarze | 4 | -6/+93 |
2019-03-18 | Expand the ERR_PACK() macro to ERR_REASON() for consistency. | tb | 1 | -2/+2 |
2019-03-18 | In evp.h rev. 1.75, tb@ provided EVP_PKEY_get0_hmac(3). | schwarze | 1 | -3/+29 |
2019-03-17 | Add regress tests for the EVP_aes_*_wrap() API. Based on the tests in | tb | 2 | -4/+19 |
2019-03-17 | bump minors after symbol addition | tb | 3 | -3/+3 |
2019-03-17 | Provide EVP_PKEY_get0_hmac(). From OpenSSL 1.1.1 which is still | tb | 4 | -3/+23 |
2019-03-17 | Provide EVP_aes_{128,192,256}_wrap(). This is a compatible | tb | 6 | -6/+174 |
2019-03-17 | link sm4 regress to the build | tb | 1 | -1/+2 |