Re: openssl question on Network Security with OpenSSL book example

2007-05-25 Thread gary clark
Hello, I loaded the key file into the SSL_CTX and that appeared to work i.e client.key. Is this correct? I used the book and thought that CERTFILE,client.pem was being used in the function:SSL_CTX_use_PrivateKey_file. if (SSL_CTX_use_PrivateKey_file(ctx,CERTFILE,SSL_FILETYPE_PEM)!=1)

Re: openssl question on Network Security with OpenSSL book example

2007-05-25 Thread gary clark
Hello, I managed to get past the problem of loading the certificate: I am now calling the below: if (SSL_CTX_use_PrivateKey_file(ctx,CERTFILE,SSL_FILETYPE_PEM)!=1) { ERR_print_errors_fp(stderr); printf("Error loading private key file!"); } I see the follo

Re: openssl question on Network Security with OpenSSL book example

2007-05-25 Thread gary clark
My Bad. I missed the SSL_library_init() call. Sorry. Thanks, Garyc --- david kine <[EMAIL PROTECTED]> wrote: > Did you call > "SSL_library_init()","SSL_load_error_strings()", > etc.? > > gary clark <[EMAIL PROTECTED]> wrote: Hello, > > After performing the following: > > SSL_CTX * ctx = SSL_

Re: openssl question on Network Security with OpenSSL book example

2007-05-25 Thread david kine
Did you call "SSL_library_init()","SSL_load_error_strings()", etc.? gary clark <[EMAIL PROTECTED]> wrote: Hello, After performing the following: SSL_CTX * ctx = SSL_CTX_new(SSLv23_client_method()); Huh! Dumped the result of theh failure and errorcode. The ctx value is: ctx=0x0 OPENSSL_Uplin

Re: openssl question on Network Security with OpenSSL book example

2007-05-25 Thread gary clark
Hello, After performing the following: SSL_CTX * ctx = SSL_CTX_new(SSLv23_client_method()); Huh! Dumped the result of theh failure and errorcode. The ctx value is: ctx=0x0 OPENSSL_Uplink(100EA000,07): no OPENSSL_Applink The above failure of ERR_print_errors_fp(stderr); Could somebody be so

Re: openssl question on Network Security with OpenSSL book example

2007-05-25 Thread gary clark
Hello, Running Windows and built using VC++. I have discovered that my SSL_CTX * is null when attempting to call: SSL_CTX * ctx = SSL_CTX_new(SSLv23_client_method()); why would this happen? Its a little confusing it builds fine. Thanks, Garyc SSL_CTX * ctx = --- gary clark <[EMAIL PROTECTED]

openssl question on Network Security with OpenSSL book example

2007-05-25 Thread gary clark
Hello, Took the client and server code from the Network Security with OpenSSL chapter 5. Built the server and client code non-secure. This part worked like a charm. Having a problem building the secure version. I'm using Windows VC++ and windows and attempting to use the 5.5 client. I would like

OpenSSL Book Source Code

2006-03-02 Thread Peter Schueller
Hello! On the Website there is a Link to www.opensslbook.com where Example Code from the Book should be present. The site is down and in the Google Cache and on archive.org I can only find the links to the file. Can anybody send me the tar.gz of the examples which was located at http://www.opens

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. <>

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 ===

Re: OpenSSL book example programs

2003-07-01 Thread chiba4mail
Take a look at: http://www.openssl.org/docs/HOWTO/keys.txt http://www.openssl.org/docs/HOWTO/certificates.txt Bye, Alessio --- Oliver Foden <[EMAIL PROTECTED]> ha scritto: > Hello as a new user of OpenSSL I've been trying to > get > the examples in the OpenSSL book to run. &

OpenSSL book example programs

2003-07-01 Thread Oliver Foden
Hello as a new user of OpenSSL I've been trying to get the examples in the OpenSSL book to run. I currently have a problem with Example 10-6 from the book. (enclosed) I need to make these files: #define CA_FILE "CA.pem" #define CA_KEY "CAkey.pem" to work with the progr

OpenSSL book example programs

2003-07-01 Thread Oliver Foden
Hello as a new user of OpenSSL I've been trying to get the examples in the OpenSSL book to run. I currently have a problem with Example 10-6 from the book. (enclosed) I need to make these files: #define CA_FILE "CA.pem" #define CA_KEY "CAkey.pem" to work with the progr

OpenSSL Book....

2002-07-17 Thread Derek Heidorn
For those who don't already know this, there's a book on OpenSSL published by O'Reilly. Details: Network Security with OpenSSL Authors: John Viega, Matt Messier and Pravir Chandra Publisher: O'Reilly ISBN: 0-596-00270-X Cheers, Derek --  __ Derek Heido

RE: Good openSSL Book??

2000-08-31 Thread Holger Schmidt
At 11:48 31.08.00 -0500, you wrote: >Gary Feldman wrote: > > While it may not be exactly what you want, Stephen Thomas's > > book _SSL and > > TLS Essentials_ is nevertheless valuable. Its focus is the > > protocol, not > > the use or configuration of OpenSSL or other such package. > >I agree tot

RE: Good openSSL Book??

2000-08-31 Thread Glenn Carr
Gary Feldman wrote: > While it may not be exactly what you want, Stephen Thomas's > book _SSL and > TLS Essentials_ is nevertheless valuable. Its focus is the > protocol, not > the use or configuration of OpenSSL or other such package. I agree totally. A very good and easy to read explanation

RE: Good openSSL Book??

2000-08-31 Thread Gary Feldman
While it may not be exactly what you want, Stephen Thomas's book _SSL and TLS Essentials_ is nevertheless valuable. Its focus is the protocol, not the use or configuration of OpenSSL or other such package. Gary

Re: Good openSSL Book??

2000-08-31 Thread Alexander 'Alfe' Fetke
Hi, Brock ... On Thu, 31 Aug 2000, Brock Noland wrote: > I am looking for a good OpenSSL or SSL book for Linux. Does anyone have > anygood sugestions?? I cannot find any good config books... openssl is not old enough and not wide-spread enough. i think that there are no books on the market or

Good openSSL Book??

2000-08-30 Thread Brock Noland
I am looking for a good OpenSSL or SSL book for Linux. Does anyone have anygood sugestions?? I cannot find any good config books... Brock Noland 212 3rd St. Hayward, MN 56043 Check out nolandbros.com __ OpenSSL Project