START	usr.bin/ssh	2025-03-21T19:47:31Z

==== misc ====
===> misc
===> misc/sk-dummy
cc -O2 -pipe -g -fPIC -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/misc/sk-dummy/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/misc/sk-dummy/sk-dummy.c
cc -O2 -pipe -g -fPIC -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/misc/sk-dummy/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/misc/sk-dummy/../../../../../usr.bin/ssh/ed25519.c
cc -O2 -pipe -g -fPIC -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/misc/sk-dummy/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/misc/sk-dummy/../../../../../usr.bin/ssh/hash.c
cc -g -shared -o sk-dummy.so sk-dummy.o ed25519.o hash.o -lcrypto

==== t1 ====
ssh-keygen -if /usr/src/regress/usr.bin/ssh/rsa_ssh2.prv | diff - /usr/src/regress/usr.bin/ssh/rsa_openssh.prv
tr '\n' '\r' </usr/src/regress/usr.bin/ssh/rsa_ssh2.prv > /usr/src/regress/usr.bin/ssh/obj/rsa_ssh2_cr.prv
ssh-keygen -if /usr/src/regress/usr.bin/ssh/obj/rsa_ssh2_cr.prv | diff - /usr/src/regress/usr.bin/ssh/rsa_openssh.prv
awk '{print $0 "\r"}' /usr/src/regress/usr.bin/ssh/rsa_ssh2.prv > /usr/src/regress/usr.bin/ssh/obj/rsa_ssh2_crnl.prv
ssh-keygen -if /usr/src/regress/usr.bin/ssh/obj/rsa_ssh2_crnl.prv | diff - /usr/src/regress/usr.bin/ssh/rsa_openssh.prv

==== t2 ====
cat /usr/src/regress/usr.bin/ssh/rsa_openssh.prv > t2.out
chmod 600 t2.out
ssh-keygen -yf t2.out | diff - /usr/src/regress/usr.bin/ssh/rsa_openssh.pub

==== t3 ====
ssh-keygen -ef /usr/src/regress/usr.bin/ssh/rsa_openssh.pub | ssh-keygen -if /dev/stdin | diff - /usr/src/regress/usr.bin/ssh/rsa_openssh.pub

==== t4 ====
ssh-keygen -E md5 -lf /usr/src/regress/usr.bin/ssh/rsa_openssh.pub | awk '{print $2}' | diff - /usr/src/regress/usr.bin/ssh/t4.ok

==== t5 ====
ssh-keygen -Bf /usr/src/regress/usr.bin/ssh/rsa_openssh.pub | awk '{print $2}' | diff - /usr/src/regress/usr.bin/ssh/t5.ok

==== t6 ====
set -xe ; if ssh -Q key | grep -q ^ssh-dss ; then  ssh-keygen -if /usr/src/regress/usr.bin/ssh/dsa_ssh2.prv > t6.out1 ;  ssh-keygen -if /usr/src/regress/usr.bin/ssh/dsa_ssh2.pub > t6.out2 ;  chmod 600 t6.out1 ;  ssh-keygen -yf t6.out1 | diff - t6.out2 ;  fi
+ ssh -Q key
+ grep -q ^ssh-dss

==== t7 ====
ssh-keygen -q -t rsa -N '' -f t7.out ;  
ssh-keygen -lf t7.out > /dev/null
ssh-keygen -Bf t7.out > /dev/null

==== t8 ====
set -xe ; if ssh -Q key | grep -q ^ssh-dss ; then  ssh-keygen -q -t dsa -N '' -f t8.out ;  fi
+ ssh -Q key
+ grep -q ^ssh-dss
set -xe ; if ssh -Q key | grep -q ^ssh-dss ; then  ssh-keygen -lf t8.out > /dev/null ;  ssh-keygen -Bf t8.out > /dev/null ;  fi
+ ssh -Q key
+ grep -q ^ssh-dss

==== t9 ====
ssh-keygen -q -t ecdsa -N '' -f t9.out
ssh-keygen -lf t9.out > /dev/null
ssh-keygen -Bf t9.out > /dev/null

==== t10 ====
ssh-keygen -q -t ed25519 -N '' -f t10.out
ssh-keygen -lf t10.out > /dev/null
ssh-keygen -Bf t10.out > /dev/null

==== t11 ====
ssh-keygen -E sha256 -lf /usr/src/regress/usr.bin/ssh/rsa_openssh.pub | awk '{print $2}' | diff - /usr/src/regress/usr.bin/ssh/t11.ok

==== t12 ====
ssh-keygen -q -t ed25519 -N '' -C 'test-comment-1234' -f t12.out
ssh-keygen -lf t12.out.pub | grep -q test-comment-1234

==== t-connect ====
cc -O2 -pipe  -g  -MD -MP   -o timestamp /usr/src/regress/usr.bin/ssh/timestamp.c 
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/connect.sh
ok simple connect

==== t-proxy-connect ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/proxy-connect.sh
plain username comp=no
plain username comp=yes
username with style
ok proxy connect

==== t-sshfp-connect ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sshfp-connect.sh
SKIPPED: TEST_SSH_SSHFP_DOMAIN not set.

==== t-connect-privsep ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/connect-privsep.sh
ok proxy connect with privsep

==== t-connect-uri ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/connect-uri.sh
uri connect: no trailing slash
uri connect: trailing slash
uri connect: with path name
ok uri connect

==== t-proto-version ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/proto-version.sh
ok sshd version with different protocol combinations

==== t-proto-mismatch ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/proto-mismatch.sh
ok protocol version mismatch

==== t-exit-status ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/exit-status.sh
test remote exit status: status 0
test remote exit status: status 1
test remote exit status: status 4
test remote exit status: status 5
test remote exit status: status 44
ok remote exit status

==== t-exit-status-signal ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/exit-status-signal.sh
ok exit status on signal

==== t-envpass ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/envpass.sh
test environment passing: pass env, don't accept
test environment passing: setenv, don't accept
test environment passing: don't pass env, accept
test environment passing: pass single env, accept single env
test environment passing: pass multiple env, accept multiple env
test environment passing: setenv, accept
test environment passing: setenv, first match wins
test environment passing: server setenv wins
test environment passing: server setenv wins
ok environment passing

==== t-transfer ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/transfer.sh
ok transfer data

==== t-banner ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/banner.sh
test banner: missing banner file
test banner: size 0
test banner: size 10
test banner: size 100
test banner: size 1000
test banner: size 10000
test banner: size 100000
test banner: suppress banner (-q)
ok banner

==== t-rekey ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/rekey.sh
client rekey KexAlgorithms=diffie-hellman-group1-sha1
client rekey KexAlgorithms=diffie-hellman-group14-sha1
client rekey KexAlgorithms=diffie-hellman-group14-sha256
client rekey KexAlgorithms=diffie-hellman-group16-sha512
client rekey KexAlgorithms=diffie-hellman-group18-sha512
client rekey KexAlgorithms=diffie-hellman-group-exchange-sha1
client rekey KexAlgorithms=diffie-hellman-group-exchange-sha256
client rekey KexAlgorithms=ecdh-sha2-nistp256
client rekey KexAlgorithms=ecdh-sha2-nistp384
client rekey KexAlgorithms=ecdh-sha2-nistp521
client rekey KexAlgorithms=curve25519-sha256
client rekey KexAlgorithms=sntrup761x25519-sha512
client rekey KexAlgorithms=sntrup761x25519-sha512@openssh.com
client rekey KexAlgorithms=mlkem768x25519-sha256
client rekey Ciphers=3des-cbc
client rekey Ciphers=aes128-cbc
client rekey Ciphers=aes192-cbc
client rekey Ciphers=aes256-cbc
client rekey Ciphers=aes128-ctr
client rekey Ciphers=aes192-ctr
client rekey Ciphers=aes256-ctr
client rekey Ciphers=aes128-gcm@openssh.com
client rekey Ciphers=aes256-gcm@openssh.com
client rekey Ciphers=chacha20-poly1305@openssh.com
client rekey MACs=hmac-sha1
client rekey MACs=hmac-sha1-96
client rekey MACs=hmac-sha2-256
client rekey MACs=hmac-sha2-512
client rekey MACs=hmac-md5
client rekey MACs=hmac-md5-96
client rekey MACs=umac-64@openssh.com
client rekey MACs=umac-128@openssh.com
client rekey MACs=hmac-sha1-etm@openssh.com
client rekey MACs=hmac-sha1-96-etm@openssh.com
client rekey MACs=hmac-sha2-256-etm@openssh.com
client rekey MACs=hmac-sha2-512-etm@openssh.com
client rekey MACs=hmac-md5-etm@openssh.com
client rekey MACs=hmac-md5-96-etm@openssh.com
client rekey MACs=umac-64-etm@openssh.com
client rekey MACs=umac-128-etm@openssh.com
client rekeylimit 16
client rekeylimit 1k
client rekeylimit 128k
client rekeylimit 256k
client rekeylimit default 5
client rekeylimit default 10
client rekeylimit default 5 no data
client rekeylimit default 10 no data
server rekeylimit 16
server rekeylimit 1k
server rekeylimit 128k
server rekeylimit 256k
server rekeylimit default 5 no data
server rekeylimit default 10 no data
rekeylimit parsing: bytes
rekeylimit parsing: time
ok rekey

==== t-dhgex ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/dhgex.sh
dhgex bits 3072 diffie-hellman-group-exchange-sha1 3des-cbc
dhgex bits 3072 diffie-hellman-group-exchange-sha256 3des-cbc
dhgex bits 3072 diffie-hellman-group-exchange-sha1 aes128-cbc
dhgex bits 3072 diffie-hellman-group-exchange-sha256 aes128-cbc
dhgex bits 3072 diffie-hellman-group-exchange-sha1 aes128-ctr
dhgex bits 3072 diffie-hellman-group-exchange-sha256 aes128-ctr
dhgex bits 3072 diffie-hellman-group-exchange-sha1 aes128-gcm@openssh.com
dhgex bits 3072 diffie-hellman-group-exchange-sha256 aes128-gcm@openssh.com
dhgex bits 7680 diffie-hellman-group-exchange-sha1 aes192-cbc
dhgex bits 7680 diffie-hellman-group-exchange-sha256 aes192-cbc
dhgex bits 7680 diffie-hellman-group-exchange-sha1 aes192-ctr
dhgex bits 7680 diffie-hellman-group-exchange-sha256 aes192-ctr
dhgex bits 8192 diffie-hellman-group-exchange-sha1 aes256-cbc
dhgex bits 8192 diffie-hellman-group-exchange-sha256 aes256-cbc
dhgex bits 8192 diffie-hellman-group-exchange-sha1 aes256-ctr
dhgex bits 8192 diffie-hellman-group-exchange-sha256 aes256-ctr
dhgex bits 8192 diffie-hellman-group-exchange-sha1 aes256-gcm@openssh.com
dhgex bits 8192 diffie-hellman-group-exchange-sha256 aes256-gcm@openssh.com
dhgex bits 8192 diffie-hellman-group-exchange-sha1 chacha20-poly1305@openssh.com
dhgex bits 8192 diffie-hellman-group-exchange-sha256 chacha20-poly1305@openssh.com
ok dhgex

==== t-stderr-data ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/stderr-data.sh
test stderr data transfer: ()
test stderr data transfer: (-n)
ok stderr data transfer

==== t-stderr-after-eof ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/stderr-after-eof.sh
ok stderr data after eof

==== t-broken-pipe ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/broken-pipe.sh
ok broken pipe test

