summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix warnings.Simon Josefsson2009-05-131-1/+2
* Fix MinGW build failures.Simon Josefsson2009-05-111-3/+3
* Fix build failure on systems without AF_INET6, e.g., Solaris 2.6.Simon Josefsson2009-05-072-0/+4
* Fix syntax-check warnings.Simon Josefsson2009-05-037-15/+19
* libgnutls: Check activation/expiration times on untrusted certificates.Simon Josefsson2009-04-301-0/+4
* Fix getaddrinfo/bind loop.Simon Josefsson2009-04-301-1/+1
* Fix some error messages.Simon Josefsson2009-04-271-55/+48
* gnutls-serv: Listen on all interfaces.Simon Josefsson2009-04-241-67/+94
* Pass proper socket to libgnutls on Windows.Simon Josefsson2009-04-211-1/+4
* Minor cleanup.Simon Josefsson2009-02-241-35/+33
* certtool: Query for multiple dnsName subjectAltName in interactive mode.Simon Josefsson2009-02-241-12/+14
* gnutls-serv: No longer disable MAC padding by default.Simon Josefsson2009-02-111-5/+0
* More gnulib usage.Simon Josefsson2009-02-111-11/+7
* Use more gnulib interfaces.Simon Josefsson2009-02-111-25/+10
* gnutls-cli: Don't permit V1 CAs by default.Simon Josefsson2009-02-111-5/+0