cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Cannot get ssl information !!!!

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 3 Jan 2011 08:05:13 +0100 (CET)

On Mon, 3 Jan 2011, 정중 이 wrote:

> static CURLcode get_cert_chain(struct connectdata *conn,
>                                struct ssl_connect_data *connssl)
> {
>
>   STACK_OF(X509) *sk;
>   int i;
>   char buf[512] <--- buffer is too small

Please use the curl-library mailing list for mails like this. That's where we
discuss libcurl internals and development.

-- 
  / daniel.haxx.se

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-01-03