==== t-try-ciphers ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/try-ciphers.sh
test try ciphers: cipher 3des-cbc mac hmac-sha1
test try ciphers: cipher 3des-cbc mac hmac-sha1-96
test try ciphers: cipher 3des-cbc mac hmac-sha2-256
test try ciphers: cipher 3des-cbc mac hmac-sha2-512
test try ciphers: cipher 3des-cbc mac hmac-md5
test try ciphers: cipher 3des-cbc mac hmac-md5-96
test try ciphers: cipher 3des-cbc mac umac-64@openssh.com
test try ciphers: cipher 3des-cbc mac umac-128@openssh.com
test try ciphers: cipher 3des-cbc mac hmac-sha1-etm@openssh.com
test try ciphers: cipher 3des-cbc mac hmac-sha1-96-etm@openssh.com
test try ciphers: cipher 3des-cbc mac hmac-sha2-256-etm@openssh.com
test try ciphers: cipher 3des-cbc mac hmac-sha2-512-etm@openssh.com
test try ciphers: cipher 3des-cbc mac hmac-md5-etm@openssh.com
test try ciphers: cipher 3des-cbc mac hmac-md5-96-etm@openssh.com
test try ciphers: cipher 3des-cbc mac umac-64-etm@openssh.com
test try ciphers: cipher 3des-cbc mac umac-128-etm@openssh.com
test try ciphers: cipher aes128-cbc mac hmac-sha1
test try ciphers: cipher aes128-cbc mac hmac-sha1-96
test try ciphers: cipher aes128-cbc mac hmac-sha2-256
test try ciphers: cipher aes128-cbc mac hmac-sha2-512
test try ciphers: cipher aes128-cbc mac hmac-md5
test try ciphers: cipher aes128-cbc mac hmac-md5-96
test try ciphers: cipher aes128-cbc mac umac-64@openssh.com
test try ciphers: cipher aes128-cbc mac umac-128@openssh.com
test try ciphers: cipher aes128-cbc mac hmac-sha1-etm@openssh.com
test try ciphers: cipher aes128-cbc mac hmac-sha1-96-etm@openssh.com
test try ciphers: cipher aes128-cbc mac hmac-sha2-256-etm@openssh.com
test try ciphers: cipher aes128-cbc mac hmac-sha2-512-etm@openssh.com
test try ciphers: cipher aes128-cbc mac hmac-md5-etm@openssh.com
test try ciphers: cipher aes128-cbc mac hmac-md5-96-etm@openssh.com
test try ciphers: cipher aes128-cbc mac umac-64-etm@openssh.com
test try ciphers: cipher aes128-cbc mac umac-128-etm@openssh.com
test try ciphers: cipher aes192-cbc mac hmac-sha1
test try ciphers: cipher aes192-cbc mac hmac-sha1-96
test try ciphers: cipher aes192-cbc mac hmac-sha2-256
test try ciphers: cipher aes192-cbc mac hmac-sha2-512
test try ciphers: cipher aes192-cbc mac hmac-md5
test try ciphers: cipher aes192-cbc mac hmac-md5-96
test try ciphers: cipher aes192-cbc mac umac-64@openssh.com
test try ciphers: cipher aes192-cbc mac umac-128@openssh.com
test try ciphers: cipher aes192-cbc mac hmac-sha1-etm@openssh.com
test try ciphers: cipher aes192-cbc mac hmac-sha1-96-etm@openssh.com
test try ciphers: cipher aes192-cbc mac hmac-sha2-256-etm@openssh.com
test try ciphers: cipher aes192-cbc mac hmac-sha2-512-etm@openssh.com
test try ciphers: cipher aes192-cbc mac hmac-md5-etm@openssh.com
test try ciphers: cipher aes192-cbc mac hmac-md5-96-etm@openssh.com
test try ciphers: cipher aes192-cbc mac umac-64-etm@openssh.com
test try ciphers: cipher aes192-cbc mac umac-128-etm@openssh.com
test try ciphers: cipher aes256-cbc mac hmac-sha1
test try ciphers: cipher aes256-cbc mac hmac-sha1-96
test try ciphers: cipher aes256-cbc mac hmac-sha2-256
test try ciphers: cipher aes256-cbc mac hmac-sha2-512
test try ciphers: cipher aes256-cbc mac hmac-md5
test try ciphers: cipher aes256-cbc mac hmac-md5-96
test try ciphers: cipher aes256-cbc mac umac-64@openssh.com
test try ciphers: cipher aes256-cbc mac umac-128@openssh.com
test try ciphers: cipher aes256-cbc mac hmac-sha1-etm@openssh.com
test try ciphers: cipher aes256-cbc mac hmac-sha1-96-etm@openssh.com
test try ciphers: cipher aes256-cbc mac hmac-sha2-256-etm@openssh.com
test try ciphers: cipher aes256-cbc mac hmac-sha2-512-etm@openssh.com
test try ciphers: cipher aes256-cbc mac hmac-md5-etm@openssh.com
test try ciphers: cipher aes256-cbc mac hmac-md5-96-etm@openssh.com
test try ciphers: cipher aes256-cbc mac umac-64-etm@openssh.com
test try ciphers: cipher aes256-cbc mac umac-128-etm@openssh.com
test try ciphers: cipher aes128-ctr mac hmac-sha1
test try ciphers: cipher aes128-ctr mac hmac-sha1-96
test try ciphers: cipher aes128-ctr mac hmac-sha2-256
test try ciphers: cipher aes128-ctr mac hmac-sha2-512
test try ciphers: cipher aes128-ctr mac hmac-md5
test try ciphers: cipher aes128-ctr mac hmac-md5-96
test try ciphers: cipher aes128-ctr mac umac-64@openssh.com
test try ciphers: cipher aes128-ctr mac umac-128@openssh.com
test try ciphers: cipher aes128-ctr mac hmac-sha1-etm@openssh.com
test try ciphers: cipher aes128-ctr mac hmac-sha1-96-etm@openssh.com
test try ciphers: cipher aes128-ctr mac hmac-sha2-256-etm@openssh.com
test try ciphers: cipher aes128-ctr mac hmac-sha2-512-etm@openssh.com
test try ciphers: cipher aes128-ctr mac hmac-md5-etm@openssh.com
test try ciphers: cipher aes128-ctr mac hmac-md5-96-etm@openssh.com
test try ciphers: cipher aes128-ctr mac umac-64-etm@openssh.com
test try ciphers: cipher aes128-ctr mac umac-128-etm@openssh.com
test try ciphers: cipher aes192-ctr mac hmac-sha1
test try ciphers: cipher aes192-ctr mac hmac-sha1-96
test try ciphers: cipher aes192-ctr mac hmac-sha2-256
test try ciphers: cipher aes192-ctr mac hmac-sha2-512
test try ciphers: cipher aes192-ctr mac hmac-md5
test try ciphers: cipher aes192-ctr mac hmac-md5-96
test try ciphers: cipher aes192-ctr mac umac-64@openssh.com
test try ciphers: cipher aes192-ctr mac umac-128@openssh.com
test try ciphers: cipher aes192-ctr mac hmac-sha1-etm@openssh.com
test try ciphers: cipher aes192-ctr mac hmac-sha1-96-etm@openssh.com
test try ciphers: cipher aes192-ctr mac hmac-sha2-256-etm@openssh.com
test try ciphers: cipher aes192-ctr mac hmac-sha2-512-etm@openssh.com
test try ciphers: cipher aes192-ctr mac hmac-md5-etm@openssh.com
test try ciphers: cipher aes192-ctr mac hmac-md5-96-etm@openssh.com
test try ciphers: cipher aes192-ctr mac umac-64-etm@openssh.com
test try ciphers: cipher aes192-ctr mac umac-128-etm@openssh.com
test try ciphers: cipher aes256-ctr mac hmac-sha1
test try ciphers: cipher aes256-ctr mac hmac-sha1-96
test try ciphers: cipher aes256-ctr mac hmac-sha2-256
test try ciphers: cipher aes256-ctr mac hmac-sha2-512
test try ciphers: cipher aes256-ctr mac hmac-md5
test try ciphers: cipher aes256-ctr mac hmac-md5-96
test try ciphers: cipher aes256-ctr mac umac-64@openssh.com
test try ciphers: cipher aes256-ctr mac umac-128@openssh.com
test try ciphers: cipher aes256-ctr mac hmac-sha1-etm@openssh.com
test try ciphers: cipher aes256-ctr mac hmac-sha1-96-etm@openssh.com
test try ciphers: cipher aes256-ctr mac hmac-sha2-256-etm@openssh.com
test try ciphers: cipher aes256-ctr mac hmac-sha2-512-etm@openssh.com
test try ciphers: cipher aes256-ctr mac hmac-md5-etm@openssh.com
test try ciphers: cipher aes256-ctr mac hmac-md5-96-etm@openssh.com
test try ciphers: cipher aes256-ctr mac umac-64-etm@openssh.com
test try ciphers: cipher aes256-ctr mac umac-128-etm@openssh.com
test try ciphers: cipher aes128-gcm@openssh.com mac hmac-sha1
test try ciphers: cipher aes256-gcm@openssh.com mac hmac-sha1
test try ciphers: cipher chacha20-poly1305@openssh.com mac hmac-sha1
ok try ciphers

==== t-yes-head ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/yes-head.sh
ok yes pipe head

==== t-login-timeout ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/login-timeout.sh
ok connect after login grace timeout

==== t-agent ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/agent.sh
ok simple agent test

==== t-agent-getpeereid ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/agent-getpeereid.sh
ok disallow agent attach from other uid

==== t-agent-timeout ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/agent-timeout.sh
ok agent timeout test

==== t-agent-ptrace ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/agent-ptrace.sh
SKIPPED: running as root

==== t-agent-subprocess ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/agent-subprocess.sh
ok agent subprocess

==== t-keyscan ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keyscan.sh
ok keyscan

==== t-keygen-change ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keygen-change.sh
ok change passphrase for key

==== t-keygen-comment ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keygen-comment.sh
ok Comment extraction from private key

==== t-keygen-convert ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keygen-convert.sh
ok convert keys

==== t-keygen-knownhosts ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keygen-knownhosts.sh
/usr/src/regress/usr.bin/ssh/obj/kh.hosts updated.
Original contents retained as /usr/src/regress/usr.bin/ssh/obj/kh.hosts.old
/usr/src/regress/usr.bin/ssh/obj/kh.hosts updated.
Original contents retained as /usr/src/regress/usr.bin/ssh/obj/kh.hosts.old
/usr/src/regress/usr.bin/ssh/obj/kh.hosts updated.
Original contents retained as /usr/src/regress/usr.bin/ssh/obj/kh.hosts.old
/usr/src/regress/usr.bin/ssh/obj/kh.hosts updated.
Original contents retained as /usr/src/regress/usr.bin/ssh/obj/kh.hosts.old
/usr/src/regress/usr.bin/ssh/obj/kh.hashed updated.
Original contents retained as /usr/src/regress/usr.bin/ssh/obj/kh.hashed.old
ok ssh-keygen known_hosts

==== t-keygen-moduli ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keygen-moduli.sh
ok keygen moduli

==== t-keygen-sshfp ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keygen-sshfp.sh
ok keygen-sshfp

==== t-key-options ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/key-options.sh
key option command="echo bar"
key option no-pty,command="echo bar"
key option pty default
key option pty no-pty
key option pty restrict
key option pty restrict,pty
key option environment
key option from="127.0.0.1"
key option from="127.0.0.0/8"
key option expiry-time default
key option expiry-time invalid
key option expiry-time expired
key option expiry-time valid
key option expiry-time valid-64b
ok key options

==== t-scp ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/scp.sh
scp: scp mode: simple copy local file to local file
scp: scp mode: simple copy local file to remote file
scp: scp mode: simple copy remote file to local file
scp: scp mode: copy local file to remote file in place
scp: scp mode: copy remote file to local file in place
scp: scp mode: copy local file to remote file clobber
-rw-r--r--  1 root  wobj  901332 Mar 21 20:55 /usr/src/regress/usr.bin/ssh/obj/copy
-rw-r--r--  1 root  wobj  901332 Mar 21 20:55 /usr/src/regress/usr.bin/ssh/obj/data
scp: scp mode: copy remote file to local file clobber
scp: scp mode: simple copy local file to remote dir
scp: scp mode: simple copy local file to local dir
scp: scp mode: simple copy remote file to local dir
scp: scp mode: recursive local dir to remote dir
scp: scp mode: recursive local dir to local dir
scp: scp mode: recursive remote dir to local dir
scp: scp mode: unmatched glob file local->remote
scp: scp mode: unmatched glob file remote->local
scp: scp mode: unmatched glob dir recursive local->remote
scp: scp mode: unmatched glob dir recursive remote->local
scp: scp mode: shell metacharacters
scp: scp mode: disallow bad server #0
scp: scp mode: disallow bad server #1
scp: scp mode: disallow bad server #2
scp: scp mode: disallow bad server #3
scp: scp mode: disallow bad server #4
scp: scp mode: disallow bad server #5
scp: scp mode: disallow bad server #6
scp: scp mode: disallow bad server #7
scp: scp mode: detect non-directory target
/usr/src/regress/usr.bin/ssh/obj/copy2: Not a directory
scp: sftp mode: simple copy local file to local file
scp: sftp mode: simple copy local file to remote file
scp: sftp mode: simple copy remote file to local file
scp: sftp mode: copy local file to remote file in place
scp: sftp mode: copy remote file to local file in place
scp: sftp mode: copy local file to remote file clobber
-rw-r--r--  1 root  wobj  901332 Mar 21 20:55 /usr/src/regress/usr.bin/ssh/obj/copy
-rw-r--r--  1 root  wobj  901332 Mar 21 20:55 /usr/src/regress/usr.bin/ssh/obj/data
scp: sftp mode: copy remote file to local file clobber
scp: sftp mode: simple copy local file to remote dir
scp: sftp mode: simple copy local file to local dir
scp: sftp mode: simple copy remote file to local dir
scp: sftp mode: recursive local dir to remote dir
scp: sftp mode: recursive local dir to local dir
scp: sftp mode: recursive remote dir to local dir
scp: sftp mode: unmatched glob file local->remote
scp: sftp mode: unmatched glob file remote->local
scp: sftp mode: unmatched glob dir recursive local->remote
scp: sftp mode: unmatched glob dir recursive remote->local
scp: sftp mode: shell metacharacters
scp: sftp mode: disallow bad server #0
scp: sftp mode: disallow bad server #1
scp: sftp mode: disallow bad server #2
scp: sftp mode: disallow bad server #3
scp: sftp mode: disallow bad server #4
scp: sftp mode: disallow bad server #5
scp: sftp mode: disallow bad server #6
scp: sftp mode: disallow bad server #7
scp: sftp mode: detect non-directory target
/usr/src/regress/usr.bin/ssh/obj/copy2: Not a directory
ok scp

==== t-scp3 ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/scp3.sh
scp3: scp mode: simple copy remote file to remote file
scp3: scp mode: simple copy remote file to remote dir
scp3: scp mode: recursive remote dir to remote dir
scp3: scp mode: detect non-directory target
scp3: sftp mode: simple copy remote file to remote file
scp3: sftp mode: simple copy remote file to remote dir
scp3: sftp mode: recursive remote dir to remote dir
scp3: sftp mode: detect non-directory target
scp: /usr/src/regress/usr.bin/ssh/obj/copy2: destination is not a directory
scp: /usr/src/regress/usr.bin/ssh/obj/copy2: destination is not a directory
ok scp3

==== t-scp-uri ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/scp-uri.sh
scp-uri: scp mode: simple copy local file to remote file
scp-uri: scp mode: simple copy remote file to local file
scp-uri: scp mode: simple copy local file to remote dir
scp-uri: scp mode: simple copy remote file to local dir
scp-uri: scp mode: recursive local dir to remote dir
scp-uri: scp mode: recursive remote dir to local dir
scp-uri: sftp mode: simple copy local file to remote file
scp-uri: sftp mode: simple copy remote file to local file
scp-uri: sftp mode: simple copy local file to remote dir
scp-uri: sftp mode: simple copy remote file to local dir
scp-uri: sftp mode: recursive local dir to remote dir
scp-uri: sftp mode: recursive remote dir to local dir
ok scp-uri

==== t-sftp ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp.sh
test basic sftp put/get: buffer_size 5 num_requests 1
test basic sftp put/get: buffer_size 5 num_requests 2
test basic sftp put/get: buffer_size 5 num_requests 10
test basic sftp put/get: buffer_size 1000 num_requests 1
test basic sftp put/get: buffer_size 1000 num_requests 2
test basic sftp put/get: buffer_size 1000 num_requests 10
test basic sftp put/get: buffer_size 32000 num_requests 1
test basic sftp put/get: buffer_size 32000 num_requests 2
test basic sftp put/get: buffer_size 32000 num_requests 10
test basic sftp put/get: buffer_size 64000 num_requests 1
test basic sftp put/get: buffer_size 64000 num_requests 2
test basic sftp put/get: buffer_size 64000 num_requests 10
ok basic sftp put/get

==== t-sftp-chroot ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp-chroot.sh
test sftp in chroot: get
test sftp in chroot: match
ok sftp in chroot

==== t-sftp-cmds ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp-cmds.sh
sftp commands: lls
sftp commands: lls w/path
sftp commands: ls
sftp commands: shell
sftp commands: pwd
sftp commands: lpwd
sftp commands: quit
sftp commands: help
sftp commands: get
sftp commands: get quoted
sftp commands: get filename with quotes
sftp commands: get filename with spaces
sftp commands: get filename with glob metacharacters
sftp commands: get to directory
sftp commands: glob get to directory
sftp commands: get to local dir
sftp commands: glob get to local dir
sftp commands: put
sftp commands: put filename with quotes
sftp commands: put filename with spaces
sftp commands: put to directory
sftp commands: glob put to directory
sftp commands: put to local dir
sftp commands: glob put to local dir
sftp commands: rename
sftp commands: rename directory
sftp commands: ln
sftp commands: ln -s
sftp commands: cp
sftp commands: mkdir
sftp commands: chdir
sftp commands: rmdir
sftp commands: lmkdir
sftp commands: lchdir
ok sftp commands

==== t-sftp-badcmds ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp-badcmds.sh
sftp invalid commands: get nonexistent
sftp invalid commands: glob get to nonexistent directory
sftp invalid commands: put nonexistent
sftp invalid commands: glob put to nonexistent directory
sftp invalid commands: rename nonexistent
sftp invalid commands: rename target exists (directory)
sftp invalid commands: glob put files to local file
ok sftp invalid commands

==== t-sftp-batch ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp-batch.sh
sftp batchfile: good commands
sftp batchfile: bad commands
sftp batchfile: comments and blanks
sftp batchfile: junk command
ok sftp batchfile

