Fwd: Re: Inconsisten declaration of ssh_aes_ctr_iv()

Iain Morgan imorgan at nas.nasa.gov
Fri Jan 18 09:56:05 EST 2013


Oops, I meant to CC the list on this.

-- 
Iain

----- Forwarded message from Iain Morgan <Iain.Morgan at nasa.gov> -----

Date: Thu, 17 Jan 2013 14:51:01 -0800
From: Iain Morgan <Iain.Morgan at nasa.gov>
To: Damien Miller <djm at mindrot.org>
Subject: Re: Inconsisten declaration of ssh_aes_ctr_iv()

On Wed, Jan 16, 2013 at 21:26:39 -0600, Damien Miller wrote:
> On Mon, 14 Jan 2013, Iain Morgan wrote:
> 
> > Thanks. The snapshot builds with the supplied patch, but there is stall
> > a warning in cipher-ctr.c:
> > 
> > cipher-ctr.c: In function ?evp_aes_128_ctr?:
> > cipher-ctr.c:138: warning: assignment from incompatible pointer type
> 
> That's weird - we try to get that type right based on the installed
> OpenSSL version.
> 
> Could you tell me the declaration of the function pointer do_cipher in
> OpenSSL's evp.h on your system and the the OPENSSL_VERSION_NUMBER from
> opensslv.h?

% grep -A1 do_cipher /usr/include/openssl/evp.h
	int (*do_cipher)(EVP_CIPHER_CTX *ctx, unsigned char *out,
			 const unsigned char *in, size_t inl);/* encrypt/decrypt data */

% grep OPENSSL_VERSION_NUMBER /usr/include/openssl/opensslv.h
#define OPENSSL_VERSION_NUMBER	0x10000003L

> 
> > For completeness, the following warnings show up during the build.
> 
> [different manifestations of the same problem]
> 
> > I ran the regression tests, but they fail when building against older
> > OpenSSL versions due to the lack of GCM support.
> 
> Please try this diff:
> 

I applied the diff you supplied, along with the previous diff. The
regression tests got further along, but now fail in integrity.sh:

