summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Don't fail on 'make distcheck'.Simon Josefsson2010-12-061-1/+1
|
* Indent code.Simon Josefsson2010-12-062-7/+8
|
* Temporarily remove gendh test. It takes extremely long time under valgrind.Nikos Mavrogiannopoulos2010-12-051-1/+1
|
* Reverted default behavior for verification and introduced ↵Nikos Mavrogiannopoulos2010-11-261-6/+13
| | | | | | GNUTLS_VERIFY_DO_NOT_ALLOW_X509_V1_CA_CRT. Thus by default V1 trusted CAs are allowed, unless the new flag is specified.
* Remove, it is generated.Simon Josefsson2010-11-251-1868/+0
|
* Fix syntax-check warning.Simon Josefsson2010-11-251-1/+0
|
* Create Makefile in tests/suite/Nikos Mavrogiannopoulos2010-11-191-0/+1868
|
* Deprecate the netconf password and use a key only.Nikos Mavrogiannopoulos2010-11-192-81/+1
|
* Removed check on deprecated feature (finished).Nikos Mavrogiannopoulos2010-11-072-294/+1
|
* Added tests/suite which contains tests to be executed duringNikos Mavrogiannopoulos2010-10-16126-3/+44933
| | | | | development time and will not be distributed (not included in make dist). Added "ecore" and a new mini-eagain to test EAGAIN behavior.
* Add self test gendh to check DH generation.Simon Josefsson2010-10-142-1/+49
|
* Fix compiler warnings.Simon Josefsson2010-10-141-2/+4
|
* Cleanup, fixing distcheck.Simon Josefsson2010-10-141-0/+2
|
* Make it work with srcdir != objdir.Simon Josefsson2010-10-141-6/+14
|
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-1453-199/+260
|
* Avoid bashism.Simon Josefsson2010-09-301-1/+1
| | | | | Reported by m.drochner@fz-juelich.de in <http://savannah.gnu.org/support/?107449>.
* Make pkcs8-decode test work on Windows.Simon Josefsson2010-09-302-1/+3
|
* Corrected behavior on failure (don't crash).Nikos Mavrogiannopoulos2010-09-291-2/+1
|
* Add an OpenPGP authentication unit test.Ludovic Courtès2010-09-192-6/+289
| | | | | | | | | * tests/Makefile.am (ctests)[ENABLE_OPENPGP]: Add `openpgp-auth'. (TESTS_ENVIRONMENT): Add `srcdir'. * tests/openpgp-auth.c: New file. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* As identified in a previous mail, I've added support for accessing / displayingBrad Hards2010-08-202-1/+143
| | | | | | | the subjectUniqueID and issuerUniqueID fields within an X.509 certificate. This is provided (along with a test case) in the attached patch. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* mini-eagain will fail with EAGAIN error one every two attempts. That is to ↵Nikos Mavrogiannopoulos2010-08-171-33/+38
| | | | remove probabilities.
* Better handling of security parameters to key sizes matching (via a single ↵Nikos Mavrogiannopoulos2010-07-231-1/+1
| | | | | | table). Added functions to return the security parameter of a private key.
* added missing file key-subca-dsa.pemNikos Mavrogiannopoulos2010-07-231-1/+1
|
* Modified the cacertrsamd5 short-cut. The test was checking whetherNikos Mavrogiannopoulos2010-06-271-7/+7
| | | | | | | | | | verification using a trusted insecurely signed self signed certificate will fail against a chain that has this as intermediate. However this test should have succeeded since the insecure certificate is trusted. This isn't the purpose of this test however. It should have checked whether using the same certificate as trusted and to be verified and the GNUTLS_VERIFY_DO_NOT_ALLOW_SAME flag should return an error.
* Fail on error.Nikos Mavrogiannopoulos2010-06-271-1/+1
|
* Allow SHA224 hash in certtool. Added tests for SHA-256 and SHA-224 for DSA.Nikos Mavrogiannopoulos2010-06-144-31/+66
|
* Simplified and made more safe the packing of data for session storage. ↵Nikos Mavrogiannopoulos2010-06-133-417/+14
| | | | | | | | | Extensions use the internal API to store/retrieve during resumption. Removed OPRFI since it was never standardized and was never actually included in gnutls since it was in inactive ifdef. This was instead of rewriting it to use the new API.
* Remove the correct fileNikos Mavrogiannopoulos2010-06-031-1/+1
|
* Added missing files.Nikos Mavrogiannopoulos2010-06-032-0/+48
|
* Test the DSA with SHA256 as well.Nikos Mavrogiannopoulos2010-06-032-3/+69
|
* reduced log level to a sane oneNikos Mavrogiannopoulos2010-06-031-1/+1
|
* Corrected for new output of --print-certificate-infoNikos Mavrogiannopoulos2010-06-032-0/+2
|
* Print information on failure.Nikos Mavrogiannopoulos2010-06-031-9/+28
|
* Only print output if something failsNikos Mavrogiannopoulos2010-06-034-22/+27
|
* Added debuggingNikos Mavrogiannopoulos2010-06-031-1/+12
|
* Corrected to support new EV_ values.Nikos Mavrogiannopoulos2010-06-031-1/+1
|
* avoid calling gcrypt directly.Nikos Mavrogiannopoulos2010-06-033-4/+0
|
* exported gnutls_rnd().Nikos Mavrogiannopoulos2010-06-031-5/+4
|
* Updated self tests and examples to avoid using deprecated functions such asNikos Mavrogiannopoulos2010-06-031-0/+1
| | | | gnutls_certificate_server_set_retrieve_function and the sign callback.
* Added support for libnettle backend. This uses gmp for big number operations.Nikos Mavrogiannopoulos2010-06-031-1/+1
| | | | It is not currently completed. It lacks RSA blinding as well as optimizations.
* Updated self tests and examples to avoid using deprecated functions such asNikos Mavrogiannopoulos2010-06-034-516/+7
| | | | gnutls_certificate_server_set_retrieve_function and the sign callback.
* 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-2282-299/+299
|
* 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
|