summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bumped versiongnutls_3_4_5Nikos Mavrogiannopoulos2015-09-123-3/+3
* tpmtool.1: updatedNikos Mavrogiannopoulos2015-09-121-38/+66
* Don't use formatted output for fixed stringsNikos Mavrogiannopoulos2015-09-111-3/+3
* pkcs11: when storing public keys, make sure they are marked as not privateNikos Mavrogiannopoulos2015-09-041-0/+5
* doc updateNikos Mavrogiannopoulos2015-08-281-0/+3
* gnutls-cli-debug: corrected typo in inappropriate fallback checkNikos Mavrogiannopoulos2015-08-281-1/+1
* gnutls-cli-debug: added check for inappropriate fallback supportNikos Mavrogiannopoulos2015-08-283-0/+33
* corrected typo in ex-server-anonNikos Mavrogiannopoulos2015-08-261-1/+1
* hex decoding: more reasonable error codesNikos Mavrogiannopoulos2015-08-231-7/+6
* Set the extended master secret status based on resumption data onlyNikos Mavrogiannopoulos2015-08-212-6/+4
* tests: corrected resumption tests to disable tickets when neededNikos Mavrogiannopoulos2015-08-212-20/+21
* session packing: corrected issue in PSK session unpackNikos Mavrogiannopoulos2015-08-211-1/+5
* PSK: save the username in client side in the auth structureNikos Mavrogiannopoulos2015-08-211-1/+18
* _gnutls_hash() returns error code if any.Nikos Mavrogiannopoulos2015-08-211-1/+1
* doc updateNikos Mavrogiannopoulos2015-08-211-0/+3
* x509: when appending CRLs to a trust list ensure that we don't have duplicatesNikos Mavrogiannopoulos2015-08-212-3/+32
* certtool: allow exporting very long CRLsNikos Mavrogiannopoulos2015-08-211-5/+4
* doc updateNikos Mavrogiannopoulos2015-08-131-0/+2
* tests: verify whether CRL date setting works as expectedNikos Mavrogiannopoulos2015-08-131-0/+38
* certtool: Allow specifying CRL dates as fixed datesNikos Mavrogiannopoulos2015-08-134-4/+56
* tests: verify CRL appending effectivenessNikos Mavrogiannopoulos2015-08-131-0/+27
* gnutls_x509_crl_set_authority_key_id, gnutls_x509_crl_set_number allow overwr...Nikos Mavrogiannopoulos2015-08-131-4/+4
* certtool: allow appending certificates to a CRLNikos Mavrogiannopoulos2015-08-132-6/+17
* doc updateNikos Mavrogiannopoulos2015-08-121-0/+9
* certtool: removed limit on maximum imported certificates in the -i optionNikos Mavrogiannopoulos2015-08-121-17/+8
* tests: check whether the CRL generation code works as expectedNikos Mavrogiannopoulos2015-08-122-1/+56
* certtool: eliminated memory leaks due to new cert loading codeNikos Mavrogiannopoulos2015-08-122-3/+16
* certtool: lifted limits on file size to loadNikos Mavrogiannopoulos2015-08-122-114/+52
* before dist ensure that included libopts matches autogenNikos Mavrogiannopoulos2015-08-101-0/+5
* corrected dategnutls_3_4_4Nikos Mavrogiannopoulos2015-08-101-1/+1
* include all cert-tests into distNikos Mavrogiannopoulos2015-08-091-8/+7
* updated auto-generated files for new functionsNikos Mavrogiannopoulos2015-08-093-0/+12
* doc updateNikos Mavrogiannopoulos2015-08-091-2/+3
* p11tool: test-sign will not fail if a pubkey is not foundNikos Mavrogiannopoulos2015-08-061-0/+2
* key decoding: set key to null for consistencyNikos Mavrogiannopoulos2015-08-041-1/+3
* key decoding: simplify decoding logic by removing the fallbackNikos Mavrogiannopoulos2015-08-041-25/+24
* doc updateNikos Mavrogiannopoulos2015-08-041-0/+3
* key decoding: corrected regression with PKCS #8 key decodingNikos Mavrogiannopoulos2015-08-041-0/+14
* tests: added check for decoding of a PKCS #8 key as fallbackNikos Mavrogiannopoulos2015-08-042-1/+75
* doc updateNikos Mavrogiannopoulos2015-08-031-0/+4
* pkcs11: set the CKA_TOKEN attribute on generated public keysNikos Mavrogiannopoulos2015-08-032-2/+10
* cfg.mk: fix order of arguments in gnulib-toolNikos Mavrogiannopoulos2015-08-011-1/+1
* tests: added check for the fallback SCSVNikos Mavrogiannopoulos2015-08-012-1/+359
* handshake: check inappropriate fallback against the configured max versionNikos Mavrogiannopoulos2015-08-011-3/+3
* corrected GNUTLS_E_INAPPROPRIATE_FALLBACK error codeNikos Mavrogiannopoulos2015-08-011-1/+1
* doc updateNikos Mavrogiannopoulos2015-08-011-0/+3
* copy_ciphersuites: use definition for reserved ciphersuitesNikos Mavrogiannopoulos2015-08-011-3/+3
* handshake: add FALLBACK_SCSV priority optionAlessandro Ghedini2015-08-015-1/+23
* handshake: check for TLS_FALLBACK_SCSVAlessandro Ghedini2015-08-015-20/+39
* use the gettext-h gnulib moduleNikos Mavrogiannopoulos2015-08-0155-2267/+252