Re: Q's on making 0.9.8e with FIPS 1.1.1 and no-cipher/enable-cipher

2007-06-01 Thread Troy Monaghen
On Thu, 2007-05-31 at 22:09 -0700, Carlo Milono wrote: > On a Linux AS4 machine, I was able to successfully build both 0.9.8.e and > FIPS 1.1.1 and have both pass all tests :-) > > The VERSION in the FIPS Makefile is different than the version of the base > OpenSSL, and the only way to change t

Re: Unsatisfied code symbol 'compress'

2006-06-07 Thread Troy Monaghen
On Wed, 2006-06-07 at 14:59 +0530, Haridharan wrote: > I built OpenSSL 0.9.7j with FIPS complaint in hp-ux IA64 architecture. > > For OpenSSL-fips-1.0.tar.gz, built options used is > > * ./Configure fips hpux64-ia64-cc Not that according to the security policy, the only command allowed for conf

Re: AIX shared library builds - 0.9.7c (fwd)

2004-07-07 Thread Troy Monaghen
On Tue, 2004-07-06 at 05:30, [EMAIL PROTECTED] wrote: > Hi: I'm trying to build OpenSSL on AIX 4.3 with shared libraries. the > compiler version is 4.3.2.0. > > The do_aix-shared target in the Makefile.ssl uses the cc command to > link the shared libraries, defined by the macro $(SHAREDCMD). Bu

Re: DH Confusion

2004-05-12 Thread Troy Monaghen
On Wed, 2004-05-12 at 08:39, Patrick Coleman wrote: > Hi, > I'm a little confused as to how Diffie-Hellman works with openssl. Once the > key is generated, which part of the DH struct do you need to send to the > other party? I have tried printing dh->pub_key to a terminal, but all I got > was '

Re: aes-128-cbc with testvector from NIST does not match

2004-05-04 Thread Troy Monaghen
On Tue, 2004-05-04 at 09:38, Troy Monaghen wrote: > On Tue, 2004-05-04 at 03:03, Ramon Amat Jimenez wrote: > > Using aes-128-encryption with a testvector from NIST for encryption does > > not match! I have been mostly using code from example > > ./openssl-0.9.7d/crypto/evp/

Re: aes-128-cbc with testvector from NIST does not match

2004-05-04 Thread Troy Monaghen
On Tue, 2004-05-04 at 03:03, Ramon Amat Jimenez wrote: > Using aes-128-encryption with a testvector from NIST for encryption does > not match! I have been mostly using code from example > ./openssl-0.9.7d/crypto/evp/evp_test.c to conduct this test. > > #cipher:key:iv:plaintext:ciphertext:0/1(dec