summaryrefslogtreecommitdiff
path: root/tests/safe-renegotiation
Commit message (Collapse)AuthorAgeFilesLines
* tests: testsrn.sh was removed as duplicate of safe-renegotation/ testsNikos Mavrogiannopoulos2018-03-196-12/+12
| | | | | | | Also safe-renegotiation tests were made TLS1.2-only as they do not apply to TLS1.3. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tests: safe renegotiation tests are run from top dirNikos Mavrogiannopoulos2016-07-282-39/+0
|
* tests: check gnutls_session_get_flags() for safe renegotiationNikos Mavrogiannopoulos2016-02-226-2/+73
|
* removed legacy libgcrypt flagsNikos Mavrogiannopoulos2015-07-201-1/+1
|
* reindented codeNikos Mavrogiannopoulos2013-11-086-743/+746
|
* use the same environment in all testsNikos Mavrogiannopoulos2013-10-261-3/+4
|
* fix transport parameter casts in testsStefan Bühler2013-08-256-12/+12
|
* When running tests disable PKCS #11 support to avoid detecting memory leaks ↵Nikos Mavrogiannopoulos2013-05-016-6/+6
| | | | from PKCS #11 libraries.
* safe renegotiation tests only run under valgrind in the devel environment.Nikos Mavrogiannopoulos2012-03-051-0/+3
|
* print client/server when in debuggingNikos Mavrogiannopoulos2012-02-096-6/+18
|
* Run 'make update-copyright'.Simon Josefsson2012-01-167-7/+7
|
* Further optimizations in the compression code. Re-enabled the test program ↵Nikos Mavrogiannopoulos2011-09-232-1/+1
| | | | by suppressing the zlib warning.
* Combined the safe renegotiation tests with the again-common lib.Nikos Mavrogiannopoulos2011-04-117-988/+87
|
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ↵Nikos Mavrogiannopoulos2010-12-166-303/+303
| | | | several editors tabs can be configured not to be 8 spaces and this produces artifacts with the current indentation that is a mixture of tabs and spaces.
* Fix syntax-check warning.Simon Josefsson2010-11-251-1/+0
|
* Added tests/suite which contains tests to be executed duringNikos Mavrogiannopoulos2010-10-163-141/+1
| | | | | development time and will not be distributed (not included in make dist). Added "ecore" and a new mini-eagain to test EAGAIN behavior.
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-146-40/+41
|
* Splitted safe renegotiation capabilities toNikos Mavrogiannopoulos2010-06-013-6/+6
| | | | | | | | | | | %SAFE_RENEGOTIATION: will enable safe renegotiation. This is the most secure and recommended option for clients. However this will prevent from connecting to legacy servers. %PARTIAL_RENEGOTIATION: Prevents renegotiation with clients and servers not supporting the safe renegotiation extension. (this is the default) %UNSAFE_RENEGOTIATION: Permits (re-)handshakes even unsafe ones.
* Add.Simon Josefsson2010-05-281-0/+6
|
* Fix self test.Simon Josefsson2010-05-221-3/+2
|
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-228-29/+29
|
* Add test of self renegotiation APIs.Simon Josefsson2010-05-222-1/+338
|
* Add more rengotiation self tests.Simon Josefsson2010-05-223-1/+337
|
* Add more safe renegotiation self test.Simon Josefsson2010-05-223-2/+340
|
* Remove gnutls_safe_negotiation_set_initial and gnutls_safe_renegotiation_set.Simon Josefsson2010-05-211-4/+4
|
* tests: Add srn3 to test inverse of what srn1 is testing.Simon Josefsson2010-05-033-2/+268
|
* tests: Add another safe renegotiation self tests.Simon Josefsson2010-05-032-1/+456
|
* Also test gnutls_safe_renegotiation_status API.Simon Josefsson2010-05-031-0/+8
|
* tests: Add first self-test of safe renegotiation extension.Simon Josefsson2010-05-032-0/+270
|
* Disable self-test temporarily until we make it work cross-platform.Simon Josefsson2010-04-141-1/+1
|
* Update gnulib files, fix syntax-check warnings.Simon Josefsson2010-04-131-1/+0
|
* made SAFE_RENEGOTIATION flags explicit.Nikos Mavrogiannopoulos2010-03-161-5/+5
|
* localhost -> 127.0.0.1 to work in places where localhost does not resolve.Nikos Mavrogiannopoulos2010-03-151-13/+13
|
* Extension generation in SSL 3.0 (as a reply to SCSV) is not usingNikos Mavrogiannopoulos2010-03-111-0/+4
| | | | | common code with normal extension generation. Solve issue reported by Tomas Mraz that caused SSL 3.0 renegotiation fail.
* Fix objdir != srcdir.Simon Josefsson2010-02-171-3/+3
|
* Drop bashism. Make it work on Windows.Simon Josefsson2010-02-171-7/+10
|
* Fix FSF copyright notices.Simon Josefsson2010-01-272-2/+2
|
* Added copyright notices!Nikos Mavrogiannopoulos2010-01-261-0/+20
|
* Added tests for new behaviour of client.Nikos Mavrogiannopoulos2010-01-221-4/+4
|
* Added safe renegotiation test cases. Added priority string option toNikos Mavrogiannopoulos2010-01-213-0/+135
completely disable renegotiation to assist in testing more cases.