START usr.bin/ssh 2019-02-07T11:46:10Z 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/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 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 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 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 ssh-keygen -Bf /usr/src/regress/usr.bin/ssh/rsa_openssh.pub | awk '{print $2}' | diff - /usr/src/regress/usr.bin/ssh/t5.ok 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 ssh-keygen -q -t rsa -N '' -f t7.out ssh-keygen -lf t7.out > /dev/null ssh-keygen -Bf t7.out > /dev/null ssh-keygen -q -t dsa -N '' -f t8.out ssh-keygen -lf t8.out > /dev/null ssh-keygen -Bf t8.out > /dev/null ssh-keygen -q -t ecdsa -N '' -f t9.out ssh-keygen -lf t9.out > /dev/null ssh-keygen -Bf t9.out > /dev/null ssh-keygen -q -t ed25519 -N '' -f t10.out ssh-keygen -lf t10.out > /dev/null ssh-keygen -Bf t10.out > /dev/null 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 ssh-keygen -q -t ed25519 -N '' -C 'test-comment-1234' -f t12.out ssh-keygen -lf t12.out.pub | grep -q test-comment-1234 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 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 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 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 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 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 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 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: don't pass env, accept test environment passing: pass single env, accept single env test environment passing: pass multiple env, accept multiple env ok environment passing 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 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 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=curve25519-sha256@libssh.org client rekey KexAlgorithms=sntrup4591761x25519-sha512@tinyssh.org client rekey Ciphers=3des-cbc client rekey Ciphers=aes128-cbc client rekey Ciphers=aes192-cbc client rekey Ciphers=aes256-cbc client rekey Ciphers=rijndael-cbc@lysator.liu.se 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 rekey aes128-gcm@openssh.com diffie-hellman-group1-sha1 client rekey aes128-gcm@openssh.com diffie-hellman-group14-sha1 client rekey aes128-gcm@openssh.com diffie-hellman-group14-sha256 client rekey aes128-gcm@openssh.com diffie-hellman-group16-sha512 client rekey aes128-gcm@openssh.com diffie-hellman-group18-sha512 client rekey aes128-gcm@openssh.com diffie-hellman-group-exchange-sha1 client rekey aes128-gcm@openssh.com diffie-hellman-group-exchange-sha256 client rekey aes128-gcm@openssh.com ecdh-sha2-nistp256 client rekey aes128-gcm@openssh.com ecdh-sha2-nistp384 client rekey aes128-gcm@openssh.com ecdh-sha2-nistp521 client rekey aes128-gcm@openssh.com curve25519-sha256 client rekey aes128-gcm@openssh.com curve25519-sha256@libssh.org client rekey aes128-gcm@openssh.com sntrup4591761x25519-sha512@tinyssh.org client rekey aes256-gcm@openssh.com diffie-hellman-group1-sha1 client rekey aes256-gcm@openssh.com diffie-hellman-group14-sha1 client rekey aes256-gcm@openssh.com diffie-hellman-group14-sha256 client rekey aes256-gcm@openssh.com diffie-hellman-group16-sha512 client rekey aes256-gcm@openssh.com diffie-hellman-group18-sha512 client rekey aes256-gcm@openssh.com diffie-hellman-group-exchange-sha1 client rekey aes256-gcm@openssh.com diffie-hellman-group-exchange-sha256 client rekey aes256-gcm@openssh.com ecdh-sha2-nistp256 client rekey aes256-gcm@openssh.com ecdh-sha2-nistp384 client rekey aes256-gcm@openssh.com ecdh-sha2-nistp521 client rekey aes256-gcm@openssh.com curve25519-sha256 client rekey aes256-gcm@openssh.com curve25519-sha256@libssh.org client rekey aes256-gcm@openssh.com sntrup4591761x25519-sha512@tinyssh.org client rekey chacha20-poly1305@openssh.com diffie-hellman-group1-sha1 client rekey chacha20-poly1305@openssh.com diffie-hellman-group14-sha1 client rekey chacha20-poly1305@openssh.com diffie-hellman-group14-sha256 client rekey chacha20-poly1305@openssh.com diffie-hellman-group16-sha512 client rekey chacha20-poly1305@openssh.com diffie-hellman-group18-sha512 client rekey chacha20-poly1305@openssh.com diffie-hellman-group-exchange-sha1 client rekey chacha20-poly1305@openssh.com diffie-hellman-group-exchange-sha256 client rekey chacha20-poly1305@openssh.com ecdh-sha2-nistp256 client rekey chacha20-poly1305@openssh.com ecdh-sha2-nistp384 client rekey chacha20-poly1305@openssh.com ecdh-sha2-nistp521 client rekey chacha20-poly1305@openssh.com curve25519-sha256 client rekey chacha20-poly1305@openssh.com curve25519-sha256@libssh.org client rekey chacha20-poly1305@openssh.com sntrup4591761x25519-sha512@tinyssh.org 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 ok 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/dhgex.sh 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 rijndael-cbc@lysator.liu.se dhgex bits 8192 diffie-hellman-group-exchange-sha256 rijndael-cbc@lysator.liu.se 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 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 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 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 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 rijndael-cbc@lysator.liu.se mac hmac-sha1 test try ciphers: cipher rijndael-cbc@lysator.liu.se mac hmac-sha1-96 test try ciphers: cipher rijndael-cbc@lysator.liu.se mac hmac-sha2-256 test try ciphers: cipher rijndael-cbc@lysator.liu.se mac hmac-sha2-512 test try ciphers: cipher rijndael-cbc@lysator.liu.se mac hmac-md5 test try ciphers: cipher rijndael-cbc@lysator.liu.se mac hmac-md5-96 test try ciphers: cipher rijndael-cbc@lysator.liu.se mac umac-64@openssh.com test try ciphers: cipher rijndael-cbc@lysator.liu.se mac umac-128@openssh.com test try ciphers: cipher rijndael-cbc@lysator.liu.se mac hmac-sha1-etm@openssh.com test try ciphers: cipher rijndael-cbc@lysator.liu.se mac hmac-sha1-96-etm@openssh.com test try ciphers: cipher rijndael-cbc@lysator.liu.se mac hmac-sha2-256-etm@openssh.com test try ciphers: cipher rijndael-cbc@lysator.liu.se mac hmac-sha2-512-etm@openssh.com test try ciphers: cipher rijndael-cbc@lysator.liu.se mac hmac-md5-etm@openssh.com test try ciphers: cipher rijndael-cbc@lysator.liu.se mac hmac-md5-96-etm@openssh.com test try ciphers: cipher rijndael-cbc@lysator.liu.se mac umac-64-etm@openssh.com test try ciphers: cipher rijndael-cbc@lysator.liu.se 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 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 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 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 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 neither sudo and sudoers nor doas.conf exist SKIPPED 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 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 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 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 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 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 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 ok 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/scp.sh scp: simple copy local file to local file scp: simple copy local file to remote file scp: simple copy remote file to local file scp: simple copy local file to remote dir scp: simple copy local file to local dir scp: simple copy remote file to local dir scp: recursive local dir to remote dir scp: recursive local dir to local dir scp: recursive remote dir to local dir scp: shell metacharacters scp: disallow bad server #0 scp: disallow bad server #1 scp: disallow bad server #2 scp: disallow bad server #3 scp: disallow bad server #4 scp: detect non-directory target /usr/src/regress/usr.bin/ssh/obj/copy2: Not a directory ok 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-uri.sh scp-uri: simple copy local file to remote file scp-uri: simple copy remote file to local file scp-uri: simple copy local file to remote dir scp-uri: simple copy remote file to local dir scp-uri: recursive local dir to remote dir scp-uri: recursive remote dir to local dir ok 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/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 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 ok sftp in 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-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: mkdir sftp commands: chdir sftp commands: rmdir sftp commands: lmkdir sftp commands: lchdir ok sftp commands 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 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 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 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 posix-rename sftp permissions: explicit rename sftp permissions: explicit symlink sftp permissions: explicit hardlink sftp permissions: explicit statvfs ok sftp permissions 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 Connection closed. sftp-uri: non-interactive fetch to local dir Connection closed. sftp-uri: put to remote directory (trailing slash) sftp-uri: put to remote directory (no slash) ok 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/reconfigure.sh ok simple connect after 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/dynamic-forward.sh ok dynamic 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 Exit request sent. Exit request sent. Exit request sent. Exit request sent. Exit request sent. Exit request sent. Exit request sent. Exit request sent. ok local and remote 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/multiplex.sh test connection multiplexing: envpass test connection multiplexing: transfer test connection multiplexing: forward test connection multiplexing: status 0 test connection multiplexing: status 1 test connection multiplexing: status 4 test connection multiplexing: status 5 test connection multiplexing: status 44 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 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 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 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 pubkeyacceptedkeytypes ok ssh config parse 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 Could not connect to agent "none": No such file or directory reparse regress config Could not connect to agent "none": No such file or directory listenaddress order ok sshd config parse 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 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 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.exaple.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 ok address match 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 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 ok forced 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/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 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 dsa, 1024 bits keygen rsa, 2048 bits keygen ecdsa, 256 bits keygen rsa, 3072 bits keygen ecdsa, 384 bits keygen ecdsa, 521 bits keygen ed25519, 512 bits userkey dsa-1024, hostkey dsa-1024 userkey dsa-1024, hostkey dsa-1024 userkey dsa-1024, hostkey dsa-1024 userkey rsa-2048, hostkey rsa-2048 userkey rsa-2048, hostkey rsa-2048 userkey rsa-2048, hostkey rsa-2048 userkey ecdsa-256, hostkey ecdsa-256 userkey ecdsa-256, hostkey ecdsa-256 userkey ecdsa-256, hostkey ecdsa-256 userkey rsa-3072, hostkey rsa-3072 userkey rsa-3072, hostkey rsa-3072 userkey rsa-3072, hostkey rsa-3072 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 ed25519-512, hostkey ed25519-512 userkey ed25519-512, hostkey ed25519-512 userkey ed25519-512, hostkey ed25519-512 ok login with different key types 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 sntrup4591761x25519-sha512@tinyssh.org ok login with different key exchange algorithms 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 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 dsa cert Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_dsa.pub Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_dsa-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 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 privsep yes 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 rsa cert connect privsep yes 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 dsa cert connect privsep yes certified host keys: dsa basic connect expect success yes certified host keys: dsa empty KRL expect success yes certified host keys: dsa KRL w/ plain key revoked expect success no certified host keys: dsa KRL w/ cert revoked expect success no certified host keys: dsa KRL w/ CA revoked expect success no certified host keys: dsa empty plaintext revocation expect success yes certified host keys: dsa plain key plaintext revocation expect success no certified host keys: dsa cert plaintext revocation expect success no certified host keys: dsa CA plaintext revocation expect success no certified host keys: host ecdsa-sha2-nistp256 cert connect privsep yes 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 privsep yes 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 privsep yes 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 rsa-sha2-256 cert connect privsep yes 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 privsep yes 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 cert connect privsep sandbox 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 rsa cert connect privsep sandbox 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 dsa cert connect privsep sandbox certified host keys: dsa basic connect expect success yes certified host keys: dsa empty KRL expect success yes certified host keys: dsa KRL w/ plain key revoked expect success no certified host keys: dsa KRL w/ cert revoked expect success no certified host keys: dsa KRL w/ CA revoked expect success no certified host keys: dsa empty plaintext revocation expect success yes certified host keys: dsa plain key plaintext revocation expect success no certified host keys: dsa cert plaintext revocation expect success no certified host keys: dsa CA plaintext revocation expect success no certified host keys: host ecdsa-sha2-nistp256 cert connect privsep sandbox 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 privsep sandbox 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 privsep sandbox 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 rsa-sha2-256 cert connect privsep sandbox 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 privsep sandbox 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 privsep yes certified host keys: host rsa revoked cert privsep yes certified host keys: host dsa revoked cert privsep yes certified host keys: host ecdsa-sha2-nistp256 revoked cert privsep yes certified host keys: host ecdsa-sha2-nistp384 revoked cert privsep yes certified host keys: host ecdsa-sha2-nistp521 revoked cert privsep yes certified host keys: host rsa-sha2-256 revoked cert privsep yes certified host keys: host rsa-sha2-512 revoked cert privsep yes certified host keys: host ed25519 revoked cert privsep sandbox certified host keys: host rsa revoked cert privsep sandbox certified host keys: host dsa revoked cert privsep sandbox certified host keys: host ecdsa-sha2-nistp256 revoked cert privsep sandbox certified host keys: host ecdsa-sha2-nistp384 revoked cert privsep sandbox certified host keys: host ecdsa-sha2-nistp521 revoked cert privsep sandbox certified host keys: host rsa-sha2-256 revoked cert privsep sandbox certified host keys: host rsa-sha2-512 revoked cert privsep sandbox certified host keys: host ed25519 revoked cert certified host keys: host rsa revoked cert certified host keys: host dsa 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 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 rsa cert downgrade to raw key certified host keys: host dsa 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 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 rsa connect wrong cert certified host keys: host dsa 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 rsa-sha2-256 connect wrong cert certified host keys: host rsa-sha2-512 connect wrong cert ok certified host keys 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 rsa cert certified user keys: sign user dsa 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 rsa-sha2-256 cert certified user keys: sign user rsa-sha2-512 cert certified user keys: ed25519 privsep yes missing authorized_principals certified user keys: ed25519 privsep yes empty authorized_principals certified user keys: ed25519 privsep yes wrong authorized_principals certified user keys: ed25519 privsep yes correct authorized_principals certified user keys: ed25519 privsep yes authorized_principals bad key opt certified user keys: ed25519 privsep yes authorized_principals command=false certified user keys: ed25519 privsep yes authorized_principals command=true certified user keys: ed25519 privsep yes wrong principals key option certified user keys: ed25519 privsep yes correct principals key option certified user keys: ed25519 privsep sandbox missing authorized_principals certified user keys: ed25519 privsep sandbox empty authorized_principals certified user keys: ed25519 privsep sandbox wrong authorized_principals certified user keys: ed25519 privsep sandbox correct authorized_principals certified user keys: ed25519 privsep sandbox authorized_principals bad key opt certified user keys: ed25519 privsep sandbox authorized_principals command=false certified user keys: ed25519 privsep sandbox authorized_principals command=true certified user keys: ed25519 privsep sandbox wrong principals key option certified user keys: ed25519 privsep sandbox correct principals key option certified user keys: rsa privsep yes missing authorized_principals certified user keys: rsa privsep yes empty authorized_principals certified user keys: rsa privsep yes wrong authorized_principals certified user keys: rsa privsep yes correct authorized_principals certified user keys: rsa privsep yes authorized_principals bad key opt certified user keys: rsa privsep yes authorized_principals command=false certified user keys: rsa privsep yes authorized_principals command=true certified user keys: rsa privsep yes wrong principals key option certified user keys: rsa privsep yes correct principals key option certified user keys: rsa privsep sandbox missing authorized_principals certified user keys: rsa privsep sandbox empty authorized_principals certified user keys: rsa privsep sandbox wrong authorized_principals certified user keys: rsa privsep sandbox correct authorized_principals certified user keys: rsa privsep sandbox authorized_principals bad key opt certified user keys: rsa privsep sandbox authorized_principals command=false certified user keys: rsa privsep sandbox authorized_principals command=true certified user keys: rsa privsep sandbox wrong principals key option certified user keys: rsa privsep sandbox correct principals key option certified user keys: dsa privsep yes missing authorized_principals certified user keys: dsa privsep yes empty authorized_principals certified user keys: dsa privsep yes wrong authorized_principals certified user keys: dsa privsep yes correct authorized_principals certified user keys: dsa privsep yes authorized_principals bad key opt certified user keys: dsa privsep yes authorized_principals command=false certified user keys: dsa privsep yes authorized_principals command=true certified user keys: dsa privsep yes wrong principals key option certified user keys: dsa privsep yes correct principals key option certified user keys: dsa privsep sandbox missing authorized_principals certified user keys: dsa privsep sandbox empty authorized_principals certified user keys: dsa privsep sandbox wrong authorized_principals certified user keys: dsa privsep sandbox correct authorized_principals certified user keys: dsa privsep sandbox authorized_principals bad key opt certified user keys: dsa privsep sandbox authorized_principals command=false certified user keys: dsa privsep sandbox authorized_principals command=true certified user keys: dsa privsep sandbox wrong principals key option certified user keys: dsa privsep sandbox correct principals key option certified user keys: ecdsa-sha2-nistp256 privsep yes missing authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep yes empty authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep yes wrong authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep yes correct authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_principals bad key opt certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_principals command=false certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_principals command=true certified user keys: ecdsa-sha2-nistp256 privsep yes wrong principals key option certified user keys: ecdsa-sha2-nistp256 privsep yes correct principals key option certified user keys: ecdsa-sha2-nistp256 privsep sandbox missing authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep sandbox empty authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep sandbox wrong authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep sandbox correct authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep sandbox authorized_principals bad key opt certified user keys: ecdsa-sha2-nistp256 privsep sandbox authorized_principals command=false certified user keys: ecdsa-sha2-nistp256 privsep sandbox authorized_principals command=true certified user keys: ecdsa-sha2-nistp256 privsep sandbox wrong principals key option certified user keys: ecdsa-sha2-nistp256 privsep sandbox correct principals key option certified user keys: ecdsa-sha2-nistp384 privsep yes missing authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep yes empty authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep yes wrong authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep yes correct authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_principals bad key opt certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_principals command=false certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_principals command=true certified user keys: ecdsa-sha2-nistp384 privsep yes wrong principals key option certified user keys: ecdsa-sha2-nistp384 privsep yes correct principals key option certified user keys: ecdsa-sha2-nistp384 privsep sandbox missing authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep sandbox empty authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep sandbox wrong authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep sandbox correct authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep sandbox authorized_principals bad key opt certified user keys: ecdsa-sha2-nistp384 privsep sandbox authorized_principals command=false certified user keys: ecdsa-sha2-nistp384 privsep sandbox authorized_principals command=true certified user keys: ecdsa-sha2-nistp384 privsep sandbox wrong principals key option certified user keys: ecdsa-sha2-nistp384 privsep sandbox correct principals key option certified user keys: ecdsa-sha2-nistp521 privsep yes missing authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep yes empty authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep yes wrong authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep yes correct authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_principals bad key opt certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_principals command=false certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_principals command=true certified user keys: ecdsa-sha2-nistp521 privsep yes wrong principals key option certified user keys: ecdsa-sha2-nistp521 privsep yes correct principals key option certified user keys: ecdsa-sha2-nistp521 privsep sandbox missing authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep sandbox empty authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep sandbox wrong authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep sandbox correct authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep sandbox authorized_principals bad key opt certified user keys: ecdsa-sha2-nistp521 privsep sandbox authorized_principals command=false certified user keys: ecdsa-sha2-nistp521 privsep sandbox authorized_principals command=true certified user keys: ecdsa-sha2-nistp521 privsep sandbox wrong principals key option certified user keys: ecdsa-sha2-nistp521 privsep sandbox correct principals key option certified user keys: rsa-sha2-256 privsep yes missing authorized_principals certified user keys: rsa-sha2-256 privsep yes empty authorized_principals certified user keys: rsa-sha2-256 privsep yes wrong authorized_principals certified user keys: rsa-sha2-256 privsep yes correct authorized_principals certified user keys: rsa-sha2-256 privsep yes authorized_principals bad key opt certified user keys: rsa-sha2-256 privsep yes authorized_principals command=false certified user keys: rsa-sha2-256 privsep yes authorized_principals command=true certified user keys: rsa-sha2-256 privsep yes wrong principals key option certified user keys: rsa-sha2-256 privsep yes correct principals key option certified user keys: rsa-sha2-256 privsep sandbox missing authorized_principals certified user keys: rsa-sha2-256 privsep sandbox empty authorized_principals certified user keys: rsa-sha2-256 privsep sandbox wrong authorized_principals certified user keys: rsa-sha2-256 privsep sandbox correct authorized_principals certified user keys: rsa-sha2-256 privsep sandbox authorized_principals bad key opt certified user keys: rsa-sha2-256 privsep sandbox authorized_principals command=false certified user keys: rsa-sha2-256 privsep sandbox authorized_principals command=true certified user keys: rsa-sha2-256 privsep sandbox wrong principals key option certified user keys: rsa-sha2-256 privsep sandbox correct principals key option certified user keys: rsa-sha2-512 privsep yes missing authorized_principals certified user keys: rsa-sha2-512 privsep yes empty authorized_principals certified user keys: rsa-sha2-512 privsep yes wrong authorized_principals certified user keys: rsa-sha2-512 privsep yes correct authorized_principals certified user keys: rsa-sha2-512 privsep yes authorized_principals bad key opt certified user keys: rsa-sha2-512 privsep yes authorized_principals command=false certified user keys: rsa-sha2-512 privsep yes authorized_principals command=true certified user keys: rsa-sha2-512 privsep yes wrong principals key option certified user keys: rsa-sha2-512 privsep yes correct principals key option certified user keys: rsa-sha2-512 privsep sandbox missing authorized_principals certified user keys: rsa-sha2-512 privsep sandbox empty authorized_principals certified user keys: rsa-sha2-512 privsep sandbox wrong authorized_principals certified user keys: rsa-sha2-512 privsep sandbox correct authorized_principals certified user keys: rsa-sha2-512 privsep sandbox authorized_principals bad key opt certified user keys: rsa-sha2-512 privsep sandbox authorized_principals command=false certified user keys: rsa-sha2-512 privsep sandbox authorized_principals command=true certified user keys: rsa-sha2-512 privsep sandbox wrong principals key option certified user keys: rsa-sha2-512 privsep sandbox correct principals key option certified user keys: ed25519 privsep yes authorized_keys connect certified user keys: ed25519 privsep yes authorized_keys revoked key certified user keys: ed25519 privsep yes authorized_keys revoked via KRL certified user keys: ed25519 privsep yes authorized_keys empty KRL certified user keys: ed25519 privsep no authorized_keys connect certified user keys: ed25519 privsep no authorized_keys revoked key certified user keys: ed25519 privsep no authorized_keys revoked via KRL certified user keys: ed25519 privsep no authorized_keys empty KRL certified user keys: ed25519 authorized_keys revoked CA key certified user keys: rsa privsep yes authorized_keys connect certified user keys: rsa privsep yes authorized_keys revoked key certified user keys: rsa privsep yes authorized_keys revoked via KRL certified user keys: rsa privsep yes authorized_keys empty KRL certified user keys: rsa privsep no authorized_keys connect certified user keys: rsa privsep no authorized_keys revoked key certified user keys: rsa privsep no authorized_keys revoked via KRL certified user keys: rsa privsep no authorized_keys empty KRL certified user keys: rsa authorized_keys revoked CA key certified user keys: dsa privsep yes authorized_keys connect certified user keys: dsa privsep yes authorized_keys revoked key certified user keys: dsa privsep yes authorized_keys revoked via KRL certified user keys: dsa privsep yes authorized_keys empty KRL certified user keys: dsa privsep no authorized_keys connect certified user keys: dsa privsep no authorized_keys revoked key certified user keys: dsa privsep no authorized_keys revoked via KRL certified user keys: dsa privsep no authorized_keys empty KRL certified user keys: dsa authorized_keys revoked CA key certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_keys connect certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_keys revoked key certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_keys revoked via KRL certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_keys empty KRL certified user keys: ecdsa-sha2-nistp256 privsep no authorized_keys connect certified user keys: ecdsa-sha2-nistp256 privsep no authorized_keys revoked key certified user keys: ecdsa-sha2-nistp256 privsep no authorized_keys revoked via KRL certified user keys: ecdsa-sha2-nistp256 privsep no authorized_keys empty KRL certified user keys: ecdsa-sha2-nistp256 authorized_keys revoked CA key certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_keys connect certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_keys revoked key certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_keys revoked via KRL certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_keys empty KRL certified user keys: ecdsa-sha2-nistp384 privsep no authorized_keys connect certified user keys: ecdsa-sha2-nistp384 privsep no authorized_keys revoked key certified user keys: ecdsa-sha2-nistp384 privsep no authorized_keys revoked via KRL certified user keys: ecdsa-sha2-nistp384 privsep no authorized_keys empty KRL certified user keys: ecdsa-sha2-nistp384 authorized_keys revoked CA key certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_keys connect certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_keys revoked key certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_keys revoked via KRL certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_keys empty KRL certified user keys: ecdsa-sha2-nistp521 privsep no authorized_keys connect certified user keys: ecdsa-sha2-nistp521 privsep no authorized_keys revoked key certified user keys: ecdsa-sha2-nistp521 privsep no authorized_keys revoked via KRL certified user keys: ecdsa-sha2-nistp521 privsep no authorized_keys empty KRL certified user keys: ecdsa-sha2-nistp521 authorized_keys revoked CA key certified user keys: rsa-sha2-256 privsep yes authorized_keys connect certified user keys: rsa-sha2-256 privsep yes authorized_keys revoked key certified user keys: rsa-sha2-256 privsep yes authorized_keys revoked via KRL certified user keys: rsa-sha2-256 privsep yes authorized_keys empty KRL certified user keys: rsa-sha2-256 privsep no authorized_keys connect certified user keys: rsa-sha2-256 privsep no authorized_keys revoked key certified user keys: rsa-sha2-256 privsep no authorized_keys revoked via KRL certified user keys: rsa-sha2-256 privsep no authorized_keys empty KRL certified user keys: rsa-sha2-256 authorized_keys revoked CA key certified user keys: rsa-sha2-512 privsep yes authorized_keys connect certified user keys: rsa-sha2-512 privsep yes authorized_keys revoked key certified user keys: rsa-sha2-512 privsep yes authorized_keys revoked via KRL certified user keys: rsa-sha2-512 privsep yes authorized_keys empty KRL certified user keys: rsa-sha2-512 privsep no authorized_keys connect certified user keys: rsa-sha2-512 privsep no authorized_keys revoked key certified user keys: rsa-sha2-512 privsep no authorized_keys revoked via KRL certified user keys: rsa-sha2-512 privsep no 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 privsep yes TrustedUserCAKeys connect certified user keys: ed25519 privsep yes TrustedUserCAKeys revoked key certified user keys: ed25519 privsep yes TrustedUserCAKeys revoked via KRL certified user keys: ed25519 privsep yes TrustedUserCAKeys empty KRL certified user keys: ed25519 privsep no TrustedUserCAKeys connect certified user keys: ed25519 privsep no TrustedUserCAKeys revoked key certified user keys: ed25519 privsep no TrustedUserCAKeys revoked via KRL certified user keys: ed25519 privsep no TrustedUserCAKeys empty KRL certified user keys: ed25519 TrustedUserCAKeys revoked CA key certified user keys: rsa privsep yes TrustedUserCAKeys connect certified user keys: rsa privsep yes TrustedUserCAKeys revoked key certified user keys: rsa privsep yes TrustedUserCAKeys revoked via KRL certified user keys: rsa privsep yes TrustedUserCAKeys empty KRL certified user keys: rsa privsep no TrustedUserCAKeys connect certified user keys: rsa privsep no TrustedUserCAKeys revoked key certified user keys: rsa privsep no TrustedUserCAKeys revoked via KRL certified user keys: rsa privsep no TrustedUserCAKeys empty KRL certified user keys: rsa TrustedUserCAKeys revoked CA key certified user keys: dsa privsep yes TrustedUserCAKeys connect certified user keys: dsa privsep yes TrustedUserCAKeys revoked key certified user keys: dsa privsep yes TrustedUserCAKeys revoked via KRL certified user keys: dsa privsep yes TrustedUserCAKeys empty KRL certified user keys: dsa privsep no TrustedUserCAKeys connect certified user keys: dsa privsep no TrustedUserCAKeys revoked key certified user keys: dsa privsep no TrustedUserCAKeys revoked via KRL certified user keys: dsa privsep no TrustedUserCAKeys empty KRL certified user keys: dsa TrustedUserCAKeys revoked CA key certified user keys: ecdsa-sha2-nistp256 privsep yes TrustedUserCAKeys connect certified user keys: ecdsa-sha2-nistp256 privsep yes TrustedUserCAKeys revoked key certified user keys: ecdsa-sha2-nistp256 privsep yes TrustedUserCAKeys revoked via KRL certified user keys: ecdsa-sha2-nistp256 privsep yes TrustedUserCAKeys empty KRL certified user keys: ecdsa-sha2-nistp256 privsep no TrustedUserCAKeys connect certified user keys: ecdsa-sha2-nistp256 privsep no TrustedUserCAKeys revoked key certified user keys: ecdsa-sha2-nistp256 privsep no TrustedUserCAKeys revoked via KRL certified user keys: ecdsa-sha2-nistp256 privsep no TrustedUserCAKeys empty KRL certified user keys: ecdsa-sha2-nistp256 TrustedUserCAKeys revoked CA key certified user keys: ecdsa-sha2-nistp384 privsep yes TrustedUserCAKeys connect certified user keys: ecdsa-sha2-nistp384 privsep yes TrustedUserCAKeys revoked key certified user keys: ecdsa-sha2-nistp384 privsep yes TrustedUserCAKeys revoked via KRL certified user keys: ecdsa-sha2-nistp384 privsep yes TrustedUserCAKeys empty KRL certified user keys: ecdsa-sha2-nistp384 privsep no TrustedUserCAKeys connect certified user keys: ecdsa-sha2-nistp384 privsep no TrustedUserCAKeys revoked key certified user keys: ecdsa-sha2-nistp384 privsep no TrustedUserCAKeys revoked via KRL certified user keys: ecdsa-sha2-nistp384 privsep no TrustedUserCAKeys empty KRL certified user keys: ecdsa-sha2-nistp384 TrustedUserCAKeys revoked CA key certified user keys: ecdsa-sha2-nistp521 privsep yes TrustedUserCAKeys connect certified user keys: ecdsa-sha2-nistp521 privsep yes TrustedUserCAKeys revoked key certified user keys: ecdsa-sha2-nistp521 privsep yes TrustedUserCAKeys revoked via KRL certified user keys: ecdsa-sha2-nistp521 privsep yes TrustedUserCAKeys empty KRL certified user keys: ecdsa-sha2-nistp521 privsep no TrustedUserCAKeys connect certified user keys: ecdsa-sha2-nistp521 privsep no TrustedUserCAKeys revoked key certified user keys: ecdsa-sha2-nistp521 privsep no TrustedUserCAKeys revoked via KRL certified user keys: ecdsa-sha2-nistp521 privsep no TrustedUserCAKeys empty KRL certified user keys: ecdsa-sha2-nistp521 TrustedUserCAKeys revoked CA key certified user keys: rsa-sha2-256 privsep yes TrustedUserCAKeys connect certified user keys: rsa-sha2-256 privsep yes TrustedUserCAKeys revoked key certified user keys: rsa-sha2-256 privsep yes TrustedUserCAKeys revoked via KRL certified user keys: rsa-sha2-256 privsep yes TrustedUserCAKeys empty KRL certified user keys: rsa-sha2-256 privsep no TrustedUserCAKeys connect certified user keys: rsa-sha2-256 privsep no TrustedUserCAKeys revoked key certified user keys: rsa-sha2-256 privsep no TrustedUserCAKeys revoked via KRL certified user keys: rsa-sha2-256 privsep no TrustedUserCAKeys empty KRL certified user keys: rsa-sha2-256 TrustedUserCAKeys revoked CA key certified user keys: rsa-sha2-512 privsep yes TrustedUserCAKeys connect certified user keys: rsa-sha2-512 privsep yes TrustedUserCAKeys revoked key certified user keys: rsa-sha2-512 privsep yes TrustedUserCAKeys revoked via KRL certified user keys: rsa-sha2-512 privsep yes TrustedUserCAKeys empty KRL certified user keys: rsa-sha2-512 privsep no TrustedUserCAKeys connect certified user keys: rsa-sha2-512 privsep no TrustedUserCAKeys revoked key certified user keys: rsa-sha2-512 privsep no TrustedUserCAKeys revoked via KRL certified user keys: rsa-sha2-512 privsep no 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 rsa connect wrong cert certified user keys: user dsa 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 rsa-sha2-256 connect wrong cert certified user keys: user rsa-sha2-512 connect wrong cert ok certified user keys 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 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 /usr/src/regress/usr.bin/ssh/test-exec.sh: /usr/src/regress/usr.bin/ssh/keys-command.sh[15]: cannot open /usr/src/regress/usr.bin/ssh/obj/rsa.pub: No such file or directory ssh-keygen: /usr/src/regress/usr.bin/ssh/obj/rsa.pub: No such file or directory AuthorizedKeysCommand with arguments AuthorizedKeysCommand without arguments ok authorized keys from 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/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 cc -O2 -pipe -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 @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: 8 errors: mac 7 padding 0 length 1 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 9 padding 0 length 1 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 @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: 8 errors: mac 7 padding 0 length 1 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 @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: 8 errors: mac 7 padding 0 length 1 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 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 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 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 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 privsep=no key type ssh-rsa privsep=no key type ssh-dss privsep=no key type ecdsa-sha2-nistp256 privsep=no key type ecdsa-sha2-nistp384 privsep=no key type ecdsa-sha2-nistp521 privsep=no key type ssh-ed25519 privsep=yes key type ssh-rsa privsep=yes key type ssh-dss privsep=yes key type ecdsa-sha2-nistp256 privsep=yes key type ecdsa-sha2-nistp384 privsep=yes key type ecdsa-sha2-nistp521 privsep=yes ok 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/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 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=ssh-rsa learn additional hostkeys, type=ssh-dss learn additional hostkeys, type=ecdsa-sha2-nistp256 learn additional hostkeys, type=ecdsa-sha2-nistp384 learn additional hostkeys, type=ecdsa-sha2-nistp521 learn changed non-primary hostkey learn new primary hostkey rotate primary hostkey check rotate primary hostkey ok 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/principals-command.sh authorized principals command: privsep yes empty authorized_principals authorized principals command: privsep yes wrong authorized_principals authorized principals command: privsep yes correct authorized_principals authorized principals command: privsep yes authorized_principals bad key opt authorized principals command: privsep yes authorized_principals command=false authorized principals command: privsep yes authorized_principals command=true authorized principals command: privsep yes wrong principals key option authorized principals command: privsep yes correct principals key option authorized principals command: privsep sandbox empty authorized_principals authorized principals command: privsep sandbox wrong authorized_principals authorized principals command: privsep sandbox correct authorized_principals authorized principals command: privsep sandbox authorized_principals bad key opt authorized principals command: privsep sandbox authorized_principals command=false authorized principals command: privsep sandbox authorized_principals command=true authorized principals command: privsep sandbox wrong principals key option authorized principals command: privsep sandbox correct principals key option ok authorized 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/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 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. ok config include 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 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 ===> unittests ===> unittests/test_helper cc -O2 -pipe -g -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_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 cc -O2 -pipe -g -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 atomicio.o -L/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper/obj -ltest_helper -lutil -lcrypto 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_put_bignum2": OK test 65 - "sshbuf_put_bignum2 limited": OK test 66 - "sshbuf_put_bignum2 bn2": OK test 67 - "sshbuf_put_bignum2 bn2 limited": OK test 68 - "sshbuf_get_bignum2": OK test 69 - "sshbuf_get_bignum2 truncated": OK test 70 - "sshbuf_get_bignum2 giant": OK test 71 - "sshbuf_get_bignum2 bn2": OK test 72 - "sshbuf_get_bignum2 bn2 truncated": OK test 73 - "sshbuf_get_bignum2 bn2 negative": OK test 74 - "sshbuf_put_ec": OK test 75 - "sshbuf_get_ec": OK test 76 - "sshbuf_dump": OK test 77 - "sshbuf_dtob16": OK test 78 - "sshbuf_dtob64 len 1": OK test 79 - "sshbuf_dtob64 len 2": OK test 80 - "sshbuf_dtob64 len 3": OK test 81 - "sshbuf_dtob64 len 8191": OK test 82 - "sshbuf_b64tod len 1": OK test 83 - "sshbuf_b64tod len 2": OK test 84 - "sshbuf_b64tod len 4": OK test 85 - "sshbuf_dup_string": OK test 86 - "fuzz alloc/dealloc": OK test 87 - "fuzz blob parsing": OK test 88 - "sshbuf_from": OK test 89 - "sshbuf_from data": OK test 90 - "sshbuf_fromb ": OK test 91 - "sshbuf_froms": 92 tests ok ===> unittests/sshkey cc -O2 -pipe -g -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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/ge25519.c cc -O2 -pipe -g -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/fe25519.c cc -O2 -pipe -g -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/sc25519.c cc -O2 -pipe -g -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/verify.c cc -O2 -pipe -g -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 -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 -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 -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 -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 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 addrmatch.o bitmap.o ed25519.o hash.o ge25519.o fe25519.o sc25519.o verify.o cipher-chachapoly.o chacha.o poly1305.o digest-openssl.o -L/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper/obj -ltest_helper -lutil -lcrypto 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_DSA": OK test 4 - "new/free KEY_ECDSA": OK test 5 - "new/free KEY_ED25519": OK test 6 - "generate KEY_RSA too small modulus": OK test 7 - "generate KEY_RSA too large modulus": OK test 8 - "generate KEY_DSA wrong bits": OK test 9 - "generate KEY_ECDSA wrong bits": OK test 10 - "generate KEY_RSA": OK test 11 - "generate KEY_DSA": OK test 12 - "generate KEY_ECDSA": OK test 13 - "generate KEY_ED25519": OK test 14 - "demote KEY_RSA": OK test 15 - "equal KEY_RSA/demoted KEY_RSA": OK test 16 - "demote KEY_DSA": OK test 17 - "equal KEY_DSA/demoted KEY_DSA": OK test 18 - "demote KEY_ECDSA": OK test 19 - "equal KEY_ECDSA/demoted KEY_ECDSA": OK test 20 - "demote KEY_ED25519": OK test 21 - "equal KEY_ED25519/demoted KEY_ED25519": OK test 22 - "equal mismatched key types": OK test 23 - "equal different keys": OK test 24 - "certify key": OK test 25 - "sign and verify RSA": OK test 26 - "sign and verify RSA-SHA256": OK test 27 - "sign and verify RSA-SHA512": OK test 28 - "sign and verify DSA": OK test 29 - "sign and verify ECDSA": OK test 30 - "sign and verify ED25519": OK test 31 - "nested certificate": OK test 32 - "load passphrase": OK test 33 - "parse RSA from private": OK test 34 - "parse RSA from private w/ passphrase": OK test 35 - "parse RSA from new-format": OK test 36 - "parse RSA from new-format w/ passphrase": OK test 37 - "load RSA from public": OK test 38 - "load RSA cert with SHA1 signature": OK test 39 - "load RSA cert with SHA512 signature": OK test 40 - "load RSA cert": OK test 41 - "RSA key hex fingerprint": OK test 42 - "RSA cert hex fingerprint": OK test 43 - "RSA key bubblebabble fingerprint": OK test 44 - "parse DSA from private": OK test 45 - "parse DSA from private w/ passphrase": OK test 46 - "parse DSA from new-format": OK test 47 - "parse DSA from new-format w/ passphrase": OK test 48 - "load DSA from public": OK test 49 - "load DSA cert": OK test 50 - "DSA key hex fingerprint": OK test 51 - "DSA cert hex fingerprint": OK test 52 - "DSA key bubblebabble fingerprint": OK test 53 - "parse ECDSA from private": OK test 54 - "parse ECDSA from private w/ passphrase": OK test 55 - "parse ECDSA from new-format": OK test 56 - "parse ECDSA from new-format w/ passphrase": OK test 57 - "load ECDSA from public": OK test 58 - "load ECDSA cert": OK test 59 - "ECDSA key hex fingerprint": OK test 60 - "ECDSA cert hex fingerprint": OK test 61 - "ECDSA key bubblebabble fingerprint": OK test 62 - "parse Ed25519 from private": OK test 63 - "parse Ed25519 from private w/ passphrase": OK test 64 - "load Ed25519 from public": OK test 65 - "load Ed25519 cert": OK test 66 - "Ed25519 key hex fingerprint": OK test 67 - "Ed25519 cert hex fingerprint": OK test 68 - "Ed25519 key bubblebabble fingerprint": OK test 69 - "fuzz RSA private": OK test 70 - "fuzz RSA new-format private": OK test 71 - "fuzz DSA private": OK test 72 - "fuzz DSA new-format private": OK test 73 - "fuzz ECDSA private": OK test 74 - "fuzz ECDSA new-format private": OK test 75 - "fuzz Ed25519 private": OK test 76 - "fuzz RSA public": OK test 77 - "fuzz RSA cert": OK test 78 - "fuzz DSA public": OK test 79 - "fuzz DSA cert": OK test 80 - "fuzz ECDSA public": OK test 81 - "fuzz ECDSA cert": OK test 82 - "fuzz Ed25519 public": OK test 83 - "fuzz Ed25519 cert": OK test 84 - "fuzz RSA sig": OK test 85 - "fuzz RSA SHA256 sig": OK test 86 - "fuzz RSA SHA512 sig": OK test 87 - "fuzz DSA sig": OK test 88 - "fuzz ECDSA sig": OK test 89 - "fuzz Ed25519 sig": OK 90 tests ok ===> unittests/bitmap cc -O2 -pipe -g -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 -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 -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 env MALLOC_OPTIONS=CFGJRSUX ./test_bitmap test_bitmap: .. 2 tests ok ===> unittests/kex cc -O2 -pipe -g -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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/ge25519.c cc -O2 -pipe -g -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/fe25519.c cc -O2 -pipe -g -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/sc25519.c cc -O2 -pipe -g -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/verify.c cc -O2 -pipe -g -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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/kexsntrup4591761x25519.c cc -O2 -pipe -g -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/sntrup4591761.c cc -O2 -pipe -g -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 sshbuf-getput-basic.o sshbuf-getput-crypto.o sshbuf-misc.o sshbuf.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 addrmatch.o bitmap.o packet.o dispatch.o canohost.o ssh_api.o compat.o ed25519.o hash.o ge25519.o fe25519.o sc25519.o verify.o cipher-chachapoly.o chacha.o poly1305.o kex.o dh.o kexdh.o kexecdh.o kexgex.o kexgexc.o kexgexs.o kexc25519.o smult_curve25519_ref.o kexgen.o kexsntrup4591761x25519.o sntrup4591761.o digest-openssl.o -L/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper/obj -ltest_helper -lutil -lcrypto -lz env MALLOC_OPTIONS=CFGJRSUX ./test_kex test_kex: ................................................................................................................................................................................................................................................................................................................................................................ 352 tests ok ===> unittests/hostkeys cc -O2 -pipe -g -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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/ge25519.c cc -O2 -pipe -g -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/fe25519.c cc -O2 -pipe -g -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/sc25519.c cc -O2 -pipe -g -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/verify.c cc -O2 -pipe -g -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 -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 -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 -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 -g -o test_hostkeys tests.o test_iterate.o sshbuf-getput-basic.o sshbuf-getput-crypto.o sshbuf-misc.o sshbuf.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 addrmatch.o bitmap.o hostfile.o ed25519.o hash.o ge25519.o fe25519.o sc25519.o verify.o cipher-chachapoly.o chacha.o poly1305.o digest-openssl.o -L/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper/obj -ltest_helper -lutil -lcrypto env MALLOC_OPTIONS=CFGJRSUX ./test_hostkeys -d /usr/src/regress/usr.bin/ssh/unittests/hostkeys/testdata test_hostkeys: .................. 18 tests ok ===> unittests/utf8 cc -O2 -pipe -g -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 -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 -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 env MALLOC_OPTIONS=CFGJRSUX ./test_utf8 test_utf8: .................................. 34 tests ok ===> unittests/match cc -O2 -pipe -g -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -L/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper/obj -ltest_helper -lutil -lcrypto env MALLOC_OPTIONS=CFGJRSUX ./test_match test_match: ...... 6 tests ok ===> unittests/conversion cc -O2 -pipe -g -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -L/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper/obj -ltest_helper -lutil -lcrypto env MALLOC_OPTIONS=CFGJRSUX ./test_conversion test_conversion: . 1 tests ok ===> unittests/authopt cc -O2 -pipe -g -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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/ge25519.c cc -O2 -pipe -g -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/fe25519.c cc -O2 -pipe -g -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/sc25519.c cc -O2 -pipe -g -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/verify.c cc -O2 -pipe -g -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 -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 -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 -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 -g -o test_authopt tests.o auth-options.o sshbuf-getput-basic.o sshbuf-getput-crypto.o sshbuf-misc.o sshbuf.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 addrmatch.o bitmap.o ed25519.o hash.o ge25519.o fe25519.o sc25519.o verify.o cipher-chachapoly.o chacha.o poly1305.o digest-openssl.o -L/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper/obj -ltest_helper -lutil -lcrypto env MALLOC_OPTIONS=CFGJRSUX ./test_authopt -d /usr/src/regress/usr.bin/ssh/unittests/authopt/testdata test_authopt: ................................................................................................................................................. 145 tests ok ===> misc ===> misc/kexfuzz SKIP usr.bin/ssh Test skipped itself