summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2019-01-21Fix a memory leak in the mem bioCorey Minyard
2019-01-17Reduce inputs before the RSAZ code.David Benjamin
2019-01-08Fix CID 1434549: Unchecked return value in test/evp_test.cFdaSilvaYY
2019-01-07Add a test for correct handling of the cryptopro bug extensionMatt Caswell
2019-01-06Fix no-sockMatt Caswell
2019-01-06Fix no-cmacMatt Caswell
2019-01-04Introduce a no-pinshared optionMatt Caswell
2019-01-04Test atexit handlersMatt Caswell
2019-01-04Don't link shlibloadtest against libcryptoMatt Caswell
2019-01-04Fix shlibloadtest to properly execute the dso_ref testMatt Caswell
2018-12-31Fix cert with rsa instead of rsaEncryption as public key algorithmBernd Edlinger
2018-12-15Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx
2018-12-12Add RFC5297 AES-SIV supportTodd Short
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