Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bumped versiongnutls_3_1_1 | Nikos Mavrogiannopoulos | 2012-09-02 | 7 | -8/+14 |
* | removed unused code | Nikos Mavrogiannopoulos | 2012-09-02 | 1 | -6/+0 |
* | corrected deinitialization of wmnaf cache. | Nikos Mavrogiannopoulos | 2012-09-02 | 1 | -2/+2 |
* | wMNAF-based multiplication | Ilya Tumaykin | 2012-09-02 | 18 | -139/+1618 |
* | documented fix | Nikos Mavrogiannopoulos | 2012-09-02 | 1 | -0/+4 |
* | The default system_recv_timeout() doesn't include a call to recv() to avoid i... | Nikos Mavrogiannopoulos | 2012-09-02 | 2 | -7/+2 |
* | dump the errno received by select | Nikos Mavrogiannopoulos | 2012-09-02 | 1 | -2/+6 |
* | use errno_to_gerr() in _gnutls_io_check_recv(). | Nikos Mavrogiannopoulos | 2012-09-02 | 1 | -7/+3 |
* | increased timeouts | Nikos Mavrogiannopoulos | 2012-09-02 | 1 | -30/+13 |
* | Do not repeatedly set timeout | Nikos Mavrogiannopoulos | 2012-09-02 | 2 | -1/+4 |
* | documented fix | Nikos Mavrogiannopoulos | 2012-09-01 | 1 | -0/+4 |
* | Be tolerant is ECDSA-violating signatures. | Nikos Mavrogiannopoulos | 2012-09-01 | 4 | -12/+20 |
* | Added server mode tests for the various EC curves. | Nikos Mavrogiannopoulos | 2012-09-01 | 1 | -6/+75 |
* | Added suite for ECDSA under various curves | Nikos Mavrogiannopoulos | 2012-09-01 | 7 | -8/+244 |
* | documented fix | Nikos Mavrogiannopoulos | 2012-09-01 | 1 | -0/+2 |
* | corrected ciphersuite names | Nikos Mavrogiannopoulos | 2012-08-30 | 1 | -4/+4 |
* | On Linux with /proc/sys/net/ipv6/bindv6only == 0 (which is now the | Nikos Mavrogiannopoulos | 2012-08-30 | 1 | -0/+11 |
* | simplified ECDSA/DSA signature generation in tokens. | Nikos Mavrogiannopoulos | 2012-08-27 | 3 | -38/+69 |
* | documented fix | Nikos Mavrogiannopoulos | 2012-08-26 | 1 | -0/+4 |
* | Revert "Use _gnutls_dsa_q_to_hash() only for warning reasons." | Nikos Mavrogiannopoulos | 2012-08-26 | 1 | -13/+4 |
* | fix DSA and ECDSA signing in smart cards. | Nikos Mavrogiannopoulos | 2012-08-26 | 1 | -0/+48 |
* | null terminate the certificate being print | Nikos Mavrogiannopoulos | 2012-08-26 | 1 | -1/+2 |
* | Use _gnutls_dsa_q_to_hash() only for warning reasons. | Nikos Mavrogiannopoulos | 2012-08-26 | 1 | -4/+13 |
* | documented fix | Nikos Mavrogiannopoulos | 2012-08-26 | 1 | -1/+5 |
* | Changes in password handling of certtool. | Nikos Mavrogiannopoulos | 2012-08-25 | 3 | -45/+52 |
* | Prevent the usage of strlen() on null values. | Nikos Mavrogiannopoulos | 2012-08-25 | 1 | -2/+10 |
* | doc update | Nikos Mavrogiannopoulos | 2012-08-25 | 1 | -0/+3 |
* | added new items | Nikos Mavrogiannopoulos | 2012-08-24 | 1 | -0/+5 |
* | updated | Nikos Mavrogiannopoulos | 2012-08-24 | 1 | -14/+8 |
* | heartbeat support is no longer in the todo | Nikos Mavrogiannopoulos | 2012-08-24 | 1 | -1/+0 |
* | Fix suppression rules. | Simon Josefsson | 2012-08-24 | 1 | -4/+13 |
* | Sort and add doc/tpm-api.texi. | Simon Josefsson | 2012-08-24 | 1 | -25/+26 |
* | Silence automake warning. | Simon Josefsson | 2012-08-24 | 1 | -1/+1 |
* | Generate manpages for tpm.h. | Simon Josefsson | 2012-08-24 | 1 | -0/+14 |
* | Generated. | Simon Josefsson | 2012-08-19 | 1 | -0/+32 |
* | doc fix | Nikos Mavrogiannopoulos | 2012-08-18 | 2 | -5/+2 |
* | remove debugging | Nikos Mavrogiannopoulos | 2012-08-17 | 1 | -1/+0 |
* | When signing use the private key's algorithm. | Nikos Mavrogiannopoulos | 2012-08-17 | 1 | -3/+3 |
* | Use the preferred key ID when reading the pk_algorithm in openpgp keys. | Nikos Mavrogiannopoulos | 2012-08-17 | 6 | -32/+64 |
* | Added missing functions | Nikos Mavrogiannopoulos | 2012-08-17 | 1 | -0/+6 |
* | Added gnutls_sign_algorithm_get(). | Nikos Mavrogiannopoulos | 2012-08-17 | 7 | -0/+44 |
* | removed unused variable | Nikos Mavrogiannopoulos | 2012-08-17 | 1 | -1/+0 |
* | gnutls_sign_get_pk_algorithm and gnutls_sign_get_hash_algorithm were exported. | Nikos Mavrogiannopoulos | 2012-08-17 | 9 | -18/+41 |
* | When selecting a session signature algorithm consider the enabled. | Nikos Mavrogiannopoulos | 2012-08-17 | 1 | -0/+3 |
* | No need to ask for key password on registered keys. | Nikos Mavrogiannopoulos | 2012-08-16 | 1 | -4/+7 |
* | fix case of include file | Mark Brand | 2012-08-16 | 1 | -1/+1 |
* | fix warnings | Nikos Mavrogiannopoulos | 2012-08-16 | 3 | -4/+3 |
* | Avoid stray return when compiling without trousers. | Nikos Mavrogiannopoulos | 2012-08-16 | 1 | -2/+1 |
* | avoid memory leakgnutls_3_1_0 | Nikos Mavrogiannopoulos | 2012-08-15 | 1 | -0/+2 |
* | updates | Nikos Mavrogiannopoulos | 2012-08-15 | 2 | -4/+89 |