summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove write-only variable sep_ar_idx in split_multi_arg().Fabian Keil2009-08-311-3/+1
* In main(), rename salt to salt_size and don't bother reading info.salt which ...Fabian Keil2009-08-311-5/+3
* Fix deprecated usage of gnutls_datum.Simon Josefsson2009-08-281-4/+4
* Generated.Simon Josefsson2009-08-194-218/+248
* session ticket supportDaiki Ueno2009-08-194-2/+31
* Several bug fixes by Fabian Keil (some were modified by me).Nikos Mavrogiannopoulos2009-07-152-4/+6
* Added casts to reduce warnings (based on report by Brad Hards).Nikos Mavrogiannopoulos2009-07-131-3/+3
* Improve logging and fix warnings.Simon Josefsson2009-06-011-36/+50
* Remove unused file, replaced by poll from gnulib.Simon Josefsson2009-05-261-268/+0
* Regenerate.Simon Josefsson2009-05-262-3/+3
* Doc fixes.Simon Josefsson2009-05-265-15/+15
* Removed duplicated documentation.Simon Josefsson2009-05-203-41/+0
* Fix gnutls-serv and gnutls-cli-debug on Windows.Simon Josefsson2009-05-202-2/+7
* Don't build with warnings all the time. Use a WERROR_CFLAGS.Simon Josefsson2009-05-181-1/+1
* Don't use unportable NI_MAXHOST/NI_MAXSERV.Simon Josefsson2009-05-181-48/+39
* Link getaddrinfo libraries.Simon Josefsson2009-05-171-3/+3