Re: Application Development Makefile examples

2007-02-21 Thread Ravi Bhatt
Hello, I am new to Application development using OpenSSL. Currently I have installed 0.9.7b (the version I need to use) would like to write a small application using the OpenSSL function calls would like to know if I can find some example source code. Also would like to know if

Re: Application Development Makefile examples

2007-02-21 Thread Brad House
I am new to Application development using OpenSSL. Currently I have installed 0.9.7b (the version I need to use) would like to write a small application using the OpenSSL function calls would like to know if I can find some example source code. Also would like to know if I can find some

Re: Application Development Makefile examples

2007-02-21 Thread Adayadil Thomas
Use -lssl to link the library in. Use ldd on your final binary to double check. Regarding details of OpenSSL calls, use google, manpages or buy the book suggested in the prev reply. On 2/21/07, Brad House [EMAIL PROTECTED] wrote: I am new to Application development using OpenSSL. Currently I

[openssl.org #1459] Bug in quoting string expressions

2007-02-21 Thread Lutz Jaenicke via RT
Patch applied. Thanks, Lutz __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #1277] add support for m68k linux

2007-02-21 Thread Lutz Jaenicke via RT
Applied to openssl-0.9.8 and openssl-dev trees. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #1152] add support for Linux on SuperH

2007-02-21 Thread Lutz Jaenicke via RT
Applied to openssl-0.9.8 and openssl-dev. Thanks, Lutz __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

Re: STARTTLS patch for imap and ftp

2007-02-21 Thread Lutz Jaenicke
Goetz Babin-Ebell wrote: Lutz Jaenicke wrote: Goetz Babin-Ebell wrote: [...] * in SMTP doing a STARTTLS without previous EHLO will return a 503 STARTTLS command used when not advertised * in IMAP doing a STARTLS requires a . CAPABILITY first. In both cases the server

Re: STARTTLS patch for imap and ftp

2007-02-21 Thread Dr. Stephen Henson
On Wed, Feb 21, 2007, Lutz Jaenicke wrote: Goetz Babin-Ebell wrote: Lutz Jaenicke wrote: Goetz Babin-Ebell wrote: [...] * in SMTP doing a STARTTLS without previous EHLO will return a 503 STARTTLS command used when not advertised * in IMAP doing a STARTLS requires a .

Re: STARTTLS patch for imap and ftp

2007-02-21 Thread Lutz Jaenicke
Dr. Stephen Henson wrote: On Wed, Feb 21, 2007, Lutz Jaenicke wrote: Goetz Babin-Ebell wrote: Lutz Jaenicke wrote: Goetz Babin-Ebell wrote: [...] * in SMTP doing a STARTTLS without previous EHLO will return a 503 STARTTLS command used when not