Re: ca client - failed to update database, TXT_DB error number 2

2007-11-07 Thread Bernhard Froehlich
Frank Garber schrieb: The unique_subject only occurs once in the file. I moved the statement: unique_subject = no to the [ ca] section. Same error :-( I still see the following in the output: DEBUG[load_index]: unique_subject = "yes" *** [...] OK, I think I finally got it. You a

0.9.7 & DES & Base64

2007-11-07 Thread openssl
Hello all, Hoping someone can help me here. I have this function that I use to do DES and Base64 encryption/encoding/decryption/decoding. When it links against libcrypto.0.9 it works fine. However when I rebuild it against libcrypto.0.9.7 it doesn't work. It encrypts but when I got to

Re: OpenSSL on AIX 5.3

2007-11-07 Thread Marek Marcola
On Tue, 2007-11-06 at 15:41 -0600, Greg Varnell wrote: > I am trying to install OpenSSL on AIX 5.3. I have completed this same > installation > 40 times but this latest one is not able to connect to > a server (itself) using SSL. > > > > From OpenSSL I get. > > > > # /usr/local/ssl/bin/ope

Re: application data for symmetric keys

2007-11-07 Thread Jimmy B
On 11/7/07, durgaprasad jammula <[EMAIL PROTECTED]> wrote: > Hi all, > > For asymmetric keys like RSA, DSA and DH, we can set application data in > ex_data variable in the corresponding structures [rsa_st, dsa_st, dh_st]. > > But for symmetric keys, I did not find any special data structure. Suppo

RE: Can't build FIPS capable OpenSSL

2007-11-07 Thread David Schwartz
> But as I have just read, it seems the Security Policy mandates only the > "fips" option be supplied to be FIPS140 compliant. Exactly. > What about directory directives, such as --prefix, --openssldir, > --install_prefix ??? The Security Policy mandates only the "fips" option be supplied. >

Re: Can't build FIPS capable OpenSSL

2007-11-07 Thread Brendan Simon
I can't even build openssl-fips.1.1.1 if the "shared" option is specified. I had to remove it as you (Bill) did for the openssl-0.9.7m. My build host is an oldish Debian (Woody) PowerPC box. $ uname -a Linux larabee 2.4.25-powerpc #1 mer avr 14 15:38:38 CEST 2004 ppc unknown Why does "shared

'make test' failure on 0.9.8g

2007-11-07 Thread Harlan Stenn
(Please leave me on the Cc: list - I'm not subscribed.) I'm seeing the following when I run "make test": ... Testing cipher AES-128-ECB(encrypt) Key 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff Ciphertext 69 c4 e0 d8 6a 7

OpenSSL on AIX 5.3

2007-11-07 Thread Greg Varnell
I am trying to install OpenSSL on AIX 5.3. I have completed this same installation > 40 times but this latest one is not able to connect to a server (itself) using SSL. >From OpenSSL I get. # /usr/local/ssl/bin/openssl OpenSSL> s_time -connect localhost:443 No CIPHER specified Collec

Re: ca client - failed to update database, TXT_DB error number 2

2007-11-07 Thread Frank Garber
The unique_subject only occurs once in the file. I moved the statement: unique_subject = no to the [ ca] section. Same error :-( I still see the following in the output: DEBUG[load_index]: unique_subject = "yes" *** I don't have any index file in the C:\Program Files\OpenSSL dir

[no subject]

2007-11-07 Thread SD
Hello all, Hoping someone can help me here. I have this function that I use to do DES and Base64 encryption/encoding/decryption/decoding. When it links against libcrypto.0.9 it works fine. However when I rebuild it against libcrypto.0.9.7 it doesn't work. It encrypts but when I got to