openbsd
6 years agoProvide BIO_meth_get_{create,ctrl,destroy,gets,puts,read}()
tb [Tue, 20 Feb 2018 18:13:31 +0000 (18:13 +0000)]
Provide BIO_meth_get_{create,ctrl,destroy,gets,puts,read}()

ok jsing

6 years agoZap an 'int' that snuck in.
tb [Tue, 20 Feb 2018 18:10:27 +0000 (18:10 +0000)]
Zap an 'int' that snuck in.

ok jsing

6 years agoProvide SSL_SESSION_get_protocol_version()
tb [Tue, 20 Feb 2018 18:07:11 +0000 (18:07 +0000)]
Provide SSL_SESSION_get_protocol_version()

ok jsing

6 years agoProvide EVP_PKEY_get0_EC_KEY() and 'if (ret)' vs 'if (ret != 0)' cosmetics.
tb [Tue, 20 Feb 2018 18:05:28 +0000 (18:05 +0000)]
Provide EVP_PKEY_get0_EC_KEY() and 'if (ret)' vs 'if (ret != 0)' cosmetics.

ok jsing

6 years agoProvide DH_set_length()
tb [Tue, 20 Feb 2018 18:01:42 +0000 (18:01 +0000)]
Provide DH_set_length()

ok jsing

6 years agoProvide DH_bits()
tb [Tue, 20 Feb 2018 17:59:31 +0000 (17:59 +0000)]
Provide DH_bits()

ok jsing

6 years agoProvide BIO_{g,s}et_shutdown().
tb [Tue, 20 Feb 2018 17:55:26 +0000 (17:55 +0000)]
Provide BIO_{g,s}et_shutdown().

ok jsing

6 years agoProvide DSA_get0_engine()
tb [Tue, 20 Feb 2018 17:52:27 +0000 (17:52 +0000)]
Provide DSA_get0_engine()

ok jsing

6 years agoProvide DSA_SIG_{g,s}et0()
tb [Tue, 20 Feb 2018 17:48:35 +0000 (17:48 +0000)]
Provide DSA_SIG_{g,s}et0()

ok jsing

6 years agoProvide DSA_{clear,set,test}_flags()
tb [Tue, 20 Feb 2018 17:45:44 +0000 (17:45 +0000)]
Provide DSA_{clear,set,test}_flags()

ok jsing

6 years agoProvide RSA_{clear,set,test}_flasg()
tb [Tue, 20 Feb 2018 17:42:32 +0000 (17:42 +0000)]
Provide RSA_{clear,set,test}_flasg()

ok jsing

6 years agoProvide DH_{clear,set,test}_flags().
tb [Tue, 20 Feb 2018 17:38:15 +0000 (17:38 +0000)]
Provide DH_{clear,set,test}_flags().

ok jsing

6 years agoProvide BIO_get_new_index().
jsing [Tue, 20 Feb 2018 17:15:27 +0000 (17:15 +0000)]
Provide BIO_get_new_index().

Based on BoringSSL.

6 years agoProvide BN_GENCB_new(), BN_GENCB_free() and BN_GENCB_get_arg()
jsing [Tue, 20 Feb 2018 17:13:14 +0000 (17:13 +0000)]
Provide BN_GENCB_new(), BN_GENCB_free() and BN_GENCB_get_arg()

6 years agoProvide X509_NAME_get0_der().
jsing [Tue, 20 Feb 2018 17:09:20 +0000 (17:09 +0000)]
Provide X509_NAME_get0_der().

From OpenSSL.

6 years agoProvide X509_REQ_get0_signature()
jsing [Tue, 20 Feb 2018 17:06:19 +0000 (17:06 +0000)]
Provide X509_REQ_get0_signature()

6 years agoProvide X509_CRL_get0_{last,next}Update() and X509_CRL_get0_signature().
jsing [Tue, 20 Feb 2018 17:04:58 +0000 (17:04 +0000)]
Provide X509_CRL_get0_{last,next}Update() and X509_CRL_get0_signature().

6 years agoProvide BN_get_rfc2409_prime_*() and BN_get_rfc3526_prime_*().
jsing [Tue, 20 Feb 2018 17:02:30 +0000 (17:02 +0000)]
Provide BN_get_rfc2409_prime_*() and BN_get_rfc3526_prime_*().

