summaryrefslogtreecommitdiff
path: root/lib/x509_verify.c
Commit message (Expand)AuthorAgeFilesLines
* GNUTLS_E_UNKNOWN_ERROR was removed, and was replaced by GNUTLS_E_INTERNAL_ERROR.Nikos Mavrogiannopoulos2002-10-281-2/+2
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-2/+2
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-0/+4
* renamed libasn1 to libtasn1Nikos Mavrogiannopoulos2002-06-111-1/+1
* Adapted codebase to the new libasn1 0.1.0.Nikos Mavrogiannopoulos2002-06-101-21/+20
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* fixed case where a certificate could be both invalid and trusted.Nikos Mavrogiannopoulos2002-04-061-3/+9
* Improved X.509 time convertion functionsNikos Mavrogiannopoulos2002-04-041-180/+0
* Added kludge in order to work with dates over 2036Nikos Mavrogiannopoulos2002-04-041-0/+12
* GNUTLS_CERT_EXPIRED is no longer returned by verification functions. Added fu...Nikos Mavrogiannopoulos2002-04-041-31/+0
* Replaced mktime() with mktime_utc(). This corrects a bug withNikos Mavrogiannopoulos2002-04-041-88/+170
* Error codes of ASN.1 parser are now independent, with a map toNikos Mavrogiannopoulos2002-03-311-6/+6
* Added support for RFC2630 - PKCS7 formated structuresNikos Mavrogiannopoulos2002-03-241-2/+2
* Checking of certificate lists even if the CA size is zero. Pointed out by And...Nikos Mavrogiannopoulos2002-03-171-2/+6
* removed GNUTLS_CERT_TRUSTED enumerationNikos Mavrogiannopoulos2002-03-091-1/+1
* Combined error codes of gnutls and ASN.1 parser. Also several cleanups in theNikos Mavrogiannopoulos2002-03-061-11/+14
* Added the error UNIX_TIME_LIMIT_EXCEEDED, and corrected bugs in X.509 certifi...Nikos Mavrogiannopoulos2002-03-051-2/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-241-6/+6
* removed GNUTLS_CERT_NONE (replaced by GNUTLS_E_NO_CERTIFICATE_FOUND).Nikos Mavrogiannopoulos2002-02-241-16/+13
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-231-23/+32
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-221-1/+1
* Changed certificate verification functions.Nikos Mavrogiannopoulos2002-02-221-22/+23
* some fixes in verification procedureNikos Mavrogiannopoulos2002-02-201-11/+13
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-171-0/+2
* Improved X.509 verification functions. They are still too primitive.Nikos Mavrogiannopoulos2002-02-171-10/+43
* Verification function returns the GNUTLS_CERT_VALID flag.Nikos Mavrogiannopoulos2002-02-141-2/+10
* Added GNUTLS_CERT_INVALID and GNUTLS_CERT_VALID of CertificateStatus flags,Nikos Mavrogiannopoulos2002-02-141-9/+9
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-101-0/+11
* Changed the X.509 certificate verification algorithm. NowNikos Mavrogiannopoulos2002-02-051-7/+22
* Added OpenPGP certificate support in gnutls.Nikos Mavrogiannopoulos2002-02-031-1/+1
* Added a minimal string library to assist in safer ASN.1 parsingNikos Mavrogiannopoulos2002-01-231-2/+3
* Some corrections done ( found by using flawfinder).Nikos Mavrogiannopoulos2002-01-231-2/+2
* server side client authentication worksgnutls_0_2_0Nikos Mavrogiannopoulos2001-08-071-1/+1
* renamed cert_* to x509_*Nikos Mavrogiannopoulos2001-08-051-0/+346