Updated FIPS140 initialization and added a self test for it.
[gnutls:gnutls.git] / tests / Makefile.am
2013-11-27 Nikos Mavrogiannop... Updated FIPS140 initialization and added a self test...
2013-11-22 Nikos Mavrogiannop... mini-deflate was combined with mini-record-2
2013-10-26 Nikos Mavrogiannop... LC_ALL is set to C to have predictable outputs in tests.
2013-08-31 Nikos Mavrogiannop... Added test to send variable packet sizes.
2013-08-30 Nikos Mavrogiannop... Added test program for RSA-PSK key exchange.
2013-08-29 Nikos Mavrogiannop... Added test to verify the correct operation of gnutls_ce...
2013-07-29 Nikos Mavrogiannop... Added test for the range functionality.
2013-07-26 Nikos Mavrogiannop... Updated mini test.
2013-07-25 Nikos Mavrogiannop... Added a test that checks whether the priorities behave...
2013-06-19 Nikos Mavrogiannop... Added test to verify whether DTLS layer will send GNUTL...
2013-05-29 Nikos Mavrogiannop... Check overhead in DTLS.
2013-05-20 Nikos Mavrogiannop... Added test for hello verify message
2013-04-10 Nikos Mavrogiannop... Added support for the ALPN extension.
2013-04-06 Nikos Mavrogiannop... Added test for record ranges.
2013-02-10 Nikos Mavrogiannop... removed duplicate gnutls_3_1_8
2013-02-10 Nikos Mavrogiannop... slow tests moved at the end of the suite
2013-01-29 Nikos Mavrogiannop... Fixed compilation of mini-xssl.
2013-01-27 Nikos Mavrogiannop... Added new interface.
2013-01-15 Nikos Mavrogiannop... Added functions to assist buffering during transmission.
2013-01-02 Nikos Mavrogiannop... Added test for duplicate packet detection in DTLS.
2012-11-01 Nikos Mavrogiannop... Added test on DTLS SRTP functions.
2012-10-28 Elias PippingFix out-of-source tests
2012-10-10 Nikos Mavrogiannop... Bug fixes in the openssl encrypted PEM key parsing.
2012-10-02 Nikos Mavrogiannop... Added test to verify that callbacks are being actually...
2012-09-25 Nikos Mavrogiannop... All external libraries that were in LDFLAGS are moved...
2012-09-22 Nikos Mavrogiannop... Added a test of heartbeat ping exchange.
2012-09-16 Nikos Mavrogiannop... Added function to sort the provided certificate chain...
2012-08-11 Nikos Mavrogiannop... Added test that checks the handshake timeout.
2012-07-06 Nikos Mavrogiannop... no tpm test
2012-07-06 Nikos Mavrogiannop... distinguish password errors and use the internal octet...
2012-07-02 Nikos Mavrogiannop... Added test application that tests GNUTLS_E_LARGE_PACKET...
2012-06-09 Nikos Mavrogiannop... Changed prototype for gnutls_pkcs12_simple_parse()...
2012-06-05 Nikos Mavrogiannop... moved ca-certs.
2012-06-04 Nikos Mavrogiannop... Added new test program.
2012-05-29 Nikos Mavrogiannop... Corrected handling of handshake packets that span multi...
2012-03-31 Nikos Mavrogiannop... Make sure that GNUTLS_E_PREMATURE_TERMINATION is return...
2012-03-01 Nikos Mavrogiannop... Added SRP test.
2012-02-29 Nikos Mavrogiannop... Added test for invalid record packet sizes.
2012-02-26 Nikos Mavrogiannop... Added mini-dtls-rehandshake.c to test rehandshake in...
2012-02-26 Nikos Mavrogiannop... removed redundant test.
2012-02-25 Nikos Mavrogiannop... use valgrind only on development environment.
2012-02-18 Nikos Mavrogiannop... The public key storage backend was made extendable.
2012-02-14 Nikos Mavrogiannop... Added DTLS-stress test.
2012-02-11 Nikos Mavrogiannop... added test to check whether the DTLS timeout is within...
2012-02-08 Nikos Mavrogiannop... mini-loss2 is more robust.
2012-02-08 Nikos Mavrogiannop... Added test program mini-loss2.
2012-02-08 Nikos Mavrogiannop... Added test to simulate loss of packets in DTLS.
2012-01-21 Nikos Mavrogiannop... Added functions to parse authority key identifiers...
2012-01-20 Simon JosefssonAdd OCSP functionality.
2012-01-16 Simon JosefssonRun 'make update-copyright'.
2012-01-08 Nikos Mavrogiannop... Added gnutls_pubkey_encrypt_data().
2011-12-30 Nikos Mavrogiannop... do not use valgrind in windows
2011-12-30 Nikos Mavrogiannop... link libutils with libgnu.
2011-12-01 Nikos Mavrogiannop... cipher-test is now run without valgrind
2011-11-11 Nikos Mavrogiannop... slow tests are not being run using valgrind
2011-11-11 Nikos Mavrogiannop... Added gnutls_x509_privkey_verify_params() which verifie...
2011-11-10 Nikos Mavrogiannop... Added ECDSA key generation, signing and verification...
2011-11-08 Simon JosefssonRe-indent.
2011-10-20 Nikos Mavrogiannop... libgnutls-extra is no more.
2011-09-23 Nikos Mavrogiannop... Further optimizations in the compression code. Re-enabl...
2011-09-22 Nikos Mavrogiannop... deflate test moved out
2011-09-22 Nikos Mavrogiannop... Simplified and corrected decompression and compression.
2011-09-21 Simon JosefssonAdded gnutls_x509_crt_get_authority_info_access.
2011-08-02 Simon JosefssonUpdate gnulib files. Fix syntax-check usage.
2011-06-04 Nikos Mavrogiannop... Added gnutls_x509_trust_list_add_named_crt() and
2011-06-02 Nikos Mavrogiannop... gnutls/crypto.h no longer includes functions to registe...
2011-05-03 Nikos Mavrogiannop... Added gnutls_certificate_get_issuer() to allow getting...
2011-04-12 Nikos Mavrogiannop... Added test vectors for AES,SHAxxx and MD5.
2011-04-08 Nikos Mavrogiannop... Better way of not including the tests/suite directory...
2011-04-03 Nikos Mavrogiannop... Added support for non-blocking DTLS.
2011-03-30 Nikos Mavrogiannop... Reorganized scripts that use test servers, based on...
2011-03-19 Nikos Mavrogiannop... Added test to verify connections with DSA keys of vario...
2011-03-16 Nikos Mavrogiannop... Corrected nettle's RNG behavior on fork and added a...
2011-02-09 Nikos Mavrogiannop... Added new test openpgp-auth2.c that tests openpgp under...
2011-02-06 Nikos Mavrogiannop... Removed inner application extension.
2010-12-06 Simon JosefssonDon't fail on 'make distcheck'.
2010-12-05 Nikos Mavrogiannop... Temporarily remove gendh test. It takes extremely long...
2010-11-19 Nikos Mavrogiannop... Deprecate the netconf password and use a key only.
2010-11-07 Nikos Mavrogiannop... Removed check on deprecated feature (finished).
2010-10-16 Nikos Mavrogiannop... Added tests/suite which contains tests to be executed...
2010-10-14 Simon JosefssonAdd self test gendh to check DH generation.
2010-09-19 Ludovic CourtèsAdd an OpenPGP authentication unit test.
2010-08-20 Brad HardsAs identified in a previous mail, I've added support...
2010-06-13 Nikos Mavrogiannop... Simplified and made more safe the packing of data for...
2010-06-03 Nikos Mavrogiannop... Updated self tests and examples to avoid using deprecat...
2010-05-22 Simon JosefssonChange GNUTLS into GnuTLS.
2010-05-03 Simon Josefssontests: Add small X.509 rehandshake test.
2010-05-03 Simon Josefssontests: Add mini-x509 self-test.
2010-03-30 Nikos Mavrogiannop... Valgrind -q is now set by the valgrind detection script...
2010-03-20 Nikos Mavrogiannop... Reduced several unneeded messages during the make check...
2010-01-27 Simon JosefssonUpdate copyright years.
2010-01-27 Simon JosefssonFix FSF copyright notices.
2010-01-21 Nikos Mavrogiannop... Added safe renegotiation test cases. Added priority...
2009-11-03 Simon JosefssonUse INET_NTOP_LIB and INET_PTON_LIB.
2009-10-14 Simon JosefssonAdd self test to test PKCS#12 functions.
2009-09-10 Brad HardsAdd X509 Issuer Altname functions
2009-08-08 Nikos Mavrogiannop... Merge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2009-08-06 Simon JosefssonMove comment into source.
2009-08-06 Simon JosefssonFix invocation of rfc2253-escape-test.
2009-08-05 Simon JosefssonAdd self-test of RFC 2253 escaping.
next