| Commit message (Expand) | Author | Age | Files | Lines |
* | testrandom.sh: Fix endless looptmp-testrandom.sh | Tim Rühsen | 2018-12-20 | 1 | -3/+3 |
* | Merge branch 'tmp-comment-style' into 'master' | Nikos Mavrogiannopoulos | 2018-12-19 | 1 | -2/+65 |
|\ |
|
| * | CONTRIBUTING.md: specify rules for static/inline functions [ci skip]tmp-comment-style | Nikos Mavrogiannopoulos | 2018-11-28 | 1 | -2/+6 |
| * | CONTRIBUTING.md: proposal for new features/modifications approach [ci skip] | Nikos Mavrogiannopoulos | 2018-11-28 | 1 | -0/+18 |
| * | CONTRIBUTING.md: added proposal on commenting style [ci skip] | Nikos Mavrogiannopoulos | 2018-11-28 | 1 | -0/+41 |
* | | Merge branch 'winstore_patches' into 'master' | Nikos Mavrogiannopoulos | 2018-12-19 | 3 | -4/+55 |
|\ \ |
|
| * | | keys-win: Disable private key import on windows store | Hugo Beauzée-Luyssen | 2018-12-19 | 1 | -0/+5 |
| * | | verify-high2: Fix cert dir iteration on Win32 | Hugo Beauzée-Luyssen | 2018-12-19 | 1 | -2/+48 |
| * | | lib: Don't hardcode LoadLibraryA | Hugo Beauzée-Luyssen | 2018-12-19 | 2 | -2/+2 |
* | | | Merge branch 'tmp-vasprintf' into 'master' | Nikos Mavrogiannopoulos | 2018-12-19 | 6 | -122/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | vasprintf: use from gnulib; don't bundle twice | Nikos Mavrogiannopoulos | 2018-12-19 | 6 | -122/+2 |
|/ / |
|
* | | Merge branch 'tmp-portable-tests' into 'master' | Tim Rühsen | 2018-12-19 | 13 | -116/+133 |
|\ \ |
|
| * | | .gitlab-ci.yml: Remove assert in gl/tests/test-strerror.c | Tim Rühsen | 2018-12-18 | 1 | -0/+1 |
| * | | tests/cert-tests/certtool-eddsa: Increase portability (fix for busybox) | Tim Rühsen | 2018-12-18 | 2 | -23/+15 |
| * | | tests/cert-tests/certtool: SKIP if --disable-bash-tests was given | Tim Rühsen | 2018-12-18 | 3 | -3/+19 |
| * | | tests/cert-tests/pkcs12-utf8: Use /bin/sh instead of bash | Tim Rühsen | 2018-12-18 | 1 | -1/+1 |
| * | | tests/cert-tests/pkcs12-corner-cases: Increase portability (fix for busybox) | Tim Rühsen | 2018-12-18 | 1 | -3/+4 |
| * | | tests/cert-tests/certtool-ecdsa: Increase portability (fix for busybox) | Tim Rühsen | 2018-12-18 | 1 | -3/+3 |
| * | | tests/cert-tests/pem-decoding: Increase portability (fix for busybox) | Tim Rühsen | 2018-12-18 | 1 | -15/+12 |
| * | | tests/cert-tests/certtool-crl-decoding: Increase portability (fix for busybox) | Tim Rühsen | 2018-12-18 | 1 | -6/+5 |
| * | | tests/long-crl.sh: Increase portability (fix for busybox) | Tim Rühsen | 2018-12-18 | 1 | -12/+7 |
| * | | tests/gnutls-cli-debug.sh: Remove bashisms | Tim Rühsen | 2018-12-18 | 1 | -47/+43 |
| * | | tests/scripts/common.sh: Add check_if_equal() | Tim Rühsen | 2018-12-18 | 1 | -0/+17 |
| * | | tests/scripts/common.sh: Make random port value work on busybox | Tim Rühsen | 2018-12-18 | 1 | -3/+6 |
|/ / |
|
* | | Merge branch 'fix-token-info-modname' into 'master' | Nikos Mavrogiannopoulos | 2018-12-16 | 1 | -11/+36 |
|\ \ |
|
| * | | pkcs11: fix memleak in gnutls_pkcs11_token_get_ptr | Peter Wu | 2018-12-15 | 1 | -0/+1 |
| * | | pkcs11: fix memleak when querying for GNUTLS_PKCS11_TOKEN_MODNAME | Peter Wu | 2018-12-13 | 1 | -7/+20 |
| * | | pkcs11: clarify gnutls_pkcs11_*_get_info output_size | Peter Wu | 2018-12-13 | 1 | -4/+15 |
* | | | doc: minor fixes [ci skip] | Nikos Mavrogiannopoulos | 2018-12-15 | 2 | -8/+12 |
* | | | Merge branch 'rfc7250_rawpk_mr' into 'master' | Nikos Mavrogiannopoulos | 2018-12-15 | 52 | -941/+2556 |
|\ \ \ |
|
| * | | | Implemented support for raw public-key functionality (RFC7250). | Tom Vrancken | 2018-12-15 | 52 | -941/+2556 |
| |/ / |
|
* | | | Merge branch 'unicode_support' into 'master' | Nikos Mavrogiannopoulos | 2018-12-15 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | configure.ac: Always enable unicode support on windows | Hugo Beauzée-Luyssen | 2018-12-13 | 1 | -0/+1 |
* | | | Merge branch 'tmp-autogen-bak-update' into 'master' | Dmitry Eremin-Solenikov | 2018-12-12 | 3 | -36/+18 |
|\ \ \ |
|
| * | | | build: remove src/*.bak from distribution | Tim Rühsen | 2018-12-12 | 3 | -36/+18 |
|/ / / |
|
* | | | Merge branch 'tmp-fix-GNUTLS_PCERT_NO_CERT' into 'master' | Tim Rühsen | 2018-12-12 | 2 | -3/+2 |
|\ \ \ |
|
| * | | | GNUTLS_PCERT_NO_CERT: marked as unused/ignoredtmp-fix-GNUTLS_PCERT_NO_CERT | Nikos Mavrogiannopoulos | 2018-12-12 | 2 | -3/+2 |
|/ / / |
|
* | | | srp/psk: update recommendations for usernames [ci skip] | Nikos Mavrogiannopoulos | 2018-12-12 | 2 | -12/+17 |
* | | | doc: include PSK examples into documentation | Nikos Mavrogiannopoulos | 2018-12-12 | 1 | -0/+21 |
* | | | Merge branch 'tmp-ccs-tls13' into 'master' | Nikos Mavrogiannopoulos | 2018-12-11 | 6 | -2/+30 |
|\ \ \ |
|
| * | | | tlsfuzzer: update to the latest upstream to eanble CCS teststmp-ccs-tls13 | Daiki Ueno | 2018-12-10 | 4 | -0/+6 |
| * | | | record: make CCS handling stricter in TLS 1.3 | Daiki Ueno | 2018-12-06 | 2 | -2/+24 |
* | | | | Merge branch 'tmp-fix-timeout' into 'master' | Dmitry Eremin-Solenikov | 2018-12-07 | 5 | -26/+55 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix gnutls_handshake_set_timeout() for values < 1000tmp-fix-timeout | Tim Rühsen | 2018-12-06 | 5 | -26/+55 |
|/ / / |
|
* | | | Merge branch 'tmp-submodules' into 'master' | Nikos Mavrogiannopoulos | 2018-12-05 | 1 | -1/+6 |
|\ \ \ |
|
| * | | | bootstrap: only update the required submodules for buildingtmp-submodules | Nikos Mavrogiannopoulos | 2018-12-05 | 1 | -1/+6 |
|/ / / |
|
* | | | Merge branch 'tmp-ametzler-nettle-not-found-error' into 'master' | Nikos Mavrogiannopoulos | 2018-12-02 | 1 | -4/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix error message on old or missing nettle. | Andreas Metzler | 2018-12-01 | 1 | -4/+5 |
|/ / |
|
* | | released 3.4.1gnutls_3_6_5 | Nikos Mavrogiannopoulos | 2018-12-01 | 2 | -13/+16 |
* | | Merge branch 'tmp-fix-CVE-2018-16868' into 'master' | Nikos Mavrogiannopoulos | 2018-12-01 | 21 | -65/+410 |
|\ \ |
|