RE: newbie: set cert time validity

2007-07-17 Thread David Schwartz
No wonder I couldn't find the MakeCertificate function, it's actually resides in an external library. I 'll try to do anything I could to make sure it works as needed.. However, thank you very much for your help David Schwartz.. if you were in java.sun.com forum I'd surely have given you at

Re: newbie: set cert time validity

2007-07-17 Thread imin noob
No wonder I couldn't find the MakeCertificate function, it's actually resides in an external library. I 'll try to do anything I could to make sure it works as needed.. However, thank you very much for your help David Schwartz.. if you were in java.sun.com forum I'd surely have given you at least

Re: cross platform issues with openssl-fips

2007-07-17 Thread Ben Sandee
On 7/17/07, Elia, Leonard F. <[EMAIL PROTECTED]> wrote: The Solaris version fails on test_sha. I thought perhaps this was a problem with the SUN toolchain, so I rebuilt it using gcc 3.4.6 but it still fails: FYI, I found it necessary to build gcc 4.1.2 on our Solaris machines for FIPS suppor

Re: cross platform issues with openssl-fips

2007-07-17 Thread Dr. Stephen Henson
On Tue, Jul 17, 2007, Elia, Leonard F. wrote: > Thank you for your input. > > I rebuilt with nothing but config fips; the test you requested fails > with this: > >FIPS-mode test application > > 1. Non-Approved cryptographic operation test... >a. Included algorithm (D-H)...succe

Re: cross platform issues with openssl-fips

2007-07-17 Thread Elia, Leonard F.
Also for comparison, my MinGW version which I also rebuilt today following the same guidelines, gives this result: FIPS-mode test application 1. Non-Approved cryptographic operation test... a. Included algorithm (D-H)...successful 2. Automatic power-up self test...successful 3. AES encryp

Re: cross platform issues with openssl-fips

2007-07-17 Thread Elia, Leonard F.
Thank you for your input. I rebuilt with nothing but config fips; the test you requested fails with this: FIPS-mode test application 1. Non-Approved cryptographic operation test... a. Included algorithm (D-H)...successful 6385:error:2A068065:FIPS routines:FIPS_selftest_aes:selft

Re: cross platform issues with openssl-fips

2007-07-17 Thread Dr. Stephen Henson
On Tue, Jul 17, 2007, Elia, Leonard F. wrote: > The Solaris version fails on test_sha. I thought perhaps this was a > problem with the SUN toolchain, so I rebuilt it using gcc 3.4.6 but it > still fails: > > make[1]: *** [test_sha] Error 1 > > Items were built as: > > tar xvf openssl-fips-1.

Re: cross platform issues with openssl-fips

2007-07-17 Thread Elia, Leonard F.
The Solaris version fails on test_sha. I thought perhaps this was a problem with the SUN toolchain, so I rebuilt it using gcc 3.4.6 but it still fails: make[1]: *** [test_sha] Error 1 Items were built as: tar xvf openssl-fips-1.1.1.tar cd openssl-fips-1.1.1 ./config fips --prefix=/usr/local

Re: [EMAIL PROTECTED]

2007-07-17 Thread Marek Marcola
Hello, > > D:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../libcrypto.a(bss_sock.o)(.text+0x3ae):bss_sock.c: > undefined reference to [EMAIL PROTECTED]' > > maybe somebody ever solve this problem? Try to add -lwsock32 to link operation. Best regards, -- Marek Marcola <[EMAIL PROTECTED]> __

[EMAIL PROTECTED]

2007-07-17 Thread Stefanus Hermawan
hallo all, i got error when compiling my application and openssl static lib with mingw : *** D:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../libcrypto.a(bss_sock.o)(.text+0x3ae):bss_sock.c: undefined reference to [EMAIL PROTECTED]' maybe somebody ever solve this problem? thanks, ST. Hermawan