summaryrefslogtreecommitdiffstats
path: root/test/handshake_helper.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-23Fix line numbering for errors.Rich Salz1-8/+14
2017-05-23Don't use one shot API for SSLv3.Dr. Stephen Henson1-23/+32
2017-05-23Fix typo in doc/man3/EVP_EncrypInit.podPaul Yang1-1/+1
2017-05-22Revert "Integration build a small memory image"Rich Salz1-1/+1
2017-05-22Add an error to the stack on failure in dtls1_write_bytes()Matt Caswell3-1/+5
2017-05-22Convert existing usage of assert() to ossl_assert() in libsslMatt Caswell15-72/+81
2017-05-22Fix some style issues in returnsMatt Caswell3-9/+9
2017-05-22Replace instances of OPENSSL_assert() with soft asserts in libsslMatt Caswell11-57/+114
2017-05-22Add a macro for testing assertion in both debug and production buildsMatt Caswell1-0/+18
2017-05-22Reformat the string output to be more in line with the decisions made in #3465Pauli2-22/+22
2017-05-22Bring the memory output inline with the suggestions in #3465.Pauli1-26/+19
2017-05-22Fixed merge nonsenseAlex Gaynor1-2/+0
2017-05-22Newlines!Alex Gaynor2-0/+6
2017-05-22Update the test to assert that the SCT is from an X.509 extensionAlex Gaynor1-9/+8
2017-05-22Style fixes and use the source parameter so the OCSP path worksAlex Gaynor1-5/+7
2017-05-22This is an intAlex Gaynor1-1/+1
2017-05-22Don't use a for-loop declerationAlex Gaynor1-1/+2
2017-05-22Fixed #3020 -- set entry type on SCTs from X.509 and OCSP extensionsAlex Gaynor1-2/+39
2017-05-22Integration build a small memory imagePauli1-1/+1
2017-05-22Fix the mem_sec "small arena"Todd Short1-6/+9
2017-05-22test/secmemtest.c: clarify limitations for huge secure memory arena test.Andy Polyakov1-10/+15
2017-05-22Fix srp app missing NULL termination with password callbackDiego Santa Cruz1-18/+24
2017-05-21-inkey can be an identifier, not just a fileRich Salz6-9/+15
2017-05-21test/run_tests.pl: don't mask test failures.Andy Polyakov1-1/+4
2017-05-21test/test_test.c: fix wrong BN test [and rearrange tests a little bit].Andy Polyakov1-2/+2
2017-05-21Tweak sec_mem testsTodd Short2-4/+22
2017-05-20move comments to same line as fieldsDr. Stephen Henson1-16/+9
2017-05-20Add test data for EVP_DigestSign/EVP_DigestVerify tests.Dr. Stephen Henson1-0/+58
2017-05-20Add test support for "oneshot" versions EVP_DigestSign, EVP_DigestVerify.Dr. Stephen Henson1-9/+94
2017-05-20Add tests in evp_test for EVP_Digest{Sign,Verify}{Init,Update,Final}Dr. Stephen Henson1-0/+187
2017-05-20Move engines/afalg to enginesRich Salz7-13/+10
2017-05-19remove duplicate testsDr. Stephen Henson7-511/+1
2017-05-19Add testsDr. Stephen Henson1-2/+72
2017-05-19Add support for multiple update calls in evp_testDr. Stephen Henson2-21/+155
2017-05-19Fix return code in tls1_macMatt Caswell1-1/+1
2017-05-19Reformat the output of BIGNUMS where test cases fail.Pauli2-48/+244
2017-05-19Fix endless loop on srp app when listing usersDiego Santa Cruz1-5/+8
2017-05-19Fix ASN1_TIME_to_generalizedtime to take a const ASN1_TIMEMatt Caswell2-3/+3
2017-05-19Make SSL_is_server() accept a const SSLMatt Caswell2-2/+2
2017-05-19Try to be more consistent about the alerts we sendMatt Caswell12-63/+74
2017-05-18Fix EXT_RETURN usage for add_key_share()Matt Caswell1-4/+4
2017-05-17Fix typo in INSTALL filePaul Yang1-1/+1
2017-05-17Fix compile error/warning in packettest.cTodd Short1-2/+2
2017-05-17Add a test for a missing sig algs extensionMatt Caswell1-3/+23
2017-05-17Allow a missing sig algs extension if resumingMatt Caswell1-1/+1
2017-05-17Add a new unsolicited extension error code and add enum tagMatt Caswell4-2/+4
2017-05-17Add tests for unsolicited extensionsMatt Caswell1-1/+69
2017-05-17Fail if we receive a response to an extension that we didn't requestMatt Caswell6-356/+449
2017-05-17Remove notification settings from appveyor.ymlRichard Levitte1-8/+0
2017-05-17Don't allow fragmented alertsMatt Caswell5-178/+53