summaryrefslogtreecommitdiff
path: root/lib/x509_extensions.c
Commit message (Expand)AuthorAgeFilesLines
* Several internal changes to use the new certificate API. CRL support is compl...Nikos Mavrogiannopoulos2003-02-091-328/+0
* Added function to extract the key usage extension from an X.509 certificate, ...Nikos Mavrogiannopoulos2003-02-071-87/+4
* More improvements in the CRL support, and the X.509 backend. Added a function...Nikos Mavrogiannopoulos2003-02-071-0/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-081-2/+2
* some optimizations in string handling of the x.509 asn.1 parsers.Nikos Mavrogiannopoulos2002-12-041-2/+1
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-021-1/+5
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-0/+3
* Several (internal) cleanups. Const flags are better used now.Nikos Mavrogiannopoulos2002-06-301-1/+1
* The TLS handshake no longer fails if the X.509 extensions in the Certificate ...Nikos Mavrogiannopoulos2002-06-221-4/+12
* renamed libasn1 to libtasn1Nikos Mavrogiannopoulos2002-06-111-1/+1
* Adapted codebase to the new libasn1 0.1.0.Nikos Mavrogiannopoulos2002-06-101-49/+48
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Error codes of ASN.1 parser are now independent, with a map toNikos Mavrogiannopoulos2002-03-311-12/+12
* Added support for RFC2630 - PKCS7 formated structuresNikos Mavrogiannopoulos2002-03-241-3/+3
* Combined error codes of gnutls and ASN.1 parser. Also several cleanups in theNikos Mavrogiannopoulos2002-03-061-18/+18
* Added function which returns the subjectAltName (subject_dns_name wasNikos Mavrogiannopoulos2002-02-061-8/+15
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-051-1/+1
* Several changes in certificate and key handling.Nikos Mavrogiannopoulos2002-02-011-1/+1
* cleanupsNikos Mavrogiannopoulos2002-01-271-7/+7
* Added a minimal string library to assist in safer ASN.1 parsingNikos Mavrogiannopoulos2002-01-231-18/+19
* Some corrections done ( found by using flawfinder).Nikos Mavrogiannopoulos2002-01-231-12/+12
* cleanupsNikos Mavrogiannopoulos2002-01-231-12/+10
* Cleanups. Now use GCRYMPI_FMT_STD instead of USG.Nikos Mavrogiannopoulos2001-12-081-1/+0
* now the peer's certificate list is stored into auth info structure (insteadNikos Mavrogiannopoulos2001-12-041-128/+223
* moving gnutls_DN structures out of gnutls_cert and auth_info structures.Nikos Mavrogiannopoulos2001-12-041-1/+1
* The RDN sequence needed in the certificate request message isNikos Mavrogiannopoulos2001-11-301-3/+8
* added DHE_RSA ciphersuitesNikos Mavrogiannopoulos2001-10-081-0/+2
* *** empty log message ***Nikos Mavrogiannopoulos2001-10-071-2/+2
* fixes in the certificate extensions handling code.Nikos Mavrogiannopoulos2001-10-071-3/+8
* Client certificate callback has been improvedNikos Mavrogiannopoulos2001-09-141-7/+7
* renamed cert_* to x509_*Nikos Mavrogiannopoulos2001-08-051-0/+284