summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tests: make datefudge check robusterDaiki Ueno2019-04-194-1/+57
| * | | serv, cli: add --keymatexport optionDaiki Ueno2019-04-198-2/+102
| * | | prf: add function to retrieve early keying materialDaiki Ueno2019-04-1912-29/+599
| * | | handshake: generate early exporter secretDaiki Ueno2019-04-192-1/+13
| * | | handshake: move early secrets calculation to pre_shared_keyDaiki Ueno2019-04-194-124/+109
| * | | tests/tls13/prf: check if the exported material matches on serverDaiki Ueno2019-04-191-0/+2
| * | | prf: centrally define "exporter" label in handshake.hDaiki Ueno2019-04-192-3/+2
|/ / /
* | | Merge branch 'tmp-abigail' into 'master'Nikos Mavrogiannopoulos2019-04-1815-175016/+45098
|\ \ \
| * | | abi-check: simplify ABI comparison using libabigail toolsNikos Mavrogiannopoulos2019-04-1613-175016/+45095
| * | | .gitignore: ignore tests/libpkcs11mock2.laNikos Mavrogiannopoulos2019-04-161-0/+1
| * | | gnutls.h: re-define GNUTLS_CRT_RAWPKNikos Mavrogiannopoulos2019-04-161-0/+2
* | | | Merge branch 'tmp-ametzler-doc-GNUTLS_CERT_IGNORE' into 'master'Nikos Mavrogiannopoulos2019-04-181-2/+3
|\ \ \ \
| * | | | doc: Add documentation for GNUTLS_CERT_IGNOREAndreas Metzler2019-04-181-2/+3
| |/ / /
* | | | Merge branch 'certs' into 'master'Nikos Mavrogiannopoulos2019-04-181-10/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Extend test cert to 2049-05-27Bernhard M. Wiedemann2019-04-151-10/+10
* | | | Merge branch 'tmp-mingw-fix' into 'master'Tim Rühsen2019-04-153-58/+69
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix WIN32 custom push/pull functionstmp-mingw-fixTim Rühsen2019-04-113-58/+69
* | | | Merge branch 'tmp-ametzler-gcc9-build-error' into 'master'Tim Rühsen2019-04-141-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix link error with gcc-9Andreas Metzler2019-04-141-1/+1
|/ / /
* | | doc: mark TLS1.2 functions as such [ci skip]Nikos Mavrogiannopoulos2019-04-142-3/+10
* | | gnutlsxx.h: removed fixme comments [ci skip]Nikos Mavrogiannopoulos2019-04-131-2/+2
* | | gnutls-cli: renamed global variable nameNikos Mavrogiannopoulos2019-04-131-7/+7
|/ /
* | Merge branch 'tmp-fix-pha-pkcs11-test' into 'master'Nikos Mavrogiannopoulos2019-04-101-2/+5
|\ \
| * | tests: fix race condition in tls13/post-handshake-with-cert-pkcs11tmp-fix-pha-pkcs11-testDaiki Ueno2019-04-101-2/+5
|/ /
* | Merge branch 'guile' into 'master'Nikos Mavrogiannopoulos2019-04-103-24/+52
|\ \
| * | build: rename guile variables to match upstream namesAlon Bar-Lev2019-04-092-12/+12
| * | build: allow override guile system locationAlon Bar-Lev2019-04-093-17/+45
| |/
* | Merge branch 'tmp-check-even' into 'master'Tim Rühsen2019-04-091-2/+5
|\ \ | |/ |/|
| * Pass CI commit check if branches are 'even'tmp-check-evenTim Rühsen2019-04-091-2/+5
* | Merge branch 'tests' into 'master'Tim Rühsen2019-04-091-2/+2
|\ \ | |/ |/|
| * tests: cert-tests: crl: cleanup filesAlon Bar-Lev2019-04-091-2/+2
|/
* Merge branch 'ci' into 'master'Nikos Mavrogiannopoulos2019-04-091-1/+1
|\
| * ci: refresh the cache due to failures in debianAlon Bar-Lev2019-04-091-1/+1
|/
* Merge branch 'tmp-include-unit-testing-doc' into 'master'Nikos Mavrogiannopoulos2019-04-071-3/+5
|\
| * CONTRIBUTING.md: document unit testing method of internal functions [ci skip]Nikos Mavrogiannopoulos2019-04-071-3/+5
|/
* Merge branch 'tmp-client-auth-decline' into 'master'Daiki Ueno2019-04-078-29/+629
|\
| * tests: add post-handshake auth test using PKCS#11 tokenDaiki Ueno2019-04-073-0/+468
| * tests: add mock PKCS#11 module disabling RSA-PSSDaiki Ueno2019-04-072-0/+114
| * cert auth: reject auth if no signature algorithm is usable in TLS 1.3Daiki Ueno2019-04-043-23/+42
| * handshake: remove unnecessary HSK_CRT_SENT flagDaiki Ueno2019-04-032-6/+5
* | Merge branch 'tmp-cmac-cfb8-fix' into 'master'Tim Rühsen2019-04-063-1/+9
|\ \
| * | nettle: include config.h before checking for definitionstmp-cmac-cfb8-fixNikos Mavrogiannopoulos2019-04-063-1/+9
|/ /
* | Merge branch 'master' into 'master'Tim Rühsen2019-04-051-0/+3
|\ \
| * | [OSCP] Fix : null pointer respElta Koepp2019-04-051-0/+3
* | | gnutls_memset(): calling explicit_bzero() is enough to zero-fill a bufferMaciej S. Szmigiero2019-04-051-0/+1
|/ /
* | .gitlab-ci.yml: do not run commit-check on master branchNikos Mavrogiannopoulos2019-04-031-0/+2
* | Merge branch 'check_if_signed' into 'master'Nikos Mavrogiannopoulos2019-04-021-10/+15
|\ \ | |/ |/|
| * Fix check_if_signedSimo Sorce2019-04-011-10/+15
* | doc update [ci skip]Nikos Mavrogiannopoulos2019-03-301-0/+8
* | Vendor in XTS functionality from NettleSimo Sorce2019-03-2910-0/+536
|/