==== t-sftp-glob ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp-glob.sh
sftp glob: file glob
sftp glob: dir glob
sftp glob: quoted glob
sftp glob: escaped glob
sftp glob: escaped quote
sftp glob: quoted quote
sftp glob: single-quoted quote
sftp glob: escaped slash
sftp glob: quoted slash
sftp glob: escaped slash at EOL
sftp glob: quoted slash at EOL
sftp glob: escaped slash+quote
sftp glob: quoted slash+quote
sftp glob: escaped space
sftp glob: quoted space
ok sftp glob

==== t-sftp-perm ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp-perm.sh
sftp permissions: read-only upload
sftp permissions: read-only setstat
sftp permissions: read-only rm
sftp permissions: read-only mkdir
sftp permissions: read-only rmdir
sftp permissions: read-only posix-rename
sftp permissions: read-only oldrename
sftp permissions: read-only symlink
sftp permissions: read-only hardlink
sftp permissions: explicit open
sftp permissions: explicit read
sftp permissions: explicit write
sftp permissions: explicit lstat
sftp permissions: explicit opendir
sftp permissions: explicit readdir
sftp permissions: explicit setstat
sftp permissions: explicit remove
sftp permissions: explicit mkdir
sftp permissions: explicit rmdir
sftp permissions: explicit rename
sftp permissions: explicit symlink
sftp permissions: explicit hardlink
sftp permissions: explicit statvfs
ok sftp permissions

==== t-sftp-resume ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp-resume.sh
sftp resume: put
sftp resume: get
ok sftp resume

==== t-sftp-uri ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp-uri.sh
sftp-uri: non-interactive fetch to local file
sftp-uri: non-interactive fetch to local dir
sftp-uri: put to remote directory (trailing slash)
sftp-uri: put to remote directory (no slash)
ok sftp-uri

==== t-reconfigure ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/reconfigure.sh
ok simple connect after reconfigure

==== t-dynamic-forward ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/dynamic-forward.sh
test -D forwarding
test -R forwarding
PermitRemoteOpen=any
PermitRemoteOpen=none
PermitRemoteOpen=explicit
PermitRemoteOpen=disallowed
ok dynamic forwarding

==== t-forwarding ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/forwarding.sh
ok local and remote forwarding

==== t-multiplex ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/multiplex.sh
test connection multiplexing: setenv
test connection multiplexing: envpass
test connection multiplexing: transfer 
test connection multiplexing: transfer -Oproxy
test connection multiplexing: forward
test connection multiplexing: status 0 ()
test connection multiplexing: status 0 (-Oproxy)
test connection multiplexing: status 1 ()
test connection multiplexing: status 1 (-Oproxy)
test connection multiplexing: status 4 ()
test connection multiplexing: status 4 (-Oproxy)
test connection multiplexing: status 5 ()
test connection multiplexing: status 5 (-Oproxy)
test connection multiplexing: status 44 ()
test connection multiplexing: status 44 (-Oproxy)
test connection multiplexing: cmd check
test connection multiplexing: cmd forward local (TCP)
test connection multiplexing: cmd forward remote (TCP)
test connection multiplexing: cmd forward local (UNIX)
test connection multiplexing: cmd forward remote (UNIX)
test connection multiplexing: cmd exit
test connection multiplexing: cmd stop
ok connection multiplexing

==== t-reexec ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/reexec.sh
test config passing
test reexec fallback
ok reexec tests

==== t-brokenkeys ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/brokenkeys.sh
ok broken keys

==== t-sshcfgparse ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sshcfgparse.sh
reparse minimal config
ssh -W opts
user first match
pubkeyacceptedalgorithms
agentforwarding
command line override
ok ssh config parse

==== t-cfgparse ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/cfgparse.sh
reparse minimal config
reparse regress config
listenaddress order
ok sshd config parse

==== t-cfgmatch ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/cfgmatch.sh
ok sshd_config match

==== t-cfgmatchlisten ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/cfgmatchlisten.sh
ok sshd_config matchlisten

==== t-percent ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/percent.sh
percent expansions matchexec percent
percent expansions localcommand percent
percent expansions remotecommand percent
percent expansions controlpath percent
percent expansions identityagent percent
percent expansions forwardagent percent
percent expansions localforward percent
percent expansions remoteforward percent
percent expansions revokedhostkeys percent
percent expansions user percent
percent expansions user-l percent
percent expansions user-at percent
percent expansions setenv percent
percent expansions userknownhostsfile percent
percent expansions controlpath dollar
percent expansions identityagent dollar
percent expansions forwardagent dollar
percent expansions localforward dollar
percent expansions remoteforward dollar
percent expansions user dollar
percent expansions user-l dollar
percent expansions user-at dollar
percent expansions setenv dollar
percent expansions userknownhostsfile dollar
percent expansions controlpath tilde
percent expansions identityagent tilde
percent expansions forwardagent tilde
ok percent expansions

==== t-addrmatch ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/addrmatch.sh
test first entry for user 192.168.0.1 somehost
test negative match for user 192.168.30.1 somehost
test no match for user 19.0.0.1 somehost
test list middle for user 10.255.255.254 somehost
test faked IP in hostname for user 192.168.30.1 192.168.0.1
test bare IP4 address for user 1.1.1.1 somehost.example.com
test localaddress for user 19.0.0.1 somehost
test localport for user 19.0.0.1 somehost
test bare IP6 address for user ::1 somehost.example.com
test deny IPv6 for user ::2 somehost.example.com
test IP6 negated for user ::3 somehost
test IP6 no match for user ::4 somehost
test IP6 network for user 2000::1 somehost
test IP6 network for user 2001::1 somehost
test IP6 localaddress for user ::5 somehost
test IP6 localport for user ::5 somehost
test invalid Match address 10.0.1.0/8
test invalid Match localaddress 10.0.1.0/8
test invalid Match address 10.0.0.1/24
test invalid Match localaddress 10.0.0.1/24
test invalid Match address 2000:aa:bb:01::/56
test invalid Match localaddress 2000:aa:bb:01::/56
ok address match

==== t-localcommand ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/localcommand.sh
test localcommand: proto  localcommand
ok localcommand

==== t-forcecommand ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/forcecommand.sh
Connection closed
Connection closed
ok forced command

==== t-portnum ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/portnum.sh
port number parsing: invalid port 0
port number parsing: invalid port 65536
port number parsing: invalid port 131073
port number parsing: invalid port 2000blah
port number parsing: invalid port blah2000
port number parsing: valid port 1
port number parsing: valid port 22
port number parsing: valid port 2222
port number parsing: valid port 22222
port number parsing: valid port 65535
ok port number parsing

==== t-keytype ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keytype.sh
keygen ed25519, 512 bits
keygen ed25519-sk, n/a bits
keygen ecdsa, 256 bits
keygen ecdsa, 384 bits
keygen ecdsa, 521 bits
keygen ecdsa-sk, n/a bits
keygen rsa, 2048 bits
keygen rsa, 3072 bits
userkey ed25519-512, hostkey ed25519-512
userkey ed25519-512, hostkey ed25519-512
userkey ed25519-512, hostkey ed25519-512
userkey ed25519-sk, hostkey ed25519-sk
userkey ed25519-sk, hostkey ed25519-sk
userkey ed25519-sk, hostkey ed25519-sk
userkey ecdsa-256, hostkey ecdsa-256
userkey ecdsa-256, hostkey ecdsa-256
userkey ecdsa-256, hostkey ecdsa-256
userkey ecdsa-384, hostkey ecdsa-384
userkey ecdsa-384, hostkey ecdsa-384
userkey ecdsa-384, hostkey ecdsa-384
userkey ecdsa-521, hostkey ecdsa-521
userkey ecdsa-521, hostkey ecdsa-521
userkey ecdsa-521, hostkey ecdsa-521
userkey ecdsa-sk, hostkey ecdsa-sk
userkey ecdsa-sk, hostkey ecdsa-sk
userkey ecdsa-sk, hostkey ecdsa-sk
userkey rsa-2048, hostkey rsa-2048
userkey rsa-2048, hostkey rsa-2048
userkey rsa-2048, hostkey rsa-2048
userkey rsa-3072, hostkey rsa-3072
userkey rsa-3072, hostkey rsa-3072
userkey rsa-3072, hostkey rsa-3072
ok login with different key types

==== t-kextype ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/kextype.sh
kex diffie-hellman-group1-sha1
kex diffie-hellman-group14-sha1
kex diffie-hellman-group14-sha256
kex diffie-hellman-group16-sha512
kex diffie-hellman-group18-sha512
kex diffie-hellman-group-exchange-sha1
kex diffie-hellman-group-exchange-sha256
kex ecdh-sha2-nistp256
kex ecdh-sha2-nistp384
kex ecdh-sha2-nistp521
kex curve25519-sha256
kex curve25519-sha256@libssh.org
kex sntrup761x25519-sha512
kex sntrup761x25519-sha512@openssh.com
kex mlkem768x25519-sha256
ok login with different key exchange algorithms

==== t-cert-hostkey ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/cert-hostkey.sh
Revoking from /usr/src/regress/usr.bin/ssh/obj/host_ca_key.pub
Revoking from /usr/src/regress/usr.bin/ssh/obj/host_ca_key2.pub
certified host keys: sign host ed25519 cert
Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_ed25519.pub
Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_ed25519-cert.pub
certified host keys: sign host sk-ssh-ed25519@openssh.com cert
Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_sk-ssh-ed25519@openssh.com.pub
Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_sk-ssh-ed25519@openssh.com-cert.pub
certified host keys: sign host ecdsa-sha2-nistp256 cert
Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_ecdsa-sha2-nistp256.pub
Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_ecdsa-sha2-nistp256-cert.pub
certified host keys: sign host ecdsa-sha2-nistp384 cert
Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_ecdsa-sha2-nistp384.pub
Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_ecdsa-sha2-nistp384-cert.pub
certified host keys: sign host ecdsa-sha2-nistp521 cert
Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_ecdsa-sha2-nistp521.pub
Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_ecdsa-sha2-nistp521-cert.pub
certified host keys: sign host sk-ecdsa-sha2-nistp256@openssh.com cert
Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_sk-ecdsa-sha2-nistp256@openssh.com.pub
Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_sk-ecdsa-sha2-nistp256@openssh.com-cert.pub
certified host keys: sign host rsa cert
Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_rsa.pub
Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_rsa-cert.pub
certified host keys: sign host rsa-sha2-256 cert
Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_rsa-sha2-256.pub
Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_rsa-sha2-256-cert.pub
certified host keys: sign host rsa-sha2-512 cert
Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_rsa-sha2-512.pub
Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_rsa-sha2-512-cert.pub
certified host keys: host ed25519 cert connect
certified host keys: ed25519 basic connect expect success yes
certified host keys: ed25519 empty KRL expect success yes
certified host keys: ed25519 KRL w/ plain key revoked expect success no
certified host keys: ed25519 KRL w/ cert revoked expect success no
certified host keys: ed25519 KRL w/ CA revoked expect success no
certified host keys: ed25519 empty plaintext revocation expect success yes
certified host keys: ed25519 plain key plaintext revocation expect success no
certified host keys: ed25519 cert plaintext revocation expect success no
certified host keys: ed25519 CA plaintext revocation expect success no
certified host keys: host sk-ssh-ed25519@openssh.com cert connect
certified host keys: sk-ssh-ed25519@openssh.com basic connect expect success yes
certified host keys: sk-ssh-ed25519@openssh.com empty KRL expect success yes
certified host keys: sk-ssh-ed25519@openssh.com KRL w/ plain key revoked expect success no
certified host keys: sk-ssh-ed25519@openssh.com KRL w/ cert revoked expect success no
certified host keys: sk-ssh-ed25519@openssh.com KRL w/ CA revoked expect success no
certified host keys: sk-ssh-ed25519@openssh.com empty plaintext revocation expect success yes
certified host keys: sk-ssh-ed25519@openssh.com plain key plaintext revocation expect success no
certified host keys: sk-ssh-ed25519@openssh.com cert plaintext revocation expect success no
certified host keys: sk-ssh-ed25519@openssh.com CA plaintext revocation expect success no
certified host keys: host ecdsa-sha2-nistp256 cert connect
certified host keys: ecdsa-sha2-nistp256 basic connect expect success yes
certified host keys: ecdsa-sha2-nistp256 empty KRL expect success yes
certified host keys: ecdsa-sha2-nistp256 KRL w/ plain key revoked expect success no
certified host keys: ecdsa-sha2-nistp256 KRL w/ cert revoked expect success no
certified host keys: ecdsa-sha2-nistp256 KRL w/ CA revoked expect success no
certified host keys: ecdsa-sha2-nistp256 empty plaintext revocation expect success yes
certified host keys: ecdsa-sha2-nistp256 plain key plaintext revocation expect success no
certified host keys: ecdsa-sha2-nistp256 cert plaintext revocation expect success no
certified host keys: ecdsa-sha2-nistp256 CA plaintext revocation expect success no
certified host keys: host ecdsa-sha2-nistp384 cert connect
certified host keys: ecdsa-sha2-nistp384 basic connect expect success yes
certified host keys: ecdsa-sha2-nistp384 empty KRL expect success yes
certified host keys: ecdsa-sha2-nistp384 KRL w/ plain key revoked expect success no
certified host keys: ecdsa-sha2-nistp384 KRL w/ cert revoked expect success no
certified host keys: ecdsa-sha2-nistp384 KRL w/ CA revoked expect success no
certified host keys: ecdsa-sha2-nistp384 empty plaintext revocation expect success yes
certified host keys: ecdsa-sha2-nistp384 plain key plaintext revocation expect success no
certified host keys: ecdsa-sha2-nistp384 cert plaintext revocation expect success no
certified host keys: ecdsa-sha2-nistp384 CA plaintext revocation expect success no
certified host keys: host ecdsa-sha2-nistp521 cert connect
certified host keys: ecdsa-sha2-nistp521 basic connect expect success yes
certified host keys: ecdsa-sha2-nistp521 empty KRL expect success yes
certified host keys: ecdsa-sha2-nistp521 KRL w/ plain key revoked expect success no
certified host keys: ecdsa-sha2-nistp521 KRL w/ cert revoked expect success no
certified host keys: ecdsa-sha2-nistp521 KRL w/ CA revoked expect success no
certified host keys: ecdsa-sha2-nistp521 empty plaintext revocation expect success yes
certified host keys: ecdsa-sha2-nistp521 plain key plaintext revocation expect success no
certified host keys: ecdsa-sha2-nistp521 cert plaintext revocation expect success no
certified host keys: ecdsa-sha2-nistp521 CA plaintext revocation expect success no
certified host keys: host sk-ecdsa-sha2-nistp256@openssh.com cert connect
certified host keys: sk-ecdsa-sha2-nistp256@openssh.com basic connect expect success yes
certified host keys: sk-ecdsa-sha2-nistp256@openssh.com empty KRL expect success yes
certified host keys: sk-ecdsa-sha2-nistp256@openssh.com KRL w/ plain key revoked expect success no
certified host keys: sk-ecdsa-sha2-nistp256@openssh.com KRL w/ cert revoked expect success no
certified host keys: sk-ecdsa-sha2-nistp256@openssh.com KRL w/ CA revoked expect success no
certified host keys: sk-ecdsa-sha2-nistp256@openssh.com empty plaintext revocation expect success yes
certified host keys: sk-ecdsa-sha2-nistp256@openssh.com plain key plaintext revocation expect success no
certified host keys: sk-ecdsa-sha2-nistp256@openssh.com cert plaintext revocation expect success no
certified host keys: sk-ecdsa-sha2-nistp256@openssh.com CA plaintext revocation expect success no
certified host keys: host rsa cert connect
certified host keys: rsa basic connect expect success yes
certified host keys: rsa empty KRL expect success yes
certified host keys: rsa KRL w/ plain key revoked expect success no
certified host keys: rsa KRL w/ cert revoked expect success no
certified host keys: rsa KRL w/ CA revoked expect success no
certified host keys: rsa empty plaintext revocation expect success yes
certified host keys: rsa plain key plaintext revocation expect success no
certified host keys: rsa cert plaintext revocation expect success no
certified host keys: rsa CA plaintext revocation expect success no
certified host keys: host rsa-sha2-256 cert connect
certified host keys: rsa-sha2-256 basic connect expect success yes
certified host keys: rsa-sha2-256 empty KRL expect success yes
certified host keys: rsa-sha2-256 KRL w/ plain key revoked expect success no
certified host keys: rsa-sha2-256 KRL w/ cert revoked expect success no
certified host keys: rsa-sha2-256 KRL w/ CA revoked expect success no
certified host keys: rsa-sha2-256 empty plaintext revocation expect success yes
certified host keys: rsa-sha2-256 plain key plaintext revocation expect success no
certified host keys: rsa-sha2-256 cert plaintext revocation expect success no
certified host keys: rsa-sha2-256 CA plaintext revocation expect success no
certified host keys: host rsa-sha2-512 cert connect
certified host keys: rsa-sha2-512 basic connect expect success yes
certified host keys: rsa-sha2-512 empty KRL expect success yes
certified host keys: rsa-sha2-512 KRL w/ plain key revoked expect success no
certified host keys: rsa-sha2-512 KRL w/ cert revoked expect success no
certified host keys: rsa-sha2-512 KRL w/ CA revoked expect success no
certified host keys: rsa-sha2-512 empty plaintext revocation expect success yes
certified host keys: rsa-sha2-512 plain key plaintext revocation expect success no
certified host keys: rsa-sha2-512 cert plaintext revocation expect success no
certified host keys: rsa-sha2-512 CA plaintext revocation expect success no
certified host keys: host ed25519 revoked cert
certified host keys: host sk-ssh-ed25519@openssh.com revoked cert
certified host keys: host ecdsa-sha2-nistp256 revoked cert
certified host keys: host ecdsa-sha2-nistp384 revoked cert
certified host keys: host ecdsa-sha2-nistp521 revoked cert
certified host keys: host sk-ecdsa-sha2-nistp256@openssh.com revoked cert
certified host keys: host rsa revoked cert
certified host keys: host rsa-sha2-256 revoked cert
certified host keys: host rsa-sha2-512 revoked cert
certified host keys: host ed25519 revoked cert
certified host keys: host sk-ssh-ed25519@openssh.com revoked cert
certified host keys: host ecdsa-sha2-nistp256 revoked cert
certified host keys: host ecdsa-sha2-nistp384 revoked cert
certified host keys: host ecdsa-sha2-nistp521 revoked cert
certified host keys: host sk-ecdsa-sha2-nistp256@openssh.com revoked cert
certified host keys: host rsa revoked cert
certified host keys: host rsa-sha2-256 revoked cert
certified host keys: host rsa-sha2-512 revoked cert
certified host keys: host ed25519  cert downgrade to raw key
certified host keys: host sk-ssh-ed25519@openssh.com  cert downgrade to raw key
certified host keys: host ecdsa-sha2-nistp256  cert downgrade to raw key
certified host keys: host ecdsa-sha2-nistp384  cert downgrade to raw key
certified host keys: host ecdsa-sha2-nistp521  cert downgrade to raw key
certified host keys: host sk-ecdsa-sha2-nistp256@openssh.com  cert downgrade to raw key
certified host keys: host rsa  cert downgrade to raw key
certified host keys: host rsa-sha2-256  cert downgrade to raw key
certified host keys: host rsa-sha2-512  cert downgrade to raw key
certified host keys: host ed25519 connect wrong cert
certified host keys: host sk-ssh-ed25519@openssh.com connect wrong cert
certified host keys: host ecdsa-sha2-nistp256 connect wrong cert
certified host keys: host ecdsa-sha2-nistp384 connect wrong cert
certified host keys: host ecdsa-sha2-nistp521 connect wrong cert
certified host keys: host sk-ecdsa-sha2-nistp256@openssh.com connect wrong cert
certified host keys: host rsa connect wrong cert
certified host keys: host rsa-sha2-256 connect wrong cert
certified host keys: host rsa-sha2-512 connect wrong cert
ok certified host keys

