summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix OSS-Fuzz buildtmp-fix-ossfuzzTim Rühsen2018-12-291-1/+1
* Merge branch 'fix-libressl' into 'master'Dmitry Eremin-Solenikov2018-12-291-6/+13
|\
| * tests: cipher-openssl-compat: don't call EVP_CIPHER_CTX_init()Dmitry Eremin-Solenikov2018-12-281-1/+0
| * tests: cipher-openssl-compat: don't fail if OpenSSL doesn't provide cipherDmitry Eremin-Solenikov2018-12-281-5/+13
|/
* Merge branch 'tmp-test-ecc' into 'master'Dmitry Eremin-Solenikov2018-12-243-0/+26
|\
| * gnutls_pubkey_import_ecc_raw: set the public key bitstmp-test-eccNikos Mavrogiannopoulos2018-12-213-0/+26
|/
* Merge branch 'tmp-no-well-defined' into 'master'Tim Rühsen2018-12-216-9/+12
|\
| * GNUTLS_X509_NO_WELL_DEFINED_EXPIRATION: deprecatedtmp-no-well-definedNikos Mavrogiannopoulos2018-12-215-8/+12
| * gnutls-cli-debug: removed unused variableNikos Mavrogiannopoulos2018-12-211-1/+0
|/
* Merge branch 'tmp-testrandom.sh' into 'master'Nikos Mavrogiannopoulos2018-12-211-3/+3
|\
| * testrandom.sh: Fix endless looptmp-testrandom.shTim Rühsen2018-12-201-3/+3
* | Merge branch 'use_CertOpenStore' into 'master'Nikos Mavrogiannopoulos2018-12-205-6/+89
|\ \ | |/ |/|
| * win32: Check that CertOpenStore is behaving as CertOpenSystemStoreHugo Beauzée-Luyssen2018-12-202-0/+74
| * win32: Use CertOpenStore instead of CertOpenSystemStoreHugo Beauzée-Luyssen2018-12-193-6/+15
* | Merge branch 'tmp-comment-style' into 'master'Nikos Mavrogiannopoulos2018-12-191-2/+65
|\ \
| * | CONTRIBUTING.md: specify rules for static/inline functions [ci skip]tmp-comment-styleNikos Mavrogiannopoulos2018-11-281-2/+6
| * | CONTRIBUTING.md: proposal for new features/modifications approach [ci skip]Nikos Mavrogiannopoulos2018-11-281-0/+18
| * | CONTRIBUTING.md: added proposal on commenting style [ci skip]Nikos Mavrogiannopoulos2018-11-281-0/+41
* | | Merge branch 'winstore_patches' into 'master'Nikos Mavrogiannopoulos2018-12-193-4/+55
|\ \ \
| * | | keys-win: Disable private key import on windows storeHugo Beauzée-Luyssen2018-12-191-0/+5
| * | | verify-high2: Fix cert dir iteration on Win32Hugo Beauzée-Luyssen2018-12-191-2/+48
| * | | lib: Don't hardcode LoadLibraryAHugo Beauzée-Luyssen2018-12-192-2/+2
| | |/ | |/|
* | | Merge branch 'tmp-vasprintf' into 'master'Nikos Mavrogiannopoulos2018-12-196-122/+2
|\ \ \ | |/ / |/| |
| * | vasprintf: use from gnulib; don't bundle twiceNikos Mavrogiannopoulos2018-12-196-122/+2
|/ /
* | Merge branch 'tmp-portable-tests' into 'master'Tim Rühsen2018-12-1913-116/+133
|\ \
| * | .gitlab-ci.yml: Remove assert in gl/tests/test-strerror.cTim Rühsen2018-12-181-0/+1
| * | tests/cert-tests/certtool-eddsa: Increase portability (fix for busybox)Tim Rühsen2018-12-182-23/+15
| * | tests/cert-tests/certtool: SKIP if --disable-bash-tests was givenTim Rühsen2018-12-183-3/+19
| * | tests/cert-tests/pkcs12-utf8: Use /bin/sh instead of bashTim Rühsen2018-12-181-1/+1
| * | tests/cert-tests/pkcs12-corner-cases: Increase portability (fix for busybox)Tim Rühsen2018-12-181-3/+4
| * | tests/cert-tests/certtool-ecdsa: Increase portability (fix for busybox)Tim Rühsen2018-12-181-3/+3
| * | tests/cert-tests/pem-decoding: Increase portability (fix for busybox)Tim Rühsen2018-12-181-15/+12
| * | tests/cert-tests/certtool-crl-decoding: Increase portability (fix for busybox)Tim Rühsen2018-12-181-6/+5
| * | tests/long-crl.sh: Increase portability (fix for busybox)Tim Rühsen2018-12-181-12/+7
| * | tests/gnutls-cli-debug.sh: Remove bashismsTim Rühsen2018-12-181-47/+43
| * | tests/scripts/common.sh: Add check_if_equal()Tim Rühsen2018-12-181-0/+17
| * | tests/scripts/common.sh: Make random port value work on busyboxTim Rühsen2018-12-181-3/+6
|/ /
* | Merge branch 'fix-token-info-modname' into 'master'Nikos Mavrogiannopoulos2018-12-161-11/+36
|\ \
| * | pkcs11: fix memleak in gnutls_pkcs11_token_get_ptrPeter Wu2018-12-151-0/+1
| * | pkcs11: fix memleak when querying for GNUTLS_PKCS11_TOKEN_MODNAMEPeter Wu2018-12-131-7/+20
| * | pkcs11: clarify gnutls_pkcs11_*_get_info output_sizePeter Wu2018-12-131-4/+15
* | | doc: minor fixes [ci skip]Nikos Mavrogiannopoulos2018-12-152-8/+12
* | | Merge branch 'rfc7250_rawpk_mr' into 'master'Nikos Mavrogiannopoulos2018-12-1552-941/+2556
|\ \ \
| * | | Implemented support for raw public-key functionality (RFC7250).Tom Vrancken2018-12-1552-941/+2556
| |/ /
* | | Merge branch 'unicode_support' into 'master'Nikos Mavrogiannopoulos2018-12-151-0/+1
|\ \ \ | |/ / |/| |
| * | configure.ac: Always enable unicode support on windowsHugo Beauzée-Luyssen2018-12-131-0/+1
* | | Merge branch 'tmp-autogen-bak-update' into 'master'Dmitry Eremin-Solenikov2018-12-123-36/+18
|\ \ \
| * | | build: remove src/*.bak from distributionTim Rühsen2018-12-123-36/+18
|/ / /
* | | Merge branch 'tmp-fix-GNUTLS_PCERT_NO_CERT' into 'master'Tim Rühsen2018-12-122-3/+2
|\ \ \
| * | | GNUTLS_PCERT_NO_CERT: marked as unused/ignoredtmp-fix-GNUTLS_PCERT_NO_CERTNikos Mavrogiannopoulos2018-12-122-3/+2
|/ / /