summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bumped versiongnutls_3_1_1Nikos Mavrogiannopoulos2012-09-027-8/+14
* removed unused codeNikos Mavrogiannopoulos2012-09-021-6/+0
* corrected deinitialization of wmnaf cache.Nikos Mavrogiannopoulos2012-09-021-2/+2
* wMNAF-based multiplicationIlya Tumaykin2012-09-0218-139/+1618
* documented fixNikos Mavrogiannopoulos2012-09-021-0/+4
* The default system_recv_timeout() doesn't include a call to recv() to avoid i...Nikos Mavrogiannopoulos2012-09-022-7/+2
* dump the errno received by selectNikos Mavrogiannopoulos2012-09-021-2/+6
* use errno_to_gerr() in _gnutls_io_check_recv().Nikos Mavrogiannopoulos2012-09-021-7/+3
* increased timeoutsNikos Mavrogiannopoulos2012-09-021-30/+13
* Do not repeatedly set timeoutNikos Mavrogiannopoulos2012-09-022-1/+4
* documented fixNikos Mavrogiannopoulos2012-09-011-0/+4
* Be tolerant is ECDSA-violating signatures.Nikos Mavrogiannopoulos2012-09-014-12/+20
* Added server mode tests for the various EC curves.Nikos Mavrogiannopoulos2012-09-011-6/+75
* Added suite for ECDSA under various curvesNikos Mavrogiannopoulos2012-09-017-8/+244
* documented fixNikos Mavrogiannopoulos2012-09-011-0/+2
* corrected ciphersuite namesNikos Mavrogiannopoulos2012-08-301-4/+4
* On Linux with /proc/sys/net/ipv6/bindv6only == 0 (which is now theNikos Mavrogiannopoulos2012-08-301-0/+11
* simplified ECDSA/DSA signature generation in tokens.Nikos Mavrogiannopoulos2012-08-273-38/+69
* documented fixNikos Mavrogiannopoulos2012-08-261-0/+4
* Revert "Use _gnutls_dsa_q_to_hash() only for warning reasons."Nikos Mavrogiannopoulos2012-08-261-13/+4
* fix DSA and ECDSA signing in smart cards.Nikos Mavrogiannopoulos2012-08-261-0/+48
* null terminate the certificate being printNikos Mavrogiannopoulos2012-08-261-1/+2
* Use _gnutls_dsa_q_to_hash() only for warning reasons.Nikos Mavrogiannopoulos2012-08-261-4/+13
* documented fixNikos Mavrogiannopoulos2012-08-261-1/+5
* Changes in password handling of certtool.Nikos Mavrogiannopoulos2012-08-253-45/+52
* Prevent the usage of strlen() on null values.Nikos Mavrogiannopoulos2012-08-251-2/+10
* doc updateNikos Mavrogiannopoulos2012-08-251-0/+3
* added new itemsNikos Mavrogiannopoulos2012-08-241-0/+5
* updatedNikos Mavrogiannopoulos2012-08-241-14/+8
* heartbeat support is no longer in the todoNikos Mavrogiannopoulos2012-08-241-1/+0
* Fix suppression rules.Simon Josefsson2012-08-241-4/+13
* Sort and add doc/tpm-api.texi.Simon Josefsson2012-08-241-25/+26
* Silence automake warning.Simon Josefsson2012-08-241-1/+1
* Generate manpages for tpm.h.Simon Josefsson2012-08-241-0/+14
* Generated.Simon Josefsson2012-08-191-0/+32
* doc fixNikos Mavrogiannopoulos2012-08-182-5/+2
* remove debuggingNikos Mavrogiannopoulos2012-08-171-1/+0
* When signing use the private key's algorithm.Nikos Mavrogiannopoulos2012-08-171-3/+3
* Use the preferred key ID when reading the pk_algorithm in openpgp keys.Nikos Mavrogiannopoulos2012-08-176-32/+64
* Added missing functionsNikos Mavrogiannopoulos2012-08-171-0/+6
* Added gnutls_sign_algorithm_get().Nikos Mavrogiannopoulos2012-08-177-0/+44
* removed unused variableNikos Mavrogiannopoulos2012-08-171-1/+0
* gnutls_sign_get_pk_algorithm and gnutls_sign_get_hash_algorithm were exported.Nikos Mavrogiannopoulos2012-08-179-18/+41
* When selecting a session signature algorithm consider the enabled.Nikos Mavrogiannopoulos2012-08-171-0/+3
* No need to ask for key password on registered keys.Nikos Mavrogiannopoulos2012-08-161-4/+7
* fix case of include fileMark Brand2012-08-161-1/+1
* fix warningsNikos Mavrogiannopoulos2012-08-163-4/+3
* Avoid stray return when compiling without trousers.Nikos Mavrogiannopoulos2012-08-161-2/+1
* avoid memory leakgnutls_3_1_0Nikos Mavrogiannopoulos2012-08-151-0/+2
* updatesNikos Mavrogiannopoulos2012-08-152-4/+89