summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-21The wrong header file was given for EVP_PKEY_CTX_set_signature_md(3).schwarze1-13/+69
2018-12-21Document the ECDSA_SIG_new(3) return value.schwarze1-2/+10
2018-12-21Clarify behaviour of DH_get0_pqg(3) and DH_get0_key(3) with NULL arguments;schwarze1-4/+19
2018-12-21grammar and style fixes from wesinator at githubschwarze1-13/+14
2018-12-21Since OpenBSD 6.1, BN_pseudo_rand*(3) does the same as BN_rand*(3).schwarze1-10/+18
2018-12-21Mention that some functions call BN_GENCB_call(3) with a secondschwarze1-4/+15
2018-12-19Correctly describe the return values of BN_hex2bn(3) and BN_dec2bn(3).schwarze1-5/+8
2018-12-19Specify the return values of some of these functions more precisely;schwarze1-15/+16
2018-12-19typo;schwarze1-4/+5
2018-12-16Add regress test for bugs in stdio/fread.c rev 1.13 and 1.17millert3-2/+160
2018-12-16Regenerate root CA list using updated format-pem.pl. Specifically thissthen1-101/+1
2018-12-16Add a check that libressl is actually able to verify CA certs.sthen1-12/+28
2018-12-15add a -R option to set/unset resolver flags.libressl-v2.9.0eric9-20/+101
2018-12-14Delete a note taken during the rev. 1.1 man page spliteschwarze1-5/+2
2018-12-10Improve speed for the multi-threaded case by reducing lock contention.otto1-30/+21
2018-12-09Keep usage in sync with logic if OPENSSL_NO_DES is set.tobias1-1/+3
2018-12-09style; OK ottoflorian1-3/+3
2018-12-07Remove an ugly hack in the client certificate verification code that workstb1-48/+44
2018-12-05remove a stray line accidentally left behind in rev. 1.120;schwarze1-3/+2
2018-12-03Send SSL_AD_DECODE alerts in the case of a bad hello request or antb1-7/+7
2018-11-30Restore function prototype for ASN1_dup, fixing usage on I32LP64 platforms.jeremy1-1/+7
2018-11-29This test does not terminate if malloc conf is preconfigured withbluhm1-2/+6
2018-11-29missed adding tls_default_ca_cert_file here. found by sthentedu1-0/+1
2018-11-29update for libtls default cert changes.tedu2-7/+8
2018-11-29expose the default cert file as a function, not a define. it's reallytedu5-10/+24
2018-11-29Refactor a tangle in ssl3_send_client_verify() into one function for eachtb1-118/+213
2018-11-29We're manipulating malloc flags ourselves, start with restting them all.otto1-1/+5
2018-11-28Correct lock initialisation for libcrypto.jsing2-16/+55
2018-11-28This test does not terminate if malloc conf is preconfigured withbluhm1-4/+8
2018-11-27Refactor "find the right pool" code into a function. ok djm@ tb@otto1-65/+34
2018-11-25spelling; from miodjmc1-2/+2
2018-11-24zap 10 tab leading whitespace before 'struct evp_pkey_ctx_st {'tb1-2/+2
2018-11-24Store and return the locking callbacks, restoring previous behaviour.jsing1-6/+12
2018-11-21Fix DTLS transcript handling for HelloVerifyRequest.jsing4-18/+26
2018-11-21fold the contents of malloc.conf.5 into malloc.3 and sysctl.2,jmc1-6/+118
2018-11-21Introducing malloc_usable_size() was a mistake. While some otherotto2-105/+5
2018-11-20Saw a mention somewhere a while back that the gotdata() function inderaadt5-144/+27
2018-11-19Fix compilation on alpha, where DEF_WEAK() really must be paired withguenther1-2/+1
2018-11-19Revert previous - DTLSv1 uses MD5+SHA1 for RSA signature verification.jsing2-10/+4
2018-11-19Revert previous - the default sigalg for RSA key exchange is {sha1,rsa}.jsing1-4/+4
2018-11-18Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man pageotto2-6/+108
2018-11-17Fix DTLS, because DTLS still remains a special flower, allows regress to passbeck2-4/+10
2018-11-17Fix whitespace around assignment operators.tb1-7/+7
2018-11-16revert previousbeck1-5/+3
2018-11-16Fix DTLS. Because the DTLS code is strange. I am really coming around tobeck1-3/+5
2018-11-16Unbreak legacy ciphers for prior to 1.1 by setting having a legacybeck4-10/+22
2018-11-15Port OpenSSL commit 99540ec79491f59ed8b46b4edf130e17dc907f52 -- mitigationtb1-4/+4
2018-11-14Fix wrong sizeof argument by using 'uint16_t *', with minor nit from tb@,mestre1-2/+2
2018-11-14didn't found -> didn't find.tb1-2/+2
2018-11-14In TLS1.2 we use evp_sha1 if we fall back this far, not evp_md5_sha1 as in 1.1beck1-2/+2