summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add titles to groups of EVP testsRich Salz2017-05-237-963/+1000
* Fix line numbering for errors.Rich Salz2017-05-231-8/+14
* Don't use one shot API for SSLv3.Dr. Stephen Henson2017-05-231-23/+32
* Fix typo in doc/man3/EVP_EncrypInit.podPaul Yang2017-05-231-1/+1
* Revert "Integration build a small memory image"Rich Salz2017-05-221-1/+1
* Add an error to the stack on failure in dtls1_write_bytes()Matt Caswell2017-05-223-1/+5
* Convert existing usage of assert() to ossl_assert() in libsslMatt Caswell2017-05-2215-72/+81
* Fix some style issues in returnsMatt Caswell2017-05-223-9/+9
* Replace instances of OPENSSL_assert() with soft asserts in libsslMatt Caswell2017-05-2211-57/+114
* Add a macro for testing assertion in both debug and production buildsMatt Caswell2017-05-221-0/+18
* Reformat the string output to be more in line with the decisions made in #3465Pauli2017-05-222-22/+22
* Bring the memory output inline with the suggestions in #3465.Pauli2017-05-221-26/+19
* Fixed merge nonsenseAlex Gaynor2017-05-221-2/+0
* Newlines!Alex Gaynor2017-05-222-0/+6
* Update the test to assert that the SCT is from an X.509 extensionAlex Gaynor2017-05-221-9/+8
* Style fixes and use the source parameter so the OCSP path worksAlex Gaynor2017-05-221-5/+7
* This is an intAlex Gaynor2017-05-221-1/+1
* Don't use a for-loop declerationAlex Gaynor2017-05-221-1/+2
* Fixed #3020 -- set entry type on SCTs from X.509 and OCSP extensionsAlex Gaynor2017-05-221-2/+39
* Integration build a small memory imagePauli2017-05-221-1/+1
* Fix the mem_sec "small arena"Todd Short2017-05-221-6/+9
* test/secmemtest.c: clarify limitations for huge secure memory arena test.Andy Polyakov2017-05-221-10/+15
* Fix srp app missing NULL termination with password callbackDiego Santa Cruz2017-05-221-18/+24
* -inkey can be an identifier, not just a fileRich Salz2017-05-216-9/+15
* test/run_tests.pl: don't mask test failures.Andy Polyakov2017-05-211-1/+4
* test/test_test.c: fix wrong BN test [and rearrange tests a little bit].Andy Polyakov2017-05-211-2/+2
* Tweak sec_mem testsTodd Short2017-05-212-4/+22
* move comments to same line as fieldsDr. Stephen Henson2017-05-201-16/+9
* Add test data for EVP_DigestSign/EVP_DigestVerify tests.Dr. Stephen Henson2017-05-201-0/+58
* Add test support for "oneshot" versions EVP_DigestSign, EVP_DigestVerify.Dr. Stephen Henson2017-05-201-9/+94
* Add tests in evp_test for EVP_Digest{Sign,Verify}{Init,Update,Final}Dr. Stephen Henson2017-05-201-0/+187
* Move engines/afalg to enginesRich Salz2017-05-207-13/+10
* remove duplicate testsDr. Stephen Henson2017-05-197-511/+1
* Add testsDr. Stephen Henson2017-05-191-2/+72
* Add support for multiple update calls in evp_testDr. Stephen Henson2017-05-192-21/+155
* Fix return code in tls1_macMatt Caswell2017-05-191-1/+1
* Reformat the output of BIGNUMS where test cases fail.Pauli2017-05-192-48/+244
* Fix endless loop on srp app when listing usersDiego Santa Cruz2017-05-191-5/+8
* Fix ASN1_TIME_to_generalizedtime to take a const ASN1_TIMEMatt Caswell2017-05-192-3/+3
* Make SSL_is_server() accept a const SSLMatt Caswell2017-05-192-2/+2
* Try to be more consistent about the alerts we sendMatt Caswell2017-05-1912-63/+74
* Fix EXT_RETURN usage for add_key_share()Matt Caswell2017-05-181-4/+4
* Fix typo in INSTALL filePaul Yang2017-05-171-1/+1
* Fix compile error/warning in packettest.cTodd Short2017-05-171-2/+2
* Add a test for a missing sig algs extensionMatt Caswell2017-05-171-3/+23
* Allow a missing sig algs extension if resumingMatt Caswell2017-05-171-1/+1
* Add a new unsolicited extension error code and add enum tagMatt Caswell2017-05-174-2/+4
* Add tests for unsolicited extensionsMatt Caswell2017-05-171-1/+69
* Fail if we receive a response to an extension that we didn't requestMatt Caswell2017-05-176-356/+449
* Remove notification settings from appveyor.ymlRichard Levitte2017-05-171-8/+0