6 years agomake sure we've read the lenght bytes before checking the length
otto [Tue, 20 Feb 2018 16:22:19 +0000 (16:22 +0000)]
make sure we've read the lenght bytes before checking the length
ok benno@

6 years agoMove getvnetflowid() out of #ifndef SMALL to unbreak 'make release'.
tb [Tue, 20 Feb 2018 15:33:16 +0000 (15:33 +0000)]
Move getvnetflowid() out of #ifndef SMALL to unbreak 'make release'.

Diff from jsg, ok millert, benno

6 years agoConvert key length from bits to bytes
mikeb [Tue, 20 Feb 2018 15:02:13 +0000 (15:02 +0000)]
Convert key length from bits to bytes

Reported by Renaud Allard, fix tested by Renaud (i386) and fcambus@ (amd64).
OK visa, fcambus

6 years agoMake ddb's "show all locks" command show spinlocks in addition
visa [Tue, 20 Feb 2018 14:46:22 +0000 (14:46 +0000)]
Make ddb's "show all locks" command show spinlocks in addition
to sleeplocks.

OK mpi@

6 years agoTest that removing a mpath RTF_CLONING route entry do not remove the
mpi [Tue, 20 Feb 2018 12:44:28 +0000 (12:44 +0000)]
Test that removing a mpath RTF_CLONING route entry do not remove the
RTF_CACHED entry of a sibling RTF_CLONING entry.

6 years agoRemoving an RTF_CLONING route entry should not invalidate an RTF_CACHED
mpi [Tue, 20 Feb 2018 12:43:03 +0000 (12:43 +0000)]
Removing an RTF_CLONING route entry should not invalidate an RTF_CACHED
entry that has been cloned from a different RTF_CLONING route.

Bug report & ok friehm@

6 years agoIntroduce enternewpgrp() & enterthispgrp(), from FreeBSD via guenther@.
mpi [Tue, 20 Feb 2018 12:38:58 +0000 (12:38 +0000)]
Introduce enternewpgrp() & enterthispgrp(), from FreeBSD via guenther@.

This code shuffling will ease the introduction of the proctree lock
in sys_setsid() and sys_setpgid().

Extracted from a larger diff from guenther@, ok visa@

6 years agoDo not leak memory when working out job name in formats.
nicm [Tue, 20 Feb 2018 10:43:46 +0000 (10:43 +0000)]
Do not leak memory when working out job name in formats.

6 years agoCall "vmctl stop" on each VM at shutdown, for OpenBSD guests this means they
sthen [Tue, 20 Feb 2018 10:12:14 +0000 (10:12 +0000)]
Call "vmctl stop" on each VM at shutdown, for OpenBSD guests this means they
are signalled to shutdown cleanly. Wait for each to finish to avoid too much
busy work at once; this may need revising if it turns out to be too slow with
a larger number of VMs (e.g. signal/delay/signal/delay/... then wait for
shutdowns), but let's avoid making it more complex unless we know it's needed.

Based on a diff from abieber@, discussed with mlarkin@ aja@ rpe@, ok rpe

6 years agosync
sthen [Tue, 20 Feb 2018 09:43:59 +0000 (09:43 +0000)]
sync

6 years agomerge configure.ac from NSD 4.1.19, previously we had an updated
sthen [Tue, 20 Feb 2018 09:20:47 +0000 (09:20 +0000)]
merge configure.ac from NSD 4.1.19, previously we had an updated
generated configure file, but old configure.ac.

6 years agotweak previous, with some help from dlg;
jmc [Tue, 20 Feb 2018 07:34:28 +0000 (07:34 +0000)]
tweak previous, with some help from dlg;

6 years agoSet the chain_offset field (same as sgl_offset0, only in 16 byte units)
jmatthew [Tue, 20 Feb 2018 05:40:52 +0000 (05:40 +0000)]
Set the chain_offset field (same as sgl_offset0, only in 16 byte units)
in passthrough IO requests, which makes AEN processing work on SAS2208
controllers, and since AEN processing works now, enable it again.

tested on SAS2208 (PERC H710P) and SAS3108 (PERC H730), SAS3.5 parts
should work too.
ok dlg@

