summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | tls13/session_ticket: fix "max_early_data_size" extension handlingDaiki Ueno2018-11-182-4/+5
|/
* update documentation on GNUTLS_AUTO_REAUTH and gnutls_record_get_direction [c...Nikos Mavrogiannopoulos2018-11-172-9/+14
* Merge branch 'tpm12_testing' into 'master'Nikos Mavrogiannopoulos2018-11-161-0/+1
|\
| * lib: tpm: Fix a memory leakStefan Berger2018-11-151-0/+1
* | Merge branch 'gost-raw-privkeys' into 'master'Nikos Mavrogiannopoulos2018-11-167-5/+114
|\ \
| * | nettle/gost: gostdsa: use size_t instead of mp_limb_tDmitry Eremin-Solenikov2018-11-162-2/+2
| * | pkcs8: support GOST keys without encapsulationDmitry Eremin-Solenikov2018-11-161-2/+22
| * | nettle: unmaks GOST private keys if necessaryDmitry Eremin-Solenikov2018-11-161-0/+3
| * | nettle/gost: support GOST key unmaskingDmitry Eremin-Solenikov2018-11-163-1/+87
* | | Merge branch 'tmp-anti-replay-updates' into 'master'Nikos Mavrogiannopoulos2018-11-167-38/+65
|\ \ \ | |/ / |/| |
| * | anti_replay: moved new add function into anti_replay structureNikos Mavrogiannopoulos2018-11-157-38/+65
* | | _gnutls_x509_read_eddsa_pubkey(): sanity check the input valuestmp-cert-statusNikos Mavrogiannopoulos2018-11-151-4/+10
* | | gnutls_x509_privkey_import_ecc_raw(): fail on invalid sizesNikos Mavrogiannopoulos2018-11-152-0/+13