[openssl-dev] [openssl.org #4617] openssl Issue/Bug

Lapprich, Harold via RT rt at openssl.org
Mon Jul 18 16:39:39 UTC 2016


To Whom It May Concern,

openssl version -a:

            OpenSSL 1.0.2a 19 Mar 2015

built on: reproducible build, date unspecified

platform: linux-ppc

options:  bn(64,32) rc4(ptr,char) des(idx,risc1,16,long) blowfish(idx)

compiler: /home/devadmin/buildserver/staging/build-output/c919/trunk-iop/host/usr/bin/ccache /home/devadmin/buildserver/staging/build-output/c919/trunk-iop/host/usr/bin/powerpc-e500v2-linux-uclibc-gcc -I. -I.. -I../include  -fPIC -DOPENSSL_PIC -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -mcpu=8540 -pipe -O2  -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DVPAES_ASM

OPENSSLDIR: "/etc/ssl"



                OS Name, Version, Hardware platform:

uname -a

Linux ahmu-iop-devel 3.10.76 #1 SMP PREEMPT Fri Jul 8 11:18:12 EDT 2016 ppc GNU/Linux




Using 'openssl' in a Linux design and since it is a command line application it is always outputting content to the screen, for example:


openssl req -new -x509 -nodes -days 365 -subj "/C=US/ST=Ohio/L=Cincinnati/O=www.ge.com/OU=AHMU-UNIT/CN=AHMU-UNIT" -keyout start -out start

Generating a 2048 bit RSA private key

.........................................................................................+++

.............+++

writing new private key to 'start'

-----


Trying to find a way to prevent the output being output to 'stdout' but have not found a parameter (can redirect to a file but  the .....+ characters are still written to the console).


There either has to be a missed parameter or bug exist?


Thanks for your time regarding this issue,
Harold Lapprich


-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4617
Please log in as guest with password guest if prompted



More information about the openssl-dev mailing list