summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* Support pathLenConstraint.Simon Josefsson2007-01-111-1/+8
* (gnutls_protocol_t): Add GNUTLS_TLS1_2.Simon Josefsson2006-11-251-0/+1
* Add new APIs to set errno for push/pull functions, suggested by tim.kosse@fil...Simon Josefsson2006-11-071-0/+3
* Fix return types.Simon Josefsson2006-10-301-5/+7
* Make it compile.Simon Josefsson2006-08-071-1/+1
* Only conditionally install gnutlsxx.h.Simon Josefsson2006-06-281-2/+6
* Fix prototype.Simon Josefsson2006-06-161-12/+13
* Added a preliminary C++ interface.Nikos Mavrogiannopoulos2006-06-012-1/+385
* TLS/IA fixes from Emile.Simon Josefsson2006-05-052-9/+2
* gnutls_srp_set_client_credentials() uses constNikos Mavrogiannopoulos2006-04-071-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2006-04-051-6/+10
* Make it explicit that GNUTLS_DIG_* has the same values as GNUTLS_MAC_*.Simon Josefsson2006-02-171-6/+6
* 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