aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clarify what X509_NAME_online does with the given buffer and sizeRichard Levitte2016-11-231-3/+5
* Add missing -zdelete for some linux archesKurt Roeckx2016-11-211-2/+2
* Skipping tests in evp_test leaks memoryTodd Short2016-11-211-19/+20
* Make SSL_read and SSL_write return the old behaviour and document it.Kurt Roeckx2016-11-216-74/+83
* Add test to check EVP_PKEY method ordering.Dr. Stephen Henson2016-11-203-1/+81
* Avoid warnings like unused enum value (as suggested by Rich Salz)Robert Scheck2016-11-181-6/+2
* Shift inside of switch back one level (code style change, as requested by Ric...Robert Scheck2016-11-181-6/+6
* Add LMTP support (RFC 2033) to s_client ("-starttls lmtp")Robert Scheck2016-11-182-6/+20
* Use consistent variable names in exampleBeat Bolli2016-11-181-2/+1
* Update the location of the pod filesBeat Bolli2016-11-181-2/+2
* Fix name of "locked" variableKurt Roeckx2016-11-172-3/+3
* 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