Re: fips build with shared libraries

2007-11-12 Thread Brendan Simon
David Schwartz wrote: I'm happy to use the fipscansister, but it seems that both openssl-fips-1.1.1 and openssl-0.9.7m both fail building if configured using "./config fips shared". Why are you trying to build the FIPS canister with anything other than "./config fips"? Without the "sh

RE: RSA_X931_generate_key with shared libraries

2007-11-12 Thread David Schwartz
> I'm happy to use the fipscansister, but it seems that both > openssl-fips-1.1.1 and openssl-0.9.7m both fail building if configured > using "./config fips shared". Why are you trying to build the FIPS canister with anything other than "./config fips"? > Without the "shared" option only static

Re: How to create a certificate with 2 CRL distribution points?

2007-11-12 Thread Ted Zeng
Thanks. I actually uses two config files. Once I update the other config file, the certificate has both Distribution Points. Ted Zeng On 11/10/07 5:36 AM, "Dr. Stephen Henson" <[EMAIL PROTECTED]> wrote: > On Fri, Nov 09, 2007, Ted Zeng wrote: > >> >> Hi, >> >> I use Mac OS X 10.4.10 to cre

Mac OS 10.3.9

2007-11-12 Thread Michael Broida
Having trouble building OpenSSL on Mac. Info: I'm working on a PowerPC G4 Mac running MacOS X 10.3.9. It has XCode 1.5, including gcc 3.3 with the "November 2004 Update". (I'm not actually using XCode, but it was the easiest way to get the whole compiler/linker package installed.) This Mac has

Re: ASN1 questions

2007-11-12 Thread Steffen DETTMER
* Ian Alderman wrote on Fri, Nov 09, 2007 at 15:27 -0600: > Are there other ASN libraries available? There is even a free one: http://lionet.info/asn1c/ also implementations in Java exist, even with runtime ASN.1 module / spec processing (for whatever this should be useful to have runtime chang