Re: [openssl.org #2443] mkdef.pl cannot handle FIPS related functions

2011-02-03 Thread Dr. Stephen Henson
On Fri, Feb 04, 2011, Roumen Petrov wrote: > Stephen Henson via RT wrote: >>> [open...@roumenpetrov.info - Thu Feb 03 16:36:58 2011]: >>> >>> The mingw cross-build of current HEAD(2011-01-31) fail : >>> WARNING: mkdef.pl doesn't know the following algorithms: >>> NEXTPROTONEG >>> Creatin

RE: [openssl.org #2444] Failure in build of the test programs (1.0.0c on MinGW)

2011-02-03 Thread Tim Cloud
unsubscribe Timothy Cloud MSPRC Database Manager Chickasaw Nation Industries (405) 869-3358 (Office) (405) 568-9752 (Cell) Catch the V2IBE... -Original Message- From: owner-openssl-...@openssl.org [mailto:owner-openssl-...@openssl.org] On Behalf Of Guenter Sent: Thursday, February 03,

Re: [openssl.org #2443] mkdef.pl cannot handle FIPS related functions

2011-02-03 Thread Roumen Petrov
Stephen Henson via RT wrote: [open...@roumenpetrov.info - Thu Feb 03 16:36:58 2011]: The mingw cross-build of current HEAD(2011-01-31) fail : WARNING: mkdef.pl doesn't know the following algorithms: NEXTPROTONEG Creating library file: libcrypto.dll.a Cannot export FIPS_dh_free: symbol

Re: [openssl.org #2444] Failure in build of the test programs (1.0.0c on MinGW)

2011-02-03 Thread Guenter
Am 03.02.2011 16:39, schrieb via RT: Hello, I failed to build 1.0.0c on MinGW with the default config settings. The make command stopped at the test program build phase, because of empty source files: md2test.c, rc5test.c, and jpaketest.c. To work around this problem, the config arguments

Re: [openssl.org #2444] Failure in build of the test programs (1.0.0c on MinGW)

2011-02-03 Thread Guenter via RT
Am 03.02.2011 16:39, schrieb via RT: > Hello, > > I failed to build 1.0.0c on MinGW with the default config settings. > The make command stopped at the test program build phase, > because of empty source files: md2test.c, rc5test.c, and jpaketest.c. > > To work around this problem, the config argu

RE: [openssl.org #2445] openssl-1.0.0c loses base64 data if newline missing

2011-02-03 Thread Dave Thompson
> From: owner-openssl-...@openssl.org On Behalf Of P Fudd via RT > Sent: Thursday, 03 February, 2011 10:42 > I'm testing smtp auth login using the command line. One step is to > encode the username and password with "/bin/echo -ne myusername | > openssl enc -base64". The opposite step would be "/

[openssl.org #2443] mkdef.pl cannot handle FIPS related functions

2011-02-03 Thread Stephen Henson via RT
> [open...@roumenpetrov.info - Thu Feb 03 16:36:58 2011]: > > The mingw cross-build of current HEAD(2011-01-31) fail : > WARNING: mkdef.pl doesn't know the following algorithms: > NEXTPROTONEG > Creating library file: libcrypto.dll.a > Cannot export FIPS_dh_free: symbol not defined >

[openssl.org #2445] openssl-1.0.0c loses base64 data if newline missing

2011-02-03 Thread P Fudd via RT
Description of problem: I'm testing smtp auth login using the command line. One step is to encode the username and password with "/bin/echo -ne myusername | openssl enc -base64". The opposite step would be "/bin/echo -ne bXl1c2VybmFtZQ== | openssl enc -d -base64", but this fails, until the -ne is

[openssl.org #2444] Failure in build of the test programs (1.0.0c on MinGW)

2011-02-03 Thread via RT
Hello, I failed to build 1.0.0c on MinGW with the default config settings. The make command stopped at the test program build phase, because of empty source files: md2test.c, rc5test.c, and jpaketest.c. To work around this problem, the config arguments enable-md2 enable-rc5 experimental-jpake

[openssl.org #2443] mkdef.pl cannot handle FIPS related functions

2011-02-03 Thread Roumen Petrov via RT
The mingw cross-build of current HEAD(2011-01-31) fail : WARNING: mkdef.pl doesn't know the following algorithms: NEXTPROTONEG Creating library file: libcrypto.dll.a Cannot export FIPS_dh_free: symbol not defined . Cannot export RSA_X931_generate_key_ex: symbol not defined collect2: ld