Re: libcrypto.a and FIPs module in OpenSSL 3.0

2021-03-26 Thread Matt Caswell
On 26/03/2021 10:47, Bala Duvvuri via openssl-users wrote: Hi All, We build the "crypto" code in OpenSSL to generate "libcrypto.a" for MIPs platform. Our application links statically with "libcrypto.a" and uses the OpenSSL crypto API's accordingly. With this compilation model, will it be

RE: libcrypto.a linking problem?

2013-03-18 Thread Floodeenjr, Thomas
Hello, Are you linking with libdl.so? (-ldl) -Tom Thomas Floodeen, Jr. Mentor Graphics BSD 720.494.1133 -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of zero modulo Sent: Sunday, March 17, 2013 10:33 PM To: openssl-users@o

Re: libcrypto.a(x86_64cpuid.o): relocation R_X86_64_PC32 against `OPENSSL_cpuid_setup' can not be used when making a shared object; recompile with -fPIC

2008-04-22 Thread Rodrigo Castro
Thank you very much. On Fri, Apr 18, 2008 at 6:00 PM, Kyle Hamilton <[EMAIL PROTECTED]> wrote: > You need to use: > > ./config shared > > This is the supported way to create a shared, dynamically-loadable > library. > > -Kyle H > > On Fri, Apr 18, 2008 at 1:49 PM, Rodrigo Castro <[EMAIL PROTECTED

Re: libcrypto.a(x86_64cpuid.o): relocation R_X86_64_PC32 against `OPENSSL_cpuid_setup' can not be used when making a shared object; recompile with -fPIC

2008-04-18 Thread Kyle Hamilton
You need to use: ./config shared This is the supported way to create a shared, dynamically-loadable library. -Kyle H On Fri, Apr 18, 2008 at 1:49 PM, Rodrigo Castro <[EMAIL PROTECTED]> wrote: > I compiled openssl-0.9.8g like this: > ./config -fPIC > make > make install > > > > > > On Fri, Apr 1

Re: libcrypto.a(x86_64cpuid.o): relocation R_X86_64_PC32 against `OPENSSL_cpuid_setup' can not be used when making a shared object; recompile with -fPIC

2008-04-18 Thread Rodrigo Castro
I compiled openssl-0.9.8g like this: ./config -fPIC make make install On Fri, Apr 18, 2008 at 11:34 AM, Kyle Hamilton <[EMAIL PROTECTED]> wrote: > How did you compile and install openSSL? Which version of OpenSSL are > you using? > > -Kyle H > > On Fri, Apr 18, 2008 at 6:20 AM, Rodrigo Castro

Re: libcrypto.a(x86_64cpuid.o): relocation R_X86_64_PC32 against `OPENSSL_cpuid_setup' can not be used when making a shared object; recompile with -fPIC

2008-04-18 Thread Kyle Hamilton
How did you compile and install openSSL? Which version of OpenSSL are you using? -Kyle H On Fri, Apr 18, 2008 at 6:20 AM, Rodrigo Castro <[EMAIL PROTECTED]> wrote: > Hello to all, this is my first post here. Can anyone help me with the > following problem? After configuring and installing openss

Re: libcrypto.a

2006-04-27 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Thu, 27 Apr 2006 13:59:59 +0200, "Saurabh Arora" <[EMAIL PROTECTED]> said: tanish2k> Thankyou openssl group for your overwhelming, ZERO help support. You know, you sent the first mail about 24 hours ago, and you seem to expect the kind of support you'd normally

Re: libcrypto.a

2006-04-27 Thread Saurabh Arora
Thankyou openssl group for your overwhelming, ZERO help support. i found out libcrypto.a is build everytime you compile the openssl. but i am still having problems. i am trying to add my custom extension under the standard extension stack. (my company have acquired OIDs) steps: - add entries (s