summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-01-05sm2: fix {i2d,d2i}_PublicKey EC_KEY is EVP_PKEY_SM2zhaozg
2022-01-05apps/passwd.c: free before error exitingPeiwei Hu
2022-01-05trace.c: Add missing trace category entryTomas Mraz
2022-01-04app_http_tls_cb: Fix double-free in case TLS not usedDr. David von Oheimb
2022-01-04HTTP client: Work around HTTPS proxy use bug due to callback design flawDr. David von Oheimb
2022-01-04Use USE_SWAPCONTEXT on IA64.Sebastian Andrzej Siewior
2022-01-04Revert "property: use a stack to efficiently convert index to string"Pauli
2022-01-04Revert "test: add some unit tests for the property to string functions"Pauli
2022-01-04Validate the category in OSSL_trace_end()Matt Caswell
2022-01-03Update troublesome copyright years of auto-generated files to 2022Dr. David von Oheimb
2022-01-03ec.h: Explain use of strstr() for EVP_EC_gen() and add #include <string.h>Dr. David von Oheimb
2022-01-03Check the return value of ossl_bio_new_from_core_bio()x2018
2022-01-03close_console: Always unlock as the lock is always heldTomas Mraz
2022-01-03try_pkcs12(): cleanse passphrase so it is not left on the stackTomas Mraz
2022-01-03try_pkcs12(): Correct handling of NUL termination of passphrasesTomas Mraz
2022-01-03Test that PEM_BUFSIZE is passed into pem_password_cbTomas Mraz
2022-01-03pem_password_cb: Clarify the documentation on passphrasesTomas Mraz
2022-01-03Compensate for UI method always adding NUL terminationTomas Mraz
2022-01-01test: add some unit tests for the property to string functionsPauli
2022-01-01property: use a stack to efficiently convert index to stringPauli
2021-12-30Fix the symbol_presence test with a shlib_variantMatt Caswell
2021-12-29Ensure s_client sends SNI data when used with -proxyMatt Caswell
2021-12-29Fix a misuse of NULL checkWeiguo Li
2021-12-28document additional stack push error codeMichael Baentsch
2021-12-27Add support for BSD-riscv64 targetPiotr Kubaj
2021-12-24permitting no/empty digest in core_obj_add_sigid for openssl-3.0Michael Baentsch
2021-12-23Add static check in BN_hex2bnKan
2021-12-23Fix Configure variable spillAlexandros Roussos
2021-12-23namemap: handle a NULL return when looking for a non-legacy cipher/MDPauli
2021-12-22HTTP client: Fix cleanup of TLS BIO via 'bio_update_fn' callback functionDr. David von Oheimb
2021-12-21rsa exp: move declarations before code (3.0)Pauli
2021-12-20crypto/dsa.h: fix include guard nameCarlo Teubner
2021-12-20Fix the null pointer dereferenceKan
2021-12-20Fix deref after nullABautkin
2021-12-20Avoid trailing spaces in NEWS.md and CHANGES.mdTomas Mraz
2021-12-20Fix fixup postrelease scripts to avoid creating errorsTomas Mraz
2021-12-17context_init: Fix cleanup in error handlingTomas Mraz
2021-12-17ossl_provider_add_to_store: Avoid use-after-freeTomas Mraz
2021-12-17X509_STORE_new: memory needs to be freedPeiwei Hu
2021-12-17get_ecdsa_sig_rs_bytes: free value of d2i_ECDSA_SIG() before returnPeiwei Hu
2021-12-17test/cmp_vfy_test.c: free before returnPeiwei Hu
2021-12-17Add test case to verify that the use after free issue is fixed.Pauli
2021-12-17evp: address a use after free state when using HMAC and MD copy.Pauli
2021-12-16EC_POINT_hex2point: forget to free ptPeiwei Hu
2021-12-15APPS/cmp: Fix logic and doc of mutually exclusive -server/-use_mock_srv/-port...Dr. David von Oheimb
2021-12-14Prepare for 3.0.2Matt Caswell
2021-12-14Prepare for release of 3.0.1openssl-3.0.1Matt Caswell
2021-12-14make updateMatt Caswell
2021-12-14Update copyright yearMatt Caswell
2021-12-14Add a test case for the name constraints bugMatt Caswell