summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fuzz: import key, certificate, and traces using Ed448tmp-ed448Daiki Ueno2020-01-234-0/+0
* tlsfuzzer: enable tests for X448Daiki Ueno2020-01-232-28/+2
* .gitlab-ci.yml: set WINEPATH to allow eccdata run under WineDaiki Ueno2020-01-231-0/+4
* .gitlab-ci.yml: export LDFLAGS throughout the FreeBSD buildDaiki Ueno2020-01-231-2/+3
* .gitlab-ci.yml: add target to build against nettle masterDaiki Ueno2020-01-231-0/+31
* algorithms: implement X448 key exchange and Ed448 signature schemeDaiki Ueno2020-01-2339-84/+528
* nettle: vendor in Curve448 and Ed448 implementationDaiki Ueno2020-01-238-2/+222
* doc update [ci skip]Nikos Mavrogiannopoulos2020-01-151-0/+3
* Merge branch 'override-default-priority' into 'master'Nikos Mavrogiannopoulos2020-01-138-4/+153
|\
| * libgnutls: Add system-wide default-priority-string override.Dimitri John Ledkov2020-01-138-4/+153
* | Merge branch 'tmp-oid-fix' into 'master'Nikos Mavrogiannopoulos2020-01-138-50/+50
|\ \
| * | tests: replace invalid extension OIDs with valid onesNikos Mavrogiannopoulos2020-01-078-50/+50
* | | Merge branch 'tmp-cli-multi-staple' into 'master'Dmitry Baryshkov2020-01-131-6/+15
|\ \ \
| * | | gnutls-cli: Log all stapled OCSP responses when running with --verboseFiona Klute2020-01-111-6/+15
* | | | Merge branch 'gost-prio-tests' into 'master'Dmitry Baryshkov2020-01-132-0/+4
|\ \ \ \
| * | | | lib: fix _kx_priority_gost termination itemDmitry Eremin-Solenikov2020-01-131-0/+1
| * | | | tests/priorities: add tests for GOST ciphersuites enablementDmitry Eremin-Solenikov2020-01-121-0/+3
|/ / / /
* | | | Merge branch 'gost-priorities' into 'master'Dmitry Eremin-Solenikov2020-01-127-95/+150
|\ \ \ \
| * | | | NEWS: expand documentation for GOST priority stringsDmitry Eremin-Solenikov2020-01-101-2/+6
| * | | | priority: make priority matching less error-proneDmitry Eremin-Solenikov2020-01-101-67/+34
| * | | | priority: add new GOST-ALL shortcutDmitry Eremin-Solenikov2020-01-102-0/+17
| * | | | priority: add more GOST shortcutsDmitry Eremin-Solenikov2020-01-095-44/+84
| * | | | lib/priority: add SIGN-GOST-ALL keywordDmitry Eremin-Solenikov2020-01-095-28/+43
| * | | | lib/priority: use c_strncasecmp() for string comparisonDmitry Eremin-Solenikov2020-01-081-12/+12
| * | | | doc: document GOST priority optionsDmitry Eremin-Solenikov2020-01-081-4/+5
| * | | | doc: document GOST cipher and MAC algorithmsDmitry Eremin-Solenikov2020-01-081-0/+11
| * | | | priority: fix GROUP-GOST-ALL comparison lengthDmitry Eremin-Solenikov2020-01-081-1/+1
| | |/ / | |/| |
* | | | Merge branch 'fix-fips-gost' into 'master'Dmitry Eremin-Solenikov2020-01-122-2/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | pk: set generated key algo before calling pct_testDmitry Eremin-Solenikov2020-01-101-2/+2
| * | | CI: FIPS140-2 run make check without enforcing FIPS modeDmitry Eremin-Solenikov2020-01-101-0/+1
| | |/ | |/|
* | | Merge branch 'tmp-ocsp-revocation' into 'master'Daiki Ueno2020-01-104-1/+471
|\ \ \ | |/ / |/| |
| * | tests: add test for revoked OCSP responsetmp-ocsp-revocationDaiki Ueno2020-01-103-1/+463
| * | ocsp: set GNUTLS_CERT_INVALID if OCSP response indicates revocationDaiki Ueno2020-01-101-0/+8
| |/
* | Merge branch 'tmp-fix-doc' into 'master'Tim Rühsen2020-01-092-2/+4
|\ \
| * | doc: clarify thread safeness in gnutls_global_init()Nikos Mavrogiannopoulos2020-01-092-2/+4
* | | Merge branch 'tmp-ocsp-check' into 'master'903-add-crl-and-crq-fuzzersNikos Mavrogiannopoulos2020-01-0913-39/+79
|\ \ \ | |/ / |/| |
| * | gnutls_ocsp_status_request_is_checked: mark explicitly as unsigned the return...Nikos Mavrogiannopoulos2019-12-163-5/+11
| * | Provide flag to identify sessions that an OCSP response was requestedNikos Mavrogiannopoulos2019-12-1511-34/+68
* | | Merge branch 'tmp-check-dup-extensions' into 'master'Nikos Mavrogiannopoulos2020-01-099-37/+184
|\ \ \ | |_|/ |/| |
| * | gnutls_x509_crt_get_extension_info: optimize when critical equals NULLNikos Mavrogiannopoulos2020-01-031-9/+9
| * | fuzz: import certificate with and without sanity checksNikos Mavrogiannopoulos2020-01-031-0/+7
| * | x509: reject certificates having duplicate extensionsNikos Mavrogiannopoulos2020-01-038-28/+168
* | | Merge branch 'topsrcdir' into 'master'Tim Rühsen2020-01-065-5/+5
|\ \ \
| * | | tests/Makefile.am: use absolute top_srcdir for GNUTLS_PRIORITY_FILEDimitri John Ledkov2020-01-065-5/+5
|/ / /
* | | Merge branch 'estanglerbm-getrandom' into 'master'Nikos Mavrogiannopoulos2020-01-051-1/+6
|\ \ \
| * | | Fixes dummy getrandom() when errno = EAGAIN.Edward Stangler2020-01-031-1/+6
| |/ /
* | | Merge branch 'tmp-ci-remove-command-concat' into 'master'Nikos Mavrogiannopoulos2020-01-032-55/+73
|\ \ \
| * | | doc: updated epub.texi from gnutls.texiNikos Mavrogiannopoulos2020-01-031-3/+7
| * | | .gitlab-ci.yml: identify on runtime to db2epub directoryNikos Mavrogiannopoulos2020-01-031-2/+3
| * | | Remove && command concatenation in .gitlab-ci.ymlTim Rühsen2020-01-031-52/+65
|/ / /