From ssneeraj at gmail.com Mon Apr 3 02:04:34 2006 From: ssneeraj at gmail.com (neeraj sharma) Date: Sun, 2 Apr 2006 17:04:34 -0700 Subject: [Help-gnutls] help to install gnuTLS Message-ID: <87275bde0604021704k6c32299i55dbb2429240f7b6@mail.gmail.com> Hi iam using mandreake 10.0 linux. I am trying to install gnuTLS library and execute the sample cli.c program. Please tell me in detail step what all things I need to do to install gnuTLS how where thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From jas at extundo.com Mon Apr 3 10:16:01 2006 From: jas at extundo.com (Simon Josefsson) Date: Mon, 03 Apr 2006 10:16:01 +0200 Subject: [Help-gnutls] Re: help to install gnuTLS In-Reply-To: <87275bde0604021704k6c32299i55dbb2429240f7b6@mail.gmail.com> (neeraj sharma's message of "Sun, 2 Apr 2006 17:04:34 -0700") References: <87275bde0604021704k6c32299i55dbb2429240f7b6@mail.gmail.com> Message-ID: <87hd5b13cu.fsf@latte.josefsson.org> "neeraj sharma" writes: > Hi iam using mandreake 10.0 linux. I am trying to install gnuTLS library and > execute the sample cli.c program. Please tell me in detail step what all things > I need to do to install gnuTLS how where Have you seen ? You may want to download the official source package, unpack it, and follow the instructions in README and INSTALL. Good luck, Simon From whatever at fsrz.net Tue Apr 25 17:30:46 2006 From: whatever at fsrz.net (Rich Fought) Date: Tue, 25 Apr 2006 10:30:46 -0500 Subject: [Help-gnutls] CRLs and gnutls_certificate_set_x509_crl_file Message-ID: <444E40A6.2030708@fsrz.net> Does the function gnutls_certificate_set_x509_crl_file do any sort of checking whatsoever on the CRL file? The documentation implies that the CRL should be verified beforehand, but I'm not sure what this means. I know for sure that it does not check dates; does it check the CRL's signature against the loaded root CA cert? If not, does the API provide a way to extract the loaded CRL from the credentials structure and do the checking? Or is a separate deal? Regards, Rich