summaryrefslogtreecommitdiffstats
path: root/util (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-05-16Use BIO not FILE for test fileRich Salz8-10592/+10619
2017-05-15Document the history of BIO_gets() on BIO_fd().Tomas Mraz1-0/+5
2017-05-15Document that BIO_gets() preserves '\n'.Tomas Mraz1-1/+2
2017-05-15Do not eat trailing '\n' in BIO_gets for fd BIO.Tomas Mraz1-2/+4
2017-05-15INSTALL: Remind people to read more if they added configuration optionsRichard Levitte1-0/+5
2017-05-15INSTALL: clarify a bit more how Configure treats "unknown" optionsRichard Levitte1-10/+15
2017-05-15Update one CI test to use randomised ordering.Pauli1-1/+1
2017-05-15Randomise the ordering of the C unit tests.Pauli2-39/+98
2017-05-12Review feedback; use single main, #ifdef ADD_TESTRich Salz1-20/+25
2017-05-12Convert shlibloadtest to new frameworkRich Salz2-144/+109
2017-05-12Add "Title" directive to evp_testRich Salz9-20/+22
2017-05-12Clean up SSL_OP_* a bitTodd Short1-42/+58
2017-05-12Use scalar, not length; fixes test_evpRich Salz1-1/+1
2017-05-11Remove filename argument to x86 asm_init.David Benjamin33-38/+35
2017-05-11Rename evptests.txt to evppkey.txtRich Salz2-1/+1
2017-05-11Split test/evptests.txt into separate files.Rich Salz8-3690/+3842
2017-05-11Fix infinite loops in secure memory allocation.Todd Short2-3/+33
2017-05-11Clean away needless VMS checkRichard Levitte1-3/+0
2017-05-11Cleanup - use e_os2.h rather than stdint.hRichard Levitte3-13/+3
2017-05-11testutil: Fix non-standard subtest outputRichard Levitte1-5/+5
2017-05-11evp_test: use the test file name as the test titleRichard Levitte1-0/+1
2017-05-11testutil: add the possibility to set the current test titleRichard Levitte2-4/+23
2017-05-11Fix gcc-7 warnings.Bernd Edlinger20-10/+145
2017-05-11Unclash clashing reason codes in ssl.hRichard Levitte1-2/+2
2017-05-11Use compare_mem wrapperRich Salz1-47/+29
2017-05-11Address some feedbackRich Salz1-6/+9
2017-05-11Convert of evp_test to frameworkRich Salz2-596/+552
2017-05-11Fix regression in openssl req -x509 behaviour.Tomas Mraz2-2/+7
2017-05-11Remove dead code.Pauli1-2/+0
2017-05-11Add some extra comments following alert changesMatt Caswell2-0/+8
2017-05-11Add some checks for trailing data after extension blocksMatt Caswell1-2/+5
2017-05-11Send a missing_extension alert if key_share/supported groups not presentMatt Caswell4-6/+19