summaryrefslogtreecommitdiff
path: root/lib/gnutls_x509.c
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up the big number support.Nikos Mavrogiannopoulos2002-05-011-10/+10
* Fixed description of gnutls_x509_extract_certificate_subject_alt_name().Nikos Mavrogiannopoulos2002-04-141-2/+2
* better doc (internal) for _gnutls_int2str()Nikos Mavrogiannopoulos2002-04-121-3/+4
* Improved X.509 time convertion functionsNikos Mavrogiannopoulos2002-04-041-2/+184
* GNUTLS_E_UNIX_TIME_LIMIT_REACHED error code was removedNikos Mavrogiannopoulos2002-04-041-9/+0
* GNUTLS_CERT_EXPIRED is no longer returned by verification functions. Added fu...Nikos Mavrogiannopoulos2002-04-041-4/+20
* merged changes from gnutls_0_4_with_alloca.Nikos Mavrogiannopoulos2002-04-031-14/+0
* Error codes of ASN.1 parser are now independent, with a map toNikos Mavrogiannopoulos2002-03-311-48/+48
* Removed the CRL list parameter from gnutls_certificate_set_x509_trust_*.Nikos Mavrogiannopoulos2002-03-301-6/+4
* gnutls_certificate_set_x509_trust_*() now accept single DER certificatesNikos Mavrogiannopoulos2002-03-301-3/+3
* Added ability to read DSA DER formatted keys, and corrected bugs inNikos Mavrogiannopoulos2002-03-291-60/+95
* removed unneeded functionsNikos Mavrogiannopoulos2002-03-291-3/+3
* Cleaned up the return values of several functions.Nikos Mavrogiannopoulos2002-03-281-23/+36
* read PKCS7 certificate chains in the reverse order.Nikos Mavrogiannopoulos2002-03-281-16/+139
* changed semantics of gnutls_x509_extract_certificate_pk_algorithm()Nikos Mavrogiannopoulos2002-03-261-33/+5
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-261-1/+1
* added gnutls_x509_extract_certificate_pk_algorithm()Nikos Mavrogiannopoulos2002-03-261-29/+167
* Improved PKCS7 supportNikos Mavrogiannopoulos2002-03-251-164/+140
* Added function which reads the DER encoded certificate and key.Nikos Mavrogiannopoulos2002-03-241-41/+150
* Added support for RFC2630 - PKCS7 formated structuresNikos Mavrogiannopoulos2002-03-241-97/+328
* Corrected behaviour when no certificate is got by the peer.Nikos Mavrogiannopoulos2002-03-211-2/+4
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-201-4/+4
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-111-0/+2
* some error codes were renamed to more appropriate namesNikos Mavrogiannopoulos2002-03-101-2/+2
* Combined error codes of gnutls and ASN.1 parser. Also several cleanups in theNikos Mavrogiannopoulos2002-03-061-56/+58
* Added the error UNIX_TIME_LIMIT_EXCEEDED, and corrected bugs in X.509 certifi...Nikos Mavrogiannopoulos2002-03-051-1/+18
* corrected certificate type checking.Nikos Mavrogiannopoulos2002-03-011-3/+4
* removed GNUTLS_CERT_NONE (replaced by GNUTLS_E_NO_CERTIFICATE_FOUND).Nikos Mavrogiannopoulos2002-02-241-3/+3
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-221-2/+0
* Changed certificate verification functions.Nikos Mavrogiannopoulos2002-02-221-4/+8
* removed CERT_CORRUPTEDNikos Mavrogiannopoulos2002-02-191-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-171-4/+2
* Improved X.509 verification functions. They are still too primitive.Nikos Mavrogiannopoulos2002-02-171-3/+97
* Added ability for an SRP server to use multiple password files. TheNikos Mavrogiannopoulos2002-02-091-2/+0
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-071-1/+1
* Modified gnutls_x509_extract_subject_alt_name() to return the type,Nikos Mavrogiannopoulos2002-02-061-7/+7
* Added function which returns the subjectAltName (subject_dns_name wasNikos Mavrogiannopoulos2002-02-061-14/+74
* renamed the gnutls_dn structure to gnutls_x509_dnNikos Mavrogiannopoulos2002-02-031-8/+8
* Added OpenPGP certificate support in gnutls.Nikos Mavrogiannopoulos2002-02-031-3/+5
* Several changes in certificate and key handling.Nikos Mavrogiannopoulos2002-02-011-12/+1175
* Renamed gnutls_x509pki_extract_* to gnutls_x509_extract_*.Nikos Mavrogiannopoulos2002-01-311-0/+585