==== t-cert-userkey ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/cert-userkey.sh
certified user keys: sign user ed25519 cert
certified user keys: sign user sk-ssh-ed25519@openssh.com cert
certified user keys: sign user ecdsa-sha2-nistp256 cert
certified user keys: sign user ecdsa-sha2-nistp384 cert
certified user keys: sign user ecdsa-sha2-nistp521 cert
certified user keys: sign user sk-ecdsa-sha2-nistp256@openssh.com cert
certified user keys: sign user rsa cert
certified user keys: sign user rsa-sha2-256 cert
certified user keys: sign user rsa-sha2-512 cert
certified user keys: ed25519 missing authorized_principals
certified user keys: ed25519 empty authorized_principals
certified user keys: ed25519 wrong authorized_principals
certified user keys: ed25519 correct authorized_principals
certified user keys: ed25519 authorized_principals bad key opt
certified user keys: ed25519 authorized_principals command=false
certified user keys: ed25519 authorized_principals command=true
certified user keys: ed25519 wrong principals key option
certified user keys: ed25519 correct principals key option
certified user keys: sk-ssh-ed25519@openssh.com missing authorized_principals
certified user keys: sk-ssh-ed25519@openssh.com empty authorized_principals
certified user keys: sk-ssh-ed25519@openssh.com wrong authorized_principals
certified user keys: sk-ssh-ed25519@openssh.com correct authorized_principals
certified user keys: sk-ssh-ed25519@openssh.com authorized_principals bad key opt
certified user keys: sk-ssh-ed25519@openssh.com authorized_principals command=false
certified user keys: sk-ssh-ed25519@openssh.com authorized_principals command=true
certified user keys: sk-ssh-ed25519@openssh.com wrong principals key option
certified user keys: sk-ssh-ed25519@openssh.com correct principals key option
certified user keys: ecdsa-sha2-nistp256 missing authorized_principals
certified user keys: ecdsa-sha2-nistp256 empty authorized_principals
certified user keys: ecdsa-sha2-nistp256 wrong authorized_principals
certified user keys: ecdsa-sha2-nistp256 correct authorized_principals
certified user keys: ecdsa-sha2-nistp256 authorized_principals bad key opt
certified user keys: ecdsa-sha2-nistp256 authorized_principals command=false
certified user keys: ecdsa-sha2-nistp256 authorized_principals command=true
certified user keys: ecdsa-sha2-nistp256 wrong principals key option
certified user keys: ecdsa-sha2-nistp256 correct principals key option
certified user keys: ecdsa-sha2-nistp384 missing authorized_principals
certified user keys: ecdsa-sha2-nistp384 empty authorized_principals
certified user keys: ecdsa-sha2-nistp384 wrong authorized_principals
certified user keys: ecdsa-sha2-nistp384 correct authorized_principals
certified user keys: ecdsa-sha2-nistp384 authorized_principals bad key opt
certified user keys: ecdsa-sha2-nistp384 authorized_principals command=false
certified user keys: ecdsa-sha2-nistp384 authorized_principals command=true
certified user keys: ecdsa-sha2-nistp384 wrong principals key option
certified user keys: ecdsa-sha2-nistp384 correct principals key option
certified user keys: ecdsa-sha2-nistp521 missing authorized_principals
certified user keys: ecdsa-sha2-nistp521 empty authorized_principals
certified user keys: ecdsa-sha2-nistp521 wrong authorized_principals
certified user keys: ecdsa-sha2-nistp521 correct authorized_principals
certified user keys: ecdsa-sha2-nistp521 authorized_principals bad key opt
certified user keys: ecdsa-sha2-nistp521 authorized_principals command=false
certified user keys: ecdsa-sha2-nistp521 authorized_principals command=true
certified user keys: ecdsa-sha2-nistp521 wrong principals key option
certified user keys: ecdsa-sha2-nistp521 correct principals key option
certified user keys: sk-ecdsa-sha2-nistp256@openssh.com missing authorized_principals
certified user keys: sk-ecdsa-sha2-nistp256@openssh.com empty authorized_principals
certified user keys: sk-ecdsa-sha2-nistp256@openssh.com wrong authorized_principals
certified user keys: sk-ecdsa-sha2-nistp256@openssh.com correct authorized_principals
certified user keys: sk-ecdsa-sha2-nistp256@openssh.com authorized_principals bad key opt
certified user keys: sk-ecdsa-sha2-nistp256@openssh.com authorized_principals command=false
certified user keys: sk-ecdsa-sha2-nistp256@openssh.com authorized_principals command=true
certified user keys: sk-ecdsa-sha2-nistp256@openssh.com wrong principals key option
certified user keys: sk-ecdsa-sha2-nistp256@openssh.com correct principals key option
certified user keys: rsa missing authorized_principals
certified user keys: rsa empty authorized_principals
certified user keys: rsa wrong authorized_principals
certified user keys: rsa correct authorized_principals
certified user keys: rsa authorized_principals bad key opt
certified user keys: rsa authorized_principals command=false
certified user keys: rsa authorized_principals command=true
certified user keys: rsa wrong principals key option
certified user keys: rsa correct principals key option
certified user keys: rsa-sha2-256 missing authorized_principals
certified user keys: rsa-sha2-256 empty authorized_principals
certified user keys: rsa-sha2-256 wrong authorized_principals
certified user keys: rsa-sha2-256 correct authorized_principals
certified user keys: rsa-sha2-256 authorized_principals bad key opt
certified user keys: rsa-sha2-256 authorized_principals command=false
certified user keys: rsa-sha2-256 authorized_principals command=true
certified user keys: rsa-sha2-256 wrong principals key option
certified user keys: rsa-sha2-256 correct principals key option
certified user keys: rsa-sha2-512 missing authorized_principals
certified user keys: rsa-sha2-512 empty authorized_principals
certified user keys: rsa-sha2-512 wrong authorized_principals
certified user keys: rsa-sha2-512 correct authorized_principals
certified user keys: rsa-sha2-512 authorized_principals bad key opt
certified user keys: rsa-sha2-512 authorized_principals command=false
certified user keys: rsa-sha2-512 authorized_principals command=true
certified user keys: rsa-sha2-512 wrong principals key option
certified user keys: rsa-sha2-512 correct principals key option
certified user keys: ed25519 authorized_keys connect
certified user keys: ed25519 authorized_keys revoked key
certified user keys: ed25519 authorized_keys revoked via KRL
certified user keys: ed25519 authorized_keys empty KRL
certified user keys: sk-ssh-ed25519@openssh.com authorized_keys connect
certified user keys: sk-ssh-ed25519@openssh.com authorized_keys revoked key
certified user keys: sk-ssh-ed25519@openssh.com authorized_keys revoked via KRL
certified user keys: sk-ssh-ed25519@openssh.com authorized_keys empty KRL
certified user keys: ecdsa-sha2-nistp256 authorized_keys connect
certified user keys: ecdsa-sha2-nistp256 authorized_keys revoked key
certified user keys: ecdsa-sha2-nistp256 authorized_keys revoked via KRL
certified user keys: ecdsa-sha2-nistp256 authorized_keys empty KRL
certified user keys: ecdsa-sha2-nistp384 authorized_keys connect
certified user keys: ecdsa-sha2-nistp384 authorized_keys revoked key
certified user keys: ecdsa-sha2-nistp384 authorized_keys revoked via KRL
certified user keys: ecdsa-sha2-nistp384 authorized_keys empty KRL
certified user keys: ecdsa-sha2-nistp521 authorized_keys connect
certified user keys: ecdsa-sha2-nistp521 authorized_keys revoked key
certified user keys: ecdsa-sha2-nistp521 authorized_keys revoked via KRL
certified user keys: ecdsa-sha2-nistp521 authorized_keys empty KRL
certified user keys: sk-ecdsa-sha2-nistp256@openssh.com authorized_keys connect
certified user keys: sk-ecdsa-sha2-nistp256@openssh.com authorized_keys revoked key
certified user keys: sk-ecdsa-sha2-nistp256@openssh.com authorized_keys revoked via KRL
certified user keys: sk-ecdsa-sha2-nistp256@openssh.com authorized_keys empty KRL
certified user keys: rsa authorized_keys connect
certified user keys: rsa authorized_keys revoked key
certified user keys: rsa authorized_keys revoked via KRL
certified user keys: rsa authorized_keys empty KRL
certified user keys: rsa-sha2-256 authorized_keys connect
certified user keys: rsa-sha2-256 authorized_keys revoked key
certified user keys: rsa-sha2-256 authorized_keys revoked via KRL
certified user keys: rsa-sha2-256 authorized_keys empty KRL
certified user keys: rsa-sha2-512 authorized_keys connect
certified user keys: rsa-sha2-512 authorized_keys revoked key
certified user keys: rsa-sha2-512 authorized_keys revoked via KRL
certified user keys: rsa-sha2-512 authorized_keys empty KRL
certified user keys: rsa-sha2-512 authorized_keys revoked CA key
certified user keys: authorized_keys CA does not authenticate
certified user keys: ensure CA key does not authenticate user
certified user keys: ed25519 TrustedUserCAKeys connect
certified user keys: ed25519 TrustedUserCAKeys revoked key
certified user keys: ed25519 TrustedUserCAKeys revoked via KRL
certified user keys: ed25519 TrustedUserCAKeys empty KRL
certified user keys: sk-ssh-ed25519@openssh.com TrustedUserCAKeys connect
certified user keys: sk-ssh-ed25519@openssh.com TrustedUserCAKeys revoked key
certified user keys: sk-ssh-ed25519@openssh.com TrustedUserCAKeys revoked via KRL
certified user keys: sk-ssh-ed25519@openssh.com TrustedUserCAKeys empty KRL
certified user keys: ecdsa-sha2-nistp256 TrustedUserCAKeys connect
certified user keys: ecdsa-sha2-nistp256 TrustedUserCAKeys revoked key
certified user keys: ecdsa-sha2-nistp256 TrustedUserCAKeys revoked via KRL
certified user keys: ecdsa-sha2-nistp256 TrustedUserCAKeys empty KRL
certified user keys: ecdsa-sha2-nistp384 TrustedUserCAKeys connect
certified user keys: ecdsa-sha2-nistp384 TrustedUserCAKeys revoked key
certified user keys: ecdsa-sha2-nistp384 TrustedUserCAKeys revoked via KRL
certified user keys: ecdsa-sha2-nistp384 TrustedUserCAKeys empty KRL
certified user keys: ecdsa-sha2-nistp521 TrustedUserCAKeys connect
certified user keys: ecdsa-sha2-nistp521 TrustedUserCAKeys revoked key
certified user keys: ecdsa-sha2-nistp521 TrustedUserCAKeys revoked via KRL
certified user keys: ecdsa-sha2-nistp521 TrustedUserCAKeys empty KRL
certified user keys: sk-ecdsa-sha2-nistp256@openssh.com TrustedUserCAKeys connect
certified user keys: sk-ecdsa-sha2-nistp256@openssh.com TrustedUserCAKeys revoked key
certified user keys: sk-ecdsa-sha2-nistp256@openssh.com TrustedUserCAKeys revoked via KRL
certified user keys: sk-ecdsa-sha2-nistp256@openssh.com TrustedUserCAKeys empty KRL
certified user keys: rsa TrustedUserCAKeys connect
certified user keys: rsa TrustedUserCAKeys revoked key
certified user keys: rsa TrustedUserCAKeys revoked via KRL
certified user keys: rsa TrustedUserCAKeys empty KRL
certified user keys: rsa-sha2-256 TrustedUserCAKeys connect
certified user keys: rsa-sha2-256 TrustedUserCAKeys revoked key
certified user keys: rsa-sha2-256 TrustedUserCAKeys revoked via KRL
certified user keys: rsa-sha2-256 TrustedUserCAKeys empty KRL
certified user keys: rsa-sha2-512 TrustedUserCAKeys connect
certified user keys: rsa-sha2-512 TrustedUserCAKeys revoked key
certified user keys: rsa-sha2-512 TrustedUserCAKeys revoked via KRL
certified user keys: rsa-sha2-512 TrustedUserCAKeys empty KRL
certified user keys: rsa-sha2-512 TrustedUserCAKeys revoked CA key
certified user keys: TrustedUserCAKeys CA does not authenticate
certified user keys: ensure CA key does not authenticate user
certified user keys: correct principal auth authorized_keys expect success rsa
certified user keys: correct principal auth authorized_keys expect success ed25519
certified user keys: correct principal auth TrustedUserCAKeys expect success rsa
certified user keys: correct principal auth TrustedUserCAKeys expect success ed25519
certified user keys: host-certificate auth authorized_keys expect failure rsa
certified user keys: host-certificate auth authorized_keys expect failure ed25519
certified user keys: host-certificate auth TrustedUserCAKeys expect failure rsa
certified user keys: host-certificate auth TrustedUserCAKeys expect failure ed25519
certified user keys: wrong principals auth authorized_keys expect failure rsa
certified user keys: wrong principals auth authorized_keys expect failure ed25519
certified user keys: wrong principals auth TrustedUserCAKeys expect failure rsa
certified user keys: wrong principals auth TrustedUserCAKeys expect failure ed25519
certified user keys: cert not yet valid auth authorized_keys expect failure rsa
certified user keys: cert not yet valid auth authorized_keys expect failure ed25519
certified user keys: cert not yet valid auth TrustedUserCAKeys expect failure rsa
certified user keys: cert not yet valid auth TrustedUserCAKeys expect failure ed25519
certified user keys: cert expired auth authorized_keys expect failure rsa
certified user keys: cert expired auth authorized_keys expect failure ed25519
certified user keys: cert expired auth TrustedUserCAKeys expect failure rsa
certified user keys: cert expired auth TrustedUserCAKeys expect failure ed25519
certified user keys: cert valid interval auth authorized_keys expect success rsa
certified user keys: cert valid interval auth authorized_keys expect success ed25519
certified user keys: cert valid interval auth TrustedUserCAKeys expect success rsa
certified user keys: cert valid interval auth TrustedUserCAKeys expect success ed25519
certified user keys: wrong source-address auth authorized_keys expect failure rsa
certified user keys: wrong source-address auth authorized_keys expect failure ed25519
certified user keys: wrong source-address auth TrustedUserCAKeys expect failure rsa
certified user keys: wrong source-address auth TrustedUserCAKeys expect failure ed25519
certified user keys: force-command auth authorized_keys expect failure rsa
certified user keys: force-command auth authorized_keys expect failure ed25519
certified user keys: force-command auth TrustedUserCAKeys expect failure rsa
certified user keys: force-command auth TrustedUserCAKeys expect failure ed25519
certified user keys: empty principals auth authorized_keys expect success rsa
certified user keys: empty principals auth authorized_keys expect success ed25519
certified user keys: empty principals auth TrustedUserCAKeys expect failure rsa
certified user keys: empty principals auth TrustedUserCAKeys expect failure ed25519
certified user keys: AuthorizedPrincipalsFile principals auth TrustedUserCAKeys expect success rsa
certified user keys: AuthorizedPrincipalsFile principals auth TrustedUserCAKeys expect success ed25519
certified user keys: AuthorizedPrincipalsFile no principals auth TrustedUserCAKeys expect failure rsa
certified user keys: AuthorizedPrincipalsFile no principals auth TrustedUserCAKeys expect failure ed25519
certified user keys: principals key option principals auth authorized_keys expect success rsa
certified user keys: principals key option principals auth authorized_keys expect success ed25519
certified user keys: principals key option no principals auth authorized_keys expect failure rsa
certified user keys: principals key option no principals auth authorized_keys expect failure ed25519
certified user keys: force-command match true auth authorized_keys expect success rsa
certified user keys: force-command match true auth authorized_keys expect success ed25519
certified user keys: force-command match true auth authorized_keys expect failure rsa
certified user keys: force-command match true auth authorized_keys expect failure ed25519
certified user keys: force-command mismatch 1 auth authorized_keys expect failure rsa
certified user keys: force-command mismatch 1 auth authorized_keys expect failure ed25519
certified user keys: force-command mismatch 2 auth authorized_keys expect failure rsa
certified user keys: force-command mismatch 2 auth authorized_keys expect failure ed25519
certified user keys: user ed25519 connect wrong cert
certified user keys: user sk-ssh-ed25519@openssh.com connect wrong cert
certified user keys: user ecdsa-sha2-nistp256 connect wrong cert
certified user keys: user ecdsa-sha2-nistp384 connect wrong cert
certified user keys: user ecdsa-sha2-nistp521 connect wrong cert
certified user keys: user sk-ecdsa-sha2-nistp256@openssh.com connect wrong cert
certified user keys: user rsa connect wrong cert
certified user keys: user rsa-sha2-256 connect wrong cert
certified user keys: user rsa-sha2-512 connect wrong cert
ok certified user keys

