summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnutls-cli: do not exit if fast open is not supportedstarttls-fixNikos Mavrogiannopoulos2016-08-221-2/+1
* gnutls-cli: added bufferring in starttls read of packetsNikos Mavrogiannopoulos2016-08-221-12/+29
* tests: added basic test of STARTTLS over FTP for gnutls-cliNikos Mavrogiannopoulos2016-08-223-1/+19
* tests: added basic starttls functionality testing on gnutls-cliNikos Mavrogiannopoulos2016-08-224-4/+78
* gnutls-cli: exit with error code 2 on starttls errorsNikos Mavrogiannopoulos2016-08-221-2/+2
* tests: fixed fastopen.sh to operate from cmdNikos Mavrogiannopoulos2016-08-221-4/+4
* doc updateNikos Mavrogiannopoulos2016-08-221-0/+2
* gnutls-cli: fixed the behavior when --starttls or --starttls-proto is givenNikos Mavrogiannopoulos2016-08-223-15/+27
* Fix HANDLE_LEAK and memory leak issues.SUMIT AGGARWAL2016-08-222-1/+6
* gnutls-cli: print 'Handshake was completed'Nikos Mavrogiannopoulos2016-08-222-2/+3
* tests: openpgp-certs tests were moved to cert-testsNikos Mavrogiannopoulos2016-08-1017-62/+28
* gnutls_key_generate: fail if the state of the library is invalidNikos Mavrogiannopoulos2016-08-101-1/+4
* tests: mini-dtls-hello-verify: ignore SIGPIPE to avoid unexpected crashesNikos Mavrogiannopoulos2016-08-101-0/+3
* gnutls_safe_renegotiation_status: changed return type to unsignedNikos Mavrogiannopoulos2016-08-092-2/+2
* doc updateNikos Mavrogiannopoulos2016-08-091-1/+2
* tests: removed unused variables from testsNikos Mavrogiannopoulos2016-08-093-59/+3
* doc updateNikos Mavrogiannopoulos2016-08-091-0/+8
* tests: Add tests for X509 IP constraintsMartin Ukrop2016-08-094-2/+946
* x509: Add support for IP constraintsMartin Ukrop2016-08-092-112/+344
* tests: Add more IP conversion unit testsMartin Ukrop2016-08-093-6/+63
* tests: added unit test for ip_in_cidr functionNikos Mavrogiannopoulos2016-08-092-1/+98
* x509: Separate out IP handling functionsMartin Ukrop2016-08-0911-191/+386
* tests: Add corner case tests for name constraints, improve docMartin Ukrop2016-08-092-1/+25
* Add more ignored filesMartin Ukrop2016-08-091-0/+4
* Change ca3 and related certificate to include an intermediate CA in the chain.Stefan Sørensen2016-08-0910-198/+483
* Revert "tests: check gnutls_certificate_get_x509_crt with more than one certi...Nikos Mavrogiannopoulos2016-08-092-82/+30
* tests: do not run srp test when no SRP support is compiled inNikos Mavrogiannopoulos2016-08-091-1/+1
* tests: moved child status error checking code in utils.hNikos Mavrogiannopoulos2016-08-0961-337/+91
* latex: updated sources for new functionsNikos Mavrogiannopoulos2016-08-092-1/+5
* updated auto-generated filesgnutls_3_5_3Nikos Mavrogiannopoulos2016-08-093-0/+9
* released 3.5.3Nikos Mavrogiannopoulos2016-08-091-3/+3
* gnutls_transport_set_fastopen: added flags optionstcp-fast-openNikos Mavrogiannopoulos2016-08-084-4/+7
* doc updateNikos Mavrogiannopoulos2016-08-081-0/+7
* Fix gnutls_pkcs12_simple_parse to always extract the complete chainstefan-fixesStefan Sørensen2016-08-081-20/+15
* tests: check gnutls_certificate_get_x509_crt with more than one certificatesNikos Mavrogiannopoulos2016-08-082-30/+82
* tests: Use common ca3 test certificates in x509cert, x509dn and x509self tests.Stefan Sørensen2016-08-083-307/+32
* tests: Remove zero-termination of gnutls_datum encapsulated certificatesStefan Sørensen2016-08-081-17/+17
* Fix invalid pointer operation in gnutls_certificate_get_x509_crtStefan Sørensen2016-08-081-2/+2
* tests: added check for errors when importing illegal RSA keysNikos Mavrogiannopoulos2016-08-087-3/+345
* x509: call the fixup functions after loading private keysNikos Mavrogiannopoulos2016-08-082-12/+41
* nettle: use rsa_*_key_prepare on key importNikos Mavrogiannopoulos2016-08-081-10/+52
* tests: added missing backslash in key-tests MakefileNikos Mavrogiannopoulos2016-08-081-1/+1
* Revert "nettle: use rsa_*_key_prepare"Nikos Mavrogiannopoulos2016-08-081-32/+12
* gnutls.h: moved all compatibility defines outside the enumNikos Mavrogiannopoulos2016-08-081-8/+11
* prepared for release 3.5.3Nikos Mavrogiannopoulos2016-08-082-4/+4
* tests: use gnutls_record_set_timeout instead of kill child processesNikos Mavrogiannopoulos2016-08-053-3/+8
* tests: mini-record modify in a way to be more fail safeNikos Mavrogiannopoulos2016-08-051-4/+6
* pkcs11: is_object_pkcs11_url -> is_pkcs11_url_objectNikos Mavrogiannopoulos2016-08-052-3/+5
* tests: ignore sigpipe in mini-recordNikos Mavrogiannopoulos2016-08-051-0/+1
* gnutls_fips140_mode_enabled: changed return type to unsignedNikos Mavrogiannopoulos2016-08-052-2/+2