summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-2213-40/+40
* Change GNU TLS into GnuTLS.Simon Josefsson2010-05-226-6/+6
* More indentation.Simon Josefsson2010-04-143-31/+33
* Indent code.Simon Josefsson2010-04-146-88/+175
* Generated.Simon Josefsson2010-04-131-40/+24
* Update gnulib files, fix syntax-check warnings.Simon Josefsson2010-04-134-4/+0
* Update gnulib files. Fix syntax-check warnings.Simon Josefsson2010-03-312-87/+86
* Each ciphersuite is now tight with a minimum TLS version and a maximumNikos Mavrogiannopoulos2010-03-202-26/+42
* Added gnutls_certificate_set_verify_function() to allow checking (verifying)Nikos Mavrogiannopoulos2010-03-171-13/+18
* gnutls_x509_crt_verify() and gnutls_x509_crt_list_verify() behave identically.Nikos Mavrogiannopoulos2010-03-161-14/+12
* Added tests for safe renegotiation. Removed old tests for obsolete features (...Nikos Mavrogiannopoulos2010-03-113-364/+163
* gnutls-serv will terminate connection on rehandshake errors.Nikos Mavrogiannopoulos2010-03-031-1/+13
* On handshake error send appropriate alert and terminate stream.Nikos Mavrogiannopoulos2010-02-271-0/+5
* Fix -lrt usage.Simon Josefsson2010-02-181-1/+1
* Use gnulib gettime module. Indent.Simon Josefsson2010-02-181-8/+7
* Update copyright years.Simon Josefsson2010-01-273-3/+6
* Fix license.Simon Josefsson2010-01-271-2/+2
* Fix license.Simon Josefsson2010-01-271-12/+12
* Fix license.Simon Josefsson2010-01-271-9/+10
* Fix license.Simon Josefsson2010-01-271-11/+12
* Fix license.Simon Josefsson2010-01-271-10/+11
* Fix license.Simon Josefsson2010-01-271-9/+10
* Fix license.Simon Josefsson2010-01-271-8/+9
* Fix copyright/license.Simon Josefsson2010-01-271-10/+14
* Indent and fix copyright notices.Simon Josefsson2010-01-271-105/+117
* Fix FSF copyright notices.Simon Josefsson2010-01-2711-11/+11
* gnutls-cli: Handle reading binary data from server.Simon Josefsson2010-01-271-4/+8
* Added the --rehandshake option to gnutls-cli to allow connection and immediat...Nikos Mavrogiannopoulos2010-01-214-142/+194
* Removed rehandshake initiation capability from client and transferred itNikos Mavrogiannopoulos2010-01-212-12/+20
* When checking self signature also check the signatures of all subkeys.Nikos Mavrogiannopoulos2010-01-121-1/+17
* Added safe renegotiation patch from Steve Dispensa, modified to suit gnutlsNikos Mavrogiannopoulos2010-01-112-7/+28
* Reverted all previous changes to combine hashes with MAC algorithms.Nikos Mavrogiannopoulos2009-12-051-4/+53
* Exported gnutls_cipher_get_block_size() and all hash functions added to libgn...Nikos Mavrogiannopoulos2009-12-021-10/+40
* Added cryptodev support (/dev/crypto). Tested with http://www.logix.cz/michal...Nikos Mavrogiannopoulos2009-11-292-0/+83
* Allow exporting of Certificate requests to DER format.Nikos Mavrogiannopoulos2009-11-244-157/+180
* Cleanup header inclusion.Simon Josefsson2009-11-091-7/+9
* Link to libgcrypt explicitly when libgcrypt functions are used.Simon Josefsson2009-11-061-5/+7
* Fix libgcrypt usage.Simon Josefsson2009-11-062-0/+6
* Cleanups and several bug fixes found by Tomas Mraz.Nikos Mavrogiannopoulos2009-11-054-13/+14
* Indent code.Simon Josefsson2009-11-056-57/+68
* Fix API name change.Simon Josefsson2009-11-051-1/+1
* Use INET_NTOP_LIB and INET_PTON_LIB.Simon Josefsson2009-11-031-1/+1
* do not use gnutls_x509_crt_get_signature_algorithm() on null certificates.Nikos Mavrogiannopoulos2009-11-011-26/+29
* Final touch on signature algorithms in TLS 1.2 support. Added function gnutls...Nikos Mavrogiannopoulos2009-11-011-0/+36
* Fix code style so it compiles with gcc 4.4 with warnings.Simon Josefsson2009-10-261-25/+31
* Added GNUTLS_BAG_SECRET that adds support for storing a randomly generated keyNikos Mavrogiannopoulos2009-10-251-0/+2
* Added support for the AES family of ciphers in the PKCS8 and 12 encryption op...Nikos Mavrogiannopoulos2009-10-244-80/+146
* Make sure we use libgcrypt correctly.Simon Josefsson2009-10-161-0/+3
* Remove dead store in listen_socket().Fabian Keil2009-08-311-1/+0
* Remove dead store in pkcs12_info().Fabian Keil2009-08-311-2/+0