| Commit message (Expand) | Author | Age | Files | Lines |
* | add a -R option to set/unset resolver flags.libressl-v2.9.0 | eric | 2018-12-15 | 9 | -20/+101 |
* | Delete a note taken during the rev. 1.1 man page splite | schwarze | 2018-12-14 | 1 | -5/+2 |
* | Improve speed for the multi-threaded case by reducing lock contention. | otto | 2018-12-10 | 1 | -30/+21 |
* | Keep usage in sync with logic if OPENSSL_NO_DES is set. | tobias | 2018-12-09 | 1 | -1/+3 |
* | style; OK otto | florian | 2018-12-09 | 1 | -3/+3 |
* | Remove an ugly hack in the client certificate verification code that works | tb | 2018-12-07 | 1 | -48/+44 |
* | remove a stray line accidentally left behind in rev. 1.120; | schwarze | 2018-12-05 | 1 | -3/+2 |
* | Send SSL_AD_DECODE alerts in the case of a bad hello request or an | tb | 2018-12-03 | 1 | -7/+7 |
* | Restore function prototype for ASN1_dup, fixing usage on I32LP64 platforms. | jeremy | 2018-11-30 | 1 | -1/+7 |
* | This test does not terminate if malloc conf is preconfigured with | bluhm | 2018-11-29 | 1 | -2/+6 |
* | missed adding tls_default_ca_cert_file here. found by sthen | tedu | 2018-11-29 | 1 | -0/+1 |
* | update for libtls default cert changes. | tedu | 2018-11-29 | 2 | -7/+8 |
* | expose the default cert file as a function, not a define. it's really | tedu | 2018-11-29 | 5 | -10/+24 |
* | Refactor a tangle in ssl3_send_client_verify() into one function for each | tb | 2018-11-29 | 1 | -118/+213 |
* | We're manipulating malloc flags ourselves, start with restting them all. | otto | 2018-11-29 | 1 | -1/+5 |
* | Correct lock initialisation for libcrypto. | jsing | 2018-11-28 | 2 | -16/+55 |
* | This test does not terminate if malloc conf is preconfigured with | bluhm | 2018-11-28 | 1 | -4/+8 |
* | Refactor "find the right pool" code into a function. ok djm@ tb@ | otto | 2018-11-27 | 1 | -65/+34 |
* | spelling; from miod | jmc | 2018-11-25 | 1 | -2/+2 |
* | zap 10 tab leading whitespace before 'struct evp_pkey_ctx_st {' | tb | 2018-11-24 | 1 | -2/+2 |
* | Store and return the locking callbacks, restoring previous behaviour. | jsing | 2018-11-24 | 1 | -6/+12 |
* | Fix DTLS transcript handling for HelloVerifyRequest. | jsing | 2018-11-21 | 4 | -18/+26 |
* | fold the contents of malloc.conf.5 into malloc.3 and sysctl.2, | jmc | 2018-11-21 | 1 | -6/+118 |
* | Introducing malloc_usable_size() was a mistake. While some other | otto | 2018-11-21 | 2 | -105/+5 |
* | Saw a mention somewhere a while back that the gotdata() function in | deraadt | 2018-11-20 | 5 | -144/+27 |
* | Fix compilation on alpha, where DEF_WEAK() really must be paired with | guenther | 2018-11-19 | 1 | -2/+1 |
* | Revert previous - DTLSv1 uses MD5+SHA1 for RSA signature verification. | jsing | 2018-11-19 | 2 | -10/+4 |
* | Revert previous - the default sigalg for RSA key exchange is {sha1,rsa}. | jsing | 2018-11-19 | 1 | -4/+4 |
* | Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man page | otto | 2018-11-18 | 2 | -6/+108 |
* | Fix DTLS, because DTLS still remains a special flower, allows regress to pass | beck | 2018-11-17 | 2 | -4/+10 |
* | Fix whitespace around assignment operators. | tb | 2018-11-17 | 1 | -7/+7 |
* | revert previous | beck | 2018-11-16 | 1 | -5/+3 |
* | Fix DTLS. Because the DTLS code is strange. I am really coming around to | beck | 2018-11-16 | 1 | -3/+5 |
* | Unbreak legacy ciphers for prior to 1.1 by setting having a legacy | beck | 2018-11-16 | 4 | -10/+22 |
* | Port OpenSSL commit 99540ec79491f59ed8b46b4edf130e17dc907f52 -- mitigation | tb | 2018-11-15 | 1 | -4/+4 |
* | Fix wrong sizeof argument by using 'uint16_t *', with minor nit from tb@, | mestre | 2018-11-14 | 1 | -2/+2 |
* | didn't found -> didn't find. | tb | 2018-11-14 | 1 | -2/+2 |
* | In TLS1.2 we use evp_sha1 if we fall back this far, not evp_md5_sha1 as in 1.1 | beck | 2018-11-14 | 1 | -2/+2 |
* | Temporary workaround for breakage seen in www.videolan.org with curve mismatch | beck | 2018-11-13 | 1 | -3/+4 |
* | Just err if we can't create secrets | beck | 2018-11-13 | 1 | -2/+2 |
* | NULL out mdctx to prevent possible double free introduced in version 1.4 | beck | 2018-11-13 | 1 | -1/+2 |
* | Fix pkey_ok to be less strange, and add cuve checks required for the EC ones | beck | 2018-11-13 | 1 | -9/+26 |
* | Missing initialization for pub_key. CID 184303. | tb | 2018-11-12 | 1 | -2/+2 |
* | Rework the sm3 regress based on a suggestion by jsing. Zap the weird | tb | 2018-11-12 | 1 | -30/+36 |
* | Add check function to verify that pkey is usable with a sigalg. | beck | 2018-11-11 | 4 | -7/+24 |
* | Add back a few missing compatibility stubs | bcook | 2018-11-11 | 2 | -4/+37 |
* | quiet warning on other compilers | bcook | 2018-11-11 | 1 | -3/+3 |
* | Fix a race in libssl interop regress. The success messages from | bluhm | 2018-11-11 | 3 | -6/+9 |
* | Hook up sm3 regress tests. | tb | 2018-11-11 | 1 | -1/+2 |
* | Add sm3 regress tests. | tb | 2018-11-11 | 2 | -0/+101 |