summaryrefslogtreecommitdiff
path: root/tests/cert-tests
Commit message (Collapse)AuthorAgeFilesLines
* corrected crq test case; reported by Andreas MetzlerNikos Mavrogiannopoulos2014-11-141-2/+11
|
* Added check with the invalid crq sent by Sean BurfordNikos Mavrogiannopoulos2014-11-093-2/+47
|
* Revert "tests: Added a nameconstraints test based on the CN bypass" The ↵Nikos Mavrogiannopoulos2014-08-264-152/+2
| | | | | | bypass check was included in chainverify. This reverts commit c9417bcc0614aaa2668486d294f5759b4082a23a.
* tests: Added a nameconstraints test based on the CN bypassNikos Mavrogiannopoulos2014-08-264-2/+152
| | | | | That was discussed in: http://permalink.gmane.org/gmane.comp.encryption.openssl.devel/26660
* tests: better replacement of LIBTOOL variable in scriptsgnutls_3_3_5Nikos Mavrogiannopoulos2014-06-263-3/+3
|
* Pass the LIBTOOL variable into test scriptsNikos Mavrogiannopoulos2014-06-054-3/+4
| | | | | | That allows using the detected libtool in scripts. That corrects an issue on OS X systems that ship a different libtool. Reported by Daniel E. Macks.
* Ship suppressions.valgrindgnutls_3_3_2Nikos Mavrogiannopoulos2014-05-061-1/+2
|
* Run scripts under valgrind.Nikos Mavrogiannopoulos2014-04-195-9/+39
|
* Added test certificate with multiple XMPP othername SAN fields.Nikos Mavrogiannopoulos2014-04-193-1/+205
|
* updates for accounting the SHA256 fingerprint output in certtoolNikos Mavrogiannopoulos2014-04-015-5/+15
|
* Added unit tests for new APINikos Mavrogiannopoulos2014-03-194-21/+37
|
* added certNikos Mavrogiannopoulos2014-02-201-0/+21
|
* corrected checkNikos Mavrogiannopoulos2014-02-201-1/+1
|
* Updated test for name constraints to include empty constraints names.Nikos Mavrogiannopoulos2014-02-192-0/+3
|
* certtool allows setting name constraints.Nikos Mavrogiannopoulos2014-02-193-9/+34
|
* removed false warningsNikos Mavrogiannopoulos2014-02-191-0/+76
|
* updated test for level renameNikos Mavrogiannopoulos2014-01-141-1/+1
|
* Do not involve the security level into the certificate comparisons.Nikos Mavrogiannopoulos2013-11-275-6/+3
|
* Verify failure of DN parsing in a wrong DN.Nikos Mavrogiannopoulos2013-11-233-1/+82
|
* Added self checks for new date reading functionalityNikos Mavrogiannopoulos2013-11-164-1/+148
|
* Dates and time that would overflow the GeneralTime are also truncated. We ↵Nikos Mavrogiannopoulos2013-11-166-4/+292
| | | | may need to revise that around 9999 CE.
* win32 fixNikos Mavrogiannopoulos2013-10-311-2/+4
|
* use the same environment in all testsNikos Mavrogiannopoulos2013-10-261-1/+5
|
* removed unneeded diff optionNikos Mavrogiannopoulos2013-10-261-2/+2
|
* diff is now a parameter allowing to override it.Nikos Mavrogiannopoulos2013-10-264-6/+10
|
* Normalize capitalization from "Public Key Id" to "Public Key ID"Daniel Kahn Gillmor2013-10-215-5/+5
| | | | | | | | | | | The GnuTLS codebase produced the string "Public Key Id" in some places (e.g. in the output of "certtool -i"), and "Public Key ID" in other places (e.g. in the output of "certtool -k"). This changeset standardizes on "Public Key ID", making the output consistent across uses. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Corrected access of temp file. Reported by Thomas Witt.Nikos Mavrogiannopoulos2013-08-241-1/+1
|
* several updates for tests to run under win32Nikos Mavrogiannopoulos2013-06-022-3/+7
|
* Avoid comparing the expiration date to prevent false positive error in ↵Nikos Mavrogiannopoulos2013-06-021-2/+4
| | | | 32-bit systems.
* Revert "Avoid comparing the expiration date to prevent false positive error ↵Nikos Mavrogiannopoulos2013-06-021-8/+2
| | | | | | in 32-bit systems." This reverts commit 64f9b5787c9b404763f59b3252fe4ef1b862aa00.
* Avoid comparing the expiration date to prevent false positive error in ↵Nikos Mavrogiannopoulos2013-06-021-2/+8
| | | | 32-bit systems.
* more verbose messagesNikos Mavrogiannopoulos2013-05-111-1/+6
|
* Added test for escaping rules.Nikos Mavrogiannopoulos2013-04-273-1/+118
|
* The default dane output is type 03 now.Nikos Mavrogiannopoulos2013-03-081-1/+1
|
* test updateNikos Mavrogiannopoulos2013-02-041-1/+1
|
* test the DN functionality of certtool.Nikos Mavrogiannopoulos2013-01-254-1/+113
|
* dane test no longer fails if danetool isn't compiledNikos Mavrogiannopoulos2013-01-251-0/+2
|
* modified certtool order of DN elements.Nikos Mavrogiannopoulos2013-01-172-20/+20
|
* repeat the tests to avoid accidental failuresNikos Mavrogiannopoulos2012-11-251-0/+15
|
* fixed testNikos Mavrogiannopoulos2012-11-231-1/+1
|
* 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
| | | | | | | This fixes a test failure when disabling dane support. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu> Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* last changes for release.gnutls_3_1_4Nikos Mavrogiannopoulos2012-11-103-2/+20
|
* Added a test on danetool.Nikos Mavrogiannopoulos2012-10-293-3/+44
|
* updated tests for new security levelsNikos Mavrogiannopoulos2012-09-202-2/+2
|
* moved ca-certs.Nikos Mavrogiannopoulos2012-06-052-1/+3833
|