summaryrefslogtreecommitdiff
path: root/lib/auth_cert.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-9/+9
* Enabled the OpenPGP key retrieval callback function (untested yet).Nikos Mavrogiannopoulos2002-12-011-1/+1
* Added certificate authenticated SRP cipher suites.Nikos Mavrogiannopoulos2002-11-191-1/+1
* The session->gnutls_key was renamed to session->key.Nikos Mavrogiannopoulos2002-11-121-9/+9
* Fixed an off-by-one bug for OpenPGP fingerprint handling.Timo Schulz2002-11-031-0/+1
* GNUTLS_E_UNKNOWN_ERROR was removed, and was replaced by GNUTLS_E_INTERNAL_ERROR.Nikos Mavrogiannopoulos2002-10-281-5/+5
* Added more descriptive error codes to be returned by gnutls_strerror(). Remov...Nikos Mavrogiannopoulos2002-10-241-1/+1
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-32/+29
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-031-10/+10
* several clean upsNikos Mavrogiannopoulos2002-09-011-9/+9
* cert_type abreviation was expanded to certificate_type.Nikos Mavrogiannopoulos2002-08-301-2/+2
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-85/+85
* Fixes in zlib compression code. gnutls_global_init_extra() in libgnutls-extra...Nikos Mavrogiannopoulos2002-07-151-4/+4
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-1/+6
* Made the xml convertion functions more mnemonic. Several other fixes in the c...Nikos Mavrogiannopoulos2002-06-301-1/+1
* Better organization of cert2gnutls_cert function.Nikos Mavrogiannopoulos2002-06-291-1/+1
* Now certificate decoding makes use of partial DER decoding of the libtasn1 li...Nikos Mavrogiannopoulos2002-06-281-2/+2
* The TLS handshake no longer fails if the X.509 extensions in the Certificate ...Nikos Mavrogiannopoulos2002-06-221-2/+2
* renamed libasn1 to libtasn1Nikos Mavrogiannopoulos2002-06-111-1/+1
* Adapted codebase to the new libasn1 0.1.0.Nikos Mavrogiannopoulos2002-06-101-12/+11
* Several clean ups and bug fixes.Nikos Mavrogiannopoulos2002-05-231-10/+8
* Applied Jeff Johnson's patch which fixes type problems in 64 bit machines. Re...Nikos Mavrogiannopoulos2002-05-221-3/+2
* 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