Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libgnutls-extra is no more. | Nikos Mavrogiannopoulos | 2011-10-20 | 10 | -1792/+0 |
* | completely drop gnutls_register_md5_handler() | Nikos Mavrogiannopoulos | 2011-10-15 | 2 | -5/+0 |
* | The hash_fast() and hmac_fast() functions can be registered as well to allow | Nikos Mavrogiannopoulos | 2011-10-01 | 3 | -224/+1 |
* | removed old and unused compatibility functions. | Nikos Mavrogiannopoulos | 2011-08-30 | 2 | -697/+0 |
* | corrected sign type errors for integers. | Nikos Mavrogiannopoulos | 2011-08-30 | 1 | -3/+3 |
* | Remove unused files. | Simon Josefsson | 2011-08-03 | 6 | -1349/+0 |
* | Finish removal of inner application extension support. | Simon Josefsson | 2011-08-03 | 1 | -95/+1 |
* | gnutls/crypto.h no longer includes functions to register ciphers. | Nikos Mavrogiannopoulos | 2011-06-02 | 1 | -2/+2 |
* | gnutls_algorithms.h -> algorithms.h | Nikos Mavrogiannopoulos | 2011-05-22 | 1 | -1/+1 |
* | undef X509_NAME before including openssl.h. | Nikos Mavrogiannopoulos | 2011-05-07 | 1 | -1/+8 |
* | Purged all references of LZO. | Nikos Mavrogiannopoulos | 2011-04-11 | 1 | -2/+1 |
* | Support for liblzo was dropped. | Nikos Mavrogiannopoulos | 2011-04-10 | 1 | -80/+1 |
* | Use a single configure.ac. This speed ups compilation and | Nikos Mavrogiannopoulos | 2011-04-08 | 26 | -2905/+5 |
* | added missing ret. | Nikos Mavrogiannopoulos | 2011-03-16 | 1 | -0/+2 |
* | gnutls_init_dtls() was made redundant. The same for gnutls_end_connection_t w... | Nikos Mavrogiannopoulos | 2011-03-12 | 1 | -1/+1 |
* | link libgnutls-extra against libgcrypt if required. Based | Nikos Mavrogiannopoulos | 2011-03-10 | 1 | -0/+4 |
* | increased the so version of libgnutls-openssl. | Nikos Mavrogiannopoulos | 2011-03-10 | 1 | -1/+1 |
* | Fix LZO-enabled builds. | Ludovic Courtès | 2011-02-27 | 1 | -6/+10 |
* | updated openssl layer to new priority functions (untested). | Nikos Mavrogiannopoulos | 2011-02-09 | 2 | -195/+22 |
* | Removed inner application extension. | Nikos Mavrogiannopoulos | 2011-02-06 | 6 | -1366/+0 |
* | Indented code. Use same indentation but with -nut to avoid usage of tabs. In ... | Nikos Mavrogiannopoulos | 2010-12-16 | 9 | -325/+325 |
* | Bump versions. | Simon Josefsson | 2010-12-07 | 1 | -1/+1 |
* | Bump versions. | Simon Josefsson | 2010-12-07 | 1 | -1/+1 |
* | Update gnulib files. | Simon Josefsson | 2010-12-06 | 1 | -1/+14 |
* | Bump versions. | Simon Josefsson | 2010-10-15 | 1 | -1/+1 |
* | Update gnulib files. | Simon Josefsson | 2010-10-14 | 6 | -34/+36 |
* | Bump versions. | Simon Josefsson | 2010-10-14 | 1 | -1/+1 |
* | Bump versions. | Simon Josefsson | 2010-10-14 | 1 | -1/+1 |
* | Indent (using GNU indent 2.2.11). | Simon Josefsson | 2010-10-14 | 6 | -103/+133 |
* | removed unneeded code. | Nikos Mavrogiannopoulos | 2010-10-08 | 1 | -35/+0 |
* | Fix some syntax-check errors. | Simon Josefsson | 2010-10-01 | 1 | -1/+0 |
* | Explicit symmetric cipher state versionning. | Jonathan Bastien-Filiatrault | 2010-09-17 | 1 | -1/+1 |
* | Added Camellia-128/256, SHA-224/384/512 and support for DSA2 when using nettle. | Nikos Mavrogiannopoulos | 2010-07-29 | 1 | -2/+2 |
* | Support scattered write using writev(). This takes | Nikos Mavrogiannopoulos | 2010-07-10 | 1 | -1/+1 |
* | use 2.11.0 everywhere | Nikos Mavrogiannopoulos | 2010-06-27 | 1 | -1/+1 |
* | Use silent build rules. | Simon Josefsson | 2010-06-24 | 1 | -0/+1 |
* | Simplified and made more safe the packing of data for session storage. Extens... | Nikos Mavrogiannopoulos | 2010-06-13 | 4 | -47/+262 |
* | Register the md5 handler if gcrypt is in fips mode once gnutls_global_init_ex... | Nikos Mavrogiannopoulos | 2010-06-09 | 1 | -0/+21 |
* | Update gnulib files, use valgrind-tests module, fix syntax-check problems. | Simon Josefsson | 2010-05-28 | 1 | -1/+7 |
* | Doc fixes. | Simon Josefsson | 2010-05-22 | 2 | -8/+5 |
* | Change GNUTLS into GnuTLS. | Simon Josefsson | 2010-05-22 | 16 | -55/+55 |
* | Also bump libgnutls-extra version. | Simon Josefsson | 2010-04-22 | 1 | -1/+1 |
* | Update gnulib files. | Simon Josefsson | 2010-04-15 | 2 | -55/+55 |
* | More indentation. | Simon Josefsson | 2010-04-14 | 2 | -15/+14 |
* | Indent code. | Simon Josefsson | 2010-04-14 | 2 | -55/+55 |
* | Update gnulib files, fix syntax-check warnings. | Simon Josefsson | 2010-04-13 | 3 | -3/+16 |
* | Update gnulib files. | Simon Josefsson | 2010-03-31 | 2 | -7/+87 |
* | Doc fix. | Simon Josefsson | 2010-02-17 | 1 | -4/+2 |
* | Document more. | Simon Josefsson | 2010-02-17 | 1 | -5/+13 |
* | Fix GTK-DOC syntax. Unfortunately this looses some information. | Simon Josefsson | 2010-02-17 | 3 | -29/+29 |