summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* changed port to allow parallelizationNikos Mavrogiannopoulos2014-04-191-1/+1
* Added test certificate with multiple XMPP othername SAN fields.Nikos Mavrogiannopoulos2014-04-193-1/+205
* increased server startup wait time.Nikos Mavrogiannopoulos2014-04-181-1/+1
* include hint into psk test.Nikos Mavrogiannopoulos2014-04-181-0/+1
* Enable hint in the rsa-psk test.Nikos Mavrogiannopoulos2014-04-181-21/+11
* use MAX_CHAIN definition to avoid overflow issues in the futureNikos Mavrogiannopoulos2014-04-173-2/+4
* increased the space available for certificates.Nikos Mavrogiannopoulos2014-04-171-6/+6
* Added self tests for ECC PKCS #8 files.Nikos Mavrogiannopoulos2014-04-115-1/+51
* Avoid unneeded dependencyNikos Mavrogiannopoulos2014-04-102-7/+0
* Added missing fileNikos Mavrogiannopoulos2014-04-101-1/+1
* win32 updatesNikos Mavrogiannopoulos2014-04-092-2/+6
* do not build ecore when cross-compiling for windows.Nikos Mavrogiannopoulos2014-04-091-1/+2
* updated test cert generator.Nikos Mavrogiannopoulos2014-04-091-0/+1
* Replaced gnutls_certificate_verify_peers3() with the extendable gnutls_certif...Nikos Mavrogiannopoulos2014-04-092-45/+206
* Added gnutls_certificate_verify_peers4 which will verify in addition to hostn...Nikos Mavrogiannopoulos2014-04-081-3/+64
* Corrected check for softhsm shared object.Nikos Mavrogiannopoulos2014-04-071-1/+1
* skip the test if softhsm doesn't existNikos Mavrogiannopoulos2014-04-051-0/+4
* Use separate softhsm databases and config in tests to allow parallel runs.Nikos Mavrogiannopoulos2014-04-051-2/+3
* Converted the PKCS #11 test suite to use softhsmNikos Mavrogiannopoulos2014-04-053-29/+52
* updated test to run in more systems.Nikos Mavrogiannopoulos2014-04-051-4/+18
* fixed bashismsNikos Mavrogiannopoulos2014-04-051-11/+11
* depend on bash for the create-chain scriptNikos Mavrogiannopoulos2014-04-051-1/+1
* Enhanced test to check that the correct number of certificates is receivedNikos Mavrogiannopoulos2014-04-041-29/+76
* Perform the certificate verification tests in PKCS #11-based verification usi...Nikos Mavrogiannopoulos2014-04-042-0/+289
* split test chains from chainverify program.Nikos Mavrogiannopoulos2014-04-043-1234/+1257
* Added self-test for PKCS #8 key conversion and readingNikos Mavrogiannopoulos2014-04-0313-3/+145
* the chainverify test ensures that there is no diverge between different verif...Nikos Mavrogiannopoulos2014-04-031-1/+35
* Added test to check verification with randomly generated certificates.Nikos Mavrogiannopoulos2014-04-021-0/+25
* Added verification flag to disable wildcard checkingNikos Mavrogiannopoulos2014-04-021-0/+4
* updates for accounting the SHA256 fingerprint output in certtoolNikos Mavrogiannopoulos2014-04-015-5/+15
* Added test for CVE-2014-0092Nikos Mavrogiannopoulos2014-03-281-0/+48
* removed reference to mini_xsslNikos Mavrogiannopoulos2014-03-281-2/+0
* Added self checks for various verification profilesNikos Mavrogiannopoulos2014-03-281-2/+13
* Added test for gnutls_record_cork() and uncork usage under DTLS.Nikos Mavrogiannopoulos2014-03-281-5/+43
* Add checks in tests for the DHE prime and exponent size.Nikos Mavrogiannopoulos2014-03-262-0/+40
* fixed test to use the correct function names.Nikos Mavrogiannopoulos2014-03-211-9/+9
* Severely simplified hostname matching.Nikos Mavrogiannopoulos2014-03-211-0/+4
* Changed the behaviour in wildcard acceptance in certificates.Nikos Mavrogiannopoulos2014-03-191-6/+55
* Added more key usage flags in the test for x509-extensions.Nikos Mavrogiannopoulos2014-03-191-91/+111
* x509-extensions test will fail if an unhandled extension is found.Nikos Mavrogiannopoulos2014-03-191-1/+1
* Added unit tests for new APINikos Mavrogiannopoulos2014-03-197-59/+918
* The xssl experimental library was removed.Nikos Mavrogiannopoulos2014-03-102-398/+1
* NEW_PADDING has been removed.Nikos Mavrogiannopoulos2014-03-053-24/+2
* updated for verification updatesNikos Mavrogiannopoulos2014-02-261-2/+2
* added certNikos Mavrogiannopoulos2014-02-201-0/+21
* corrected checkNikos Mavrogiannopoulos2014-02-201-1/+1
* updatedNikos Mavrogiannopoulos2014-02-201-2/+4
* Added tests for name constraints addition.Nikos Mavrogiannopoulos2014-02-191-8/+273
* Updated test for name constraints to include empty constraints names.Nikos Mavrogiannopoulos2014-02-192-0/+3
* Added tool to create a certificate chainNikos Mavrogiannopoulos2014-02-191-0/+84