6 years agocisco set the tos on their keepalive packets to ip precedence
dlg [Tue, 20 Feb 2018 04:03:15 +0000 (04:03 +0000)]
cisco set the tos on their keepalive packets to ip precedence
internet control, so we can too.

6 years agoadd support for vnetflowid.
dlg [Tue, 20 Feb 2018 03:53:54 +0000 (03:53 +0000)]
add support for vnetflowid.

when enabled, the 32bit key on gre a packet is split into a 24bit
key and an 8 bit flow id. this allows better use of multipath links
if the intermediate routers feed the gre key into their hashing
algorithms. because gre can encapsulate pretty much anything, it
can be non-trivial for a router to reach into a payload to harvest
entropy for feeding into a hashing algorithm. having the endpoints
do it and feed it into the gre header is a lot simpler.

this allows interoperationg with cisco gre tunnels with key entropy
enabled. this was tested against a csr1000v.

also, this arrangement coincides with how nvgre works, so it paves
the way for supporting that protocol.

right now the driver relies on the flowid in mbufs to populate the
packet field. this generally means that pf should be enabled to
provide the flowid.

6 years agoonly allow root to use SIOCSVNETFLOWID.
dlg [Tue, 20 Feb 2018 03:46:45 +0000 (03:46 +0000)]
only allow root to use SIOCSVNETFLOWID.

6 years agoadd support for toggling partitioning a vnetid into a netid and flowid
dlg [Tue, 20 Feb 2018 03:45:06 +0000 (03:45 +0000)]
add support for toggling partitioning a vnetid into a netid and flowid

"vnetflowid" enables it on an interface, and "-vnetflowid" disables it.
a vnetid will be suffixed with + on the encap line if it an interface
reports that it is enabled.

6 years agoadd ioctls to toggle partitioning a vnetid into a netid and flowid
dlg [Tue, 20 Feb 2018 03:43:07 +0000 (03:43 +0000)]
add ioctls to toggle partitioning a vnetid into a netid and flowid

this maps to key entropy in cisco tunnel terminology, and will be
used in gre and egre to interoperate with their tunnels.

6 years agoadd support for setting the tunnel df bit.
dlg [Tue, 20 Feb 2018 01:20:37 +0000 (01:20 +0000)]
add support for setting the tunnel df bit.

ok mpi@

6 years agoWrite warning/error messages to stderr and end them with a fullstop.
rpe [Mon, 19 Feb 2018 23:42:29 +0000 (23:42 +0000)]
Write warning/error messages to stderr and end them with a fullstop.

OK tb

6 years ago- use specific patterns when looping over /etc/hostname.if files
rpe [Mon, 19 Feb 2018 21:47:43 +0000 (21:47 +0000)]
- use specific patterns when looping over /etc/hostname.if files
  to skip backup or temp files.
- test if the patterns matched actual files
- warn if ifcreate() fails on an interface and continue with the
  subsequent interfaces in the list instead of return'ing

OK dlg sthen tb

6 years agoSupport ISO colon-separated SGR.
nicm [Mon, 19 Feb 2018 21:20:10 +0000 (21:20 +0000)]
Support ISO colon-separated SGR.

6 years agoMerge new RETURN VALUES section; from Paul Yang via
schwarze [Mon, 19 Feb 2018 16:11:02 +0000 (16:11 +0000)]
Merge new RETURN VALUES section; from Paul Yang via
OpenSSL commit 1f13ad31 Dec 25 17:50:39 2017 +0800 tweaked by me.

6 years agoIn bio.h rev. 1.33 2018/02/18 12:59:06, tb@ provided BIO_meth_set_gets(3).
schwarze [Mon, 19 Feb 2018 14:22:15 +0000 (14:22 +0000)]
In bio.h rev. 1.33 2018/02/18 12:59:06, tb@ provided BIO_meth_set_gets(3).
Merge the documentation from OpenSSL.

6 years agoIn bio.h rev. 1.32 2018/02/18 12:58:25, tb@ provided
schwarze [Mon, 19 Feb 2018 14:08:52 +0000 (14:08 +0000)]
In bio.h rev. 1.32 2018/02/18 12:58:25, tb@ provided
BIO_get_data(3), BIO_set_data(3), and BIO_set_init(3).
Import the documentation from OpenSSL.

