summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | It also fixes order within LIBADD/LDADD so that libtool objects go first. Patch by Bartosz Brachaczek.
* 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 ↵Nikos Mavrogiannopoulos2012-09-161-8/+29
| | | | enabled by default for verifying TLS sessions.
* 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
| | | | (including the named)
* Fix gnutls_x509_trust_list_add_trust_mem with DER-format certificates.Marti Raudsepp2012-09-031-0/+54
| | | | | | | | | | | | | | The function took a "type" argument and then happily proceeded to ignore it and try PEM format anyway. Most importantly, this makes gnutls_x509_trust_list_add_system_trust work on Windows, which loads DER certificates using this function. I'll be damned if that actually ever worked properly -- certainly not in any git version. :) Also added test for gnutls_x509_trust_list_add_trust_mem. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* 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. ↵Nikos Mavrogiannopoulos2012-08-042-0/+8
| | | | Certtool now accepts the option --null-password.
* 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 ↵Nikos Mavrogiannopoulos2012-07-061-1/+1
| | | | functions.
* Added test application that tests GNUTLS_E_LARGE_PACKET and modifies the MTU ↵Nikos Mavrogiannopoulos2012-07-023-1/+228
| | | | size during handshake.
* correct comparison of sent data in dtls-stress.Nikos Mavrogiannopoulos2012-06-191-1/+1
|
* Changed prototype for gnutls_pkcs12_simple_parse() to simplify chain building.Nikos Mavrogiannopoulos2012-06-094-2/+125
|
* moved ca-certs.Nikos Mavrogiannopoulos2012-06-053-2/+2
|
* Added new test program.Nikos Mavrogiannopoulos2012-06-042-1/+180
|
* Corrected handling of handshake packets that span multiple records.Nikos Mavrogiannopoulos2012-05-293-1/+3995
|
* Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and ↵Nikos Mavrogiannopoulos2012-05-221-3/+26
| | | | signatures.
* Added support for the URI type of subject alternative name in certtool.Nikos Mavrogiannopoulos2012-05-141-9/+10
|
* Added TLS 1.2 interop tests.Nikos Mavrogiannopoulos2012-04-111-16/+90
|
* Revert "avoid killing child"Nikos Mavrogiannopoulos2012-04-061-0/+1
| | | | This reverts commit 4965c2fbfd3405e2dfe7f7d747d03185d155c2a1.
* improved test and added debuggingNikos Mavrogiannopoulos2012-04-051-7/+13
|
* use AF_UNIX for socketpair.Nikos Mavrogiannopoulos2012-04-046-6/+6
|
* initialize valueNikos Mavrogiannopoulos2012-03-311-2/+3
|
* avoid killing childNikos Mavrogiannopoulos2012-03-311-1/+0
|
* avoid closing fd[1] on server. For some reason it makes connection fail.Nikos Mavrogiannopoulos2012-03-311-1/+1
|
* Make sure that GNUTLS_E_PREMATURE_TERMINATION is returned if there is ↵Nikos Mavrogiannopoulos2012-03-314-1/+360
| | | | premature termination.
* do not build test with timers when posix timers are not present.Nikos Mavrogiannopoulos2012-03-311-0/+11
|
* Fixes for win32 and time. OCSP test now sets a fixed time to avoid ↵Nikos Mavrogiannopoulos2012-03-243-2/+27
| | | | expiration errors.
* Added gnutls_x509_crt_set_private_key_usage_period() andNikos Mavrogiannopoulos2012-03-181-17/+17
| | | | | gnutls_x509_crt_get_private_key_usage_period(). The time stored in generated certificates is now GeneralizedTime.
* generate tpasswd files on the spot.Nikos Mavrogiannopoulos2012-03-144-8/+27
|
* removed unused files.Nikos Mavrogiannopoulos2012-03-1415-2671/+0
|