Re: OpenSSL 1.0.1 released

2012-03-14 Thread Mike Frysinger
On Wednesday 14 March 2012 11:09:22 OpenSSL wrote: >OpenSSL version 1.0.1 released >=== > >http://www.openssl.org/source/exp/CHANGES. > >The most significant changes are: > > o TLS/DTLS heartbeat support. > o SCTP support. > o RFC

Re: [Fwd: Compiling Squid with ssl enable]

2010-09-29 Thread Mike Frysinger
On Wed, Sep 29, 2010 at 16:04, wrote: > Why has no nobody attended to me, i need solution urgently. then higher a consultant -mike __ OpenSSL Project http://www.openssl.org User Support Mailing Li

Re: compilation problem for xscale.

2010-05-26 Thread Mike Frysinger
On Tue, May 25, 2010 at 19:09, Carruth, Rusty wrote: > Should I send this request to the developers list rather than here? > > If so, I'll be happy to do so... > > In any case, the short version is:  I cross-compiled openssl for target > xscale, and could not load the kernel module because some of

Re: problem about static link libssl.a libcrypto.a to my application(linux platform)

2009-11-04 Thread Mike Frysinger
On Wed, Nov 4, 2009 at 08:24, jj Zhu wrote: >   gcc -static /usr/lib/libssl.a /usr/lib/libcrypto.a error.o wrapsock.o > wrapunix.o driverUtility.o driver.o -o driver >   I get these compile errors: > driver.o: In function `logout': > driver.c:(.text+0x16e): undefined reference to `SSL_libra

Re: Static libraries with fPIC on 32bit system

2009-11-03 Thread Mike Frysinger
On Tue, Nov 3, 2009 at 13:45, john blair wrote: >> dont link static libraries into shared libraries and it isnt a problem > > Ya that is true. But, I do want to link the static library to the shared > library. linking static libraries into a shared library is wrong. maybe someone else will help

Re: Static libraries with fPIC on 32bit system

2009-11-03 Thread Mike Frysinger
On Mon, Nov 2, 2009 at 21:37, john blair wrote: > I have built openssl-0.9.8k and am trying to link libcrypto.a statically with > my project. I think libcrypto.a contains contains non-relocatable functions > For example, consider the following: > #include > void foo(void) { >            DES_encry

Re: Parameters for EC key generation

2009-07-21 Thread Mike Frysinger
On Tue, Jul 21, 2009 at 10:46, Dr. Stephen Henson wrote: > On Tue, Jul 21, 2009, Fred Keet wrote: >> At this point I've got code that generates the ec keys from the sect163k1 >> curve, and then signs a block of data. When I compare this with the ecsign >> utility they provide (apparently built on M

Re: Parameters for EC key generation

2009-07-20 Thread Mike Frysinger
On Mon, Jul 20, 2009 at 09:51, Fred Keet wrote: > I'm in the process of writing an application that signs binary data for > loading > onto a Analog Devices BlackFin microprocessor. These chips have "built in" > support for verification of code. The chip gets loaded with the EC public > key, > and t

trying to replicate ECC signing with openssl

2009-07-10 Thread Mike Frysinger
i was given a small "ecsign.exe" program that takes some ECC parameters, the private key, a random number, and outputs a signature of the specified binary. i'm trying to ditch this program in favor of the openssl suite (for obvious practical reasons). for example, the parameters file looks lik

trying to replicate ECC signing with openssl

2009-07-10 Thread Mike Frysinger
i was given a small "ecsign.exe" program that takes some ECC parameters, the private key, a random number, and outputs a signature of the specified binary. i'm trying to ditch this program in favor of the openssl suite (for obvious practical reasons). for example, the parameters file looks like (