Age | Commit message (Expand) | Author |
2018-12-03 | Send SSL_AD_DECODE alerts in the case of a bad hello request or an | Theo Buehler |
2018-11-30 | Fix a typo and remove broken example. | Martin Pieuchot |
2018-11-30 | Restore function prototype for ASN1_dup, fixing usage on I32LP64 platforms. | Jeremy Evans |
2018-11-29 | remove double .Pp. oops - sorry for not spotting! | Jason McIntyre |
2018-11-29 | Improve introduction so there is more clarity about the patterns of | Theo de Raadt |
2018-11-29 | missed adding tls_default_ca_cert_file here. found by sthen | Ted Unangst |
2018-11-29 | expose the default cert file as a function, not a define. it's really | Ted Unangst |
2018-11-29 | Refactor a tangle in ssl3_send_client_verify() into one function for each | Theo Buehler |
2018-11-28 | fuse_parse_cmd_line(3) is called fuse_parse_cmdline(3). | Martin Pieuchot |
2018-11-28 | Correct lock initialisation for libcrypto. | Joel Sing |
2018-11-27 | Refactor "find the right pool" code into a function. ok djm@ tb@ | Otto Moerbeek |
2018-11-25 | spelling; from miod | Jason McIntyre |
2018-11-24 | zap 10 tab leading whitespace before 'struct evp_pkey_ctx_st {' | Theo Buehler |
2018-11-24 | Store and return the locking callbacks, restoring previous behaviour. | Joel Sing |
2018-11-22 | Make alpha less special: _dl_boot_bind() is written to complete | Philip Guenther |
2018-11-21 | Fix DTLS transcript handling for HelloVerifyRequest. | Joel Sing |
2018-11-21 | fold the contents of malloc.conf.5 into malloc.3 and sysctl.2, | Jason McIntyre |
2018-11-21 | Introducing malloc_usable_size() was a mistake. While some other | Otto Moerbeek |
2018-11-20 | Saw a mention somewhere a while back that the gotdata() function in | Theo de Raadt |
2018-11-19 | Fix compilation on alpha, where DEF_WEAK() really must be paired with | Philip Guenther |
2018-11-19 | delete the dns jackport experiment. it has no future. | Ted Unangst |
2018-11-19 | Revert previous - DTLSv1 uses MD5+SHA1 for RSA signature verification. | Joel Sing |
2018-11-19 | Revert previous - the default sigalg for RSA key exchange is {sha1,rsa}. | Joel Sing |
2018-11-18 | Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man page | Otto Moerbeek |
2018-11-17 | Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs. | cheloha |
2018-11-17 | Fix DTLS, because DTLS still remains a special flower, allows regress to pass | Bob Beck |
2018-11-17 | Fix whitespace around assignment operators. | Theo Buehler |
2018-11-16 | revert previous | Bob Beck |
2018-11-16 | Fix DTLS. Because the DTLS code is strange. I am really coming around to | Bob Beck |
2018-11-16 | Unbreak legacy ciphers for prior to 1.1 by setting having a legacy | Bob Beck |
2018-11-16 | Handle signals that get sent to any thread | Ted Unangst |
2018-11-15 | Port OpenSSL commit 99540ec79491f59ed8b46b4edf130e17dc907f52 -- mitigation | Theo Buehler |
2018-11-14 | Record an inter-library dependency on libcurses in libedit and libreadline, | Stuart Henderson |
2018-11-14 | Fix wrong sizeof argument by using 'uint16_t *', with minor nit from tb@, | Ricardo Mestre |
2018-11-14 | In TLS1.2 we use evp_sha1 if we fall back this far, not evp_md5_sha1 as in 1.1 | Bob Beck |
2018-11-13 | Temporary workaround for breakage seen in www.videolan.org with curve mismatch | Bob Beck |
2018-11-13 | NULL out mdctx to prevent possible double free introduced in version 1.4 | Bob Beck |
2018-11-13 | Fix pkey_ok to be less strange, and add cuve checks required for the EC ones | Bob Beck |
2018-11-12 | Missing initialization for pub_key. CID 184303. | Theo Buehler |
2018-11-11 | Add check function to verify that pkey is usable with a sigalg. | Bob Beck |
2018-11-11 | Add back a few missing compatibility stubs | Brent Cook |
2018-11-11 | quiet warning on other compilers | Brent Cook |
2018-11-11 | Add EVP_sm3() to OpenSSL_add_all_digests_internal(). | Theo Buehler |
2018-11-11 | bump minors after symbol addition. | Theo Buehler |
2018-11-11 | Add SSL_set1_host(), a thin wrapper around X509_VERIFY_PARAM_set1_host(). | Theo Buehler |
2018-11-11 | Add Ribose Inc's implementation of the SM3 hashing function with | Theo Buehler |
2018-11-11 | Nuke trailing whitespace | Bob Beck |
2018-11-11 | Add automatic threading initialization for libcrypto. | Brent Cook |
2018-11-11 | Free the server tls transcript in case session reuse did not work. | Alexander Bluhm |
2018-11-11 | include crypto.h from the correct path, remove unused variable | Brent Cook |