==== t-host-expand ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/host-expand.sh
ok expand %h and %n

==== t-keys-command ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keys-command.sh
AuthorizedKeysCommand with arguments
AuthorizedKeysCommand without arguments
ok authorized keys from command

==== t-forward-control ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/forward-control.sh
check_lfwd done (expecting Y): default configuration
check_rfwd done (expecting Y): default configuration
check_lfwd done (expecting Y): AllowTcpForwarding=yes
check_rfwd done (expecting Y): AllowTcpForwarding=yes
check_lfwd done (expecting N): AllowTcpForwarding=yes, !PermitOpen
check_rfwd done (expecting Y): AllowTcpForwarding=yes, !PermitOpen
check_lfwd done (expecting Y): AllowTcpForwarding=yes, PermitOpen
check_rfwd done (expecting Y): AllowTcpForwarding=yes, PermitOpen
check_lfwd done (expecting N): AllowTcpForwarding=yes, !permitopen
check_rfwd done (expecting Y): AllowTcpForwarding=yes, !permitopen
check_lfwd done (expecting Y): AllowTcpForwarding=yes, permitopen
check_rfwd done (expecting Y): AllowTcpForwarding=yes, permitopen
check_lfwd done (expecting N): AllowTcpForwarding=yes, no-port-forwarding
check_rfwd done (expecting N): AllowTcpForwarding=yes, no-port-forwarding
check_lfwd done (expecting N): AllowTcpForwarding=yes, restrict
check_rfwd done (expecting N): AllowTcpForwarding=yes, restrict
check_lfwd done (expecting Y): AllowTcpForwarding=yes, restrict,port-forwarding
check_rfwd done (expecting Y): AllowTcpForwarding=yes, restrict,port-forwarding
check_lfwd done (expecting Y): AllowTcpForwarding=local
check_rfwd done (expecting N): AllowTcpForwarding=local
check_lfwd done (expecting N): AllowTcpForwarding=local, !PermitOpen
check_rfwd done (expecting N): AllowTcpForwarding=local, !PermitOpen
check_lfwd done (expecting Y): AllowTcpForwarding=local, PermitOpen
check_rfwd done (expecting N): AllowTcpForwarding=local, PermitOpen
check_lfwd done (expecting N): AllowTcpForwarding=local, !permitopen
check_rfwd done (expecting N): AllowTcpForwarding=local, !permitopen
check_lfwd done (expecting Y): AllowTcpForwarding=local, permitopen
check_rfwd done (expecting N): AllowTcpForwarding=local, permitopen
check_lfwd done (expecting N): AllowTcpForwarding=local, no-port-forwarding
check_rfwd done (expecting N): AllowTcpForwarding=local, no-port-forwarding
check_lfwd done (expecting N): AllowTcpForwarding=local, restrict
check_rfwd done (expecting N): AllowTcpForwarding=local, restrict
check_lfwd done (expecting Y): AllowTcpForwarding=local, restrict,port-forwarding
check_rfwd done (expecting N): AllowTcpForwarding=local, restrict,port-forwarding
check_lfwd done (expecting N): AllowTcpForwarding=remote
check_rfwd done (expecting Y): AllowTcpForwarding=remote
check_lfwd done (expecting N): AllowTcpForwarding=remote, !PermitOpen
check_rfwd done (expecting Y): AllowTcpForwarding=remote, !PermitOpen
check_lfwd done (expecting N): AllowTcpForwarding=remote, PermitOpen
check_rfwd done (expecting Y): AllowTcpForwarding=remote, PermitOpen
check_lfwd done (expecting N): AllowTcpForwarding=remote, !permitopen
check_rfwd done (expecting Y): AllowTcpForwarding=remote, !permitopen
check_lfwd done (expecting N): AllowTcpForwarding=remote, permitopen
check_rfwd done (expecting Y): AllowTcpForwarding=remote, permitopen
check_lfwd done (expecting N): AllowTcpForwarding=remote, no-port-forwarding
check_rfwd done (expecting N): AllowTcpForwarding=remote, no-port-forwarding
check_lfwd done (expecting N): AllowTcpForwarding=remote, restrict
check_rfwd done (expecting N): AllowTcpForwarding=remote, restrict
check_lfwd done (expecting N): AllowTcpForwarding=remote, restrict,port-forwarding
check_rfwd done (expecting Y): AllowTcpForwarding=remote, restrict,port-forwarding
check_lfwd done (expecting N): AllowTcpForwarding=no
check_rfwd done (expecting N): AllowTcpForwarding=no
check_lfwd done (expecting N): AllowTcpForwarding=no, !PermitOpen
check_rfwd done (expecting N): AllowTcpForwarding=no, !PermitOpen
check_lfwd done (expecting N): AllowTcpForwarding=no, PermitOpen
check_rfwd done (expecting N): AllowTcpForwarding=no, PermitOpen
check_lfwd done (expecting N): AllowTcpForwarding=no, !permitopen
check_rfwd done (expecting N): AllowTcpForwarding=no, !permitopen
check_lfwd done (expecting N): AllowTcpForwarding=no, permitopen
check_rfwd done (expecting N): AllowTcpForwarding=no, permitopen
check_lfwd done (expecting N): AllowTcpForwarding=no, no-port-forwarding
check_rfwd done (expecting N): AllowTcpForwarding=no, no-port-forwarding
check_lfwd done (expecting N): AllowTcpForwarding=no, restrict
check_rfwd done (expecting N): AllowTcpForwarding=no, restrict
check_lfwd done (expecting N): AllowTcpForwarding=no, restrict,port-forwarding
check_rfwd done (expecting N): AllowTcpForwarding=no, restrict,port-forwarding
check_lfwd done (expecting Y): AllowTcpForwarding=yes, !PermitListen
check_rfwd done (expecting N): AllowTcpForwarding=yes, !PermitListen
check_lfwd done (expecting Y): AllowTcpForwarding=yes, PermitListen
check_rfwd done (expecting Y): AllowTcpForwarding=yes, PermitListen
check_lfwd done (expecting Y): AllowTcpForwarding=local, !PermitListen
check_rfwd done (expecting N): AllowTcpForwarding=local, !PermitListen
check_lfwd done (expecting Y): AllowTcpForwarding=local, PermitListen
check_rfwd done (expecting N): AllowTcpForwarding=local, PermitListen
check_lfwd done (expecting N): AllowTcpForwarding=remote, !PermitListen
check_rfwd done (expecting N): AllowTcpForwarding=remote, !PermitListen
check_lfwd done (expecting N): AllowTcpForwarding=remote, PermitListen
check_rfwd done (expecting Y): AllowTcpForwarding=remote, PermitListen
check_lfwd done (expecting N): AllowTcpForwarding=no, !PermitListen
check_rfwd done (expecting N): AllowTcpForwarding=no, !PermitListen
check_lfwd done (expecting N): AllowTcpForwarding=no, PermitListen
check_rfwd done (expecting N): AllowTcpForwarding=no, PermitListen
ok sshd control of local and remote forwarding

