aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-1733-61/+145
* Support MSBLOB format if RC4 is disabledDr. Stephen Henson2016-11-172-2/+14
* sha/asm/sha512-armv8.pl: fix big-endian support in __KERNEL__ case.Andy Polyakov2016-11-171-1/+1
* Fix missing SSL_IS_TLS13(s) usageMatt Caswell2016-11-172-2/+2
* Handle "int_ctx_new:unsupported algorithm" errorNicola Tuveri2016-11-171-0/+26
* Do not handle R_EC_X25519 as a special caseNicola Tuveri2016-11-171-4/+9
* Remove leftover KDF pointerNicola Tuveri2016-11-171-4/+0
* Use CRYPTO_memcmp for comparing derived secretsNicola Tuveri2016-11-171-5/+5
* Reintroduce preliminary sanity check in ECDH speed and remove further checks ...Nicola Tuveri2016-11-171-5/+35
* Remove ECDH_EVP_derive_key wrapper functionNicola Tuveri2016-11-171-15/+5
* More coding style fixesNicola Tuveri2016-11-171-7/+7
* Run util/openssl-format-source against apps/speed.cNicola Tuveri2016-11-171-162/+194
* bugfix: calculate outlen for each curveNicola Tuveri2016-11-171-2/+6
* Handle EVP_PKEY_derive errors and fix coding style issuesNicola Tuveri2016-11-171-7/+10
* Fix coding style and remove some stale code/commentsNicola Tuveri2016-11-171-29/+10
* Use EVP interface for ECDH in apps/speed.cNicola Tuveri2016-11-171-87/+94
* Add conversion test for MSBLOB format.Dr. Stephen Henson2016-11-173-3/+4
* Make MSBLOB format work with dsa utility.Dr. Stephen Henson2016-11-171-3/+2
* Fix MSBLOB format with RSA.Dr. Stephen Henson2016-11-171-1/+1
* Raise an error on memory alloc failure.FdaSilvaYY2016-11-163-57/+54
* Missing free item on push failureFdaSilvaYY2016-11-161-0/+1
* Merge find-undoc-api into find-doc-nitsRich Salz2016-11-162-82/+95
* Move SCT_LIST_free definition into a more logical placeRob Percival2016-11-162-5/+5
* Make sure things get deleted when test setup fails in ct_test.cRob Percival2016-11-161-14/+13
* Use valid signature in test_decode_tls_sct()Rob Percival2016-11-161-2/+2
* Pass a temporary pointer to o2i_SCT_signature from SCT_new_from_base64Rob Percival2016-11-161-1/+4
* Subtract padding from outlen in ct_base64_decodeRob Percival2016-11-161-0/+5
* Construct SCT from base64 in ct_testRob Percival2016-11-161-26/+12
* On x86 machines where the compiler supports -m32, use 'linux-x86'Richard Levitte2016-11-161-1/+8
* Add a modern linux-x86 config targetRichard Levitte2016-11-161-0/+17
* Fix a "defined but not used" warning when enabling ssl-traceMatt Caswell2016-11-161-5/+0
* Remove a hack from ssl_test_oldMatt Caswell2016-11-165-21/+65
* Add SSL_peek() and SSL_peek_ex() to NAME sectionMatt Caswell2016-11-161-1/+2
* Fix a typo in a commentMatt Caswell2016-11-161-1/+1
* Move getting the curvelist for client and server out of the loopMatt Caswell2016-11-161-16/+20
* Fixed various style issues in the key_share codeMatt Caswell2016-11-167-286/+288
* Add some tests for the key_share extensionMatt Caswell2016-11-162-0/+328
* Check key_exchange data length is not 0Matt Caswell2016-11-161-1/+2
* Ensure the whole key_share extension is well formattedMatt Caswell2016-11-161-2/+12
* Validate that the provided key_share is in supported_groupsMatt Caswell2016-11-162-34/+101
* Start using the key_share data to derive the PMSMatt Caswell2016-11-1613-50/+531
* Add a TLS version consistency check during session resumptionMatt Caswell2016-11-161-0/+17
* Add processing of the key_share received in the ServerHelloMatt Caswell2016-11-163-2/+56
* Add key_share info to the ServerHelloMatt Caswell2016-11-162-0/+44
* Update the trace code to know about the key_share extensionMatt Caswell2016-11-161-1/+31
* Add the key_share processing to the server sideMatt Caswell2016-11-164-1/+112
* Generate the key_shares extension on the client sideMatt Caswell2016-11-162-7/+103
* Check return value of some BN functions.Rich Salz2016-11-156-17/+24
* Introduce PATH_MAX and NAME_MAXFdaSilvaYY2016-11-151-4/+12
* Simplify and fix usage of three string array variable...FdaSilvaYY2016-11-151-15/+15