summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Build: Change all _NO_INST to use attributes instead.Richard Levitte2019-01-222-18/+18
* Rework building: adapt some scriptsRichard Levitte2019-01-211-20/+5
* Fix a memory leak in the mem bioCorey Minyard2019-01-213-1/+71
* Reduce inputs before the RSAZ code.David Benjamin2019-01-171-0/+25
* Fix CID 1434549: Unchecked return value in test/evp_test.cFdaSilvaYY2019-01-083-30/+26
* Add a test for correct handling of the cryptopro bug extensionMatt Caswell2019-01-071-4/+28
* Fix no-sockMatt Caswell2019-01-062-9/+6
* Fix no-cmacMatt Caswell2019-01-061-3/+3
* Introduce a no-pinshared optionMatt Caswell2019-01-041-21/+25
* Test atexit handlersMatt Caswell2019-01-042-16/+87
* Don't link shlibloadtest against libcryptoMatt Caswell2019-01-042-50/+90
* Fix shlibloadtest to properly execute the dso_ref testMatt Caswell2019-01-041-9/+3
* Fix cert with rsa instead of rsaEncryption as public key algorithmBernd Edlinger2018-12-312-1/+21
* Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx2018-12-1513-64/+52
* Add RFC5297 AES-SIV supportTodd Short2018-12-123-27/+86
* Add an Ed448 malleability testMatt Caswell2018-12-111-0/+7
* typo ANS1 -> ASN1nxtstep2018-12-111-1/+1
* Cleaner disposal of ephemeral engine ids and namesViktor Dukhovni2018-12-092-9/+10
* Eliminate NOP castViktor Dukhovni2018-12-091-2/+2
* change into hex string constants to avoid overflow warningsChristos Zoulas2018-12-091-8/+4
* Add a format attribute to the format functions and fix the broken formatChristos Zoulas2018-12-093-14/+38
* Fix const issuesChristos Zoulas2018-12-091-3/+4
* Avoid const castaway warningChristos Zoulas2018-12-091-2/+2
* Use a const variableChristos Zoulas2018-12-091-1/+2
* Use the proper fonst castChristos Zoulas2018-12-091-1/+1
* don't pass const string where a modifyable string is expectedChristos Zoulas2018-12-091-1/+2
* add missing "void" in prototype.Christos Zoulas2018-12-091-1/+1
* add missing const in castChristos Zoulas2018-12-091-1/+1
* add missing constChristos Zoulas2018-12-091-1/+1
* use the proper types to eliminate castsChristos Zoulas2018-12-091-17/+17
* sslapitest: add test ktlsBoris Pismenny2018-12-073-0/+317
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-06347-347/+347
* Refactor the computation of API version limitsRichard Levitte2018-12-062-5/+5
* Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte2018-12-064-22/+27
* Switch future deprecation version from 1.2.0 to 3.0Richard Levitte2018-12-062-5/+5
* Fix some SSL_export_keying_material() issuesMatt Caswell2018-12-052-13/+37
* Add an Ed25519 signature maleability testMatt Caswell2018-12-031-0/+8
* Don't test the collected system errors when configured to not have themRichard Levitte2018-11-271-0/+3
* Avoid test_errstr in a cross compiled configurationRichard Levitte2018-11-241-0/+9
* Add an error message test recipes for system error messagesRichard Levitte2018-11-231-0/+66
* Update copyright yearMatt Caswell2018-11-2014-14/+14
* test/siphash_internal_test.c: ensure the SIPHASH structure is zeroedRichard Levitte2018-11-151-2/+2
* Fix no-ec and no-tls1_2Matt Caswell2018-11-143-35/+46
* Fix rpath-related Linux "test_shlibload" failure.Richard Levitte2018-11-141-8/+19
* KMAC implementation using EVP_MACShane Lontis2018-11-142-0/+102
* Added missing signature algorithm reflection functionsViktor Dukhovni2018-11-122-2/+2
* Add a test for SSL_CTX_set0_CA_list()/SSL_CTX_set_client_CA_list()Matt Caswell2018-11-121-0/+136
* Test use of a brainpool ECDSA certificateMatt Caswell2018-11-122-397/+495
* Add some test brainpool certificatesMatt Caswell2018-11-123-0/+25
* Fix SipHash init order.Richard Levitte2018-11-121-1/+1