| Commit message (Expand) | Author | Age | Files | Lines |
* | TLS/IA fixes from Emile. | Simon Josefsson | 2006-05-05 | 2 | -9/+2 |
* | gnutls_srp_set_client_credentials() uses const | Nikos Mavrogiannopoulos | 2006-04-07 | 1 | -1/+1 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2006-04-05 | 1 | -6/+10 |
* | Make it explicit that GNUTLS_DIG_* has the same values as GNUTLS_MAC_*. | Simon Josefsson | 2006-02-17 | 1 | -6/+6 |
* | C++ fix. | Simon Josefsson | 2005-12-31 | 1 | -1/+1 |
* | Constify, tiny patch from "ZIGLIO, Frediano, VF-IT" <Frediano.Ziglio@vodafone... | Simon Josefsson | 2005-12-28 | 1 | -1/+1 |
* | Fix TLS/IA prototypes, suggested by Jouni Malinen <jkmaline@cc.hut.fi>. | Simon Josefsson | 2005-12-26 | 1 | -1/+4 |
* | Cosmetic changes. | Simon Josefsson | 2005-12-18 | 1 | -28/+13 |
* | Cosmetic changes. | Simon Josefsson | 2005-12-18 | 1 | -45/+79 |
* | fixed a memory copy that caused crashes. | Nikos Mavrogiannopoulos | 2005-12-17 | 1 | -13/+21 |
* | Add. | Simon Josefsson | 2005-12-16 | 1 | -1/+2 |
* | Fix. | Simon Josefsson | 2005-12-15 | 1 | -2/+4 |
* | Fix indentation. | Simon Josefsson | 2005-12-15 | 1 | -23/+47 |
* | Indent more. | Simon Josefsson | 2005-12-15 | 6 | -798/+984 |
* | Add functions to access the TLS PRF and to extract client/server random field... | Simon Josefsson | 2005-12-15 | 1 | -1/+15 |
* | Add TLS/IA support. | Simon Josefsson | 2005-12-15 | 2 | -3/+102 |
* | Support reading X.509 credentials from PKCS#12 files. | Simon Josefsson | 2005-12-08 | 1 | -0/+5 |
* | Some fixes in session resumption and prototypes. Based on patches and suggest... | Nikos Mavrogiannopoulos | 2005-11-30 | 1 | -5/+7 |
* | added DHE-PSK ciphersuites and some cleanups. | Nikos Mavrogiannopoulos | 2005-11-15 | 1 | -6/+10 |
* | This is the initial commit in the 1.3 branch. Ported from the PSK branch: | Nikos Mavrogiannopoulos | 2005-11-07 | 1 | -4/+44 |
* | Remove GNUTLS_CERTIFICATE_VERIFY_FLAGS_LAST hack, use version number | Simon Josefsson | 2005-11-01 | 1 | -6/+0 |
* | Add numeric version numbers, for CPP version comparisons. | Simon Josefsson | 2005-11-01 | 1 | -0/+6 |
* | Add GNUTLS_CERTIFICATE_VERIFY_FLAGS_LAST, based on report by Daniel | Simon Josefsson | 2005-11-01 | 1 | -0/+6 |
* | Add GNUTLS_CERT_INSECURE_ALGORITHM. | Simon Josefsson | 2005-10-27 | 1 | -1/+2 |
* | Fix. | Simon Josefsson | 2005-10-27 | 1 | -7/+7 |
* | Add MD2/MD5 verify flags. | Simon Josefsson | 2005-10-27 | 1 | -1/+9 |
* | Add MD2. | Simon Josefsson | 2005-10-27 | 1 | -3/+8 |
* | Indent. | Simon Josefsson | 2005-08-24 | 1 | -353/+464 |
* | (gnutls_certificate_verify_flags): Doc fix. | Simon Josefsson | 2005-08-24 | 1 | -18/+23 |
* | Fix GTK-DOC warnings. | Simon Josefsson | 2005-07-16 | 2 | -28/+27 |
* | Update FSF office address in license. | Simon Josefsson | 2005-05-26 | 7 | -17/+17 |
* | Corrected a bug in certificate verification that could lead to a trusted | Nikos Mavrogiannopoulos | 2005-05-23 | 1 | -1/+2 |
* | certtool can now fix the old RSA private keys. This is done by using the -k p... | Nikos Mavrogiannopoulos | 2005-04-27 | 1 | -0/+1 |
* | Remove includes/gnutls/Makefile.am. | Simon Josefsson | 2005-04-15 | 2 | -25/+3 |
* | Add license. | Simon Josefsson | 2005-04-15 | 1 | -0/+21 |
* | Simplify. | Simon Josefsson | 2005-04-15 | 1 | -7/+22 |
* | Don't dist gnutls.h, it is generated. | Simon Josefsson | 2005-04-15 | 1 | -1/+1 |
* | Move lib/gnutls.h.in.in into includes/gnutls/gnutls.h.in. | Simon Josefsson | 2005-04-15 | 1 | -0/+876 |
* | more improvments to gnutls_x509_crt_list_import() | Nikos Mavrogiannopoulos | 2005-03-29 | 1 | -2/+3 |
* | improved gnutls_x509_crt_list_import(). | Nikos Mavrogiannopoulos | 2005-03-28 | 1 | -1/+8 |
* | Added the function gnutls_x509_crt_list_import(). This is a convinience funct... | Nikos Mavrogiannopoulos | 2005-03-28 | 1 | -0/+2 |
* | Added gnutls_x509_crt_set_extension_by_oid(). | Nikos Mavrogiannopoulos | 2005-03-21 | 1 | -0/+3 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2005-03-19 | 1 | -0/+6 |
* | Improved the semantics of GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT, to allow | Nikos Mavrogiannopoulos | 2005-03-06 | 1 | -7/+13 |
* | (gnutls_x509_crl_get_crt_serial): Don't use reserved word "time", | Simon Josefsson | 2005-02-12 | 1 | -2/+3 |
* | Fix last commit. | Simon Josefsson | 2005-02-12 | 1 | -1/+1 |
* | (gnutls_x509_crl_get_crt_serial): Don't use reserved word "index" in | Simon Josefsson | 2005-02-12 | 1 | -1/+1 |
* | Protect for C++, tiny patch from Daniel Black | Simon Josefsson | 2005-02-06 | 1 | -0/+7 |
* | Clean up license templates. | Simon Josefsson | 2005-01-22 | 5 | -52/+67 |
* | introduced gnutls_x509_crt_sign2(), gnutls_x509_crq_sign2() and | Nikos Mavrogiannopoulos | 2005-01-21 | 1 | -0/+6 |