Bug#648114: openssl: speed can't decide what RC4 options are in use

2016-08-24 Thread brian m. carlson
On Wed, Aug 24, 2016 at 11:58:01PM +0200, Sebastian Andrzej Siewior wrote:
> On 2011-11-09 02:19:39 [+], brian m. carlson wrote:
> > It seems that openssl can't decide which options it is to use for rc4:
> > 8x int, 8x char, or 1x char.  Whatever options it is using, it should
> > pick one using some deterministic method and not change its mind
> > constantly.
> 
> I get here always rc4(16x,int) as of current unstable. Can you still
> reproduce this?

It does appear to be consistent now.
-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | https://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: https://keybase.io/bk2204


signature.asc
Description: PGP signature


Bug#648114: openssl: speed can't decide what RC4 options are in use

2016-08-24 Thread Sebastian Andrzej Siewior
On 2011-11-09 02:19:39 [+], brian m. carlson wrote:
> It seems that openssl can't decide which options it is to use for rc4:
> 8x int, 8x char, or 1x char.  Whatever options it is using, it should
> pick one using some deterministic method and not change its mind
> constantly.

I get here always rc4(16x,int) as of current unstable. Can you still
reproduce this?

Sebastian



Bug#648114: openssl: speed can't decide what RC4 options are in use

2011-11-08 Thread brian m. carlson
Package: openssl
Version: 1.0.0e-2.1
Severity: minor
File: /usr/bin/openssl

When running openssl speed, I get varying values for the options line
(I've removed most of the text for clarity):

  lakeview no % openssl speed aes-128-cbc
  options:bn(64,64) rc4(8x,int) des(idx,cisc,16,int) aes(partial) blowfish(idx) 
  lakeview ok % openssl speed camellia-128-cbc
  options:bn(64,64) rc4(8x,char) des(idx,cisc,16,int) aes(partial) 
blowfish(idx) 
  lakeview ok % openssl speed rc4 
  options:bn(64,64) rc4(1x,char) des(idx,cisc,16,int) aes(partial) 
blowfish(idx) 
  lakeview ok % openssl speed aes-128-cbc 
  options:bn(64,64) rc4(1x,char) des(idx,cisc,16,int) aes(partial) 
blowfish(idx) 
  lakeview ok % openssl speed camellia-128-cbc
  options:bn(64,64) rc4(8x,int) des(idx,cisc,16,int) aes(partial) blowfish(idx) 
  lakeview ok % openssl speed rc4 
  options:bn(64,64) rc4(1x,char) des(idx,cisc,16,int) aes(partial) 
blowfish(idx) 
It seems that openssl can't decide which options it is to use for rc4:
8x int, 8x char, or 1x char.  Whatever options it is using, it should
pick one using some deterministic method and not change its mind
constantly.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages openssl depends on:
ii  libc62.13-21 
ii  libssl1.0.0  1.0.0e-2.1  
ii  zlib1g   1:1.2.3.4.dfsg-3

openssl recommends no packages.

Versions of packages openssl suggests:
ii  ca-certificates  20111025

-- no debconf information

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature