summaryrefslogtreecommitdiff
path: root/lib/gnutls_cert.c
Commit message (Expand)AuthorAgeFilesLines
* Several cleanups and elimination of warnings.Nikos Mavrogiannopoulos2002-11-201-40/+0
* Added support for the DSS certificate SRP authenticated cipher suites (curren...Nikos Mavrogiannopoulos2002-11-191-0/+1
* Added certificate authenticated SRP cipher suites.Nikos Mavrogiannopoulos2002-11-191-0/+1
* The session->gnutls_key was renamed to session->key.Nikos Mavrogiannopoulos2002-11-121-1/+1
* corrected behaviour of verification in openpgp keys.Nikos Mavrogiannopoulos2002-11-031-1/+1
* Combined GNUTLS_E_INVALID_PARAMETERS wich GNUTLS_E_INVALID_REQUEST. Introduce...Nikos Mavrogiannopoulos2002-11-021-1/+1
* GNUTLS_E_UNKNOWN_ERROR was removed, and was replaced by GNUTLS_E_INTERNAL_ERROR.Nikos Mavrogiannopoulos2002-10-281-1/+1
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-251-0/+4
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-201-6/+8
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-031-7/+7
* more cleanupsNikos Mavrogiannopoulos2002-09-011-4/+4
* several clean upsNikos Mavrogiannopoulos2002-09-011-1/+1
* cert_type abreviation was expanded to certificate_type.Nikos Mavrogiannopoulos2002-08-301-3/+3
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-44/+44
* Corrected bug in DHE key exchange which prevented from parsing the given cert...Nikos Mavrogiannopoulos2002-08-251-0/+1
* Fixes in zlib compression code. gnutls_global_init_extra() in libgnutls-extra...Nikos Mavrogiannopoulos2002-07-151-1/+1
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-0/+4
* Renamed credential allocation functions from *_sc() to *_cred().Nikos Mavrogiannopoulos2002-06-221-4/+4
* _func abreviation is no longer used. Functions renamed to _function.Nikos Mavrogiannopoulos2002-06-191-4/+4
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-161-4/+3
* renamed libasn1 to libtasn1Nikos Mavrogiannopoulos2002-06-111-1/+1
* Adapted codebase to the new libasn1 0.1.0.Nikos Mavrogiannopoulos2002-06-101-2/+1
* Separated the library to gnutls and gnutls-extra. gnutls-extra library contai...Nikos Mavrogiannopoulos2002-05-201-4/+19
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* *** empty log message ***Nikos Mavrogiannopoulos2002-05-101-1/+1
* GNUTLS_CERT_EXPIRED is no longer returned by verification functions. Added fu...Nikos Mavrogiannopoulos2002-04-041-19/+82
* removed unneeded functionsNikos Mavrogiannopoulos2002-03-291-3/+3
* Corrected behaviour when no certificate is got by the peer.Nikos Mavrogiannopoulos2002-03-211-1/+1
* removed GNUTLS_CERT_TRUSTED enumerationNikos Mavrogiannopoulos2002-03-091-2/+0
* changes for pretty documentation and cleanups.Nikos Mavrogiannopoulos2002-03-041-9/+12
* The Diffie Hellman parameters are now stored in the credentials structures.Nikos Mavrogiannopoulos2002-02-241-0/+2
* removed GNUTLS_CERT_NONE (replaced by GNUTLS_E_NO_CERTIFICATE_FOUND).Nikos Mavrogiannopoulos2002-02-241-5/+5
* Changed certificate verification functions.Nikos Mavrogiannopoulos2002-02-221-10/+7
* added trustdb stuffNikos Mavrogiannopoulos2002-02-221-1/+1
* removed CERT_CORRUPTEDNikos Mavrogiannopoulos2002-02-191-2/+1
* Verification function returns the GNUTLS_CERT_VALID flag.Nikos Mavrogiannopoulos2002-02-141-1/+17
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-101-0/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-091-1/+1
* Added ability for an SRP server to use multiple password files. TheNikos Mavrogiannopoulos2002-02-091-8/+8
* Added LIBOPENCDK ifdefs (suggested by Andrew McDonald)Nikos Mavrogiannopoulos2002-02-081-0/+4
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-051-1/+1
* Changes for gnutls_openpgp_name structureNikos Mavrogiannopoulos2002-02-041-4/+8
* Added OpenPGP certificate support in gnutls.Nikos Mavrogiannopoulos2002-02-031-17/+62
* Several changes in certificate and key handling.Nikos Mavrogiannopoulos2002-02-011-1163/+49
* Renamed gnutls_x509pki_extract_* to gnutls_x509_extract_*.Nikos Mavrogiannopoulos2002-01-311-3/+4
* Modified the state's parameters to hold the negotiated certificateNikos Mavrogiannopoulos2002-01-291-10/+12
* gnutls_x509pki_allocate_sc() renamed to gnutls_certificate_allocate_sc()Nikos Mavrogiannopoulos2002-01-291-31/+31
* signature is now a gnutls_datumNikos Mavrogiannopoulos2002-01-281-4/+18
* GNUTLS_X509PKI -> GNUTLS_CRD_X509PKINikos Mavrogiannopoulos2002-01-281-29/+30