summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc updateNikos Mavrogiannopoulos2014-05-171-0/+13
* use gnutls_set_default_priority() in examples.Nikos Mavrogiannopoulos2014-05-172-5/+11
* gnutls_x509_crt_get_signature() will return the correct signature size rather...Nikos Mavrogiannopoulos2014-05-171-1/+2
* Print the openpgp DN only when gnutls_openpgp_crt_get_name() failed appropria...Nikos Mavrogiannopoulos2014-05-171-8/+4
* corrected error checking in gnutls_x509_crt_get_extension_data()Nikos Mavrogiannopoulos2014-05-171-1/+1
* Allow null list_size argument in gnutls_certificate_get_peers()Nikos Mavrogiannopoulos2014-05-171-2/+3
* tests/slow: add -I flags necessary for out-of-source builds.Michał Górny2014-05-171-1/+3
* tests: pass PKCS12PATH to fix tests in out-of-source builds.Michał Górny2014-05-171-0/+1
* Addressed memory leak in status request extension handling during rehandshake.Nikos Mavrogiannopoulos2014-05-171-7/+20
* Avoid memory leak in safe renegotiation extension handling.Nikos Mavrogiannopoulos2014-05-171-5/+6
* Small cleanups in packet receive as well as a memory leak error.Nikos Mavrogiannopoulos2014-05-173-26/+13
* cleanup in the initialization of ECDH parameters.Nikos Mavrogiannopoulos2014-05-171-2/+7
* Eliminated memory leak on failed curve assignment.Nikos Mavrogiannopoulos2014-05-171-2/+6
* gnutls-cli: if dane verification is used but not PKIX only check the end cert...Nikos Mavrogiannopoulos2014-05-171-1/+7
* certtool: check for null prior to checking for empty passwdNikos Mavrogiannopoulos2014-05-171-1/+1
* Do not use autogen's file option for input parameters.Nikos Mavrogiannopoulos2014-05-151-4/+2
* bumped versiongnutls_3_2_14Nikos Mavrogiannopoulos2014-05-063-3/+3
* doc updateNikos Mavrogiannopoulos2014-05-041-0/+3
* When generating ECDSA keys, generate 256-bit keys by default.Nikos Mavrogiannopoulos2014-05-042-9/+15
* Corrected an off-by-one error.Nikos Mavrogiannopoulos2014-05-041-1/+1
* 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-1/+11
* doc updateNikos Mavrogiannopoulos2014-05-021-0/+3
* simplify casting to mpz_t using __mpz_struct and cleaned up mpz_t access.Nikos Mavrogiannopoulos2014-05-023-21/+22
* simplify casting to mpz_t using __mpz_struct.Nikos Mavrogiannopoulos2014-05-023-4/+2
* updated included libtasn1.Nikos Mavrogiannopoulos2014-05-0114-5877/+6022
* Added option to enable linking with nettle-miniNikos Mavrogiannopoulos2014-04-283-6/+16
* doc updateNikos Mavrogiannopoulos2014-04-281-0/+3
* removed redundant code. Reported by David Binderman.Nikos Mavrogiannopoulos2014-04-281-6/+0
* increased MAX_DATA_ENTRIES to 100.Nikos Mavrogiannopoulos2014-04-281-1/+1
* only fail DANE verification if status is non-zeroNikos Mavrogiannopoulos2014-04-281-1/+1