==== t-integrity ====
cc -O2 -pipe  -g  -MD -MP   -o modpipe /usr/src/regress/usr.bin/ssh/modpipe.c 
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/integrity.sh
test integrity: hmac-sha1 @2900
test integrity: hmac-sha1 @2901
test integrity: hmac-sha1 @2902
test integrity: hmac-sha1 @2903
test integrity: hmac-sha1 @2904
test integrity: hmac-sha1 @2905
test integrity: hmac-sha1 @2906
test integrity: hmac-sha1 @2907
test integrity: hmac-sha1 @2908
test integrity: hmac-sha1 @2909
test integrity: 10 errors: mac 10 padding 0 length 0 timeout 0
test integrity: hmac-sha1-96 @2900
test integrity: hmac-sha1-96 @2901
test integrity: hmac-sha1-96 @2902
test integrity: hmac-sha1-96 @2903
test integrity: hmac-sha1-96 @2904
test integrity: hmac-sha1-96 @2905
test integrity: hmac-sha1-96 @2906
test integrity: hmac-sha1-96 @2907
test integrity: hmac-sha1-96 @2908
test integrity: hmac-sha1-96 @2909
test integrity: 10 errors: mac 10 padding 0 length 0 timeout 0
test integrity: hmac-sha2-256 @2900
test integrity: hmac-sha2-256 @2901
test integrity: hmac-sha2-256 @2902
test integrity: hmac-sha2-256 @2903
test integrity: hmac-sha2-256 @2904
test integrity: hmac-sha2-256 @2905
test integrity: hmac-sha2-256 @2906
test integrity: hmac-sha2-256 @2907
test integrity: hmac-sha2-256 @2908
test integrity: hmac-sha2-256 @2909
test integrity: 10 errors: mac 10 padding 0 length 0 timeout 0
test integrity: hmac-sha2-512 @2900
test integrity: hmac-sha2-512 @2901
test integrity: hmac-sha2-512 @2902
test integrity: hmac-sha2-512 @2903
test integrity: hmac-sha2-512 @2904
test integrity: hmac-sha2-512 @2905
test integrity: hmac-sha2-512 @2906
test integrity: hmac-sha2-512 @2907
test integrity: hmac-sha2-512 @2908
test integrity: hmac-sha2-512 @2909
test integrity: 10 errors: mac 10 padding 0 length 0 timeout 0
test integrity: hmac-md5 @2900
test integrity: hmac-md5 @2901
test integrity: hmac-md5 @2902
test integrity: hmac-md5 @2903
test integrity: hmac-md5 @2904
test integrity: hmac-md5 @2905
test integrity: hmac-md5 @2906
test integrity: hmac-md5 @2907
test integrity: hmac-md5 @2908
test integrity: hmac-md5 @2909
test integrity: 10 errors: mac 10 padding 0 length 0 timeout 0
test integrity: hmac-md5-96 @2900
test integrity: hmac-md5-96 @2901
test integrity: hmac-md5-96 @2902
test integrity: hmac-md5-96 @2903
test integrity: hmac-md5-96 @2904
test integrity: hmac-md5-96 @2905
test integrity: hmac-md5-96 @2906
test integrity: hmac-md5-96 @2907
test integrity: hmac-md5-96 @2908
test integrity: hmac-md5-96 @2909
test integrity: 10 errors: mac 10 padding 0 length 0 timeout 0
test integrity: umac-64@openssh.com @2900
test integrity: umac-64@openssh.com @2901
test integrity: umac-64@openssh.com @2902
test integrity: umac-64@openssh.com @2903
test integrity: umac-64@openssh.com @2904
test integrity: umac-64@openssh.com @2905
test integrity: umac-64@openssh.com @2906
test integrity: umac-64@openssh.com @2907
test integrity: umac-64@openssh.com @2908
test integrity: umac-64@openssh.com @2909
test integrity: 10 errors: mac 10 padding 0 length 0 timeout 0
test integrity: umac-128@openssh.com @2900
test integrity: umac-128@openssh.com @2901
test integrity: umac-128@openssh.com @2902
test integrity: umac-128@openssh.com @2903
test integrity: umac-128@openssh.com @2904
test integrity: umac-128@openssh.com @2905
test integrity: umac-128@openssh.com @2906
test integrity: umac-128@openssh.com @2907
test integrity: umac-128@openssh.com @2908
test integrity: umac-128@openssh.com @2909
test integrity: 10 errors: mac 10 padding 0 length 0 timeout 0
test integrity: hmac-sha1-etm@openssh.com @2900
test integrity: hmac-sha1-etm@openssh.com @2901
test integrity: hmac-sha1-etm@openssh.com @2902
test integrity: hmac-sha1-etm@openssh.com @2903
test integrity: hmac-sha1-etm@openssh.com @2904
test integrity: hmac-sha1-etm@openssh.com @2905
test integrity: hmac-sha1-etm@openssh.com @2906
test integrity: hmac-sha1-etm@openssh.com @2907
test integrity: hmac-sha1-etm@openssh.com @2908
test integrity: hmac-sha1-etm@openssh.com @2909
test integrity: 10 errors: mac 10 padding 0 length 0 timeout 0
test integrity: hmac-sha1-96-etm@openssh.com @2900
test integrity: hmac-sha1-96-etm@openssh.com @2901
test integrity: hmac-sha1-96-etm@openssh.com @2902
test integrity: hmac-sha1-96-etm@openssh.com @2903
test integrity: hmac-sha1-96-etm@openssh.com @2904
test integrity: hmac-sha1-96-etm@openssh.com @2905
test integrity: hmac-sha1-96-etm@openssh.com @2906
test integrity: hmac-sha1-96-etm@openssh.com @2907
test integrity: hmac-sha1-96-etm@openssh.com @2908
test integrity: hmac-sha1-96-etm@openssh.com @2909
test integrity: 10 errors: mac 10 padding 0 length 0 timeout 0
test integrity: hmac-sha2-256-etm@openssh.com @2900
test integrity: hmac-sha2-256-etm@openssh.com @2901
test integrity: hmac-sha2-256-etm@openssh.com @2902
test integrity: hmac-sha2-256-etm@openssh.com @2903
test integrity: hmac-sha2-256-etm@openssh.com @2904
test integrity: hmac-sha2-256-etm@openssh.com @2905
test integrity: hmac-sha2-256-etm@openssh.com @2906
test integrity: hmac-sha2-256-etm@openssh.com @2907
test integrity: hmac-sha2-256-etm@openssh.com @2908
test integrity: hmac-sha2-256-etm@openssh.com @2909
test integrity: 10 errors: mac 10 padding 0 length 0 timeout 0
test integrity: hmac-sha2-512-etm@openssh.com @2900
test integrity: hmac-sha2-512-etm@openssh.com @2901
test integrity: hmac-sha2-512-etm@openssh.com @2902
test integrity: hmac-sha2-512-etm@openssh.com @2903
test integrity: hmac-sha2-512-etm@openssh.com @2904
test integrity: hmac-sha2-512-etm@openssh.com @2905
test integrity: hmac-sha2-512-etm@openssh.com @2906
test integrity: hmac-sha2-512-etm@openssh.com @2907
test integrity: hmac-sha2-512-etm@openssh.com @2908
test integrity: hmac-sha2-512-etm@openssh.com @2909
test integrity: 10 errors: mac 10 padding 0 length 0 timeout 0
test integrity: hmac-md5-etm@openssh.com @2900
test integrity: hmac-md5-etm@openssh.com @2901
test integrity: hmac-md5-etm@openssh.com @2902
test integrity: hmac-md5-etm@openssh.com @2903
test integrity: hmac-md5-etm@openssh.com @2904
test integrity: hmac-md5-etm@openssh.com @2905
test integrity: hmac-md5-etm@openssh.com @2906
test integrity: hmac-md5-etm@openssh.com @2907
test integrity: hmac-md5-etm@openssh.com @2908
test integrity: hmac-md5-etm@openssh.com @2909
test integrity: 10 errors: mac 10 padding 0 length 0 timeout 0
test integrity: hmac-md5-96-etm@openssh.com @2900
test integrity: hmac-md5-96-etm@openssh.com @2901
test integrity: hmac-md5-96-etm@openssh.com @2902
test integrity: hmac-md5-96-etm@openssh.com @2903
test integrity: hmac-md5-96-etm@openssh.com @2904
test integrity: hmac-md5-96-etm@openssh.com @2905
test integrity: hmac-md5-96-etm@openssh.com @2906
test integrity: hmac-md5-96-etm@openssh.com @2907
test integrity: hmac-md5-96-etm@openssh.com @2908
test integrity: hmac-md5-96-etm@openssh.com @2909
test integrity: 10 errors: mac 10 padding 0 length 0 timeout 0
test integrity: umac-64-etm@openssh.com @2900
test integrity: umac-64-etm@openssh.com @2901
test integrity: umac-64-etm@openssh.com @2902
test integrity: umac-64-etm@openssh.com @2903
test integrity: umac-64-etm@openssh.com @2904
test integrity: umac-64-etm@openssh.com @2905
test integrity: umac-64-etm@openssh.com @2906
test integrity: umac-64-etm@openssh.com @2907
test integrity: umac-64-etm@openssh.com @2908
test integrity: umac-64-etm@openssh.com @2909
test integrity: 10 errors: mac 10 padding 0 length 0 timeout 0
test integrity: umac-128-etm@openssh.com @2900
test integrity: umac-128-etm@openssh.com @2901
test integrity: umac-128-etm@openssh.com @2902
test integrity: umac-128-etm@openssh.com @2903
test integrity: umac-128-etm@openssh.com @2904
test integrity: umac-128-etm@openssh.com @2905
test integrity: umac-128-etm@openssh.com @2906
test integrity: umac-128-etm@openssh.com @2907
test integrity: umac-128-etm@openssh.com @2908
test integrity: umac-128-etm@openssh.com @2909
test integrity: 10 errors: mac 10 padding 0 length 0 timeout 0
test integrity: aes128-gcm@openssh.com @2900
test integrity: aes128-gcm@openssh.com @2901
test integrity: aes128-gcm@openssh.com @2902
test integrity: aes128-gcm@openssh.com @2903
test integrity: aes128-gcm@openssh.com @2904
test integrity: aes128-gcm@openssh.com @2905
test integrity: aes128-gcm@openssh.com @2906
test integrity: aes128-gcm@openssh.com @2907
test integrity: aes128-gcm@openssh.com @2908
test integrity: aes128-gcm@openssh.com @2909
test integrity: 10 errors: mac 10 padding 0 length 0 timeout 0
test integrity: aes256-gcm@openssh.com @2900
test integrity: aes256-gcm@openssh.com @2901
test integrity: aes256-gcm@openssh.com @2902
test integrity: aes256-gcm@openssh.com @2903
test integrity: aes256-gcm@openssh.com @2904
test integrity: aes256-gcm@openssh.com @2905
test integrity: aes256-gcm@openssh.com @2906
test integrity: aes256-gcm@openssh.com @2907
test integrity: aes256-gcm@openssh.com @2908
test integrity: aes256-gcm@openssh.com @2909
test integrity: 10 errors: mac 10 padding 0 length 0 timeout 0
test integrity: chacha20-poly1305@openssh.com @2900
test integrity: chacha20-poly1305@openssh.com @2901
test integrity: chacha20-poly1305@openssh.com @2902
test integrity: chacha20-poly1305@openssh.com @2903
test integrity: chacha20-poly1305@openssh.com @2904
test integrity: chacha20-poly1305@openssh.com @2905
test integrity: chacha20-poly1305@openssh.com @2906
test integrity: chacha20-poly1305@openssh.com @2907
test integrity: chacha20-poly1305@openssh.com @2908
test integrity: chacha20-poly1305@openssh.com @2909
test integrity: 10 errors: mac 10 padding 0 length 0 timeout 0
ok integrity

==== t-krl ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/krl.sh
key revocation lists: generating test keys
key revocation lists: generating KRLs
key revocation lists: checking revocations for revoked keys
key revocation lists: checking revocations for unrevoked keys
key revocation lists: checking revocations for revoked certs
key revocation lists: checking revocations for unrevoked certs
key revocation lists: testing KRL update
key revocation lists: checking revocations for revoked keys
key revocation lists: checking revocations for unrevoked keys
key revocation lists: checking revocations for revoked certs
key revocation lists: checking revocations for unrevoked certs
ok key revocation lists

==== t-multipubkey ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/multipubkey.sh
ok multiple pubkey

==== t-limit-keytype ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/limit-keytype.sh
allow rsa,ed25519
allow ed25519
allow cert only
match w/ no match
match w/ matching
ok restrict pubkey type

==== t-hostkey-agent ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/hostkey-agent.sh
key type ssh-ed25519
key type sk-ssh-ed25519@openssh.com
key type ecdsa-sha2-nistp256
key type ecdsa-sha2-nistp384
key type ecdsa-sha2-nistp521
key type sk-ecdsa-sha2-nistp256@openssh.com
key type ssh-rsa
cert type ssh-ed25519-cert-v01@openssh.com
cert type sk-ssh-ed25519-cert-v01@openssh.com
cert type ecdsa-sha2-nistp256-cert-v01@openssh.com
cert type ecdsa-sha2-nistp384-cert-v01@openssh.com
cert type ecdsa-sha2-nistp521-cert-v01@openssh.com
cert type sk-ecdsa-sha2-nistp256-cert-v01@openssh.com
cert type ssh-rsa-cert-v01@openssh.com
cert type rsa-sha2-256-cert-v01@openssh.com
cert type rsa-sha2-512-cert-v01@openssh.com
multiple hostkeys
Addkey type ssh-ed25519
Addkey type sk-ssh-ed25519@openssh.com
Addkey type ecdsa-sha2-nistp256
Addkey type ecdsa-sha2-nistp384
Addkey type ecdsa-sha2-nistp521
Addkey type sk-ecdsa-sha2-nistp256@openssh.com
Addkey type ssh-rsa
ok hostkey agent

==== t-hostkey-rotate ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/hostkey-rotate.sh
learn hostkey with StrictHostKeyChecking=no
learn additional hostkeys
learn additional hostkeys, type=ssh-ed25519
learn additional hostkeys, type=sk-ssh-ed25519@openssh.com
learn additional hostkeys, type=ecdsa-sha2-nistp256
learn additional hostkeys, type=ecdsa-sha2-nistp384
learn additional hostkeys, type=ecdsa-sha2-nistp521
learn additional hostkeys, type=sk-ecdsa-sha2-nistp256@openssh.com
learn additional hostkeys, type=ssh-rsa
learn changed non-primary hostkey type=ssh-rsa
learn new primary hostkey
rotate primary hostkey
check rotate primary hostkey
ok hostkey rotate

==== t-principals-command ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/principals-command.sh
authorized principals command: empty authorized_principals
authorized principals command: wrong authorized_principals
authorized principals command: correct authorized_principals
authorized principals command: authorized_principals bad key opt
authorized principals command: authorized_principals command=false
authorized principals command: authorized_principals command=true
authorized principals command: wrong principals key option
authorized principals command: correct principals key option
ok authorized principals command

==== t-cert-file ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/cert-file.sh
identity cert with no plain public file
CertificateFile with no plain public file
plain keys
untrusted cert
good cert, bad key
single trusted
multiple trusted
ok ssh with certificates

==== t-cfginclude ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/cfginclude.sh
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Pseudo-terminal will not be allocated because stdin is not a terminal.
ok config include

==== t-servcfginclude ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/servcfginclude.sh
ok server config include

==== t-allow-deny-users ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/allow-deny-users.sh
ok AllowUsers/DenyUsers

==== t-authinfo ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/authinfo.sh
ExposeAuthInfo=no
ExposeAuthInfo=yes
ok authinfo

==== t-sshsig ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sshsig.sh
sshsig: make certificates
sshsig: check signature for ssh-ed25519
sshsig: check signature for sk-ssh-ed25519@openssh.com
sshsig: check signature for ecdsa-sha2-nistp256
sshsig: check signature for ecdsa-sha2-nistp384
sshsig: check signature for ecdsa-sha2-nistp521
sshsig: check signature for sk-ecdsa-sha2-nistp256@openssh.com
sshsig: check signature for ssh-rsa
sshsig: check signature for ssh-ed25519-cert.pub
sshsig: check signature for sk-ssh-ed25519@openssh.com-cert.pub
sshsig: check signature for ecdsa-sha2-nistp256-cert.pub
sshsig: check signature for ecdsa-sha2-nistp384-cert.pub
sshsig: check signature for ecdsa-sha2-nistp521-cert.pub
sshsig: check signature for sk-ecdsa-sha2-nistp256@openssh.com-cert.pub
sshsig: check signature for ssh-rsa-cert.pub
sshsig: match principals
sshsig: nomatch principals
ok sshsig

