summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* doc update: account for new functionsNikos Mavrogiannopoulos2015-04-013-4/+5
* p11tool: better output textNikos Mavrogiannopoulos2015-04-011-1/+1
* pkcs11: added GNUTLS_PKCS11_OBJ_FLAG_EXPECT_PUBKEYNikos Mavrogiannopoulos2015-04-013-21/+27
* p11tool: added the --test-sign parameterNikos Mavrogiannopoulos2015-04-014-0/+111
* gnutls_priv/pubkey_import_url replace: gnutls_privkey_import_pkcs11_url and g...Nikos Mavrogiannopoulos2015-04-014-11/+22
* certtool: corrected import of pubkey in DER formatNikos Mavrogiannopoulos2015-04-011-10/+10
* tests: added check for EtM negotiationNikos Mavrogiannopoulos2015-04-012-1/+380
* only send EtM extension if we have CBC ciphersuitesNikos Mavrogiannopoulos2015-04-015-6/+36
* mention gnutls_privkey_sign_raw_data in upgrade sectionNikos Mavrogiannopoulos2015-04-011-0/+3
* gnutls_privkey_sign_raw_data: converted to macro over gnutls_privkey_sign_hashNikos Mavrogiannopoulos2015-04-013-13/+15
* tests: added check for the legacy gnutls_privkey_sign_raw_dataNikos Mavrogiannopoulos2015-04-011-0/+18
* avoid compilation warnings in self checks (take 2)Nikos Mavrogiannopoulos2015-03-311-3/+3
* Revert "selftests: avoid compilatio warnings"Nikos Mavrogiannopoulos2015-03-311-4/+4
* doc updateNikos Mavrogiannopoulos2015-03-311-0/+3
* tests: check whether PKCS #11 ID set on copy/generation is correctNikos Mavrogiannopoulos2015-03-311-3/+11
* p11tool: allow setting the CKA_ID on object initialization/generationNikos Mavrogiannopoulos2015-03-314-17/+59
* exported new functionsNikos Mavrogiannopoulos2015-03-311-4/+3
* pkcs11: enhanced key generation functions to allow specifying a CKA_IDNikos Mavrogiannopoulos2015-03-312-20/+63
* selftests: avoid compilatio warningsNikos Mavrogiannopoulos2015-03-311-4/+4
* enhanced copy functions to allow specifying a CKA_IDNikos Mavrogiannopoulos2015-03-302-37/+60
* tests: mini-server-name: ignore sigpipeNikos Mavrogiannopoulos2015-03-301-0/+1
* tests: added more libidn-related valgrind suppressionsNikos Mavrogiannopoulos2015-03-301-0/+18
* doc: increase border spacing in HTML tablesNikos Mavrogiannopoulos2015-03-301-0/+1
* doc: list chacha20-poly1305 to the list of ciphersNikos Mavrogiannopoulos2015-03-301-8/+15
* doc updateNikos Mavrogiannopoulos2015-03-301-12/+11
* manpages: automatically adjust the copyright year on generated pagesNikos Mavrogiannopoulos2015-03-301-15/+15
* tests: added check for gnutls_server_name_get and gnutls_server_name_setNikos Mavrogiannopoulos2015-03-302-1/+339
* test-ciphers.js: improved ciphersuite checksNikos Mavrogiannopoulos2015-03-291-3/+3
* corrected GNUTLS_ECDHE_ECDSA_CHACHA20_POLY1305Nikos Mavrogiannopoulos2015-03-291-1/+1
* updated test-ciphersuite.sh for new typesNikos Mavrogiannopoulos2015-03-291-1/+1
* doc updateNikos Mavrogiannopoulos2015-03-281-0/+6
* Better fix for the double free in dist point parsingNikos Mavrogiannopoulos2015-03-281-4/+6
* updated minitasn1Nikos Mavrogiannopoulos2015-03-282-4/+5
* gnutls_pkcs11_copy_x509_privkey: increase size for attributesNikos Mavrogiannopoulos2015-03-281-1/+1
* moved chacha20-poly1305 ciphersuites to the 0xCD spaceNikos Mavrogiannopoulos2015-03-281-8/+8
* doc update: replace cryptographic algorithm by encryption algorithmNikos Mavrogiannopoulos2015-03-281-1/+1
* gnutls_subject_alt_names_set and gnutls_x509_aki_set_cert_issuer will set nul...Nikos Mavrogiannopoulos2015-03-284-2/+67
* doc: be consistent in the function descriptionsJiří Klimeš2015-03-281-41/+41
* doc: correct the description of crypto API functionsJiří Klimeš2015-03-281-5/+5
* Fix a few compiler warnings about unused variablesJiří Klimeš2015-03-283-2/+10
* fixed CHACHA20-POLY1305 in DTLSNikos Mavrogiannopoulos2015-03-281-1/+1
* gnutls-cli: added chacha-poly1305 into benchmarksNikos Mavrogiannopoulos2015-03-282-0/+4
* when calculating record overhead account for chacha20 which doesn't send the ...Nikos Mavrogiannopoulos2015-03-281-4/+7
* tests: include chacha20 into transfer testsNikos Mavrogiannopoulos2015-03-282-0/+6
* Added the CHACHA20-POLY1305 ciphersuites (with random IDs)Nikos Mavrogiannopoulos2015-03-285-55/+137
* added chacha20-poly1305 as cipherNikos Mavrogiannopoulos2015-03-284-3/+63
* tests: check retvals in block ciphersNikos Mavrogiannopoulos2015-03-281-1/+1
* do not penalize CBC ciphers with the maximum send data sizeNikos Mavrogiannopoulos2015-03-281-6/+0
* doc updateNikos Mavrogiannopoulos2015-03-281-0/+1
* gnutls_record_set_max_empty_records: removedNikos Mavrogiannopoulos2015-03-284-27/+2