summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added test on UTF-8 certificate generation.Nikos Mavrogiannopoulos2012-11-214-1/+65
* updated for new outputNikos Mavrogiannopoulos2012-11-206-7/+9
* updated certificates to parse 2.5.29.32.Nikos Mavrogiannopoulos2012-11-192-6/+7
* Added simple check for bmpstring decoding.Nikos Mavrogiannopoulos2012-11-193-1/+185
* Added small textNikos Mavrogiannopoulos2012-11-151-0/+4
* build: only run the dane cert test if dane is enabled.Diego Elio Pettenò2012-11-101-1/+5
* last changes for release.gnutls_3_1_4Nikos Mavrogiannopoulos2012-11-103-2/+20
* Allow easier marking of insecure algorithms.Nikos Mavrogiannopoulos2012-11-081-2/+7
* Added conditional to disable DTLS-SRTP support.Nikos Mavrogiannopoulos2012-11-051-2/+2
* corrected SRTP profile namesNikos Mavrogiannopoulos2012-11-051-4/+4
* check pathlen constraints.Nikos Mavrogiannopoulos2012-11-022-2/+1
* updated testNikos Mavrogiannopoulos2012-11-021-2/+2
* Added verification flag GNUTLS_VERIFY_DO_NOT_ALLOW_UNSORTED_CHAINNikos Mavrogiannopoulos2012-11-021-1/+2
* Check the key usage bits during certificate verification.Nikos Mavrogiannopoulos2012-11-022-7/+6
* Added gnutls_srtp_get_keys().Nikos Mavrogiannopoulos2012-11-021-7/+51
* Added test on DTLS SRTP functions.Nikos Mavrogiannopoulos2012-11-012-1/+314
* Added a test on danetool.Nikos Mavrogiannopoulos2012-10-293-3/+44
* Fix out-of-source testsElias Pipping2012-10-282-2/+4
* Bug fixes in the openssl encrypted PEM key parsing.Nikos Mavrogiannopoulos2012-10-102-1/+114
* The session ticket and OCSP certificate status extensions are enabled by defa...Nikos Mavrogiannopoulos2012-10-082-2/+2
* Added test to verify that callbacks are being actually called.Nikos Mavrogiannopoulos2012-10-022-1/+172
* better output in resumeNikos Mavrogiannopoulos2012-09-301-22/+18
* All external libraries that were in LDFLAGS are moved into LIBADD/LDADD.Nikos Mavrogiannopoulos2012-09-252-2/+2
* updated copyrightNikos Mavrogiannopoulos2012-09-242-2/+4
* Added boilerplate.Nikos Mavrogiannopoulos2012-09-242-1/+32
* Added script to check against randomly generated certificates.Nikos Mavrogiannopoulos2012-09-234-1/+581
* removed unused labelNikos Mavrogiannopoulos2012-09-221-2/+0
* Added a test of heartbeat ping exchange.Nikos Mavrogiannopoulos2012-09-222-1/+378
* updated tests for new security levelsNikos Mavrogiannopoulos2012-09-202-2/+2
* Added verification flags GNUTLS_VERIFY_ALLOW_UNSORTED_CHAIN, which is enabled...Nikos Mavrogiannopoulos2012-09-161-8/+29
* Added function to sort the provided certificate chain prior to verification.Nikos Mavrogiannopoulos2012-09-162-1/+727
* corrected typoNikos Mavrogiannopoulos2012-09-161-1/+1
* small updatesNikos Mavrogiannopoulos2012-09-161-4/+4
* When requested gnutls_x509_trust_list_deinit() will deinitialized all certs (...Nikos Mavrogiannopoulos2012-09-121-3/+1
* Fix gnutls_x509_trust_list_add_trust_mem with DER-format certificates.Marti Raudsepp2012-09-031-0/+54
* increased timeoutsNikos Mavrogiannopoulos2012-09-021-30/+13
* Added server mode tests for the various EC curves.Nikos Mavrogiannopoulos2012-09-011-6/+75
* Added suite for ECDSA under various curvesNikos Mavrogiannopoulos2012-09-017-8/+244
* Fix suppression rules.Simon Josefsson2012-08-241-4/+13
* removed unused variableNikos Mavrogiannopoulos2012-08-171-1/+0
* avoid memory leakgnutls_3_1_0Nikos Mavrogiannopoulos2012-08-151-0/+2
* small updates in mini-handshake-timeoutNikos Mavrogiannopoulos2012-08-111-6/+8
* Added test that checks the handshake timeout.Nikos Mavrogiannopoulos2012-08-112-1/+260
* corrected example and added missing files.Nikos Mavrogiannopoulos2012-08-041-1/+1
* Restored ability to decrypt PKCS #8 and #12 keys with a NULL password. Certto...Nikos Mavrogiannopoulos2012-08-042-0/+8
* use stack for file pathsNikos Mavrogiannopoulos2012-07-212-10/+14
* Avoid the usage of alloca(). Reported by Rob McMahon.Nikos Mavrogiannopoulos2012-07-192-4/+8
* no tpm testNikos Mavrogiannopoulos2012-07-061-1/+1
* distinguish password errors and use the internal octet string decoding functi...Nikos Mavrogiannopoulos2012-07-061-1/+1
* Added test application that tests GNUTLS_E_LARGE_PACKET and modifies the MTU ...Nikos Mavrogiannopoulos2012-07-023-1/+228