==== t-knownhosts ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/knownhosts.sh
ok known hosts

==== t-knownhosts-command ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/knownhosts-command.sh
simple connection
no keys
bad exit status
keytype ssh-ed25519
keytype sk-ssh-ed25519@openssh.com
keytype ecdsa-sha2-nistp256
keytype ecdsa-sha2-nistp384
keytype ecdsa-sha2-nistp521
keytype sk-ecdsa-sha2-nistp256@openssh.com
keytype ssh-rsa
ok known hosts command

==== t-agent-restrict ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/agent-restrict.sh
generate keys
prepare client config
prepare known_hosts
prepare server configs
authentication w/o agent
start agent
authentication with agent (no restrict)
unrestricted keylist
authentication with agent (basic restrict)
authentication with agent incorrect key (basic restrict)
keylist (basic restrict)
username
username wildcard
username incorrect
agent restriction honours certificate principal
multihop without agent
multihop agent unrestricted
multihop restricted
multihop username
multihop wildcard username
multihop wrong username
multihop cycle no agent
multihop cycle agent unrestricted
multihop cycle restricted deny
multihop cycle restricted allow
ok agent restrictions

==== t-hostbased ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/hostbased.sh
SKIPPED: TEST_SSH_HOSTBASED_AUTH not set.

==== t-channel-timeout ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/channel-timeout.sh
no timeout
command timeout
command long timeout
command wildcard timeout
command irrelevant timeout
multiplexed command timeout
irrelevant multiplexed command timeout
global command timeout
ln: /usr/src/regress/usr.bin/ssh/obj/ssh.log: File exists
sftp no timeout
sftp timeout
Connection closed
sftp irrelevant timeout
ok channel timeout

==== t-connection-timeout ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/connection-timeout.sh
no timeout
timeout
session inhibits timeout
timeout after session
timeout with listeners
ok unused connection timeout

==== t-match-subsystem ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/match-subsystem.sh
ok sshd_config match subsystem

==== t-agent-pkcs11-restrict ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/agent-pkcs11-restrict.sh
SKIPPED: No PKCS#11 library found

==== t-agent-pkcs11-cert ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/agent-pkcs11-cert.sh
SKIPPED: No PKCS#11 library found

==== t-penalty ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/penalty.sh
test connect
penalty for authentication failure
penalty for no authentication
ok penalties

==== t-penalty-expire ====
env SUDO="" "MALLOC_OPTIONS=CFGJRSUX"  sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/penalty-expire.sh
test connect
penalty expiry
ok penalties

===> unittests
===> unittests/test_helper
cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/test_helper/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/test_helper/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/test_helper/test_helper.c -o test_helper.o
cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/test_helper/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/test_helper/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/test_helper/fuzz.c -o fuzz.o
building standard test_helper library
ranlib libtest_helper.a
===> unittests/sshbuf
==== run-regress-test_sshbuf ====
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/tests.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_crypto.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_misc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_fuzz.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_fuzz.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_fixed.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/sshbuf-getput-basic.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/sshbuf-getput-crypto.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/sshbuf-misc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/sshbuf.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/sshbuf-io.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/atomicio.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/misc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/xmalloc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/log.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/fatal.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/ssherr.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/cleanup.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/match.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/addr.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/addrmatch.c
cc -g  -o test_sshbuf tests.o test_sshbuf.o test_sshbuf_getput_basic.o test_sshbuf_getput_crypto.o test_sshbuf_misc.o test_sshbuf_fuzz.o test_sshbuf_getput_fuzz.o test_sshbuf_fixed.o sshbuf-getput-basic.o sshbuf-getput-crypto.o sshbuf-misc.o sshbuf.o sshbuf-io.o atomicio.o misc.o xmalloc.o log.o fatal.o ssherr.o cleanup.o match.o addr.o addrmatch.o -L/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper/obj -ltest_helper -lutil -lcrypto -lfido2 -lcbor -lusbhid
env MALLOC_OPTIONS=CFGJRSUX ./test_sshbuf  -v -f
test_sshbuf: 
test 0 - "allocate sshbuf": OK
test 1 - "max size on fresh buffer": OK
test 2 - "available on fresh buffer": OK
test 3 - "len = 0 on empty buffer": OK
test 4 - "set valid max size": OK
test 5 - "available on limited buffer": OK
test 6 - "free": OK
test 7 - "consume on empty buffer": OK
test 8 - "consume_end on empty buffer": OK
test 9 - "reserve space": OK
test 10 - "sshbuf_len on filled buffer": OK
test 11 - "sshbuf_ptr on filled buffer": OK
test 12 - "consume on filled buffer": OK
test 13 - "consume_end on filled buffer": OK
test 14 - "fill limited buffer": OK
test 15 - "consume and force compaction": OK
test 16 - "resize full buffer": OK
test 17 - "alloc chunking": OK
test 18 - "reset buffer": OK
test 19 - "PEEK_U64": OK
test 20 - "PEEK_U32": OK
test 21 - "PEEK_U16": OK
test 22 - "POKE_U64": OK
test 23 - "POKE_U32": OK
test 24 - "POKE_U16": OK
test 25 - "sshbuf_put": OK
test 26 - "sshbuf_get": OK
test 27 - "sshbuf_get truncated": OK
test 28 - "sshbuf_put truncated": OK
test 29 - "sshbuf_get_u64": OK
test 30 - "sshbuf_get_u64 truncated": OK
test 31 - "sshbuf_get_u32": OK
test 32 - "sshbuf_get_u32 truncated": OK
test 33 - "sshbuf_get_u16": OK
test 34 - "sshbuf_get_u16 truncated": OK
test 35 - "sshbuf_get_u8": OK
test 36 - "sshbuf_get_u8 truncated": OK
test 37 - "sshbuf_put_u64": OK
test 38 - "sshbuf_put_u64 exact": OK
test 39 - "sshbuf_put_u64 limited": OK
test 40 - "sshbuf_put_u32": OK
test 41 - "sshbuf_put_u32 exact": OK
test 42 - "sshbuf_put_u32 limited": OK
test 43 - "sshbuf_put_u16": OK
test 44 - "sshbuf_put_u16": OK
test 45 - "sshbuf_put_u16 limited": OK
test 46 - "sshbuf_get_string": OK
test 47 - "sshbuf_get_string exact": OK
test 48 - "sshbuf_get_string truncated": OK
test 49 - "sshbuf_get_string giant": OK
test 50 - "sshbuf_get_cstring giant": OK
test 51 - "sshbuf_get_cstring embedded \0": OK
test 52 - "sshbuf_get_cstring trailing \0": OK
test 53 - "sshbuf_put_string": OK
test 54 - "sshbuf_put_string limited": OK
test 55 - "sshbuf_put_string giant": OK
test 56 - "sshbuf_putf": OK
test 57 - "sshbuf_putb": OK
test 58 - "sshbuf_put_bignum2_bytes empty buf": OK
test 59 - "sshbuf_put_bignum2_bytes all zeroes": OK
test 60 - "sshbuf_put_bignum2_bytes simple": OK
test 61 - "sshbuf_put_bignum2_bytes leading zero": OK
test 62 - "sshbuf_put_bignum2_bytes neg": OK
test 63 - "sshbuf_put_bignum2_bytes neg and leading zero": OK
test 64 - "sshbuf_peek_u64": OK
test 65 - "sshbuf_peek_u32": OK
test 66 - "sshbuf_peek_u16": OK
test 67 - "sshbuf_peek_u8": OK
test 68 - "sshbuf_poke_u64": OK
test 69 - "sshbuf_poke_u32": OK
test 70 - "sshbuf_poke_u16": OK
test 71 - "sshbuf_poke_u8": OK
test 72 - "sshbuf_poke": OK
test 73 - "sshbuf_put_bignum2": OK
test 74 - "sshbuf_put_bignum2 limited": OK
test 75 - "sshbuf_put_bignum2 bn2": OK
test 76 - "sshbuf_put_bignum2 bn2 limited": OK
test 77 - "sshbuf_get_bignum2": OK
test 78 - "sshbuf_get_bignum2 truncated": OK
test 79 - "sshbuf_get_bignum2 giant": OK
test 80 - "sshbuf_get_bignum2 bn2": OK
test 81 - "sshbuf_get_bignum2 bn2 truncated": OK
test 82 - "sshbuf_get_bignum2 bn2 negative": OK
test 83 - "sshbuf_put_ec": OK
test 84 - "sshbuf_get_ec": OK
test 85 - "sshbuf_dump": OK
test 86 - "sshbuf_dtob16": OK
test 87 - "sshbuf_dtob64_string len 1": OK
test 88 - "sshbuf_dtob64_string len 2": OK
test 89 - "sshbuf_dtob64_string len 3": OK
test 90 - "sshbuf_dtob64_string len 8191": OK
test 91 - "sshbuf_b64tod len 1": OK
test 92 - "sshbuf_b64tod len 2": OK
test 93 - "sshbuf_b64tod len 4": OK
test 94 - "sshbuf_dup_string": OK
test 95 - "sshbuf_cmp": OK
test 96 - "sshbuf_find": OK
test 97 - "fuzz alloc/dealloc": OK
test 98 - "fuzz blob parsing": OK
test 99 - "sshbuf_from": OK
test 100 - "sshbuf_from data": OK
test 101 - "sshbuf_fromb ": OK
test 102 - "sshbuf_froms":  103 tests ok

===> unittests/sshkey
==== run-regress-test_sshkey ====
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/tests.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/test_sshkey.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/test_file.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/test_fuzz.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/common.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/sshbuf-getput-basic.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/sshbuf-getput-crypto.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/sshbuf-misc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/sshbuf.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/sshbuf-io.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/atomicio.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/sshkey.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/authfile.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/cipher.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/log.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/ssh-rsa.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/ssh-dss.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/ssh-ecdsa.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/ssh-ed25519.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/mac.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/umac.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/umac128.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/hmac.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/misc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/ssherr.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/uidswap.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/cleanup.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/xmalloc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/match.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/krl.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/fatal.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/addr.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/addrmatch.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/bitmap.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/ed25519.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/hash.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/cipher-chachapoly.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/chacha.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/poly1305.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/ssh-ecdsa-sk.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/ssh-sk.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/ssh-ed25519-sk.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/sk-usbhid.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/digest-openssl.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/utf8.c
cc -g  -o test_sshkey tests.o test_sshkey.o test_file.o test_fuzz.o common.o sshbuf-getput-basic.o sshbuf-getput-crypto.o sshbuf-misc.o sshbuf.o sshbuf-io.o atomicio.o sshkey.o authfile.o cipher.o log.o ssh-rsa.o ssh-dss.o ssh-ecdsa.o ssh-ed25519.o mac.o umac.o umac128.o hmac.o misc.o ssherr.o uidswap.o cleanup.o xmalloc.o match.o krl.o fatal.o addr.o addrmatch.o bitmap.o ed25519.o hash.o cipher-chachapoly.o chacha.o poly1305.o ssh-ecdsa-sk.o ssh-sk.o ssh-ed25519-sk.o sk-usbhid.o digest-openssl.o utf8.o -L/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper/obj -ltest_helper -lutil -lcrypto -lfido2 -lcbor -lusbhid
env MALLOC_OPTIONS=CFGJRSUX ./test_sshkey  -v -f -d /usr/src/regress/usr.bin/ssh/unittests/sshkey/testdata
test_sshkey: 
test 0 - "new invalid": OK
test 1 - "new/free KEY_UNSPEC": OK
test 2 - "new/free KEY_RSA": OK
test 3 - "new/free KEY_ECDSA": OK
test 4 - "new/free KEY_ED25519": OK
test 5 - "generate KEY_RSA too small modulus": OK
test 6 - "generate KEY_RSA too large modulus": OK
test 7 - "generate KEY_DSA wrong bits": OK
test 8 - "generate KEY_ECDSA wrong bits": OK
test 9 - "generate KEY_RSA": OK
test 10 - "generate KEY_DSA": OK
test 11 - "generate KEY_ECDSA": OK
test 12 - "generate KEY_ED25519": OK
test 13 - "demote KEY_RSA": OK
test 14 - "equal KEY_RSA/demoted KEY_RSA": OK
test 15 - "demote KEY_DSA": OK
test 16 - "equal KEY_DSA/demoted KEY_DSA": OK
test 17 - "demote KEY_ECDSA": OK
test 18 - "equal KEY_ECDSA/demoted KEY_ECDSA": OK
test 19 - "demote KEY_ED25519": OK
test 20 - "equal KEY_ED25519/demoted KEY_ED25519": OK
test 21 - "equal mismatched key types": OK
test 22 - "equal different keys": OK
test 23 - "certify key": OK
test 24 - "sign and verify RSA": OK
test 25 - "sign and verify RSA-SHA256": OK
test 26 - "sign and verify RSA-SHA512": OK
test 27 - "sign and verify DSA": OK
test 28 - "sign and verify ECDSA": OK
test 29 - "sign and verify ED25519": OK
test 30 - "nested certificate": OK
test 31 - "load passphrase": OK
test 32 - "parse RSA from private": OK
test 33 - "parse RSA from private w/ passphrase": OK
test 34 - "parse RSA from new-format": OK
test 35 - "parse RSA from new-format w/ passphrase": OK
test 36 - "load RSA from public": OK
test 37 - "load RSA cert with SHA1 signature": OK
test 38 - "load RSA cert with SHA512 signature": OK
test 39 - "load RSA cert": OK
test 40 - "RSA key hex fingerprint": OK
test 41 - "RSA cert hex fingerprint": OK
test 42 - "RSA key bubblebabble fingerprint": OK
test 43 - "parse DSA from private": OK
test 44 - "parse DSA from private w/ passphrase": OK
test 45 - "parse DSA from new-format": OK
test 46 - "parse DSA from new-format w/ passphrase": OK
test 47 - "load DSA from public": OK
test 48 - "load DSA cert": OK
test 49 - "DSA key hex fingerprint": OK
test 50 - "DSA cert hex fingerprint": OK
test 51 - "DSA key bubblebabble fingerprint": OK
test 52 - "parse ECDSA from private": OK
test 53 - "parse ECDSA from private w/ passphrase": OK
test 54 - "parse ECDSA from new-format": OK
test 55 - "parse ECDSA from new-format w/ passphrase": OK
test 56 - "load ECDSA from public": OK
test 57 - "load ECDSA cert": OK
test 58 - "ECDSA key hex fingerprint": OK
test 59 - "ECDSA cert hex fingerprint": OK
test 60 - "ECDSA key bubblebabble fingerprint": OK
test 61 - "parse Ed25519 from private": OK
test 62 - "parse Ed25519 from private w/ passphrase": OK
test 63 - "load Ed25519 from public": OK
test 64 - "load Ed25519 cert": OK
test 65 - "Ed25519 key hex fingerprint": OK
test 66 - "Ed25519 cert hex fingerprint": OK
test 67 - "Ed25519 key bubblebabble fingerprint": OK
test 68 - "parse ECDSA-SK from private": OK
test 69 - "parse ECDSA-SK from private w/ passphrase": OK
test 70 - "load ECDSA-SK from public": OK
test 71 - "load ECDSA-SK cert": OK
test 72 - "ECDSA-SK key hex fingerprint": OK
test 73 - "ECDSA-SK cert hex fingerprint": OK
test 74 - "ECDSA-SK key bubblebabble fingerprint": OK
test 75 - "parse Ed25519-SK from private": OK
test 76 - "parse Ed25519-SK from private w/ passphrase": OK
test 77 - "load Ed25519-SK from public": OK
test 78 - "load Ed25519-SK cert": OK
test 79 - "Ed25519-SK key hex fingerprint": OK
test 80 - "Ed25519-SK cert hex fingerprint": OK
test 81 - "Ed25519-SK key bubblebabble fingerprint": OK
test 82 - "fuzz RSA private": OK
test 83 - "fuzz RSA new-format private": OK
test 84 - "fuzz DSA private": OK
test 85 - "fuzz DSA new-format private": OK
test 86 - "fuzz ECDSA private": OK
test 87 - "fuzz ECDSA new-format private": OK
test 88 - "fuzz Ed25519 private": OK
test 89 - "fuzz RSA public": OK
test 90 - "fuzz RSA cert": OK
test 91 - "fuzz DSA public": OK
test 92 - "fuzz DSA cert": OK
test 93 - "fuzz ECDSA public": OK
test 94 - "fuzz ECDSA cert": OK
test 95 - "fuzz Ed25519 public": OK
test 96 - "fuzz Ed25519 cert": OK
test 97 - "fuzz RSA sig": OK
test 98 - "fuzz RSA SHA256 sig": OK
test 99 - "fuzz RSA SHA512 sig": OK
test 100 - "fuzz DSA sig": OK
test 101 - "fuzz ECDSA sig": OK
test 102 - "fuzz Ed25519 sig": OK
 103 tests ok

