summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: use one-time files in crlcoverageNikos Mavrogiannopoulos2016-04-301-3/+3
* tests: check whether the randomly generate port is usedNikos Mavrogiannopoulos2016-04-301-1/+7
* .gitlab-ci.yml: enabled the code coverage checks in the valgrind and ubsan ta...Nikos Mavrogiannopoulos2016-04-301-3/+5
* tests: enhanced the key-import-export testsNikos Mavrogiannopoulos2016-04-291-49/+246
* corrected import issue in gnutls_privkey_import_ecc_rawNikos Mavrogiannopoulos2016-04-291-1/+1
* x509/privkey: in raw import functions set the parameter's algorithm typeNikos Mavrogiannopoulos2016-04-291-0/+3
* srp base64: return proper gnutls errors codes on error rather than -1Nikos Mavrogiannopoulos2016-04-291-4/+4
* tests: added checks for base64 functionsNikos Mavrogiannopoulos2016-04-293-1/+389
* .gitlab-ci.yml: added code coverage runNikos Mavrogiannopoulos2016-04-292-4/+8
* ax_code_coverage.m4: updated to latest versionNikos Mavrogiannopoulos2016-04-291-30/+85
* libtasn1: updated to latest versionNikos Mavrogiannopoulos2016-04-293-6/+12
* doc updateNikos Mavrogiannopoulos2016-04-291-5/+9
* errors.h: gnutls_assert() will log the function name in addition to filename/...Nikos Mavrogiannopoulos2016-04-291-1/+1
* tests: added check for SRP ID change during rehandshakeNikos Mavrogiannopoulos2016-04-292-1/+275
* tests: added check for PSK ID change during rehandshakeNikos Mavrogiannopoulos2016-04-292-1/+192
* handshake: enhance same certificate checks to apply to PSK/SRP usernameNikos Mavrogiannopoulos2016-04-2913-47/+141
* tests: added 'PFS' and 'SUITEB128' into the list of checked priority stringsNikos Mavrogiannopoulos2016-04-291-0/+2
* tests: fail() function will also print function and line informationNikos Mavrogiannopoulos2016-04-292-2/+5
* _gnutls_hex2bin: refuse to decode odd-sized hex dataNikos Mavrogiannopoulos2016-04-291-0/+3
* tests: added unit tests on the HEX encoding/decoding functionsNikos Mavrogiannopoulos2016-04-292-1/+226
* certtool: eliminated memory leaks in DH parameter printing/generation.Nikos Mavrogiannopoulos2016-04-283-1/+10
* certtool: combined all the seed decoding methods to a single oneNikos Mavrogiannopoulos2016-04-283-43/+44
* Revert "tests: ensure the seed is provided in plain hex"Nikos Mavrogiannopoulos2016-04-281-5/+5
* tests: check certtool dh-parameter generation with --provable optionNikos Mavrogiannopoulos2016-04-282-1/+86
* tests: ensure the seed is provided in plain hexNikos Mavrogiannopoulos2016-04-281-5/+5
* certtool: allow specifying seed size when generating provable DH parametersNikos Mavrogiannopoulos2016-04-283-12/+49
* doc updateNikos Mavrogiannopoulos2016-04-281-0/+3
* tests: simplified custom-urls checkNikos Mavrogiannopoulos2016-04-281-56/+1
* tests: added check on whether builtin URLs cannot be overridenNikos Mavrogiannopoulos2016-04-282-1/+289
* keys: custom URLs take precedence over pre-defined URLsNikos Mavrogiannopoulos2016-04-284-32/+36
* x25519: ensure that a valid private key is present on key derivationNikos Mavrogiannopoulos2016-04-281-1/+1
* doc updateNikos 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
* .gitlab-ci.yml: do not load submodules on CI since they are not usedNikos Mavrogiannopoulos2016-04-281-10/+10
* 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