summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-01-03Update troublesome copyright years of auto-generated files to 2022Dr. David von Oheimb
2022-01-03X509V3_set_ctx(): Improve documentationDr. 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-30APPS/cmp: improve diagnostics for presence of TLS optionsDr. David von Oheimb
2021-12-30OSSL_CMP_CTX: rename get/set function for trustedStoreDr. David von Oheimb
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-23improving tests for adding sigalg with empty digestMichael 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-22Add support for BSD-riscv64 targetPiotr Kubaj
2021-12-21HTTP client: Work around the 'gets' method not being supported by SSL BIOsDr. David von Oheimb
2021-12-21http_test.c: Simplify constant init of 'server_args' struct for gcc-4.8.xDr. David von Oheimb
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-12-20Fix fixup postrelease scripts to avoid creating errorsTomas Mraz
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-18cmp_ctx.c: Remove redundancy form the defs of many getters and settersDr. David von Oheimb
2021-12-18rsa exp: move declarations before codePauli
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-16Documentation for RNDR and RNDRRSOrr Toledano
2021-12-16Add tests for RNDR and combine tests with RDRANDOrr Toledano
2021-12-16Add support for RNDRRS ProviderOrr Toledano
2021-12-16Add Arm Assembly (aarch64) support for RNGOrr Toledano
2021-12-15APPS/cmp: Fix logic and doc of mutually exclusive -server/-use_mock_srv/-port...Dr. David von Oheimb
2021-12-14NEWS.md: Add missing empty lineTomas Mraz
2021-12-14Add some CHANGES entries for 3.0.1Richard Levitte
2021-12-14Add some CHANGES.md entries for the 3.0.1 releaseTomas Mraz
2021-12-14Add a test case for the name constraints bugMatt Caswell