run test integrity.sh ...
test integrity: hmac-sha1 @2300 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1 at 2300
test integrity: hmac-sha1 @2301 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1 at 2301
test integrity: hmac-sha1 @2302 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1 at 2302
test integrity: hmac-sha1 @2303 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1 at 2303
test integrity: hmac-sha1 @2304 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1 at 2304
test integrity: hmac-sha1 @2305 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1 at 2305
test integrity: hmac-sha1 @2306 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1 at 2306
test integrity: hmac-sha1 @2307 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1 at 2307
test integrity: hmac-sha1 @2308 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1 at 2308
test integrity: hmac-sha1 @2309 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1 at 2309
test integrity: 10 errors: mac 0 padding 0 length 0
hmac-sha1: no mac errors
hmac-sha1: expected 10 mac errors, got 0
test integrity: hmac-md5 @2300 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5 at 2300
test integrity: hmac-md5 @2301 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5 at 2301
test integrity: hmac-md5 @2302 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5 at 2302
test integrity: hmac-md5 @2303 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5 at 2303
test integrity: hmac-md5 @2304 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5 at 2304
test integrity: hmac-md5 @2305 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5 at 2305
test integrity: hmac-md5 @2306 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5 at 2306
test integrity: hmac-md5 @2307 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5 at 2307
test integrity: hmac-md5 @2308 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5 at 2308
test integrity: hmac-md5 @2309 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5 at 2309
test integrity: 10 errors: mac 0 padding 0 length 0
hmac-md5: no mac errors
hmac-md5: expected 10 mac errors, got 0
test integrity: umac-64 at openssh.com @2300 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-64 at openssh.com at 2300
test integrity: umac-64 at openssh.com @2301 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-64 at openssh.com at 2301
test integrity: umac-64 at openssh.com @2302 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-64 at openssh.com at 2302
test integrity: umac-64 at openssh.com @2303 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-64 at openssh.com at 2303
test integrity: umac-64 at openssh.com @2304 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-64 at openssh.com at 2304
test integrity: umac-64 at openssh.com @2305 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-64 at openssh.com at 2305
test integrity: umac-64 at openssh.com @2306 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-64 at openssh.com at 2306
test integrity: umac-64 at openssh.com @2307 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-64 at openssh.com at 2307
test integrity: umac-64 at openssh.com @2308 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-64 at openssh.com at 2308
test integrity: umac-64 at openssh.com @2309 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-64 at openssh.com at 2309
test integrity: 10 errors: mac 0 padding 0 length 0
umac-64 at openssh.com: no mac errors
umac-64 at openssh.com: expected 10 mac errors, got 0
test integrity: umac-128 at openssh.com @2300 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-128 at openssh.com at 2300
test integrity: umac-128 at openssh.com @2301 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-128 at openssh.com at 2301
test integrity: umac-128 at openssh.com @2302 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-128 at openssh.com at 2302
test integrity: umac-128 at openssh.com @2303 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-128 at openssh.com at 2303
test integrity: umac-128 at openssh.com @2304 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-128 at openssh.com at 2304
test integrity: umac-128 at openssh.com @2305 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-128 at openssh.com at 2305
test integrity: umac-128 at openssh.com @2306 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-128 at openssh.com at 2306
test integrity: umac-128 at openssh.com @2307 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-128 at openssh.com at 2307
test integrity: umac-128 at openssh.com @2308 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-128 at openssh.com at 2308
test integrity: umac-128 at openssh.com @2309 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-128 at openssh.com at 2309
test integrity: 10 errors: mac 0 padding 0 length 0
umac-128 at openssh.com: no mac errors
umac-128 at openssh.com: expected 10 mac errors, got 0
test integrity: hmac-sha1-96 @2300 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-96 at 2300
test integrity: hmac-sha1-96 @2301 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-96 at 2301
test integrity: hmac-sha1-96 @2302 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-96 at 2302
test integrity: hmac-sha1-96 @2303 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-96 at 2303
test integrity: hmac-sha1-96 @2304 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-96 at 2304
test integrity: hmac-sha1-96 @2305 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-96 at 2305
test integrity: hmac-sha1-96 @2306 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-96 at 2306
test integrity: hmac-sha1-96 @2307 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-96 at 2307
test integrity: hmac-sha1-96 @2308 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-96 at 2308
test integrity: hmac-sha1-96 @2309 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-96 at 2309
test integrity: 10 errors: mac 0 padding 0 length 0
hmac-sha1-96: no mac errors
hmac-sha1-96: expected 10 mac errors, got 0
test integrity: hmac-md5-96 @2300 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-96 at 2300
test integrity: hmac-md5-96 @2301 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-96 at 2301
test integrity: hmac-md5-96 @2302 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-96 at 2302
test integrity: hmac-md5-96 @2303 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-96 at 2303
test integrity: hmac-md5-96 @2304 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-96 at 2304
test integrity: hmac-md5-96 @2305 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-96 at 2305
test integrity: hmac-md5-96 @2306 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-96 at 2306
test integrity: hmac-md5-96 @2307 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-96 at 2307
test integrity: hmac-md5-96 @2308 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-96 at 2308
test integrity: hmac-md5-96 @2309 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-96 at 2309
test integrity: 10 errors: mac 0 padding 0 length 0
hmac-md5-96: no mac errors
hmac-md5-96: expected 10 mac errors, got 0
test integrity: hmac-sha2-256 @2300 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-256 at 2300
test integrity: hmac-sha2-256 @2301 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-256 at 2301
test integrity: hmac-sha2-256 @2302 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-256 at 2302
test integrity: hmac-sha2-256 @2303 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-256 at 2303
test integrity: hmac-sha2-256 @2304 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-256 at 2304
test integrity: hmac-sha2-256 @2305 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-256 at 2305
test integrity: hmac-sha2-256 @2306 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-256 at 2306
test integrity: hmac-sha2-256 @2307 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-256 at 2307
test integrity: hmac-sha2-256 @2308 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-256 at 2308
test integrity: hmac-sha2-256 @2309 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-256 at 2309
test integrity: 10 errors: mac 0 padding 0 length 0
hmac-sha2-256: no mac errors
hmac-sha2-256: expected 10 mac errors, got 0
test integrity: hmac-sha2-512 @2300 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-512 at 2300
test integrity: hmac-sha2-512 @2301 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-512 at 2301
test integrity: hmac-sha2-512 @2302 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-512 at 2302
test integrity: hmac-sha2-512 @2303 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-512 at 2303
test integrity: hmac-sha2-512 @2304 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-512 at 2304
test integrity: hmac-sha2-512 @2305 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-512 at 2305
test integrity: hmac-sha2-512 @2306 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-512 at 2306
test integrity: hmac-sha2-512 @2307 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-512 at 2307
test integrity: hmac-sha2-512 @2308 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-512 at 2308
test integrity: hmac-sha2-512 @2309 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-512 at 2309
test integrity: 10 errors: mac 0 padding 0 length 0
hmac-sha2-512: no mac errors
hmac-sha2-512: expected 10 mac errors, got 0
test integrity: hmac-sha1-etm at openssh.com @2300 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-etm at openssh.com at 2300
test integrity: hmac-sha1-etm at openssh.com @2301 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-etm at openssh.com at 2301
test integrity: hmac-sha1-etm at openssh.com @2302 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-etm at openssh.com at 2302
test integrity: hmac-sha1-etm at openssh.com @2303 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-etm at openssh.com at 2303
test integrity: hmac-sha1-etm at openssh.com @2304 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-etm at openssh.com at 2304
test integrity: hmac-sha1-etm at openssh.com @2305 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-etm at openssh.com at 2305
test integrity: hmac-sha1-etm at openssh.com @2306 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-etm at openssh.com at 2306
test integrity: hmac-sha1-etm at openssh.com @2307 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-etm at openssh.com at 2307
test integrity: hmac-sha1-etm at openssh.com @2308 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-etm at openssh.com at 2308
test integrity: hmac-sha1-etm at openssh.com @2309 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-etm at openssh.com at 2309
test integrity: 10 errors: mac 0 padding 0 length 0
hmac-sha1-etm at openssh.com: no mac errors
hmac-sha1-etm at openssh.com: expected 10 mac errors, got 0
test integrity: hmac-md5-etm at openssh.com @2300 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-etm at openssh.com at 2300
test integrity: hmac-md5-etm at openssh.com @2301 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-etm at openssh.com at 2301
test integrity: hmac-md5-etm at openssh.com @2302 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-etm at openssh.com at 2302
test integrity: hmac-md5-etm at openssh.com @2303 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-etm at openssh.com at 2303
test integrity: hmac-md5-etm at openssh.com @2304 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-etm at openssh.com at 2304
test integrity: hmac-md5-etm at openssh.com @2305 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-etm at openssh.com at 2305
test integrity: hmac-md5-etm at openssh.com @2306 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-etm at openssh.com at 2306
test integrity: hmac-md5-etm at openssh.com @2307 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-etm at openssh.com at 2307
test integrity: hmac-md5-etm at openssh.com @2308 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-etm at openssh.com at 2308
test integrity: hmac-md5-etm at openssh.com @2309 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-etm at openssh.com at 2309
test integrity: 10 errors: mac 0 padding 0 length 0
hmac-md5-etm at openssh.com: no mac errors
hmac-md5-etm at openssh.com: expected 10 mac errors, got 0
test integrity: umac-64-etm at openssh.com @2300 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-64-etm at openssh.com at 2300
test integrity: umac-64-etm at openssh.com @2301 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-64-etm at openssh.com at 2301
test integrity: umac-64-etm at openssh.com @2302 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-64-etm at openssh.com at 2302
test integrity: umac-64-etm at openssh.com @2303 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-64-etm at openssh.com at 2303
test integrity: umac-64-etm at openssh.com @2304 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-64-etm at openssh.com at 2304
test integrity: umac-64-etm at openssh.com @2305 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-64-etm at openssh.com at 2305
test integrity: umac-64-etm at openssh.com @2306 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-64-etm at openssh.com at 2306
test integrity: umac-64-etm at openssh.com @2307 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-64-etm at openssh.com at 2307
test integrity: umac-64-etm at openssh.com @2308 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-64-etm at openssh.com at 2308
test integrity: umac-64-etm at openssh.com @2309 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-64-etm at openssh.com at 2309
test integrity: 10 errors: mac 0 padding 0 length 0
umac-64-etm at openssh.com: no mac errors
umac-64-etm at openssh.com: expected 10 mac errors, got 0
test integrity: umac-128-etm at openssh.com @2300 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-128-etm at openssh.com at 2300
test integrity: umac-128-etm at openssh.com @2301 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-128-etm at openssh.com at 2301
test integrity: umac-128-etm at openssh.com @2302 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-128-etm at openssh.com at 2302
test integrity: umac-128-etm at openssh.com @2303 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-128-etm at openssh.com at 2303
test integrity: umac-128-etm at openssh.com @2304 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-128-etm at openssh.com at 2304
test integrity: umac-128-etm at openssh.com @2305 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-128-etm at openssh.com at 2305
test integrity: umac-128-etm at openssh.com @2306 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-128-etm at openssh.com at 2306
test integrity: umac-128-etm at openssh.com @2307 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-128-etm at openssh.com at 2307
test integrity: umac-128-etm at openssh.com @2308 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-128-etm at openssh.com at 2308
test integrity: umac-128-etm at openssh.com @2309 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac umac-128-etm at openssh.com at 2309
test integrity: 10 errors: mac 0 padding 0 length 0
umac-128-etm at openssh.com: no mac errors
umac-128-etm at openssh.com: expected 10 mac errors, got 0
test integrity: hmac-sha1-96-etm at openssh.com @2300 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-96-etm at openssh.com at 2300
test integrity: hmac-sha1-96-etm at openssh.com @2301 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-96-etm at openssh.com at 2301
test integrity: hmac-sha1-96-etm at openssh.com @2302 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-96-etm at openssh.com at 2302
test integrity: hmac-sha1-96-etm at openssh.com @2303 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-96-etm at openssh.com at 2303
test integrity: hmac-sha1-96-etm at openssh.com @2304 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-96-etm at openssh.com at 2304
test integrity: hmac-sha1-96-etm at openssh.com @2305 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-96-etm at openssh.com at 2305
test integrity: hmac-sha1-96-etm at openssh.com @2306 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-96-etm at openssh.com at 2306
test integrity: hmac-sha1-96-etm at openssh.com @2307 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-96-etm at openssh.com at 2307
test integrity: hmac-sha1-96-etm at openssh.com @2308 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-96-etm at openssh.com at 2308
test integrity: hmac-sha1-96-etm at openssh.com @2309 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha1-96-etm at openssh.com at 2309
test integrity: 10 errors: mac 0 padding 0 length 0
hmac-sha1-96-etm at openssh.com: no mac errors
hmac-sha1-96-etm at openssh.com: expected 10 mac errors, got 0
test integrity: hmac-md5-96-etm at openssh.com @2300 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-96-etm at openssh.com at 2300
test integrity: hmac-md5-96-etm at openssh.com @2301 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-96-etm at openssh.com at 2301
test integrity: hmac-md5-96-etm at openssh.com @2302 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-96-etm at openssh.com at 2302
test integrity: hmac-md5-96-etm at openssh.com @2303 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-96-etm at openssh.com at 2303
test integrity: hmac-md5-96-etm at openssh.com @2304 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-96-etm at openssh.com at 2304
test integrity: hmac-md5-96-etm at openssh.com @2305 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-96-etm at openssh.com at 2305
test integrity: hmac-md5-96-etm at openssh.com @2306 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-96-etm at openssh.com at 2306
test integrity: hmac-md5-96-etm at openssh.com @2307 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-96-etm at openssh.com at 2307
test integrity: hmac-md5-96-etm at openssh.com @2308 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-96-etm at openssh.com at 2308
test integrity: hmac-md5-96-etm at openssh.com @2309 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-md5-96-etm at openssh.com at 2309
test integrity: 10 errors: mac 0 padding 0 length 0
hmac-md5-96-etm at openssh.com: no mac errors
hmac-md5-96-etm at openssh.com: expected 10 mac errors, got 0
test integrity: hmac-sha2-256-etm at openssh.com @2300 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-256-etm at openssh.com at 2300
test integrity: hmac-sha2-256-etm at openssh.com @2301 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-256-etm at openssh.com at 2301
test integrity: hmac-sha2-256-etm at openssh.com @2302 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-256-etm at openssh.com at 2302
test integrity: hmac-sha2-256-etm at openssh.com @2303 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-256-etm at openssh.com at 2303
test integrity: hmac-sha2-256-etm at openssh.com @2304 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-256-etm at openssh.com at 2304
test integrity: hmac-sha2-256-etm at openssh.com @2305 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-256-etm at openssh.com at 2305
test integrity: hmac-sha2-256-etm at openssh.com @2306 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-256-etm at openssh.com at 2306
test integrity: hmac-sha2-256-etm at openssh.com @2307 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-256-etm at openssh.com at 2307
test integrity: hmac-sha2-256-etm at openssh.com @2308 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-256-etm at openssh.com at 2308
test integrity: hmac-sha2-256-etm at openssh.com @2309 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-256-etm at openssh.com at 2309
test integrity: 10 errors: mac 0 padding 0 length 0
hmac-sha2-256-etm at openssh.com: no mac errors
hmac-sha2-256-etm at openssh.com: expected 10 mac errors, got 0
test integrity: hmac-sha2-512-etm at openssh.com @2300 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-512-etm at openssh.com at 2300
test integrity: hmac-sha2-512-etm at openssh.com @2301 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-512-etm at openssh.com at 2301
test integrity: hmac-sha2-512-etm at openssh.com @2302 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-512-etm at openssh.com at 2302
test integrity: hmac-sha2-512-etm at openssh.com @2303 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-512-etm at openssh.com at 2303
test integrity: hmac-sha2-512-etm at openssh.com @2304 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-512-etm at openssh.com at 2304
test integrity: hmac-sha2-512-etm at openssh.com @2305 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-512-etm at openssh.com at 2305
test integrity: hmac-sha2-512-etm at openssh.com @2306 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-512-etm at openssh.com at 2306
test integrity: hmac-sha2-512-etm at openssh.com @2307 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-512-etm at openssh.com at 2307
test integrity: hmac-sha2-512-etm at openssh.com @2308 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-512-etm at openssh.com at 2308
test integrity: hmac-sha2-512-etm at openssh.com @2309 RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01. key_verify failed for server_host_key.
unexpected error mac hmac-sha2-512-etm at openssh.com at 2309
test integrity: 10 errors: mac 0 padding 0 length 0
hmac-sha2-512-etm at openssh.com: no mac errors
hmac-sha2-512-etm at openssh.com: expected 10 mac errors, got 0
failed integrity

-- 
Iain Morgan

----- End forwarded message -----

-- 
Iain Morgan


More information about the openssh-unix-dev mailing list