Re: asking for client certificates

2001-03-12 Thread jkunz
_set_verify( sslctx, SSL_VERIFY_PEER, NULL); or SSL_set_verify( ssl, SSL_VERIFY_PEER, NULL); before SSL_accept( ssl); -- tschüß, Jochen Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/ __ OpenSSL Project

Re: SSL program examples

2001-02-22 Thread jkunz
tml. -- tschüß, Jochen Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/ __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Mana

Re: SSL examples

2001-02-09 Thread jkunz
Have a look into the apps directory in openssl and look at other applications that use ssl. (mod_ssl, stunnel, ...) -- tschüß, Jochen Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/ __ OpenSSL P

Re: SSL and non-SSL connections on the same port

2001-01-11 Thread jkunz
ET_REASON( ERR_peek_error( )) == SSL_R_HTTP_REQUEST ) { if SSL_accept() fails. This is the way I used in thttpd. -- tschüß, Jochen Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/ __ OpenSS

Re: SSL and non-SSL connections on the same port

2001-01-10 Thread jkunz
encrypted or not. Then you process it normal, if it is unencrypted. Or you have to feed it to OpenSSL via memory BIOs, if it is encrypted. -- tschüß, Jochen Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/ ___

Re: Certificate verification

2001-01-10 Thread jkunz
ochen Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/ __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Re: non-interactive use?

2001-01-04 Thread jkunz
to automaticly generate certs from a HTML form that queries the user for data. My CGI programm is crude and works currently only with Netscape, but it works. -- tschüß, Jochen Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/ __

RE: Netscape 4.5

2001-01-02 Thread jkunz
y case the cipher / message digest match, but the old Netscape release did only support 512 bit RSA keys. -- tschüß, Jochen Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/ __ OpenSSL P

Re: Client Auth from IE

2000-12-13 Thread jkunz
fhirsch/Papers/cook/ssl_cook.html http://www.ultranet.com/~fhirsch/Papers/cook/ssl_ca.html#browser_install -- tschüß, Jochen Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/ __ OpenSSL Project

Re: Compile error

2000-12-05 Thread jkunz
fined symbol `_ftime' referenced from text segment > speed.o: Undefined symbol `_ftime' referenced from text segment > collect2: ld returned 1 exit status See ftime(3). -- tschüß, Jochen Homepage:

Re: Looking for an HTTPS client for NT C/C++

2000-11-27 Thread jkunz
and rereleased under the GPL. > Umm. Changing the licence without the consent of the copyright holder is > illegal. I choose the wrong words, sorry. I meant it is possible to include BSD licensed code in a product, that is released under the GPL. -- tschüß, Jochen Home

Re: Looking for an HTTPS client for NT C/C++

2000-11-24 Thread jkunz
-kl.fh-kl.de/~jkunz/ __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Demo Application echohttpd-1.0.tar.gz available.

2000-11-23 Thread jkunz
-kl.de/~jkunz/ p.s. Greetings from the "SSL_renegotiate during POST request" problem. ;-( __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL

Re: Newbie Sample Codes

2000-11-18 Thread jkunz
sks. -- tschuess, Jochen Homepage: http://www.unixag-kl.fh-kl.de/~jkunz __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Mana