How to extract Keying material?

2008-05-05 Thread Vijay Kotari
Hi, I am trying to extract the keying material (HMAC's, private key and public key) of an already established SSL session. Is there any single function that will allow me do this? If not, is there any data structure that actually stores all the keys? Thanks and regards, Vijay K.

Re: won't compile on hp ux 11.23 itanium

2008-05-05 Thread gryzman.mac
as suggested, I used gcc instead, and got this: gmake[3]: Entering directory `/tmp/openssl-0.9.8g' ld: Duplicate symbol __divxf3 in files /usr/local/lib/gcc/ia64-hp- hpux11.23/4.2.3/hpux64/libgcc.a[__divxf3.o] and /usr/local/lib/gcc/ ia64-hp-hpux11.23/4.2.3/hpux64/libgcc.a[__divxf3.o] ld:

Implementing a custom cryptographic function

2008-05-05 Thread Mehdi Asgari
Hi I want to develop a simple client/server OpenSSL application (a simple Hello Other Side passing between the two); my problem: Can I use a custom crypto API for encrypting data passed between ? (a simple XOR suffices, it's just proof of concept) Could anyone please show me some hints ? (I've

Query Regarding storage of Public / Private Key

2008-05-05 Thread mitul thakkar
Hello, I am developing a software as a part of my academic project, which will allow multiple peers to communicate with each other, at the same time. This communication needs to be encrypted over network. I am using RSA for the same. For random generation of keys it will work fine. But now the

Query

2008-05-05 Thread Raghavendra Sangamesh
HI , I am running ssl3 session via sslv2 with cipher suite set RSA_AES256_CBC_SHA And when I am setting it with this method ctx = SSL_CTX_new(SSLv23_client_method()); The SSl Handsheke is successful but there is some problem in data exchange And if I

Query -New !!!

2008-05-05 Thread Raghavendra Sangamesh
HI , I am running ssl3 session initiated by sslv2 Client HELLO with cipher suite set RSA_AES256_CBC_SHA And i am using this method ctx = SSL_CTX_new(SSLv23_client_method()); The SSL Handsheke is successful but there is some problem in data exchange (By

Re: openssl-fips-1.1.2 make install fails in fips-1.0/Makefile for hpux64-ia64-cc HP-UX 11

2008-05-05 Thread Steve Marquess
Welling, Conrad Gerhart wrote: Steve: Here 'tis: --- Makefile --- FIPSPROD = openssl-fips-1.1.2.tar FIPSDIR = openssl-fips-1.1.2 all:

Openssl - pkeyutl

2008-05-05 Thread Fedak, Joe
There is documentation on-line about the openssl pkeyutl utility. However, it doesn't seem to be available in the version of the OpenSSL toolkit that I have installed (0.9.8g and 1.1.2). Which version of the OpenSSL toolkit supports pkeyutl? thanks Joe Fedak

Re: Openssl - pkeyutl

2008-05-05 Thread Dr. Stephen Henson
On Mon, May 05, 2008, Fedak, Joe wrote: There is documentation on-line about the openssl pkeyutl utility. However, it doesn't seem to be available in the version of the OpenSSL toolkit that I have installed (0.9.8g and 1.1.2). Which version of the OpenSSL toolkit supports pkeyutl? That

Re: Implementing a custom cryptographic function

2008-05-05 Thread Julian
Mehdi, Sounds like you simply need TLS v1. Look at the EVP_ functions as they are higher level. Hope that helps, julian On May 4, 2008, at 3:06 AM, Mehdi Asgari wrote: Hi I want to develop a simple client/server OpenSSL application (a simple Hello Other Side passing between the two);

RE: openssl-fips-1.1.2 make install fails in fips-1.0/Makefile for hpux64-ia64-cc HP-UX 11

2008-05-05 Thread Welling, Conrad Gerhart
Steve: 1. HP C trial version Appears that there are patchs which must be applied to the (trial) HP C depot installation on my platform. I'm not a sysadmin, but, am assuming the role with this particular PA-RISC2.0 platform. I had assumed that the depot included everything and that the