summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tests: added missing certtool-long-cnNikos Mavrogiannopoulos2015-08-011-0/+53
* safe renegotiation: simulate receiving the extension on receival of SCSVNikos Mavrogiannopoulos2015-07-311-0/+1
* made data2hex() safer, and eliminated mem leakNikos Mavrogiannopoulos2015-07-311-8/+12
* tests: added check for proper handling of very long CNsNikos Mavrogiannopoulos2015-07-312-5/+354
* tests: added check for server sending (or not) status request messagesNikos Mavrogiannopoulos2015-07-313-1/+698
* doc updateNikos Mavrogiannopoulos2015-07-311-0/+3
* updated the required gettext version to match the macros from gnulibNikos Mavrogiannopoulos2015-07-311-1/+1
* safe renegotiation: handle case where client didn't send any extensionNikos Mavrogiannopoulos2015-07-311-0/+4
* tpm: avoid warningNikos Mavrogiannopoulos2015-07-311-1/+1
* As server don't try to send extensions we didn't receive.Nikos Mavrogiannopoulos2015-07-313-29/+36
* doc updateNikos Mavrogiannopoulos2015-07-211-0/+2
* tpm: use gnutls_hex_decode for uuid decodingNikos Mavrogiannopoulos2015-07-211-2/+5
* psk: use gnutls_hex_decode2 for key decodingNikos Mavrogiannopoulos2015-07-211-11/+4
* system-keys-win: use gnutls_hex_decode for ID decodingNikos Mavrogiannopoulos2015-07-211-1/+4
* openpgp: use gnutls_hex_decode for keyid decodingNikos Mavrogiannopoulos2015-07-211-2/+8
* DN decoding: use gnutls_hex_encodeNikos Mavrogiannopoulos2015-07-211-8/+14
* Introduced gnutls_hex_encode2() and gnutls_hex_decode2()Nikos Mavrogiannopoulos2015-07-217-13/+277
* doc updateNikos Mavrogiannopoulos2015-07-201-2/+4
* x509: simplified data to hex conversion in unknown DN namesNikos Mavrogiannopoulos2015-07-201-47/+13
* gnutls_prf_rfc5705: Allow for non-null context and zero context lengthNikos Mavrogiannopoulos2015-07-202-1/+5
* bumped versionNikos Mavrogiannopoulos2015-07-203-4/+7
* tests: added cross-check between gnutls_prf_rfc5705() and gnutls_prf()Nikos Mavrogiannopoulos2015-07-201-0/+25
* removed legacy libgcrypt flagsNikos Mavrogiannopoulos2015-07-203-3/+1
* gnutls_prf_rfc5705: optimize in the common use case, by avoiding mallocNikos Mavrogiannopoulos2015-07-202-12/+15
* ignore more filesNikos Mavrogiannopoulos2015-07-201-0/+10
* p11tool: fix documentation for --generate-ecc and generate-dsaNikos Mavrogiannopoulos2015-07-201-4/+4
* gnutls_prf_rfc5705: mention the version it was introduced atNikos Mavrogiannopoulos2015-07-201-0/+2
* doc updateNikos Mavrogiannopoulos2015-07-201-0/+10
* tests: added check for gnutls_prf() and gnutls_prf_rfc5705Nikos Mavrogiannopoulos2015-07-202-1/+435
* gnutls_prf_rfc5705: addedNikos Mavrogiannopoulos2015-07-203-4/+71
* doc update: explain more about PKCS #11 and forkNikos Mavrogiannopoulos2015-07-171-8/+15
* configure: print the trousers lib only when setNikos Mavrogiannopoulos2015-07-141-1/+6
* tpmtool: Added --test-sign parameterNikos Mavrogiannopoulos2015-07-142-2/+83
* Deinitialize the TPM subsystem only when trousers support is enabledNikos Mavrogiannopoulos2015-07-132-0/+3
* TPM: don't link to trousers, use dlopen()Nikos Mavrogiannopoulos2015-07-137-55/+216
* updated auto-generated filesgnutls_3_4_3Nikos Mavrogiannopoulos2015-07-123-26/+56
* bumped versionNikos Mavrogiannopoulos2015-07-123-4/+4
* pkcs11: mention the version GNUTLS_PKCS11_TOKEN_MODNAME is available fromNikos Mavrogiannopoulos2015-07-111-1/+1
* doc updateNikos Mavrogiannopoulos2015-07-101-0/+2
* PSK: set the hint in DHE-PSK and ECDHE-PSK ciphersuitesNikos Mavrogiannopoulos2015-07-101-10/+74
* tests: updated pskself to check the hint in all PSK ciphersuitesNikos Mavrogiannopoulos2015-07-101-29/+60
* doc updateNikos Mavrogiannopoulos2015-07-101-0/+3
* p11tool: be more compact in token URL printingNikos Mavrogiannopoulos2015-07-101-2/+2
* p11tool: group the provided options for readabilityNikos Mavrogiannopoulos2015-07-101-104/+132
* p11tool: keep backwards compatibility by introducing --list-token-urlsNikos Mavrogiannopoulos2015-07-102-5/+9
* p11tool: print the module name of a token in verbose modeNikos Mavrogiannopoulos2015-07-101-0/+9
* Added GNUTLS_PKCS11_TOKEN_MODNAME for gnutls_pkcs11_token_get_infoNikos Mavrogiannopoulos2015-07-105-22/+68
* pkcs11.h: doc updateNikos Mavrogiannopoulos2015-07-101-3/+3
* p11tool: less verbose output in --list-tokens unless --verbose is specifiedNikos Mavrogiannopoulos2015-07-102-1/+5
* tests: added suppression for bash mem leakNikos Mavrogiannopoulos2015-07-101-0/+10