aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary trailing whitespaceSam Roberts2019-02-056-7/+7
* Fix end-point shared secret for DTLS/SCTPMichael Tuexen2019-02-016-2/+225
* Fix a crash in reuse of i2d_X509_PUBKEYBernd Edlinger2019-01-311-0/+49
* Fixed d2i_X509 in-place not re-hashing the ex_flagsBernd Edlinger2019-01-311-0/+9
* Fix a memory leak with di2_X509_CRL reuseBernd Edlinger2019-01-311-0/+15
* Build cleanup: Remove the VMS hack from test/build.infoRichard Levitte2019-01-311-8/+1
* Fix no-dso buildsMatt Caswell2019-01-301-0/+1
* crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono2019-01-271-0/+16
* add an additional async notification communication method based on callbackPing Yu2019-01-271-0/+38
* Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias2019-01-241-3/+13
* Make sure we trigger retransmits in DTLS testingMatt Caswell2019-01-244-14/+36
* 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