summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build: remove dead assignmentsDaiki Ueno2020-09-182-3/+3
* build: ignore pointless -Wformat-nonliteral warningtmp-gnulibDaiki Ueno2020-09-171-0/+3
* build: ignore pointless -Wformat-y2k warningDaiki Ueno2020-09-171-0/+3
* src/cli: adds new option '--ca-auto-retrieve' that can be used with gnutls-cl...Sahana Prasad2020-09-022-4/+200
* improve gnutls-serv EOL processingAlbrecht Dreß2020-08-292-3/+13
* Merge branch 'tmp-typo-fixes' into 'master'Daiki Ueno2020-08-144-5/+5
|\
| * doc: assorted typo fixestmp-typo-fixesDaiki Ueno2020-08-124-5/+5
* | Merge branch 'tmp-cert-invalid' into 'master'Daiki Ueno2020-08-141-1/+4
|\ \
| * | serv, cli: ensure that invalid flag is always settmp-cert-invalidDaiki Ueno2020-08-121-1/+4
| |/
* | Merge branch 'tmp-fix-cert-pass' into 'master'Daiki Ueno2020-08-142-1/+11
|\ \ | |/ |/|
| * p12: do not encrypt encrypt certificate bag with empty passwordtmp-fix-cert-passDmitry Baryshkov2020-05-281-1/+2
| * certtool: do not ask for private key password if it was providedDmitry Baryshkov2020-05-281-0/+9
* | Merge branch 'tmp-enum' into 'master'Dmitry Baryshkov2020-06-151-3/+3
|\ \
| * | build: avoid -Wenum-conversion warnings with GCC 10Daiki Ueno2020-06-151-3/+3
* | | Merge branch 'better_SSL3.0_tests' into 'master'Dmitry Baryshkov2020-06-142-5/+24
|\ \ \ | |/ / |/| |
| * | refine tests for ancient servers which support both SSL 3.0 and TLS 1.0, but ...Daniel Lenski2020-05-172-5/+24
* | | serv: omit upper bound of --maxearlydata option definitiontmp-autogen-intDaiki Ueno2020-06-011-1/+1
* | | build: write "FILE *fp" instead of "FILE *fd"tmp-fileioDaiki Ueno2020-05-304-89/+89
* | | gnulib: update git submoduleDaiki Ueno2020-05-294-32/+29
| |/ |/|
* | certtool: use gnutls_pkcs7_print_signature_infoDmitry Baryshkov2020-05-141-81/+7
* | Merge branch 'aesni-xts' into 'master'Daiki Ueno2020-05-081-0/+8
|\ \
| * | benchmark: enable AES-XTS cipherAnderson Toshiyuki Sasaki2020-05-061-0/+8
* | | gnutls-cli: Add option to wait for resumption dataAnderson Toshiyuki Sasaki2020-05-072-6/+21
|/ /
* | New make target 'update-copyright-year'tmp-reproducible-buildTim Rühsen2020-05-011-1/+1
* | Merge branch 'better_SSL3.0_tests' into 'master'Nikos Mavrogiannopoulos2020-03-273-2/+46
|\ \ | |/
| * add additional tests of SSL 3.0 (with extensions, and with cipher suites not ...Daniel Lenski2020-03-223-1/+42
| * test_ssl3: minimize cipher suites to those actually included in SSL 3.0Daniel Lenski2020-03-221-2/+5
| * SSL 3.0 (RFC6101) doesn't actually appear to require extensions, and some ser...Daniel Lenski2020-03-221-1/+1
* | gnutls-serv: Do not exit when a message to be echoed is receivedAnderson Toshiyuki Sasaki2020-03-241-2/+2
|/
* gnutls-cli: Add option to store all stapled OCSP responsesFiona Klute2020-02-082-16/+91
* Merge branch 'tmp-ed448' into 'master'Daiki Ueno2020-01-244-3/+8
|\
| * algorithms: implement X448 key exchange and Ed448 signature schemeDaiki Ueno2020-01-234-3/+8
* | gnutls-cli-debug: ignore tests when algorithms are unavailableNikos Mavrogiannopoulos2020-01-181-2/+13
|/
* gnutls-cli: Log all stapled OCSP responses when running with --verboseFiona Klute2020-01-111-6/+15
* certtool-cfg.c: Silence -Wunused-variable if HAVE_IPV6 not setTim Rühsen2020-01-031-1/+2
* cli: fix building with GOST disabledDmitry Eremin-Solenikov2019-12-291-0/+2
* cli: support building with OCSP and ANON disabledDmitry Eremin-Solenikov2019-12-293-13/+52
* serv: support building with OCSP disabledDmitry Eremin-Solenikov2019-12-292-2/+32
* benchmark: enable benchmarking of GOST CNT ciphersuite/KXDmitry Eremin-Solenikov2019-12-271-0/+55
* benchmark: support benchmarking GOST ciphers/MACsDmitry Eremin-Solenikov2019-12-271-0/+12
* benchmark: use mac key size instead of block sizeDmitry Eremin-Solenikov2019-12-271-4/+4
* Merge branch 'tmp-certtool-crq' into 'master'Nikos Mavrogiannopoulos2019-12-231-1/+2
|\
| * certtool: always set extensions from templateNikos Mavrogiannopoulos2019-12-231-1/+2
* | Merge branch 'tmp-gnutls-cli' into 'master'Dmitry Eremin-Solenikov2019-12-233-14/+34
|\ \
| * | gnutls-cli: improved output of --benchmark-tls-kxtmp-gnutls-cliNikos Mavrogiannopoulos2019-12-201-3/+3
| * | gnutls-cli: benchmark-tls-kx can work with sub-ms accuracyNikos Mavrogiannopoulos2019-12-203-13/+33
* | | Merge branch 'tmp-fix-serv-exit' into 'master'Nikos Mavrogiannopoulos2019-12-232-20/+32
|\ \ \ | |_|/ |/| |
| * | gnutls-serv: do not exit on command failureNikos Mavrogiannopoulos2019-12-072-20/+32
* | | Merge branch 'tmp-check-same-certs' into 'master'Nikos Mavrogiannopoulos2019-12-203-0/+28
|\ \ \ | |_|/ |/| |
| * | certtool: added option to apply a certificate verification profileNikos Mavrogiannopoulos2019-12-193-0/+28
| |/