===> unittests/bitmap
==== run-regress-test_bitmap ====
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/bitmap/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/bitmap/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/bitmap/tests.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/bitmap/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/bitmap/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/bitmap/../../../../../usr.bin/ssh/bitmap.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/bitmap/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/bitmap/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/bitmap/../../../../../usr.bin/ssh/atomicio.c
cc -g  -o test_bitmap tests.o bitmap.o atomicio.o -L/usr/src/regress/usr.bin/ssh/unittests/bitmap/../test_helper/obj -ltest_helper -lutil -lcrypto -lfido2 -lcbor -lusbhid
env MALLOC_OPTIONS=CFGJRSUX ./test_bitmap
test_bitmap: .. 2 tests ok

===> unittests/kex
==== run-regress-test_kex ====
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/tests.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/test_kex.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/test_proposal.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/sshbuf-getput-basic.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/sshbuf-getput-crypto.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/sshbuf-misc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/sshbuf.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/sshbuf-io.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/atomicio.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/sshkey.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/authfile.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/cipher.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/log.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/ssh-rsa.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/ssh-dss.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/ssh-ecdsa.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/ssh-ed25519.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/mac.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/umac.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/umac128.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/hmac.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/misc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/ssherr.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/uidswap.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/cleanup.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/xmalloc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/match.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/krl.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/fatal.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/addr.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/addrmatch.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/bitmap.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/packet.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/dispatch.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/canohost.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/ssh_api.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/compat.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/ed25519.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/hash.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/cipher-chachapoly.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/chacha.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/poly1305.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/ssh-ecdsa-sk.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/ssh-sk.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/ssh-ed25519-sk.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/sk-usbhid.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/kex.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/kex-names.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/dh.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/kexdh.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/kexecdh.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/kexgex.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/kexgexc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/kexgexs.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/kexc25519.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/smult_curve25519_ref.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/kexgen.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/kexsntrup761x25519.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/kexmlkem768x25519.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/sntrup761.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/utf8.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/digest-openssl.c
cc -g  -o test_kex tests.o test_kex.o test_proposal.o sshbuf-getput-basic.o sshbuf-getput-crypto.o sshbuf-misc.o sshbuf.o sshbuf-io.o atomicio.o sshkey.o authfile.o cipher.o log.o ssh-rsa.o ssh-dss.o ssh-ecdsa.o ssh-ed25519.o mac.o umac.o umac128.o hmac.o misc.o ssherr.o uidswap.o cleanup.o xmalloc.o match.o krl.o fatal.o addr.o addrmatch.o bitmap.o packet.o dispatch.o canohost.o ssh_api.o compat.o ed25519.o hash.o cipher-chachapoly.o chacha.o poly1305.o ssh-ecdsa-sk.o ssh-sk.o ssh-ed25519-sk.o sk-usbhid.o kex.o kex-names.o dh.o kexdh.o kexecdh.o kexgex.o kexgexc.o kexgexs.o kexc25519.o smult_curve25519_ref.o kexgen.o kexsntrup761x25519.o kexmlkem768x25519.o sntrup761.o utf8.o digest-openssl.o -L/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper/obj -ltest_helper -lutil -lcrypto -lfido2 -lcbor -lusbhid -lz
env MALLOC_OPTIONS=CFGJRSUX ./test_kex
test_kex: ......................................................................................................................................................................................................................................................................................................................................................................................................................................................... 442 tests ok

===> unittests/hostkeys
==== run-regress-test_hostkeys ====
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/tests.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/test_iterate.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/sshbuf-getput-basic.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/sshbuf-getput-crypto.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/sshbuf-misc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/sshbuf.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/sshbuf-io.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/atomicio.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/sshkey.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/authfile.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/cipher.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/log.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/ssh-rsa.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/ssh-dss.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/ssh-ecdsa.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/ssh-ed25519.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/mac.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/umac.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/umac128.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/hmac.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/misc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/ssherr.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/uidswap.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/cleanup.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/xmalloc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/match.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/krl.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/fatal.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/addr.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/addrmatch.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/bitmap.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/hostfile.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/ed25519.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/hash.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/cipher-chachapoly.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/chacha.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/poly1305.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/ssh-ecdsa-sk.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/ssh-sk.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/ssh-ed25519-sk.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/sk-usbhid.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/digest-openssl.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/utf8.c
cc -g  -o test_hostkeys tests.o test_iterate.o sshbuf-getput-basic.o sshbuf-getput-crypto.o sshbuf-misc.o sshbuf.o sshbuf-io.o atomicio.o sshkey.o authfile.o cipher.o log.o ssh-rsa.o ssh-dss.o ssh-ecdsa.o ssh-ed25519.o mac.o umac.o umac128.o hmac.o misc.o ssherr.o uidswap.o cleanup.o xmalloc.o match.o krl.o fatal.o addr.o addrmatch.o bitmap.o hostfile.o ed25519.o hash.o cipher-chachapoly.o chacha.o poly1305.o ssh-ecdsa-sk.o ssh-sk.o ssh-ed25519-sk.o sk-usbhid.o digest-openssl.o utf8.o -L/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper/obj -ltest_helper -lutil -lcrypto -lfido2 -lcbor -lusbhid
env MALLOC_OPTIONS=CFGJRSUX ./test_hostkeys -d /usr/src/regress/usr.bin/ssh/unittests/hostkeys/testdata
test_hostkeys: .................. 18 tests ok

===> unittests/utf8
==== run-regress-test_utf8 ====
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/utf8/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/utf8/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/utf8/tests.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/utf8/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/utf8/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/utf8/../../../../../usr.bin/ssh/utf8.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/utf8/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/utf8/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/utf8/../../../../../usr.bin/ssh/atomicio.c
cc -g  -o test_utf8 tests.o utf8.o atomicio.o -L/usr/src/regress/usr.bin/ssh/unittests/utf8/../test_helper/obj -ltest_helper -lutil -lcrypto -lfido2 -lcbor -lusbhid
env MALLOC_OPTIONS=CFGJRSUX ./test_utf8
test_utf8: .................................. 34 tests ok

===> unittests/match
==== run-regress-test_match ====
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/match/tests.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/sshbuf-getput-basic.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/sshbuf-getput-crypto.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/sshbuf-misc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/sshbuf.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/match.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/misc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/log.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/uidswap.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/fatal.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/ssherr.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/addrmatch.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/xmalloc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/cleanup.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/atomicio.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/addr.c
cc -g  -o test_match tests.o sshbuf-getput-basic.o sshbuf-getput-crypto.o sshbuf-misc.o sshbuf.o match.o misc.o log.o uidswap.o fatal.o ssherr.o addrmatch.o xmalloc.o cleanup.o atomicio.o addr.o -L/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper/obj -ltest_helper -lutil -lcrypto -lfido2 -lcbor -lusbhid
env MALLOC_OPTIONS=CFGJRSUX ./test_match
test_match: ...... 6 tests ok

===> unittests/conversion
==== run-regress-test_conversion ====
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/conversion/tests.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/sshbuf-getput-basic.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/sshbuf-getput-crypto.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/sshbuf-misc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/sshbuf.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/atomicio.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/misc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/xmalloc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/log.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/uidswap.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/cleanup.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/fatal.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/ssherr.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/match.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/addr.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/addrmatch.c
cc -g  -o test_conversion tests.o sshbuf-getput-basic.o sshbuf-getput-crypto.o sshbuf-misc.o sshbuf.o atomicio.o misc.o xmalloc.o log.o uidswap.o cleanup.o fatal.o ssherr.o match.o addr.o addrmatch.o -L/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper/obj -ltest_helper -lutil -lcrypto -lfido2 -lcbor -lusbhid
env MALLOC_OPTIONS=CFGJRSUX ./test_conversion
test_conversion: . 1 tests ok

===> unittests/authopt
==== run-regress-test_authopt ====
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/tests.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/auth-options.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/sshbuf-getput-basic.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/sshbuf-getput-crypto.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/sshbuf-misc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/sshbuf.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/sshbuf-io.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/atomicio.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/sshkey.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/authfile.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/cipher.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/log.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/ssh-rsa.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/ssh-dss.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/ssh-ecdsa.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/ssh-ed25519.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/mac.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/umac.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/umac128.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/hmac.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/misc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/ssherr.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/uidswap.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/cleanup.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/xmalloc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/match.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/krl.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/fatal.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/addr.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/addrmatch.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/bitmap.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/ed25519.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/hash.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/cipher-chachapoly.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/chacha.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/poly1305.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/ssh-ecdsa-sk.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/ssh-sk.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/ssh-ed25519-sk.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/sk-usbhid.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/digest-openssl.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/utf8.c
cc -g  -o test_authopt tests.o auth-options.o sshbuf-getput-basic.o sshbuf-getput-crypto.o sshbuf-misc.o sshbuf.o sshbuf-io.o atomicio.o sshkey.o authfile.o cipher.o log.o ssh-rsa.o ssh-dss.o ssh-ecdsa.o ssh-ed25519.o mac.o umac.o umac128.o hmac.o misc.o ssherr.o uidswap.o cleanup.o xmalloc.o match.o krl.o fatal.o addr.o addrmatch.o bitmap.o ed25519.o hash.o cipher-chachapoly.o chacha.o poly1305.o ssh-ecdsa-sk.o ssh-sk.o ssh-ed25519-sk.o sk-usbhid.o digest-openssl.o utf8.o -L/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper/obj -ltest_helper -lutil -lcrypto -lfido2 -lcbor -lusbhid
env MALLOC_OPTIONS=CFGJRSUX ./test_authopt -d /usr/src/regress/usr.bin/ssh/unittests/authopt/testdata
test_authopt: .................................................................................................................................................. 146 tests ok

===> unittests/misc
==== run-regress-test_misc ====
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/misc/tests.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/misc/test_convtime.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/misc/test_expand.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/misc/test_parse.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/misc/test_argv.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/misc/test_strdelim.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/misc/test_hpdelim.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/misc/test_ptimeout.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/sshbuf.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/sshbuf-getput-basic.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/sshbuf-misc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/ssherr.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/log.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/xmalloc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/misc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/match.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/addr.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/addrmatch.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/atomicio.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/cleanup.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/fatal.c
cc -g  -o test_misc tests.o test_convtime.o test_expand.o test_parse.o test_argv.o test_strdelim.o test_hpdelim.o test_ptimeout.o sshbuf.o sshbuf-getput-basic.o sshbuf-misc.o ssherr.o log.o xmalloc.o misc.o match.o addr.o addrmatch.o atomicio.o cleanup.o fatal.o -L/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper/obj -ltest_helper -lutil -lcrypto -lfido2 -lcbor -lusbhid
env MALLOC_OPTIONS=CFGJRSUX ./test_misc
test_misc: ........................................... 43 tests ok

===> unittests/sshsig
==== run-regress-test_sshsig ====
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/tests.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/sshbuf-getput-basic.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/sshbuf-getput-crypto.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/sshbuf-misc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/sshbuf.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/sshbuf-io.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/atomicio.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/sshkey.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/authfile.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/cipher.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/log.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/ssh-rsa.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/ssh-dss.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/ssh-ecdsa.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/ssh-ed25519.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/mac.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/umac.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/umac128.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/hmac.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/misc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/ssherr.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/uidswap.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/cleanup.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/xmalloc.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/match.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/krl.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/fatal.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/addr.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/addrmatch.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/bitmap.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/sshsig.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/ed25519.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/hash.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/cipher-chachapoly.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/chacha.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/poly1305.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/ssh-ecdsa-sk.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/ssh-sk.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/ssh-ed25519-sk.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/sk-usbhid.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/digest-openssl.c
cc -O2 -pipe -g -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition  -MD -MP  -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/utf8.c
cc -g  -o test_sshsig tests.o sshbuf-getput-basic.o sshbuf-getput-crypto.o sshbuf-misc.o sshbuf.o sshbuf-io.o atomicio.o sshkey.o authfile.o cipher.o log.o ssh-rsa.o ssh-dss.o ssh-ecdsa.o ssh-ed25519.o mac.o umac.o umac128.o hmac.o misc.o ssherr.o uidswap.o cleanup.o xmalloc.o match.o krl.o fatal.o addr.o addrmatch.o bitmap.o sshsig.o ed25519.o hash.o cipher-chachapoly.o chacha.o poly1305.o ssh-ecdsa-sk.o ssh-sk.o ssh-ed25519-sk.o sk-usbhid.o digest-openssl.o utf8.o -L/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper/obj -ltest_helper -lutil -lcrypto -lfido2 -lcbor -lusbhid
env MALLOC_OPTIONS=CFGJRSUX ./test_sshsig  -v -f -d /usr/src/regress/usr.bin/ssh/unittests/sshsig/testdata
test_sshsig: 
test 0 - "load data": OK
test 1 - "check RSA signature": OK
test 2 - "check DSA signature": OK
test 3 - "check ECDSA signature": OK
test 4 - "check ED25519 signature": OK
test 5 - "check ECDSA-SK signature": OK
test 6 - "check ED25519-SK signature": OK
test 7 - "check ECDSA-SK webauthn signature": OK
 8 tests ok

===> misc
===> misc/sk-dummy

PASS	usr.bin/ssh	Duration 27m21.66s