summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2018-12-11Add an Ed448 malleability testMatt Caswell
2018-12-11typo ANS1 -> ASN1nxtstep
2018-12-09Cleaner disposal of ephemeral engine ids and namesViktor Dukhovni
2018-12-09Eliminate NOP castViktor Dukhovni
2018-12-09change into hex string constants to avoid overflow warningsChristos Zoulas
2018-12-09Add a format attribute to the format functions and fix the broken formatChristos Zoulas
2018-12-09Fix const issuesChristos Zoulas
2018-12-09Avoid const castaway warningChristos Zoulas
2018-12-09Use a const variableChristos Zoulas
2018-12-09Use the proper fonst castChristos Zoulas
2018-12-09don't pass const string where a modifyable string is expectedChristos Zoulas
2018-12-09add missing "void" in prototype.Christos Zoulas
2018-12-09add missing const in castChristos Zoulas
2018-12-09add missing constChristos Zoulas
2018-12-09use the proper types to eliminate castsChristos Zoulas
2018-12-07sslapitest: add test ktlsBoris Pismenny
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-12-06Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte
2018-12-05Fix some SSL_export_keying_material() issuesMatt Caswell
2018-12-03Add an Ed25519 signature maleability testMatt Caswell
2018-11-27Don't test the collected system errors when configured to not have themRichard Levitte
2018-11-24Avoid test_errstr in a cross compiled configurationRichard Levitte
2018-11-23Add an error message test recipes for system error messagesRichard Levitte
2018-11-20Update copyright yearMatt Caswell
2018-11-15test/siphash_internal_test.c: ensure the SIPHASH structure is zeroedRichard Levitte
2018-11-14Fix no-ec and no-tls1_2Matt Caswell
2018-11-14Fix rpath-related Linux "test_shlibload" failure.Richard Levitte
2018-11-14KMAC implementation using EVP_MACShane Lontis
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni
2018-11-12Add a test for SSL_CTX_set0_CA_list()/SSL_CTX_set_client_CA_list()Matt Caswell
2018-11-12Test use of a brainpool ECDSA certificateMatt Caswell
2018-11-12Add some test brainpool certificatesMatt Caswell
2018-11-12Fix SipHash init order.Richard Levitte
2018-11-10Unbreak SECLEVEL 3 regression causing it to not accept any ciphers.Tomas Mraz
2018-11-08Test: enable internal tests for shared Windows buildsDr. Matthias St. Pierre
2018-11-08Test: link drbgtest statically against libcryptoDr. Matthias St. Pierre
2018-11-05Fix a race condition in drbgtest.cBernd Edlinger
2018-11-05Fix error handling in drbgtest.cBernd Edlinger
2018-11-05Add SUBDIRS settings in relevant build.info filesRichard Levitte
2018-11-05Add poly1305 MAC supportPaul Yang
2018-11-05GMAC implementationPauli
2018-10-30Add a client_cert_cb testMatt Caswell
2018-10-30Have a couple of SipHash test uses the EVP_PKEY methodRichard Levitte
2018-10-30EVP_MAC: Add SipHash implementationRichard Levitte
2018-10-30Make sure at least one HMAC test still uses the EVP_PKEY methodRichard Levitte
2018-10-30Make sure at least one CMAC test still uses the EVP_PKEY methodRichard Levitte
2018-10-29test/evp_test.c: Fixed strcmp() fault in mac_test_init()Richard Levitte
2018-10-29test/evp_test.c: don't misuse pkey_test_ctrl() in mac_test_run()Richard Levitte