summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|/ /
* | Merge branch 'tmp-libopts-fix' into 'master'Nikos Mavrogiannopoulos2019-12-022-1/+3
|\ \
| * | libopts: include new files into disttmp-libopts-fixNikos Mavrogiannopoulos2019-12-022-1/+3
|/ /
* | released 3.6.11gnutls_3_6_11Nikos Mavrogiannopoulos2019-12-011-1/+1
* | Write OCSP status request debug information to logfile, if setFiona Klute2019-12-011-1/+1
* | Send log messages about loading client credentials to logfile, if setFiona Klute2019-12-011-2/+2
* | .travis.yml: explicitly install openssl to address build issueNikos Mavrogiannopoulos2019-11-291-3/+3
* | NEWS: documented AES-CFB8 fix [ci skip]Nikos Mavrogiannopoulos2019-11-291-0/+3
* | bumped versionNikos Mavrogiannopoulos2019-11-293-3/+3
* | .travis.yml: update submodules [ci skip]Nikos Mavrogiannopoulos2019-11-291-1/+1
* | base64: minor improvements in OOM handling and test suiteNikos Mavrogiannopoulos2019-11-292-0/+8
* | Merge branch 'tmp-fix-base64' into 'master'Nikos Mavrogiannopoulos2019-11-283-8/+15
|\ \
| * | gnutls_base64_decode2() succeeds decoding the empty stringNikos Mavrogiannopoulos2019-11-283-8/+15
|/ /
* | Revert "tests: ignore datefudge-check check when running on command line"Nikos Mavrogiannopoulos2019-11-271-3/+3
* | Merge branch 'tmp-fix-crl-dist-points' into 'master'Nikos Mavrogiannopoulos2019-11-276-13/+60
|\ \
| * | certtool: always include the CRL distribution points on CAsNikos Mavrogiannopoulos2019-11-255-10/+57
| * | tests: ignore datefudge-check check when running on command lineNikos Mavrogiannopoulos2019-11-251-3/+3
|/ /
* | Merge branch 'minimal-check' into 'master'Dmitry Eremin-Solenikov2019-11-235-5/+23
|\ \
| * | tests: make tests pass with disabled GOST algorithmsDmitry Eremin-Solenikov2019-11-224-5/+22
| * | gitlab-ci: enable running make check on minimal buildDmitry Eremin-Solenikov2019-11-221-0/+1
|/ /
* | Merge branch 'wip-cross-compilation' into 'master'Tim Rühsen2019-11-153-2/+11
|\ \ | |/
| * guile: Silence auto-compilation warning for 'guild'.Ludovic Courtès2019-11-111-1/+1
| * guile: Do not attempt to load shared object when cross-compiling.Ludovic Courtès2019-11-113-2/+11
* | Merge branch 'fix-coverity' into 'master'Nikos Mavrogiannopoulos2019-11-121-1/+3
|\ \ | |/ |/|
| * vko: fix possible unitilized scalar accessDmitry Eremin-Solenikov2019-11-111-1/+3
|/
* Merge branch 'gost-split-2' into 'master'Dmitry Eremin-Solenikov2019-11-0823-7/+1282
|\