summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-18Replace a full memory barrier with a write-write barrier. The fullVisa Hankala
barrier is overkill when forcing parameter visibility before IPIs.
2018-02-18syncTheo Buehler
2018-02-18Bump libcrypto/libssl/libtls minors due to symbol additions.Theo Buehler
2018-02-18Provide BIO_meth_set_gets().Theo Buehler
ok jsing
2018-02-18Provide BIO_{g,s}et_data() and BIO_set_init().Theo Buehler
ok jsing
2018-02-18Provide RSA_{g,s}et0_crt_params()Theo Buehler
ok jsing
2018-02-18Use usual order of RSA_{g,s}et0_key().Theo Buehler
ok jsing
2018-02-18Provide RSA_{g,s}et0_factors()Theo Buehler
ok jsing
2018-02-18Provide RSA_bits()Theo Buehler
ok jsing
2018-02-18Provide DH_set0_pqg.Theo Buehler
ok jsing
2018-02-18Provide DSA_set0_pqg.Theo Buehler
ok jsing
2018-02-18document "machine video"; requested by tinkerJason McIntyre
while here, put "directory" in the right place
2018-02-18document s_client -groups;Jason McIntyre
2018-02-18Simplify interface listing.kn
Discussed with tb, rpe, feedback from and OK halex.
2018-02-18vmd: fix vmctl pause for non existing vm ids (never returns)pd
check if vm id is valid before sending to vmm for pausing. The 'lock' is caused by vmm sending back ENOENT for a non existent vm but vmd drops the message because it doesn't recogize the vmid vmm is talking about. This is an artifact of the 'policy' don't trust any imsg from a sibling priv sep process and do your own checking. reported by Abel Abraham Camarillo Ojeda ok mlarkin@ and ccardenas@
2018-02-18Create interfaces before processing the hostname.if file in ifstart().Robert Peichaer
This ensures, that IPv6 is configured for dynamically created network interfaces like 'vlan' which would otherwise not yet exist at the time parse_hn_line() checks for IPv6 capability of an interface before applying the inet6 configuration from the hostname.if. Found out, tested and OK naddy
2018-02-17In bio.h rev. 1.31 2018/02/17 13:57:14, tb@ provided new functionsIngo Schwarze
BIO_meth_*(). Import the documentation from OpenSSL, with extensive tweaks by me.
2018-02-17Rename memhook to vmmap to match other archs.Mark Kettenis
ok millert@
2018-02-17Remove a warning about the dangers of X509_VERIFY_PARAM_set1_name(3)Ingo Schwarze
because jsing@ points out that this follows a (dangerous) general pattern in the library, and mentioning that everywhere would become repetitive.
2018-02-17Since rev 1.543 of dhclient it sends the 'host-name' by default.Robert Peichaer
- remove the leftover _hn variable from dhcp_request() - remove the "$_name" parameter when using dhcp_request() in v4_config() - change comments of v{4,6}_config() to reflect the purpose of _name OK krw tb
2018-02-17document LIBRESSL_VERSION_NUMBER and LIBRESSL_VERSION_TEXTIngo Schwarze
2018-02-17Document OpenSSL_version_num(3) and OpenSSL_version(3) that jsing@Ingo Schwarze
recently provided. Many minor improvements while here, and delete ridiculous text about MS Windows.
2018-02-17syncTheo Buehler
2018-02-17Merge documentation for {DH,DSA}_get0_{key,pqg}(3),Ingo Schwarze
EVP_PKEY_get0_{DH,DSA,RSA}(3), and RSA_{g,s}et0_key(3) that tb@ just provided.
2018-02-17Provide EVP_CIPHER_CTX_reset().Joel Sing
Rides previous minor bump.
2018-02-17syncJoel Sing
2018-02-17Bump libcrypto/libssl/libtls minors due to symbol additions.Joel Sing
2018-02-17Provide X509_get0_extensions() and X509_get0_signature()Joel Sing
2018-02-17Provide SSL_SESSION_get_master_key()Joel Sing
2018-02-17Provide SSL_get_client_random() and SSL_get_server_random()Joel Sing
2018-02-17Provide SSL_CTX_get0_certificate()Joel Sing
2018-02-17Provide SSL_CTX_get_tlsext_status_cb() and SSL_CTX_get_tlsext_status_arg().Joel Sing
2018-02-17Provide EVP_MD_CTX_new(), EVP_MD_CTX_free() and EVP_MD_CTX_reset().Joel Sing
2018-02-17Provide HMAC_CTX_new(), HMAC_CTX_free(), HMAC_CTX_reset() andJoel Sing
HMAC_CTX_get_md().
2018-02-17s/DH/DSA/Joel Sing
2018-02-17Provide BIO_meth_{free,new}() and BIO_meth_set_{create,crtl,destroy}()Theo Buehler
and BIO_meth_set_{puts,read,write}(). ok jsing
2018-02-17Provide further parts of the OpenSSL 1.1 API: {DH,DSA}_get0_{key,pqg}(),Theo Buehler
EVP_PKEY_get0_{DH,DSA,RSA}(), RSA_{g,s}et0_key(). ok jsing
2018-02-17- Add descriptions for the new functions ifcreate() and vifscreate()Robert Peichaer
- In ifcreate() use the exit code of the {} block directly - In vifscreate(), use the ifconfig -C output directly in the for _vif loop - Remove superfluous and somewhat confusing comment OK dlg kn sthen
2018-02-17Fix behaviour of OpenSSL_version().Joel Sing
The constant values do not map 1:1 to SSLeay_version(), so implement it separately. Issue noted by schwarze@
2018-02-16bump max line length to 16K for incoming mail.Eric Faurot
SMTP commands are still limited to LINE_MAX. ok gilles@
2018-02-16typo fix s/issuserAltName/issuerAltName/Ingo Schwarze
from Andrew Siplas <andrew at asiplas dot net> via OpenSSL commit 36cf10cf Oct 4 02:11:08 2017 -0400
2018-02-16Copy all function names from the SYNOPSIS to the NAME section becauseIngo Schwarze
i found another page containing an .Xr to one of the functions that were not in the NAME section. This manual page is ugly either way; just ugly is better than broken links in addition to ugly.
2018-02-16Merge OpenSSL commit a8c5ed81 Jul 18 13:57:25 2017 -0400Ingo Schwarze
from <xemdetia at 808inorganic dot com>. Original commit message: "Document default section and library configuration. It is talked around but not explicitly stated in one part of the documentation that you should put library configuration lines at the start of the configuration file."
2018-02-16Add missing RETURN VALUES sections; from Paul YangIngo Schwarze
via OpenSSL commit 1f13ad31 Dec 25 17:50:39 2017 +0800 tweaked by me.
2018-02-16Add missing RETURN VALUES sections; from Paul YangIngo Schwarze
via OpenSSL commit 1f13ad31 Dec 25 17:50:39 2017 +0800, tweaked by me.
2018-02-16Add sizes for free() in the i386 version of the Enhanced SpeedStep driver.Frederic Cambus
It was already done on amd64, but not on i386. Tested on an Atom N270. OK mpi@
2018-02-16Reflowing the grid in-place involved way too much memmove() for a bigNicholas Marriott
performance cost with a large history. Instead change back to using a second grid and copying modified lines over which is much faster (this doesn't revert to the old code however which didn't support UTF-8 properly). GitHub issue 1249.
2018-02-16Fix function argument names, from Abel Abraham Camarillo Ojeda via jmc@.Nicholas Marriott
2018-02-16Support card interrupts in imxesdhc(4). The code that was writtenPatrick Wildt
initially was never tested with SDIO, as there had been no user. With bwfm(4) we now have the first SDIO card on that controller. Align the code with the standard sdhc(4), so that it doesn't hang after the first interrupt fires. ok kettenis@
2018-02-16simplify synopsis and text;Jason McIntyre
ok millert