OPenSSL Book ?

2003-12-17 Thread Jajang Kavita
I am interesting with Network security with OpenSSL, can I found it in pdf version ? Because I don't have much money. If any other openssl book in pdf, please give me the reference. Thank Jajang === Ikuti

RE: OPenSSL Book ?

2003-12-17 Thread Francis.Vanhemmens
Can't you just rent it or something ? (Library, University ...) I dont know any pdf book on openssl around. winmail.dat

Differences between openssl 0.9.6/0.9.7?

2003-12-17 Thread Ken Snider
We have a client using openssl 0.9.6, which, when hitting our mod_ssl server compiled against 0.9.6 works fine (as expected). However, said same client hitting a 0.9.7-based mod_ssl results in a failure on SSL Session renegotiation if, and only if, the SSL Session has expired from the cache.

Session not re-used when exported then re-imported.

2003-12-17 Thread Philip L Smith
I'm having a problem with a client reusing an ssl session between processes. I connect fine from one process, display it's details using a version of SSL_SESSION_print(out,x) (taken from sess_id.c), then save the session in use to a file === // save the session to disk FILE* filePtr; char

Re: openssl encrypt problem

2003-12-17 Thread Jostein Tveit
Frédéric HARDY [EMAIL PROTECTED] writes: I'm using openssl with php. I'm not familiar with the PHP interface to OpenSSL, but I may give you some clues. error:0406B06E:rsa routines:RSA_padding_add_none:data too large for key size The RSA key must be longer than the data you try to encrypt

Libssl chooses wrong cipher suite during TLS authentication

2003-12-17 Thread Obermeier Markus ICM MP PD TS
Dear all, I am working on a EAP/TLS authentication with Freeradius and the Odessey client. After a client hello message with a bunch of cipher suites, the odyssey client receives a server hello message with one cipher suites. It responds with a TLS Alert message that tells the server the

Re: Libssl chooses wrong cipher suite during TLS authentication

2003-12-17 Thread Dr. Stephen Henson
On Wed, Dec 17, 2003, Obermeier Markus ICM MP PD TS wrote: Dear all, I am working on a EAP/TLS authentication with Freeradius and the Odessey client. After a client hello message with a bunch of cipher suites, the odyssey client receives a server hello message with one cipher suites. It

Using -password flag to import cert, failed

2003-12-17 Thread Jana Nguyen
Hi, Is there a way to convert the .p12 file to import the certificate into a .pem file, in one command, including the password to import? I've tried the -password flag with the pkcs12 command, but did not work. Example, below: 53 openssl pkcs12 -in SignatureKey.p12 -clcerts -nokeys -out

unresolved symbol error on HP

2003-12-17 Thread abalan
All, I am trying to get my application running on HP-UX, with openssl support. I have linked sucessfully against openssl with the shared libraries -lcrypto and -lssl however at runtime I get the following error: unresolved symbol __udivdi3 (code) error from /usr/lib/libcrypto.sl.0.9.7

Re: unresolved symbol error on HP

2003-12-17 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Wed, 17 Dec 2003 16:57:37 -0700, [EMAIL PROTECTED] said: abalan I am trying to get my application running on HP-UX, with abalan openssl support. I have linked sucessfully against openssl abalan with the shared libraries -lcrypto and -lssl abalan abalan however

Re: unresolved symbol error on HP

2003-12-17 Thread abalan
I used a preexisting build of openssl 0.9.7b, which was built on HP-UX 11.00. the command I used to link the program together is; ld -a default -b -o libtest.sl test.o -z +b : -L/usr/local/lib -lmqm -lc -lCsup -lpthread -lisamstub -ldld -lnsl -lssl -lcrypto -lxnet thanks Ajay

Re: Using -password flag to import cert, failed

2003-12-17 Thread Dr. Stephen Henson
On Wed, Dec 17, 2003, Jana Nguyen wrote: Hi, Is there a way to convert the .p12 file to import the certificate into a .pem file, in one command, including the password to import? I've tried the -password flag with the pkcs12 command, but did not work. Example, below: 53 openssl

Re: Using -password flag to import cert, failed

2003-12-17 Thread Jana Nguyen
Hmm, the manual output below. Neither the -password, or the -passin, and -passout flag works. 52 openssl pkcs12 -help Usage: pkcs12 [options] where options are -export output PKCS12 file -inkey file private key if not infile -certfile f add all certs in f -nomacver don't verify

RE: unresolved symbol error on HP

2003-12-17 Thread Steven Reddie
Your libcrypto has been built with gcc so you need to link your application against the gcc runtime library. Either use gcc to invoke the linker, or link against the library printed when you run gcc -print-libgcc-file-name. Regards, Steven -Original Message- From: [EMAIL PROTECTED]

Re: Using -password flag to import cert, failed

2003-12-17 Thread Dr. Stephen Henson
On Wed, Dec 17, 2003, Jana Nguyen wrote: Hmm, the manual output below. Neither the -password, or the -passin, and -passout flag works. 52 openssl pkcs12 -help Usage: pkcs12 [options] where options are -export output PKCS12 file -inkey file private key if not infile -certfile