summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* released 3.1.26gnutls_3_1_26Nikos Mavrogiannopoulos2014-08-241-1/+1
* record: tolerate a finished packet with errors in DTLSNikos Mavrogiannopoulos2014-08-231-0/+1
* doc updateNikos Mavrogiannopoulos2014-08-231-0/+3
* record: in DTLS discard only messages that cause unexpected packet errorsNikos Mavrogiannopoulos2014-08-231-1/+5
* bumped versionsNikos Mavrogiannopoulos2014-08-172-2/+2
* doc updateNikos Mavrogiannopoulos2014-08-171-0/+3
* tests: check that gnutls_x509_crt_check_hostname() will correctly use the las...Nikos Mavrogiannopoulos2014-08-171-0/+51
* when checking the hostname of a certificate with multiple CNs use the "most s...Nikos Mavrogiannopoulos2014-08-171-7/+13
* doc updateNikos Mavrogiannopoulos2014-08-111-0/+3
* tests: updated string to keys tests for new internal APINikos Mavrogiannopoulos2014-08-111-2/+2
* tests: test the decoding of a PKCS #12 structure with SHA256 MACNikos Mavrogiannopoulos2014-08-113-1/+9
* pkcs11: Allow verification with structures that support other than HMAC-SHA1 ...Nikos Mavrogiannopoulos2014-08-115-24/+51
* doc updateNikos Mavrogiannopoulos2014-08-041-0/+2
* pkcs8: initialize parameters on decryptionNikos Mavrogiannopoulos2014-08-041-0/+1
* updated auto-generated filesNikos Mavrogiannopoulos2014-07-062-3/+5
* doc updateNikos Mavrogiannopoulos2014-07-061-0/+7
* Added so-login flag to force security office login to the cardNikos Mavrogiannopoulos2014-07-063-20/+31
* p11tool: don't outsmart user and override login typeNikos Mavrogiannopoulos2014-07-061-1/+3
* gnutls_pkcs11_privkey_generate2(): corrected public key extraction (for ECDSA...Nikos Mavrogiannopoulos2014-07-012-7/+12
* p11tool: Do not allow a newline as PIN.Nikos Mavrogiannopoulos2014-06-251-1/+1
* pkcs11: avoid callig _gnutls_bin2hex() when length is zero.Nikos Mavrogiannopoulos2014-06-251-1/+1
* x509cert-tl: backported check from masterNikos Mavrogiannopoulos2014-06-101-41/+68
* doc updateNikos Mavrogiannopoulos2014-06-101-0/+5
* When decoding of a DN string fails, treat it as unknown string and print its ...Nikos Mavrogiannopoulos2014-06-101-2/+3
* doc updateNikos Mavrogiannopoulos2014-06-091-0/+9
* Do not call the user_hello_func multiple times when performing ticket resumpt...Nikos Mavrogiannopoulos2014-06-091-1/+1
* doc updategnutls_3_1_25Nikos Mavrogiannopoulos2014-05-301-3/+4
* doc updateNikos Mavrogiannopoulos2014-05-291-0/+3
* bumped versionNikos Mavrogiannopoulos2014-05-292-2/+2
* updated libtasn1Nikos Mavrogiannopoulos2014-05-2914-1333/+953
* Prevent memory corruption due to server hello parsing.Nikos Mavrogiannopoulos2014-05-291-1/+1
* doc updateNikos Mavrogiannopoulos2014-05-291-0/+16
* increased the maximum certificate size buffer in the PKCS #11 subsystem.Nikos Mavrogiannopoulos2014-05-291-1/+1
* Fix capitalisation of ia5StringNikos Mavrogiannopoulos2014-05-291-1/+1
* check the return code of getpwuid_r()Nikos Mavrogiannopoulos2014-05-291-2/+3
* ocsptool: Include path in ocsp request.Nikos Mavrogiannopoulos2014-05-261-6/+11
* gnutls_x509_crt_get_signature: corrected return sizeNikos Mavrogiannopoulos2014-05-171-1/+1
* backported signature checks.Nikos Mavrogiannopoulos2014-05-172-4/+5
* bumped version.gnutls_3_1_24Nikos Mavrogiannopoulos2014-05-063-3/+3
* doc updateNikos Mavrogiannopoulos2014-05-051-0/+3
* When generating ECDSA keys, generate 256-bit keys by default.Nikos Mavrogiannopoulos2014-05-051-7/+9
* doc updateNikos Mavrogiannopoulos2014-05-051-0/+2
* small fixes identified by coverity.Nikos Mavrogiannopoulos2014-05-054-4/+9
* doc updateNikos Mavrogiannopoulos2014-05-041-0/+3
* initialize to null the SRP extension data on allocation.Nikos Mavrogiannopoulos2014-05-041-1/+1
* Better check for null signature method.Nikos Mavrogiannopoulos2014-05-041-1/+2
* More precise packet length checking.Nikos Mavrogiannopoulos2014-05-043-6/+11
* doc updateNikos Mavrogiannopoulos2014-04-281-0/+3
* increased MAX_DATA_ENTRIES to 100.Nikos Mavrogiannopoulos2014-04-281-1/+1
* Accept a certificate using DANE if there is at least one entry that matches t...Nikos Mavrogiannopoulos2014-04-281-2/+28