6 years agoIn rsa.h rev. 1.34 2018/02/18 12:53:46, tb@ provided RSA_get0_factors(3)
schwarze [Mon, 19 Feb 2018 13:28:05 +0000 (13:28 +0000)]
In rsa.h rev. 1.34 2018/02/18 12:53:46, tb@ provided RSA_get0_factors(3)
and RSA_set0_factors(3) and in rev. 1.36 2018/02/18 12:57:14
RSA_get0_crt_params(3) and RSA_set0_crt_params(3).
Merge the documentation from OpenSSL.

6 years agoIn rsa.h rev. 1.33 2018/02/18 12:52:13, tb@ provided RSA_bits(3).
schwarze [Mon, 19 Feb 2018 12:14:11 +0000 (12:14 +0000)]
In rsa.h rev. 1.33 2018/02/18 12:52:13, tb@ provided RSA_bits(3).
Merge the documentation; from Kurt Roeckx <kurt at roeckx dot be>
via OpenSSL commit 26c79d56 Apr 18 12:23:12 2015 +0200.

6 years agoIn dh.h rev. 1.20 2018/02/18 12:51:31, tb@ provided DH_set0_pqg(3)
schwarze [Mon, 19 Feb 2018 11:55:49 +0000 (11:55 +0000)]
In dh.h rev. 1.20 2018/02/18 12:51:31, tb@ provided DH_set0_pqg(3)
and in dh.h rev. 1.21 2018/02/18 14:58:12 DH_set0_key(3).
Merge the documentation from OpenSSL.

6 years agoCorrectly diff the output of test 32.
mpi [Mon, 19 Feb 2018 11:37:38 +0000 (11:37 +0000)]
Correctly diff the output of test 32.

6 years agoGrab solock() inside soconnect2() instead of asserting for it to be held.
mpi [Mon, 19 Feb 2018 11:35:41 +0000 (11:35 +0000)]
Grab solock() inside soconnect2() instead of asserting for it to be held.

ok millert@

6 years agoIn dsa.h rev. 1.25 2018/02/18 12:50:58, tb@ provided DSA_set0_pqg(3)
schwarze [Mon, 19 Feb 2018 10:40:00 +0000 (10:40 +0000)]
In dsa.h rev. 1.25 2018/02/18 12:50:58, tb@ provided DSA_set0_pqg(3)
and in dsa.h rev. 1.26 2018/02/18 14:58:12 DSA_set0_key(3).
Merge the documentation from OpenSSL.

6 years agoIn evp.h rev. 1.57 2018/02/17 16:54:08,
schwarze [Mon, 19 Feb 2018 10:04:08 +0000 (10:04 +0000)]
In evp.h rev. 1.57 2018/02/17 16:54:08,
jsing@ provided EVP_CIPHER_CTX_reset(3).
Merge the documentation, most from Richard Levitte
via OpenSSL commit 05fdb8d3 Dec 18 17:09:45 2015 +0100.
Also merge improvements to the EXAMPLES section from OpenSSL,
fixing one additional bug that still remains in OpenSSL.

While here, improve information on the deprecated functions,
sort RETURN VALUES, and add a few missing functions to it,
though that section still remains incomplete.

6 years ago(static) byte buffers are not aligned in any way, malloc the buffer to
otto [Mon, 19 Feb 2018 09:52:16 +0000 (09:52 +0000)]
(static) byte buffers are not aligned in any way, malloc the buffer to
solve that. Prevents bus error on armv7. ok naddy@ florian@

6 years agoChange some returns into gotos, will help keeping the unlocking path
mpi [Mon, 19 Feb 2018 09:25:13 +0000 (09:25 +0000)]
Change some returns into gotos, will help keeping the unlocking path
simpler.  No functional change.

Extracted from a larger diff from guenther@, ok kettenis@

6 years agoAdd a default case to a usb_tap() switch statement which mpi@ says will
jsg [Mon, 19 Feb 2018 09:20:45 +0000 (09:20 +0000)]
Add a default case to a usb_tap() switch statement which mpi@ says will
never be called to convince compilers and static analysis tools a path
that uses uninitialised memory does not exist.

ok krw@ mpi@

6 years agoConvert sparc64 to MI mutex.
mpi [Mon, 19 Feb 2018 09:18:50 +0000 (09:18 +0000)]
Convert sparc64 to MI mutex.

