summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnulib: removed base64 implementationNikos Mavrogiannopoulos2015-07-2131-1000/+162
* openpgp: use nettle's base64 functionsNikos Mavrogiannopoulos2015-07-211-12/+46
* x509_b64: switch to nettle's base64 functionsNikos Mavrogiannopoulos2015-07-211-33/+28
* tests: added check for PSK file parsingNikos Mavrogiannopoulos2015-07-213-2/+298
* fips: use gnutls_hex_decode for MAC decodingNikos Mavrogiannopoulos2015-07-211-2/+3
* 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
* tests: don't run certtool-utf8 when libidn is 1.30 or lessNikos Mavrogiannopoulos2015-07-093-2/+12
* gnutls-cli: doc updateNikos Mavrogiannopoulos2015-07-091-2/+2
* dumbfw: don't append a size prefix in the padNikos Mavrogiannopoulos2015-07-091-4/+3
* gl: use /bin/true to run valgrind during configureNikos Mavrogiannopoulos2015-07-081-1/+1
* tests: added check for invalid UTF8 encoded stringNikos Mavrogiannopoulos2015-07-083-4/+45
* Revert "libidn support is disabled by default"Nikos Mavrogiannopoulos2015-07-081-3/+3