Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-21stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-10-07Add some more brainpool tests for TLSv1.3Matt Caswell
2022-10-06Rename ossl_sleep calls to OSSL_sleep everywhereRichard Levitte
2022-09-23Allow PKCS12 export to set arbitrary bag attributesGraham Woodward
2022-09-21Coverity 1515415: NULL dereferencePauli
2022-09-16stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb
2022-08-18Standardise type for epochMatt Caswell
2022-08-18Add a DTLSv1_listen() testMatt Caswell
2022-08-01Test that swapping the first app data record with Finished msg worksMatt Caswell
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz
2022-06-28Add a DTLS next epoch testMatt Caswell
2022-06-03Add a test_ssl_new testcaseTomas Mraz
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-03-23Fix Coverity 1498613: resource leakPauli
2022-03-14Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz
2022-03-01[ssl] Add tests for Perfect Forward Secrecy criteria on SECLEVEL >= 3Nicola Tuveri
2022-02-16test/helpers/handshake.c: Add check for OPENSSL_strdupJiasheng Jiang
2022-02-09Add the check after calling OPENSSL_strdupJiasheng Jiang
2022-02-05Move e_os.h to include/internalRichard Levitte
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2021-10-28fix some code with obvious wrong coding stylex2018
2021-10-11Bugfix: unsafe return check of EVP_PKEY_fromdataPW Hu
2021-10-11Bugfix: unsafe return check of EVP_PKEY_fromdata_initPW Hu
2021-08-24Fix test code to not assume NUL terminated stringsMatt Caswell
2021-06-26test: avoid memory leaks on errorsPauli
2021-06-21Refactor KTLS tests to better support TLS 1.3.John Baldwin
2021-06-15Move AllowClientRenegotiation testsRich Salz
2021-06-05Use the new ASN.1 libctx aware capabilities in CMPMatt Caswell
2021-06-02test: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-24Add a test for PKCS5_PBE_keyivgen()Jon Spillett
2021-05-24Add PBKDF1 to the legacy providerJon Spillett
2021-05-18Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb
2021-05-17Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz
2021-05-15Fix a memleak on an error path in the pkcs12 test helpersMatt Caswell
2021-05-06Update copyright yearMatt Caswell
2021-04-30remove end of line whitespacePauli
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-02-18Add internal X509_add_certs_new(), which simplifies mattersDr. David von Oheimb
2021-02-18Update copyright yearMatt Caswell
2021-02-12Deprecate the libssl level SRP APIsMatt Caswell
2021-02-08Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis
2021-02-05Stop disabling TLSv1.3 if ec and dh are disabledMatt Caswell
2021-01-28Update copyright yearRichard Levitte
2021-01-26TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFYDr. David von Oheimb
2021-01-26Avoid using OSSL_PKEY_PARAM_GROUP_NAME when the key might be legacyTomas Mraz
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis