summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* When sending no extensions do not include a zero lengthNikos Mavrogiannopoulos2019-01-095-6/+13
* Avoid calling sign_algorithm_get_name() when we already have pointer to the a...tmp-rsa-pss-tls12Nikos Mavrogiannopoulos2019-01-091-1/+1
* tls-sig: check RSA-PSS signature key compatibility also in TLS 1.2Daiki Ueno2019-01-091-0/+17
* alert: map GNUTLS_E_UNKNOWN_COMPRESSION_ALGORITHM to illegal_parameterDaiki Ueno2019-01-091-1/+1
* Merge branch 'gnutls_write_new_general_fix' into 'master'Tim Rühsen2019-01-081-1/+1
|\
| * Fix _gnutls_write_new_general_name() result checkingMaks Naumov2019-01-081-1/+1
* | _gnutls_hello_ext_set_datum: removed unnecessary remark [ci skip]Nikos Mavrogiannopoulos2019-01-081-1/+1
|/
* Merge branch 'tmp-fix-signing' into 'master'Tim Rühsen2019-01-041-0/+1
|\
| * _gnutls13_handshake_sign_data: properly fail on signing errortmp-fix-signingNikos Mavrogiannopoulos2019-01-031-0/+1
* | Merge branch 'tmp-msvc-fixes' into 'master'Daiki Ueno2019-01-041-1/+1
|\ \
| * | ext/pre_shared_key: avoid unnecessary use of VLA for MSVCtmp-msvc-fixesDaiki Ueno2019-01-041-1/+1
* | | Fix typos in lib/tmp-fix-typos-in-libTim Rühsen2019-01-0434-49/+49
|/ /
* | Revert "verify-high2: Fix cert dir iteration on Win32"tmp-revert-835Nikos Mavrogiannopoulos2019-01-041-48/+2
|/
* gnutls_pubkey_import_ecc_raw: set the public key bitstmp-test-eccNikos Mavrogiannopoulos2018-12-211-0/+2
* GNUTLS_X509_NO_WELL_DEFINED_EXPIRATION: deprecatedtmp-no-well-definedNikos Mavrogiannopoulos2018-12-212-4/+2
* Merge branch 'use_CertOpenStore' into 'master'Nikos Mavrogiannopoulos2018-12-202-6/+6
|\
| * win32: Use CertOpenStore instead of CertOpenSystemStoreHugo Beauzée-Luyssen2018-12-192-6/+6
* | 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
| |/
* | vasprintf: use from gnulib; don't bundle twiceNikos Mavrogiannopoulos2018-12-195-99/+1
|/
* 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-151-1/+0
* | Implemented support for raw public-key functionality (RFC7250).Tom Vrancken2018-12-1527-441/+1347
|/
* GNUTLS_PCERT_NO_CERT: marked as unused/ignoredtmp-fix-GNUTLS_PCERT_NO_CERTNikos Mavrogiannopoulos2018-12-122-3/+2
* srp/psk: update recommendations for usernames [ci skip]Nikos Mavrogiannopoulos2018-12-122-12/+17
* Merge branch 'tmp-ccs-tls13' into 'master'Nikos Mavrogiannopoulos2018-12-111-2/+9
|\
| * record: make CCS handling stricter in TLS 1.3Daiki Ueno2018-12-061-2/+9
* | Fix gnutls_handshake_set_timeout() for values < 1000tmp-fix-timeoutTim Rühsen2018-12-064-11/+32
|/
* Constant time/cache PKCS#1 RSA decryptiontmp-fix-CVE-2018-16868Simo Sorce2018-11-3013-58/+345
* Added test about rsa decryption under pkcs11Nikos Mavrogiannopoulos2018-11-301-1/+2
* gnutls_x509_crt_set_expiration_time: fixed documentation [ci skip]Nikos Mavrogiannopoulos2018-11-301-3/+3
* Merge branch 'drbg' into 'master'Nikos Mavrogiannopoulos2018-11-303-99/+66
|\
| * DRBG: Use ACVP validated test vector in self testStephan Mueller2018-11-271-81/+66
| * DRBG: Remove all traces of FIPS 140-2 continuous self testStephan Mueller2018-11-252-18/+0
* | lib: fix pkcs11 using defines from PKCS#11 3.0 for EdDSAckm-eddsaDmitry Eremin-Solenikov2018-11-282-0/+15
* | Fix session description info printingNikos Mavrogiannopoulos2018-11-271-1/+1
* | Prevent applications from combining legacy versions of TLS with TLS1.3tmp-tls10-tls13-fixNikos Mavrogiannopoulos2018-11-271-5/+16
|/
* doc: corrected typos [ci skip]Nikos Mavrogiannopoulos2018-11-211-4/+4
* crypto-self-tests-pk: added RSA-PSS sign/verify testsNikos Mavrogiannopoulos2018-11-201-16/+28
* Merge branch 'tmp-eddsa-pkcs11' into 'master'Nikos Mavrogiannopoulos2018-11-193-0/+80
|\
| * Add support for EDDSA/Ed25519 object support via PKCS#11Simo Sorce2018-11-193-0/+80
* | Merge branch 'tmp-fix-certificate-type' into 'master'Nikos Mavrogiannopoulos2018-11-192-26/+33
|\ \ | |/ |/|
| * gnutls_certificate_type_get*: updated documentation to list limitationstmp-fix-certificate-typeNikos Mavrogiannopoulos2018-11-191-16/+23
| * gnutls_certificate_type_get*: ensure that the default type is returnedNikos Mavrogiannopoulos2018-11-181-10/+10
* | record: gnutls_record_send_early_data: check the upper limitDaiki Ueno2018-11-181-1/+10