summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc updateinit_flagsNikos Mavrogiannopoulos2016-04-281-0/+1
* tests: added check for GNUTLS_FORCE_CLIENT_CERT init flagNikos Mavrogiannopoulos2016-04-281-12/+20
* instead of assigning a variable per flag use the init flags directlyNikos Mavrogiannopoulos2016-04-288-41/+17
* added flag in session to force sending a client certificateNikos Mavrogiannopoulos2016-04-284-8/+16
* tests: check client behavior of sending CA certificatesNikos Mavrogiannopoulos2016-04-283-1/+434
* doc: removed news about feature already backported in 3.4.6Nikos Mavrogiannopoulos2016-04-271-4/+0
* examples: introduced basic error checking in more examplesNikos Mavrogiannopoulos2016-04-276-141/+103
* examples: simplified the basic client exampleNikos Mavrogiannopoulos2016-04-271-11/+10
* examples: introduced basic error checking in main client examplesNikos Mavrogiannopoulos2016-04-272-47/+36
* examples: corrected the required version of exampleNikos Mavrogiannopoulos2016-04-271-2/+2
* tests: enhanced dane testing with offline verification checksNikos Mavrogiannopoulos2016-04-261-34/+573
* dane: verification will not fail if a CA entry is encountered but cannot be v...Nikos Mavrogiannopoulos2016-04-261-3/+5
* doc: improved documentation on certificate and DANE verification functionsNikos Mavrogiannopoulos2016-04-262-10/+17
* dane: updated documentation of dane_verify_crt_rawNikos Mavrogiannopoulos2016-04-261-19/+4
* doc: added clarifications on documentation for dane_state_tNikos Mavrogiannopoulos2016-04-262-3/+7
* manpages: include the dane functions into the distributed pagesNikos Mavrogiannopoulos2016-04-261-2/+20
* ecdhe: eliminated unneeded checks for zero of public parametersNikos Mavrogiannopoulos2016-04-241-6/+0
* doc: added example client application utilizing the 3.1.x APIsNikos Mavrogiannopoulos2016-04-243-5/+214
* examples: added explicit 3.5.0 dependency in ex-client-x509Nikos Mavrogiannopoulos2016-04-241-2/+2
* examples: added error checks and updated verify_certificate_chain()Nikos Mavrogiannopoulos2016-04-241-24/+26
* .gitlab-ci.yml: made the linux tag explicit for our runnersNikos Mavrogiannopoulos2016-04-241-0/+9
* doc updateNikos Mavrogiannopoulos2016-04-241-15/+19
* doc: document curve X25519Nikos Mavrogiannopoulos2016-04-241-1/+2
* doc: clarify what catch all means in all scenariosNikos Mavrogiannopoulos2016-04-241-3/+6
* gnutls-cli-debug: added tests for supported curvesNikos Mavrogiannopoulos2016-04-243-17/+56
* tests: include self tests with CURVE-X25519Nikos Mavrogiannopoulos2016-04-243-64/+117
* gnutls-cli: enhanced KX benchmark with X25519Nikos Mavrogiannopoulos2016-04-241-11/+12
* handshake: added support for ECDH with curve X25519Nikos Mavrogiannopoulos2016-04-2416-86/+333
* tests: updated the openssl compat check to make explicit the used curvesNikos Mavrogiannopoulos2016-04-241-23/+32
* ecdhe: print the received curve from the server on debug modeNikos Mavrogiannopoulos2016-04-241-0/+7
* gnutls-cli-debug: added CHACHA20-POLY1305 detectionNikos Mavrogiannopoulos2016-04-243-6/+23
* tests: on out of memory conditions do not fail the hash-large testNikos Mavrogiannopoulos2016-04-231-0/+13
* session: removed unused parameters from RSA-EXPORT eraNikos Mavrogiannopoulos2016-04-232-7/+0
* README-alpha.md: updated badges with the new gitlab URLsNikos Mavrogiannopoulos2016-04-231-3/+3
* doc: document the TPM 1.2 limitationNikos Mavrogiannopoulos2016-04-221-0/+1
* doc: tpm: include short instructions on initializing the TPM chipNikos Mavrogiannopoulos2016-04-211-1/+3
* tests: hash-large: use private mmap()Nikos Mavrogiannopoulos2016-04-201-1/+1
* tests: use mmap() for large memory allocations in systems that support itNikos Mavrogiannopoulos2016-04-202-3/+27
* tests: use /bin/bash for tests that use bashismsNikos Mavrogiannopoulos2016-04-202-2/+2
* tests: don't run danetool.sh if danetool is not presentNikos Mavrogiannopoulos2016-04-201-2/+4
* gnutls_int.h: allow compiling with system (gnutls) headersNikos Mavrogiannopoulos2016-04-201-11/+6
* .gitlab-ci.yml: added build rule on freebsdNikos Mavrogiannopoulos2016-04-201-0/+8
* certtool: document sha3 functions in manpage [ci skip]Nikos Mavrogiannopoulos2016-04-191-1/+1
* doc: added missing @end example in danetool documentationNikos Mavrogiannopoulos2016-04-191-0/+1
* doc: updated documentation on false startNikos Mavrogiannopoulos2016-04-191-7/+15
* doc updateNikos Mavrogiannopoulos2016-04-191-1/+2
* gnutls-cli-debug: enable socket verbosity when --verbose is givenNikos Mavrogiannopoulos2016-04-191-0/+2
* tools: explicitly initialize socket struct to zeroNikos Mavrogiannopoulos2016-04-191-0/+2
* tools: avoid extracting the value of the app-proto aliasNikos Mavrogiannopoulos2016-04-192-6/+6
* tools: document the starttls capabilityNikos Mavrogiannopoulos2016-04-193-2/+15