summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-11-24zap 10 tab leading whitespace before 'struct evp_pkey_ctx_st {'Theo Buehler
2018-11-24Store and return the locking callbacks, restoring previous behaviour.Joel Sing
2018-11-22Make alpha less special: _dl_boot_bind() is written to completePhilip Guenther
2018-11-21Fix DTLS transcript handling for HelloVerifyRequest.Joel Sing
2018-11-21fold the contents of malloc.conf.5 into malloc.3 and sysctl.2,Jason McIntyre
2018-11-21Introducing malloc_usable_size() was a mistake. While some otherOtto Moerbeek
2018-11-20Saw a mention somewhere a while back that the gotdata() function inTheo de Raadt
2018-11-19Fix compilation on alpha, where DEF_WEAK() really must be paired withPhilip Guenther
2018-11-19delete the dns jackport experiment. it has no future.Ted Unangst
2018-11-19Revert previous - DTLSv1 uses MD5+SHA1 for RSA signature verification.Joel Sing
2018-11-19Revert previous - the default sigalg for RSA key exchange is {sha1,rsa}.Joel Sing
2018-11-18Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man pageOtto Moerbeek
2018-11-17Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs.cheloha
2018-11-17Fix DTLS, because DTLS still remains a special flower, allows regress to passBob Beck
2018-11-17Fix whitespace around assignment operators.Theo Buehler
2018-11-16revert previousBob Beck
2018-11-16Fix DTLS. Because the DTLS code is strange. I am really coming around toBob Beck
2018-11-16Unbreak legacy ciphers for prior to 1.1 by setting having a legacyBob Beck
2018-11-16Handle signals that get sent to any threadTed Unangst
2018-11-15Port OpenSSL commit 99540ec79491f59ed8b46b4edf130e17dc907f52 -- mitigationTheo Buehler
2018-11-14Record an inter-library dependency on libcurses in libedit and libreadline,Stuart Henderson
2018-11-14Fix wrong sizeof argument by using 'uint16_t *', with minor nit from tb@,Ricardo Mestre
2018-11-14In TLS1.2 we use evp_sha1 if we fall back this far, not evp_md5_sha1 as in 1.1Bob Beck
2018-11-13Temporary workaround for breakage seen in www.videolan.org with curve mismatchBob Beck
2018-11-13NULL out mdctx to prevent possible double free introduced in version 1.4Bob Beck
2018-11-13Fix pkey_ok to be less strange, and add cuve checks required for the EC onesBob Beck
2018-11-12Missing initialization for pub_key. CID 184303.Theo Buehler
2018-11-11Add check function to verify that pkey is usable with a sigalg.Bob Beck
2018-11-11Add back a few missing compatibility stubsBrent Cook
2018-11-11quiet warning on other compilersBrent Cook
2018-11-11Add EVP_sm3() to OpenSSL_add_all_digests_internal().Theo Buehler
2018-11-11bump minors after symbol addition.Theo Buehler
2018-11-11Add SSL_set1_host(), a thin wrapper around X509_VERIFY_PARAM_set1_host().Theo Buehler
2018-11-11Add Ribose Inc's implementation of the SM3 hashing function withTheo Buehler
2018-11-11Nuke trailing whitespaceBob Beck
2018-11-11Add automatic threading initialization for libcrypto.Brent Cook
2018-11-11Free the server tls transcript in case session reuse did not work.Alexander Bluhm
2018-11-11include crypto.h from the correct path, remove unused variableBrent Cook
2018-11-11Add support for RSA PSS algorithims being used in sigalgs.Bob Beck
2018-11-11Convert signatures and verifcation to use the EVP_DigestXXX apiBob Beck
2018-11-10Do not translate the EACCES error from pf(4) to EHOSTUNREACH anymore.Alexander Bluhm
2018-11-10Conform to POSIX-2001 in which the behavior of passing a negative length usinganton
2018-11-10unbreak VLAN filteringdenis
2018-11-10Remove dead codeBob Beck
2018-11-10Tweak and improve the TLSv1.3 state machine.Joel Sing
2018-11-10Avoid a double allocation and memory leak.Joel Sing
2018-11-10Stop keeping track of sigalgs by guessing it from digest and pkey,Bob Beck
2018-11-10Use TLS13_HS_{CLIENT,SERVER} instead of using a redundant _SEND{,S}.Theo Buehler
2018-11-10Fix last of the empty hash nonsenseBob Beck
2018-11-09Fix the TLSv1.3 key schedule implementation.Joel Sing