ok dlg@

6 years agoInclude <sys/mutex.h> directly instead of relying on other headers to
mpi [Mon, 19 Feb 2018 09:18:00 +0000 (09:18 +0000)]
Include <sys/mutex.h> directly instead of relying on other headers to
include it.

6 years agoDirectly include sys/mplock.h when needed instead of depending on
jsg [Mon, 19 Feb 2018 09:08:13 +0000 (09:08 +0000)]
Directly include sys/mplock.h when needed instead of depending on
indirect inclusion.  Fixes non-MULTIPROCESSOR WITNESS build.

ok visa@ mpi@

6 years agoRemove almost unused `flags' argument of suser().
mpi [Mon, 19 Feb 2018 08:59:52 +0000 (08:59 +0000)]
Remove almost unused `flags' argument of suser().

The account flag `ASU' will no longer be set but that makes suser()
mpsafe since it no longer mess with a per-process field.

No objection from millert@, ok tedu@, bluhm@

6 years agoIn x509.h rev. 1.29 2018/02/17 15:50:42, jsing@ provided
schwarze [Mon, 19 Feb 2018 08:20:26 +0000 (08:20 +0000)]
In x509.h rev. 1.29 2018/02/17 15:50:42, jsing@ provided
X509_get0_signature(3).  Merge the documentation from OpenSSL.
Rename the file from X509_get_signature_nid.3 to X509_get0_signature.3
for consistency because we are not losing any history yet.

6 years agoIn x509.h rev. 1.29 2018/02/17 15:50:42, jsing@ provided
schwarze [Mon, 19 Feb 2018 07:59:23 +0000 (07:59 +0000)]
In x509.h rev. 1.29 2018/02/17 15:50:42, jsing@ provided
X509_get0_extensions(3).  Merge the documentation from OpenSSL.

6 years agotweak previous;
jmc [Mon, 19 Feb 2018 06:48:45 +0000 (06:48 +0000)]
tweak previous;

6 years agosync
jsg [Mon, 19 Feb 2018 06:22:12 +0000 (06:22 +0000)]
sync

6 years agotunneldf needs ifr_df
dlg [Mon, 19 Feb 2018 04:43:48 +0000 (04:43 +0000)]
tunneldf needs ifr_df

6 years agoemphasise that the hostkey rotation may send key types that the client
djm [Mon, 19 Feb 2018 00:55:02 +0000 (00:55 +0000)]
emphasise that the hostkey rotation may send key types that the client
may not support, and that the client should simply disregard such keys
(this is what ssh does already).

6 years agosupport configuration of fragmentation of the tunnel traffic
dlg [Mon, 19 Feb 2018 00:46:27 +0000 (00:46 +0000)]
support configuration of fragmentation of the tunnel traffic

6 years agoenable configuration of tunnel fragmentation.
dlg [Mon, 19 Feb 2018 00:34:32 +0000 (00:34 +0000)]
enable configuration of tunnel fragmentation.

6 years agoinitialise sc_df to 0 in clone create rather than setting sc_ttl badly
dlg [Mon, 19 Feb 2018 00:29:29 +0000 (00:29 +0000)]
initialise sc_df to 0 in clone create rather than setting sc_ttl badly

6 years agoadd code to support configuration of tunnel traffic fragmentation
dlg [Mon, 19 Feb 2018 00:26:26 +0000 (00:26 +0000)]
add code to support configuration of tunnel traffic fragmentation

6 years agomake sure only root can configure an interface with SIOCSLIFPHYDF.
dlg [Mon, 19 Feb 2018 00:24:48 +0000 (00:24 +0000)]
make sure only root can configure an interface with SIOCSLIFPHYDF.

6 years agoadd support for setting and displaying whether a tunnel allows fragmentation
dlg [Mon, 19 Feb 2018 00:23:57 +0000 (00:23 +0000)]
add support for setting and displaying whether a tunnel allows fragmentation

ifconfig will output "nodf" or "df" on tunnel interfaces that support
the ioctl., and accepts "tunneldf" and "-tunneldf" as options to
try and configure it.

6 years agoadd ioctls for tunnels to configure whether they allow fragmentation or not.
dlg [Mon, 19 Feb 2018 00:21:31 +0000 (00:21 +0000)]
add ioctls for tunnels to configure whether they allow fragmentation or not.

discussed with cladio@ at a2k18

6 years agogif carries mpls too
dlg [Mon, 19 Feb 2018 00:18:31 +0000 (00:18 +0000)]
gif carries mpls too

6 years agodon't allow configuration of non-ipv4 addresses.
dlg [Sun, 18 Feb 2018 23:53:17 +0000 (23:53 +0000)]
don't allow configuration of non-ipv4 addresses.

i found out how to do this while reading the freebsd stf(4) driver.

6 years agoIn ssl.h rev. 1.139 2018/02/17 15:19:43 and rev. 1.140 2018/02/17 15:32:20,
schwarze [Sun, 18 Feb 2018 23:34:01 +0000 (23:34 +0000)]
In ssl.h rev. 1.139 2018/02/17 15:19:43 and rev. 1.140 2018/02/17 15:32:20,
jsing@ provided SSL_get_client_random(3), SSL_get_server_random(3), and
SSL_SESSION_get_master_key(3).  Import the documentation from OpenSSL,
with some tweaks.

6 years agoIn ssl.h rev. 1.138 2018/02/17 15:13:12, jsing@ provided
schwarze [Sun, 18 Feb 2018 22:18:59 +0000 (22:18 +0000)]
In ssl.h rev. 1.138 2018/02/17 15:13:12, jsing@ provided
SSL_CTX_get0_certificate(3).  It is public in OpenSSL, too,
but OpenSSL has no documentation, so write some from scratch.

6 years agozap *_path() functions
kn [Sun, 18 Feb 2018 21:48:00 +0000 (21:48 +0000)]
zap *_path() functions

These PATH helpers failed to quote their input properly leading to shell
code execution. Noone noticed since import (over 21 years ago), so wipe it.

OK tb rpe

6 years ago- regression in pflog output
sashan [Sun, 18 Feb 2018 21:45:30 +0000 (21:45 +0000)]
- regression in pflog output
  pf_match_rule() must remember current anchor before descents
  towards leaf. it must restore anchor as it ascents towards root.
  Bug pointed out and fix also tested by Matthias Pitzl from genua.

OK bluhm@

6 years agoIn tls1.h rev. 1.32 2018/02/17 15:08:21, jsing@ provided
schwarze [Sun, 18 Feb 2018 21:04:31 +0000 (21:04 +0000)]
In tls1.h rev. 1.32 2018/02/17 15:08:21, jsing@ provided
SSL_CTX_get_tlsext_status_cb(3) and SSL_CTX_get_tlsext_status_arg(3).
Merge the documentation,
mostly from Remi Gacogne <rgacogne-github at coredump dot fr>
via OpenSSL commit fddfc0af Aug 6 12:54:29 2016 +0200
plus the RETURN VALUES part by me.

6 years agoIn evp.h rev. 1.56 2018/02/17 14:55:31, jsing@ provided
schwarze [Sun, 18 Feb 2018 20:11:16 +0000 (20:11 +0000)]
In evp.h rev. 1.56 2018/02/17 14:55:31, jsing@ provided
EVP_MD_CTX_new(3), EVP_MD_CTX_reset(3), and EVP_MD_CTX_free(3).
Merge the documentation from OpenSSL, tweaked by me.
Also merge a few other minor improvements from OpenSSL.

While here, improve the order of functions, improve the description
of deprecated functions, fix a few other minor bugs, and remove an
irrelevant warning about binary incompatibility.

6 years agoRevert previous. It triggers mbuf pool exhaustion on arm64.
kettenis [Sun, 18 Feb 2018 19:11:27 +0000 (19:11 +0000)]
Revert previous.  It triggers mbuf pool exhaustion on arm64.

Requested by claudio@

6 years agoRemove unecessary line continuation markers after || and &&
rpe [Sun, 18 Feb 2018 18:52:02 +0000 (18:52 +0000)]
Remove unecessary line continuation markers after || and &&

6 years agoadd include to silence compiler warning about a missing prototype for
naddy [Sun, 18 Feb 2018 17:47:47 +0000 (17:47 +0000)]
add include to silence compiler warning about a missing prototype for
tolower()
ok cheloha@ rob@ florian@

6 years agoIn hmac.c rev. 1.13 2018/02/17 14:53:59, jsing@ provided HMAC_CTX_new(3),
schwarze [Sun, 18 Feb 2018 17:32:13 +0000 (17:32 +0000)]
In hmac.c rev. 1.13 2018/02/17 14:53:59, jsing@ provided HMAC_CTX_new(3),
HMAC_CTX_free(3), HMAC_CTX_reset(3), and HMAC_CTX_get_md(3).
Merge the documentation from OpenSSL, with many tweaks by me.
Also include a few earlier improvements from OpenSSL.

While here, improve the order of the functions, the description of
deprecated functions, and remove a confusing warning about the
behaviour of HMAC_Init(3) in historical versions of OpenSSL.

6 years agosync
sthen [Sun, 18 Feb 2018 17:25:04 +0000 (17:25 +0000)]
sync

6 years agosync
tb [Sun, 18 Feb 2018 15:01:54 +0000 (15:01 +0000)]
sync

6 years agoBump minor due to symbol addition.
tb [Sun, 18 Feb 2018 15:00:36 +0000 (15:00 +0000)]
Bump minor due to symbol addition.

6 years agoProvide {DH,DSA}_set0_key(). Requested by sthen.
tb [Sun, 18 Feb 2018 14:58:12 +0000 (14:58 +0000)]
Provide {DH,DSA}_set0_key(). Requested by sthen.

ok jsing

6 years agoInline hw_{get,set}curcpu() to streamline the machine code.
visa [Sun, 18 Feb 2018 14:50:08 +0000 (14:50 +0000)]
Inline hw_{get,set}curcpu() to streamline the machine code.

6 years agoReplace a full memory barrier with a write-write barrier. The full
visa [Sun, 18 Feb 2018 14:42:32 +0000 (14:42 +0000)]
Replace a full memory barrier with a write-write barrier. The full
barrier is overkill when forcing parameter visibility before IPIs.

6 years agosync
tb [Sun, 18 Feb 2018 13:10:36 +0000 (13:10 +0000)]
sync

6 years agoBump libcrypto/libssl/libtls minors due to symbol additions.
tb [Sun, 18 Feb 2018 13:07:34 +0000 (13:07 +0000)]
Bump libcrypto/libssl/libtls minors due to symbol additions.

6 years agoProvide BIO_meth_set_gets().
tb [Sun, 18 Feb 2018 12:59:06 +0000 (12:59 +0000)]
Provide BIO_meth_set_gets().

ok jsing

6 years agoProvide BIO_{g,s}et_data() and BIO_set_init().
tb [Sun, 18 Feb 2018 12:58:25 +0000 (12:58 +0000)]
Provide BIO_{g,s}et_data() and BIO_set_init().

ok jsing

6 years agoProvide RSA_{g,s}et0_crt_params()
tb [Sun, 18 Feb 2018 12:57:14 +0000 (12:57 +0000)]
Provide RSA_{g,s}et0_crt_params()

ok jsing

6 years agoUse usual order of RSA_{g,s}et0_key().
tb [Sun, 18 Feb 2018 12:55:32 +0000 (12:55 +0000)]
Use usual order of RSA_{g,s}et0_key().

ok jsing

6 years agoProvide RSA_{g,s}et0_factors()
tb [Sun, 18 Feb 2018 12:53:46 +0000 (12:53 +0000)]
Provide RSA_{g,s}et0_factors()

ok jsing

6 years agoProvide RSA_bits()
tb [Sun, 18 Feb 2018 12:52:13 +0000 (12:52 +0000)]
Provide RSA_bits()

ok jsing

6 years agoProvide DH_set0_pqg.
tb [Sun, 18 Feb 2018 12:51:31 +0000 (12:51 +0000)]
Provide DH_set0_pqg.

ok jsing

6 years agoProvide DSA_set0_pqg.
tb [Sun, 18 Feb 2018 12:50:58 +0000 (12:50 +0000)]
Provide DSA_set0_pqg.

ok jsing

6 years agodocument "machine video"; requested by tinker
jmc [Sun, 18 Feb 2018 07:45:39 +0000 (07:45 +0000)]
document "machine video"; requested by tinker
while here, put "directory" in the right place

6 years agodocument s_client -groups;
jmc [Sun, 18 Feb 2018 07:43:55 +0000 (07:43 +0000)]
document s_client -groups;