summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* C++ fix.Simon Josefsson2005-12-311-1/+1
* Constify, tiny patch from "ZIGLIO, Frediano, VF-IT" <Frediano.Ziglio@vodafone...Simon Josefsson2005-12-281-1/+1
* Fix TLS/IA prototypes, suggested by Jouni Malinen <jkmaline@cc.hut.fi>.Simon Josefsson2005-12-261-1/+4
* Cosmetic changes.Simon Josefsson2005-12-181-28/+13
* Cosmetic changes.Simon Josefsson2005-12-181-45/+79
* fixed a memory copy that caused crashes.Nikos Mavrogiannopoulos2005-12-171-13/+21
* Add.Simon Josefsson2005-12-161-1/+2
* Fix.Simon Josefsson2005-12-151-2/+4
* Fix indentation.Simon Josefsson2005-12-151-23/+47
* Indent more.Simon Josefsson2005-12-156-798/+984
* Add functions to access the TLS PRF and to extract client/server random field...Simon Josefsson2005-12-151-1/+15
* Add TLS/IA support.Simon Josefsson2005-12-152-3/+102
* Support reading X.509 credentials from PKCS#12 files.Simon Josefsson2005-12-081-0/+5
* Some fixes in session resumption and prototypes. Based on patches and suggest...Nikos Mavrogiannopoulos2005-11-301-5/+7
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-6/+10
* This is the initial commit in the 1.3 branch. Ported from the PSK branch:Nikos Mavrogiannopoulos2005-11-071-4/+44
* Remove GNUTLS_CERTIFICATE_VERIFY_FLAGS_LAST hack, use version numberSimon Josefsson2005-11-011-6/+0
* Add numeric version numbers, for CPP version comparisons.Simon Josefsson2005-11-011-0/+6
* Add GNUTLS_CERTIFICATE_VERIFY_FLAGS_LAST, based on report by DanielSimon Josefsson2005-11-011-0/+6
* Add GNUTLS_CERT_INSECURE_ALGORITHM.Simon Josefsson2005-10-271-1/+2
* Fix.Simon Josefsson2005-10-271-7/+7
* Add MD2/MD5 verify flags.Simon Josefsson2005-10-271-1/+9
* Add MD2.Simon Josefsson2005-10-271-3/+8
* Indent.Simon Josefsson2005-08-241-353/+464
* (gnutls_certificate_verify_flags): Doc fix.Simon Josefsson2005-08-241-18/+23
* Fix GTK-DOC warnings.Simon Josefsson2005-07-162-28/+27
* Update FSF office address in license.Simon Josefsson2005-05-267-17/+17
* Corrected a bug in certificate verification that could lead to a trustedNikos Mavrogiannopoulos2005-05-231-1/+2
* certtool can now fix the old RSA private keys. This is done by using the -k p...Nikos Mavrogiannopoulos2005-04-271-0/+1
* Remove includes/gnutls/Makefile.am.Simon Josefsson2005-04-152-25/+3
* Add license.Simon Josefsson2005-04-151-0/+21
* Simplify.Simon Josefsson2005-04-151-7/+22
* Don't dist gnutls.h, it is generated.Simon Josefsson2005-04-151-1/+1
* Move lib/gnutls.h.in.in into includes/gnutls/gnutls.h.in.Simon Josefsson2005-04-151-0/+876
* more improvments to gnutls_x509_crt_list_import()Nikos Mavrogiannopoulos2005-03-291-2/+3
* improved gnutls_x509_crt_list_import().Nikos Mavrogiannopoulos2005-03-281-1/+8
* Added the function gnutls_x509_crt_list_import(). This is a convinience funct...Nikos Mavrogiannopoulos2005-03-281-0/+2
* Added gnutls_x509_crt_set_extension_by_oid().Nikos Mavrogiannopoulos2005-03-211-0/+3
* *** empty log message ***Nikos Mavrogiannopoulos2005-03-191-0/+6
* Improved the semantics of GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT, to allowNikos Mavrogiannopoulos2005-03-061-7/+13
* (gnutls_x509_crl_get_crt_serial): Don't use reserved word "time",Simon Josefsson2005-02-121-2/+3
* Fix last commit.Simon Josefsson2005-02-121-1/+1
* (gnutls_x509_crl_get_crt_serial): Don't use reserved word "index" inSimon Josefsson2005-02-121-1/+1
* Protect for C++, tiny patch from Daniel BlackSimon Josefsson2005-02-061-0/+7
* Clean up license templates.Simon Josefsson2005-01-225-52/+67
* introduced gnutls_x509_crt_sign2(), gnutls_x509_crq_sign2() andNikos Mavrogiannopoulos2005-01-211-0/+6
* GTK-DOC fixes.Simon Josefsson2004-10-301-18/+20
* Declare MD_CTX.Simon Josefsson2004-10-301-2/+7
* Port openssl glue to generic crypto API.Simon Josefsson2004-10-301-5/+2
* (gnutls_certificate_verify_peers): Fix prototype.Simon Josefsson2004-10-051-2/+0