summaryrefslogtreecommitdiff
path: root/lib/auth_cert.c
Commit message (Expand)AuthorAgeFilesLines
* Prefixed internal functions with _gnutls_Nikos Mavrogiannopoulos2002-05-211-18/+18
* Separated the library to gnutls and gnutls-extra. gnutls-extra library contai...Nikos Mavrogiannopoulos2002-05-201-6/+31
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-12/+12
* merged changes from gnutls_0_4_with_alloca.Nikos Mavrogiannopoulos2002-04-031-42/+73
* Error codes of ASN.1 parser are now independent, with a map toNikos Mavrogiannopoulos2002-03-311-3/+3
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-291-1/+3
* Added ability to read DSA DER formatted keys, and corrected bugs inNikos Mavrogiannopoulos2002-03-291-2/+4
* removed unneeded functionsNikos Mavrogiannopoulos2002-03-291-4/+4
* Added support for RFC2630 - PKCS7 formated structuresNikos Mavrogiannopoulos2002-03-241-1/+1
* more cleanupsNikos Mavrogiannopoulos2002-03-231-55/+11
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-231-1/+1
* Cleanups and fixes in X.509 certificate message parsingNikos Mavrogiannopoulos2002-03-231-59/+21
* Improved compression support. Corrected several bugs in emptyNikos Mavrogiannopoulos2002-03-201-7/+4
* Combined error codes of gnutls and ASN.1 parser. Also several cleanups in theNikos Mavrogiannopoulos2002-03-061-5/+5
* Added checks in authentication type renegotiation procedure.Nikos Mavrogiannopoulos2002-03-031-3/+3
* Changed behaviour in rehandshake procedure. Now can use rehandshake withNikos Mavrogiannopoulos2002-03-031-8/+0
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-231-19/+3
* Changed certificate verification functions.Nikos Mavrogiannopoulos2002-02-221-7/+0
* Updated the openpgp certificate message, fingerprint handling.Nikos Mavrogiannopoulos2002-02-211-8/+7
* openpgp fingerprint is calculated dynamically.Nikos Mavrogiannopoulos2002-02-191-3/+7
* Added some support the OpenPGP Certificate message, with key fingerprints.Nikos Mavrogiannopoulos2002-02-181-20/+41
* Added some stuff for the client to send the OpenPGP fingerprint.Nikos Mavrogiannopoulos2002-02-181-37/+108
* Added LIBOPENCDK ifdefs (suggested by Andrew McDonald)Nikos Mavrogiannopoulos2002-02-081-2/+6
* Corrected behaviour of client openpgp certificate selection.Nikos Mavrogiannopoulos2002-02-071-211/+331
* Added OpenPGP certificate support in gnutls.Nikos Mavrogiannopoulos2002-02-031-68/+299
* Several changes in certificate and key handling.Nikos Mavrogiannopoulos2002-02-011-2/+4
* Renamed gnutls_x509pki_extract_* to gnutls_x509_extract_*.Nikos Mavrogiannopoulos2002-01-311-548/+2
* CertificateType is now accesible from the API.Nikos Mavrogiannopoulos2002-01-291-6/+6
* Modified the state's parameters to hold the negotiated certificateNikos Mavrogiannopoulos2002-01-291-52/+95
* Added in CertificateStatus:Nikos Mavrogiannopoulos2002-01-291-2/+2
* Separated X509 specific stuff in the CERTIFICATE_CREDENTIALS structure.Nikos Mavrogiannopoulos2002-01-291-4/+4
* GNUTLS_X509PKI -> GNUTLS_CRD_X509PKINikos Mavrogiannopoulos2002-01-281-0/+1548