summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Corrected buffer overflow in gnutls-serv by Tomas Mraz.Nikos Mavrogiannopoulos2010-12-051-26/+20
* Reverted default behavior for verification and introduced GNUTLS_VERIFY_DO_NO...Nikos Mavrogiannopoulos2010-11-262-4/+3
* Add new extended key usage ipsecIKEMicah Anderson2010-09-293-1/+40
* fflush stdout and stderr before the call to setbuf. This fixes issue in solar...Nikos Mavrogiannopoulos2010-09-231-0/+3
* Indent code.Simon Josefsson2010-07-252-8/+9
* gnutls_x509_privkey_import() will fallback to gnutls_x509_privkey_import_pkcs...Nikos Mavrogiannopoulos2010-07-241-11/+4
* gnutls-cli: Allow verification using V1 CAs.Nikos Mavrogiannopoulos2010-07-081-0/+1
* Warn when generating DSA keys of size more than 1024.Nikos Mavrogiannopoulos2010-07-051-3/+4
* Do not crash if input is redirected from /dev/null.Nikos Mavrogiannopoulos2010-07-051-0/+4
* Changed the default pkcs-cipher to AES-128. Allowed specifying the 3des-pkcs12Nikos Mavrogiannopoulos2010-07-054-52/+92
* When generating private key allow usage of --pkcs-cipher flag.Nikos Mavrogiannopoulos2010-06-261-28/+30
* Corrected test.Nikos Mavrogiannopoulos2010-06-191-1/+1
* gnutls-cli: Make --starttls work again.Simon Josefsson2010-06-151-1/+1
* corrected tests.Nikos Mavrogiannopoulos2010-06-091-12/+12
* 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