summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | nettle/gost: remove gost28147_imit_initDmitry Eremin-Solenikov2019-12-273-12/+8
|/ / / /
* | | | Merge branch 'tmp-strict-x509-time' into 'master'Nikos Mavrogiannopoulos2019-12-2610-6/+201
|\ \ \ \
| * | | | x509: do not tolerate invalid DER timeNikos Mavrogiannopoulos2019-12-2610-6/+201
|/ / / /
* | | | Merge branch 'tmp-certtool-crq' into 'master'Nikos Mavrogiannopoulos2019-12-2310-8/+194
|\ \ \ \
| * | | | certtool: always set extensions from templateNikos Mavrogiannopoulos2019-12-232-5/+9
| * | | | tests: check certificate generation from certificate requestNikos Mavrogiannopoulos2019-12-238-3/+185
* | | | | 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 'abi-fix' into 'master'Dmitry Eremin-Solenikov2019-12-211-4/+4
|\ \ \ \ \ \
| * | | | | | abi-check: fix include pathsDmitry Eremin-Solenikov2019-12-191-4/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'tmp-check-same-certs' into 'master'Nikos Mavrogiannopoulos2019-12-2029-1679/+2252
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | tests: ensure test suite does not apply global configNikos Mavrogiannopoulos2019-12-205-4/+9
| * | | | | updated auto-generated filesNikos Mavrogiannopoulos2019-12-195-1640/+1708
| * | | | | _gnutls_verify_crt_status: apply algorithm checks to trusted CAsNikos Mavrogiannopoulos2019-12-196-28/+160
| * | | | | certtool: added option to apply a certificate verification profileNikos Mavrogiannopoulos2019-12-199-2/+256
| * | | | | Export profile ID/name handling functionsNikos Mavrogiannopoulos2019-12-198-5/+97
| * | | | | is_level_acceptable: apply the system-wide profile in all verificationsNikos Mavrogiannopoulos2019-12-194-1/+23
* | | | | | Merge branch 'gost-split-4' into 'master'Dmitry Eremin-Solenikov2019-12-204-5/+123
|\ \ \ \ \ \
| * | | | | | gnutls-cli-debug: add GOST_CNT-related KX/cipher/MAC testsDmitry Eremin-Solenikov2019-12-204-5/+123
| | |/ / / / | |/| | | |
* | | | | | README.md: updated to list fuzz coverage results [ci skip]Nikos Mavrogiannopoulos2019-12-191-4/+4
* | | | | | doc: update reference to the default configuration fileDimitri John Ledkov2019-12-191-1/+1
| |/ / / / |/| | | |
* | | | | Introduced check to reject certificates with non-digits in time fieldLili Quan2019-12-196-9/+177
|/ / / /
* | | | Merge branch 'gost-split-3' into 'master'Dmitry Eremin-Solenikov2019-12-1811-14/+268
|\ \ \ \
| * | | | doc: document GROUP-GOST-ALL keywordDmitry Eremin-Solenikov2019-12-181-3/+3
| * | | | NEWS: add news entry, describing TLS 1.3 vs GOST issuesDmitry Eremin-Solenikov2019-12-181-0/+8
| * | | | ext/signature: use GOST signatures for GOST ciphersiuitesDmitry Eremin-Solenikov2019-12-182-0/+16
| * | | | tls13-server-kx-neg: add test for GOST-enabled server and clientDmitry Eremin-Solenikov2019-12-181-1/+71
| * | | | tests: added testcases for ciphersuite/KX negotiation with VKO-GOSTDmitry Eremin-Solenikov2019-12-182-1/+76
| * | | | tests: add tests for KX-GOST-VKO using different key variantsDmitry Eremin-Solenikov2019-12-181-0/+27
| * | | | Add GOST cipher suitesDmitry Eremin-Solenikov2019-12-181-0/+11
| * | | | priority: add GROUP-GOST-ALL keywordDmitry Eremin-Solenikov2019-12-181-0/+19
| * | | | Support GOST certificate request valuesDmitry Eremin-Solenikov2019-12-181-8/+27
| * | | | lib: fix group selection in case of GOST cipher suitesDmitry Eremin-Solenikov2019-12-182-1/+10
|/ / / /
* | | | Merge branch 'tmp-ext-fuzzer' into 'master'Nikos Mavrogiannopoulos2019-12-18870-1529/+84
|\ \ \ \
| * | | | Sync with fuzzers from OSS-FuzzTim Rühsen2019-12-18832-1500/+0
| * | | | Amend fuzz scripts and README for clang-8Tim Rühsen2019-12-182-6/+7
| * | | | Add fuzz corpora for gnutls_ext_raw_parse_fuzzerTim Rühsen2019-12-184-0/+0
| * | | | fuzzer: added fuzzer for gnutls_ext_raw_parse()Nikos Mavrogiannopoulos2019-12-1832-23/+77
|/ / / /
* | | | README.md: updated CI build badge [ci skip]Nikos Mavrogiannopoulos2019-12-161-1/+1
| |_|/ |/| |
* | | Merge branch 'tmp-more-const-1' into 'master'Tim Rühsen2019-12-1018-10098/+10795
|\ \ \
| * | | abi: updated to latest const changes and added NEWS entrytmp-more-const-1Nikos Mavrogiannopoulos2019-12-107-10002/+10692
| * | | Add const to function arguments in lib/x509Tim Rühsen2019-12-0712-101/+108
|/ / /
* | | Merge branch 'AVOID_INTERNALS' into 'master'Nikos Mavrogiannopoulos2019-12-051-8/+0
|\ \ \
| * | | lib: remove obsolete AVOID_INTERNALSVitezslav Cizek2019-12-041-8/+0
* | | | .triage-policies.yml: updated to work with latest gitlab-triage [ci skip]Nikos Mavrogiannopoulos2019-12-041-4/+2
|/ / /
* | | Revert "Released 3.6.11.1 including missing files"gnutls_3_6_11_1Nikos Mavrogiannopoulos2019-12-021-1/+1
* | | Released 3.6.11.1 including missing filesNikos Mavrogiannopoulos2019-12-021-1/+1
|/ /