summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* more files to ignoreNikos Mavrogiannopoulos2014-05-171-0/+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
* changed port of DSA testNikos Mavrogiannopoulos2014-05-171-1/+1
* 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
* initialize string in gnutls_x509_ext_import_basic_constraints().Nikos Mavrogiannopoulos2014-05-171-1/+1
* 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
* certificate verification is performed asynchronously.Nikos Mavrogiannopoulos2014-05-171-11/+28
* doc updateNikos Mavrogiannopoulos2014-05-151-0/+3
* enhanced the danetool usage instructions.Nikos Mavrogiannopoulos2014-05-151-1/+2
* Do not use autogen's file option for input parameters.Nikos Mavrogiannopoulos2014-05-151-6/+3
* certtool: check for null prior to checking for empty passwdNikos Mavrogiannopoulos2014-05-141-1/+1
* cleanup in the initialization of ECDH parameters.Nikos Mavrogiannopoulos2014-05-141-7/+7
* Eliminated memory leak on failed curve assignment.Nikos Mavrogiannopoulos2014-05-141-2/+6
* gnutls-cli: if dane verification is used but not PKIX only check the end cert...Nikos Mavrogiannopoulos2014-05-131-1/+7
* doc updateNikos Mavrogiannopoulos2014-05-131-1/+1
* use gnutls_set_default_priority() in examples.Nikos Mavrogiannopoulos2014-05-112-4/+9
* doc updateNikos Mavrogiannopoulos2014-05-101-1/+0
* Revert "Added dane_verify_crt_raw2() which allows verifying against the certi...Nikos Mavrogiannopoulos2014-05-103-89/+7
* Revert "corrected prototypes for dane_verify_crt_raw2()."Nikos Mavrogiannopoulos2014-05-102-4/+2
* corrected prototypes for dane_verify_crt_raw2().Nikos Mavrogiannopoulos2014-05-102-2/+4
* export gnutls_memset().Nikos Mavrogiannopoulos2014-05-104-9/+22
* doc updateNikos Mavrogiannopoulos2014-05-101-1/+4
* Added dane_verify_crt_raw2() which allows verifying against the certificate n...Nikos Mavrogiannopoulos2014-05-103-7/+89
* Improved dane_verify_session_crt(), which now attempts to create a full chain.Nikos Mavrogiannopoulos2014-05-101-2/+71
* removed legacy code.Nikos Mavrogiannopoulos2014-05-1022-78/+58
* Added gnutls_credentials_get().Nikos Mavrogiannopoulos2014-05-103-0/+41
* Added gnutls-serv option --verify-client-cert.Nikos Mavrogiannopoulos2014-05-092-1/+8
* Addressed memory leak in status request extension handling during rehandshake.Nikos Mavrogiannopoulos2014-05-091-7/+20
* Addressed memory leaks in DHE and ECDHE rehandshakes.Nikos Mavrogiannopoulos2014-05-092-0/+16
* updated cross compilation Makefile.Nikos Mavrogiannopoulos2014-05-091-5/+8
* Avoid memory leak in safe renegotiation extension handling.Nikos Mavrogiannopoulos2014-05-081-5/+6
* Small cleanups in packet receive as well as a memory leak error.Nikos Mavrogiannopoulos2014-05-083-26/+13
* doc updateNikos Mavrogiannopoulos2014-05-071-2/+2
* doc updateNikos Mavrogiannopoulos2014-05-071-0/+9
* updated documentation on library initialization to reflex the changes in 3.3.0.Nikos Mavrogiannopoulos2014-05-071-31/+19
* re-enabled gnutls_global_set_mutex().Nikos Mavrogiannopoulos2014-05-071-4/+13
* Do not run autogen twice to generate the header files.Nikos Mavrogiannopoulos2014-05-061-9/+19
* Ship suppressions.valgrindgnutls_3_3_2Nikos Mavrogiannopoulos2014-05-061-1/+2
* bumped versionNikos Mavrogiannopoulos2014-05-063-3/+3
* Ensure that there is no remainders in the TLS handshake packets.Nikos Mavrogiannopoulos2014-05-052-7/+16
* Account the length byte in SRP extension.Nikos Mavrogiannopoulos2014-05-051-0/+2
* doc updateNikos Mavrogiannopoulos2014-05-051-0/+3
* Do not set "NORMAL" as default priority string.Nikos Mavrogiannopoulos2014-05-051-3/+0
* fixed typoNikos Mavrogiannopoulos2014-05-051-1/+1
* Added the 'very weak' certificate verification profile.Nikos Mavrogiannopoulos2014-05-056-1/+21
* doc updateNikos Mavrogiannopoulos2014-05-051-2/+2
* test ECC keys were upgraded to secp256r1Nikos Mavrogiannopoulos2014-05-044-65/+86