summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* released 3.2.16gnutls_3_2_16Nikos Mavrogiannopoulos2014-07-231-1/+1
* use const return value in ip_to_stringNikos Mavrogiannopoulos2014-07-221-3/+3
* bumped versionNikos Mavrogiannopoulos2014-07-222-2/+2
* minimum version was changed to TLS 1.0 for ciphersuites with SHA2Nikos Mavrogiannopoulos2014-07-221-10/+10
* ignore CKR_CRYPTOKI_ALREADY_INITIALIZED when returned on reinitializationNikos Mavrogiannopoulos2014-07-211-1/+1
* doc updateNikos Mavrogiannopoulos2014-07-071-0/+2
* set CKA_EC_PARAMS when generating an ECDSA keyNikos Mavrogiannopoulos2014-07-076-21/+35
* dane: Skip DANE entries that may contain unknown infoNikos Mavrogiannopoulos2014-07-061-22/+19
* dane: Added sanity check in dane_verify_crt_raw()Nikos Mavrogiannopoulos2014-07-061-0/+3
* doc updateNikos Mavrogiannopoulos2014-07-061-0/+4
* p11tool: don't outsmart user and override login typeNikos Mavrogiannopoulos2014-07-061-2/+3
* pkcs11: Removed length check of attribute as a sanity check for valid keys.Nikos Mavrogiannopoulos2014-07-041-2/+2
* doc updateNikos Mavrogiannopoulos2014-07-011-0/+2
* gnutls_pkcs11_privkey_generate2(): corrected public key extraction (for ECDSA...Nikos Mavrogiannopoulos2014-07-013-6/+12
* p11tool/certtool: use GNUTLS_SO_PIN for reading security officer's PINNikos Mavrogiannopoulos2014-07-011-3/+9
* mention that IPv4 and IPv6 address comparison is since 3.2.16.Nikos Mavrogiannopoulos2014-06-301-0/+2
* Added explicit documentation on IPv4 and IPv6 address matching.Nikos Mavrogiannopoulos2014-06-301-0/+7
* doc updateNikos Mavrogiannopoulos2014-06-301-0/+3
* tests: Added test cases for IPv4/6 matching.Nikos Mavrogiannopoulos2014-06-301-0/+136
* gnutls_x509_crt_check_hostname() checks text ip addresses as well.Nikos Mavrogiannopoulos2014-06-302-1/+70
* doc updateNikos Mavrogiannopoulos2014-06-281-0/+2
* Use inet_ntop() for printing IP addresses.Nikos Mavrogiannopoulos2014-06-282-2/+12
* initialize str to NULLNikos Mavrogiannopoulos2014-06-271-1/+1
* p11tool: Do not allow a newline as PIN.Nikos Mavrogiannopoulos2014-06-251-4/+4
* pkcs11: avoid callig _gnutls_bin2hex() when length is zero.Nikos Mavrogiannopoulos2014-06-251-1/+1
* doc: Corrections for gnutls_handshake_set_hook_function()Attila Molnar2014-06-151-3/+1
* doc updateNikos Mavrogiannopoulos2014-06-091-2/+2
* doc updateNikos Mavrogiannopoulos2014-06-091-0/+3
* Do not call the user_hello_func multiple times when performing ticket resumpt...Nikos Mavrogiannopoulos2014-06-091-1/+1
* doc updateNikos Mavrogiannopoulos2014-06-061-0/+11
* When decoding of a DN string fails, treat it as unknown string and print its ...Nikos Mavrogiannopoulos2014-06-061-4/+9
* define NN_HASH unconditionallyNikos Mavrogiannopoulos2014-06-041-6/+6
* m4/hooks.m4: use enableval rather than fixed values.Nikos Mavrogiannopoulos2014-06-031-8/+8
* doc updategnutls_3_2_15Nikos Mavrogiannopoulos2014-05-301-7/+5
* include config.hNikos Mavrogiannopoulos2014-05-291-0/+2
* bumped versionNikos Mavrogiannopoulos2014-05-292-2/+2
* updated libtasn1Nikos Mavrogiannopoulos2014-05-297-958/+449
* Prevent memory corruption due to server hello parsing.Nikos Mavrogiannopoulos2014-05-291-1/+1
* doc updateNikos Mavrogiannopoulos2014-05-291-0/+10
* Fix capitalisation of ia5StringNikos Mavrogiannopoulos2014-05-291-1/+1
* increased the maximum certificate size buffer in the PKCS #11 subsystem.Nikos 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-5/+9
* doc updateNikos Mavrogiannopoulos2014-05-231-0/+6
* Do not allow null strings to be read from ASN.1 structures.Nikos Mavrogiannopoulos2014-05-221-0/+5
* gnutls_x509_crt_get_extension_data: will return zero if data is NULL and memo...Nikos Mavrogiannopoulos2014-05-221-3/+8
* check for correct error codes in print_extensions().Nikos Mavrogiannopoulos2014-05-221-3/+3
* When assigning the TLS version, double check that it is valid.Nikos Mavrogiannopoulos2014-05-223-13/+26
* Prevent a crash by ensuring that there is a valid negotiated version.Nikos Mavrogiannopoulos2014-05-221-0/+3
* backported signature checksNikos Mavrogiannopoulos2014-05-172-4/+4