summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-04-26Fix memleaks in async apiBernd Edlinger
2018-04-26Wait max. 60 seconds for s_client to connectBernd Edlinger
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY
2018-04-26Update the *use_certificate* docsMatt Caswell
2018-04-26Fix typo in the definition of tls13_ciphersMatt Caswell
2018-04-26Use get_last_sys_error() instead of get_last_rtl_error()Richard Levitte
2018-04-26PEM_def_callback(): use same parameter names as for pem_password_cbRichard Levitte
2018-04-26PEM_def_callback(): don't loop because of too short password givenRichard Levitte
2018-04-25openssl rehash: exit 0 on warnings, same as c_rehashRichard Levitte
2018-04-25ms/uplink-x86.pl: close the file handle that was openedRichard Levitte
2018-04-25Fix documentation for the -showcerts s_client optionMatt Caswell
2018-04-25apps/opt.c: Remove the access checks of input and output filesRichard Levitte
2018-04-25Better check of return values from app_isdir and app_accessRichard Levitte
2018-04-25Revert "Check directory is able to create files for various -out option"Richard Levitte
2018-04-25Revert "Add VMS version of app_dirname()"Richard Levitte
2018-04-25Revert "Check on VMS as well"Richard Levitte
2018-04-25test/recipes/15-test_out_option.t: refine testsRichard Levitte
2018-04-25[SM2_sign] add minimal EVP_PKEY functionality testingNicola Tuveri
2018-04-25[SM2_sign] fix double free and return valueNicola Tuveri
2018-04-25Fix the MAX_CURVELIST definitionMatt Caswell
2018-04-24Add missing malloc-return-null instanceRich Salz
2018-04-24x509/by_dir.c: Remove dead codeDr. Matthias St. Pierre
2018-04-24Add a test to verify the ClientHello version is the same in a renegMatt Caswell
2018-04-24In a reneg use the same client_version we used last timeMatt Caswell
2018-04-24Don't build AFALG on androidMatt Caswell
2018-04-24Allow TLSv1.3 EC certs to use compressed pointsMatt Caswell
2018-04-24Document when a session gets removed from cacheMatt Caswell
2018-04-24Remove some logically dead codeMatt Caswell
2018-04-24Improve backwards compat with 1.0.2 for ECDHParametersMatt Caswell
2018-04-24X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY
2018-04-24a_strex.c: improve documentation of 'tag2nbyte' lookup tableDr. Matthias St. Pierre
2018-04-23Remove superfluous NULL checks. Add Andy's BN_FLG comment.Billy Brumley
2018-04-23Move up check for EC_R_INCOMPATIBLE_OBJECTS and for the point at infinity caseNicola Tuveri
2018-04-23Pass throughNicola Tuveri
2018-04-23ladder description: why it worksBilly Brumley
2018-04-23Address code style commentsNicola Tuveri
2018-04-23Elliptic curve scalar multiplication with timing attack defensesBilly Brumley
2018-04-23Fix usage of ossl_assert()Kurt Roeckx
2018-04-23ARM assembly pack: make it work with older assembler.Andy Polyakov
2018-04-2300-base-templates.conf: wire keccak1600-armv4 module.Andy Polyakov
2018-04-23sha/asm/keccak1600-armv4.pl: adapt for multi-platform.Andy Polyakov
2018-04-2300-base-templates.conf: wire keccak1600-ppc64 module.Andy Polyakov
2018-04-2300-base-templates.conf: wire keccak1600-s390x module.Andy Polyakov
2018-04-2300-base-templates.conf: wire keccak1600-armv8 module.Andy Polyakov
2018-04-2300-base-templates.conf: wire keccak1600-x86_64 module.Andy Polyakov
2018-04-23sha/asm/keccak1600-x86_64.pl: make it work on Windows.Andy Polyakov
2018-04-23Configure: add $target{keccak1600_asm_src}.Andy Polyakov
2018-04-23sha/asm/keccak1600-armv8.pl: halve the size of hw-assisted subroutine.Andy Polyakov
2018-04-23.travis.yml: switch to newer osx image.Andy Polyakov
2018-04-23Fix openssl ca, to correctly make output file binary when using -spkacRichard Levitte