summaryrefslogtreecommitdiffstats
path: root/test/testlib (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-17More coding style fixesNicola Tuveri1-7/+7
2016-11-17Run util/openssl-format-source against apps/speed.cNicola Tuveri1-162/+194
2016-11-17bugfix: calculate outlen for each curveNicola Tuveri1-2/+6
2016-11-17Handle EVP_PKEY_derive errors and fix coding style issuesNicola Tuveri1-7/+10
2016-11-17Fix coding style and remove some stale code/commentsNicola Tuveri1-29/+10
2016-11-17Use EVP interface for ECDH in apps/speed.cNicola Tuveri1-87/+94
2016-11-17Add conversion test for MSBLOB format.Dr. Stephen Henson3-3/+4
2016-11-17Make MSBLOB format work with dsa utility.Dr. Stephen Henson1-3/+2
2016-11-17Fix MSBLOB format with RSA.Dr. Stephen Henson1-1/+1
2016-11-17Raise an error on memory alloc failure.FdaSilvaYY3-57/+54
2016-11-17Missing free item on push failureFdaSilvaYY1-0/+1
2016-11-17Merge find-undoc-api into find-doc-nitsRich Salz2-82/+95
2016-11-16Move SCT_LIST_free definition into a more logical placeRob Percival2-5/+5
2016-11-16Make sure things get deleted when test setup fails in ct_test.cRob Percival1-14/+13
2016-11-16Use valid signature in test_decode_tls_sct()Rob Percival1-2/+2
2016-11-16Pass a temporary pointer to o2i_SCT_signature from SCT_new_from_base64Rob Percival1-1/+4
2016-11-16Subtract padding from outlen in ct_base64_decodeRob Percival1-0/+5
2016-11-16Construct SCT from base64 in ct_testRob Percival1-26/+12
2016-11-16On x86 machines where the compiler supports -m32, use 'linux-x86'Richard Levitte1-1/+8
2016-11-16Add a modern linux-x86 config targetRichard Levitte1-0/+17
2016-11-16Fix a "defined but not used" warning when enabling ssl-traceMatt Caswell1-5/+0
2016-11-16Remove a hack from ssl_test_oldMatt Caswell5-21/+65
2016-11-16Add SSL_peek() and SSL_peek_ex() to NAME sectionMatt Caswell1-1/+2
2016-11-16Fix a typo in a commentMatt Caswell1-1/+1
2016-11-16Move getting the curvelist for client and server out of the loopMatt Caswell1-16/+20
2016-11-16Fixed various style issues in the key_share codeMatt Caswell7-286/+288
2016-11-16Add some tests for the key_share extensionMatt Caswell2-0/+328
2016-11-16Check key_exchange data length is not 0Matt Caswell1-1/+2
2016-11-16Ensure the whole key_share extension is well formattedMatt Caswell1-2/+12
2016-11-16Validate that the provided key_share is in supported_groupsMatt Caswell2-34/+101
2016-11-16Start using the key_share data to derive the PMSMatt Caswell13-50/+531
2016-11-16Add a TLS version consistency check during session resumptionMatt Caswell1-0/+17
2016-11-16Add processing of the key_share received in the ServerHelloMatt Caswell3-2/+56
2016-11-16Add key_share info to the ServerHelloMatt Caswell2-0/+44
2016-11-16Update the trace code to know about the key_share extensionMatt Caswell1-1/+31
2016-11-16Add the key_share processing to the server sideMatt Caswell4-1/+112
2016-11-16Generate the key_shares extension on the client sideMatt Caswell2-7/+103
2016-11-16Check return value of some BN functions.Rich Salz6-17/+24
2016-11-15Introduce PATH_MAX and NAME_MAXFdaSilvaYY1-4/+12
2016-11-15Simplify and fix usage of three string array variable...FdaSilvaYY1-15/+15
2016-11-15Add test for CT_POLICY_EVAL_CTX default timeRob Percival1-0/+26
2016-11-15Convert C++ comments to C-style commentsRob Percival1-5/+7
2016-11-15Cast time_t to uint64_t before converting to milliseconds in ct_policy.cRob Percival1-1/+3
2016-11-15By default, allow SCT timestamps to be up to 5 minutes in the futureRob Percival2-3/+9
2016-11-15Don't check for time() failing in CT_POLICY_EVAL_CTX_newRob Percival1-6/+2
2016-11-15Default CT_POLICY_EVAL_CTX.epoch_time_in_ms to time()Rob Percival2-2/+9
2016-11-15Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX}_set_timeRob Percival3-10/+14
2016-11-15Remove obsolete error constant CT_F_CTLOG_NEW_NULLRob Percival1-1/+0
2016-11-15Check that SCT timestamps are not in the futureRob Percival13-13/+104
2016-11-15Only build the body of e_padlock when there are lower level routinesRichard Levitte2-7/+6