openssl.git
2021-12-30 Matt CaswellFix the symbol_presence test with a shlib_variant
2021-12-30 Dr. David von... APPS/cmp: improve diagnostics for presence of TLS options
2021-12-30 Dr. David von... OSSL_CMP_CTX: rename get/set function for trustedStore
2021-12-29 Matt CaswellEnsure s_client sends SNI data when used with -proxy
2021-12-29 Weiguo LiFix a misuse of NULL check
2021-12-28 Michael Baentschdocument additional stack push error code
2021-12-23 Michael Baentschimproving tests for adding sigalg with empty digest
2021-12-23 KanAdd static check in BN_hex2bn
2021-12-23 Alexandros... Fix Configure variable spill
2021-12-22 Paulinamemap: handle a NULL return when looking for a non...
2021-12-22 Dr. David von... HTTP client: Fix cleanup of TLS BIO via 'bio_update_fn...
2021-12-21 Piotr KubajAdd support for BSD-riscv64 target
2021-12-21 Dr. David von... HTTP client: Work around the 'gets' method not being...
2021-12-21 Dr. David von... http_test.c: Simplify constant init of 'server_args...
2021-12-21 Dr. David von... add OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-20 Tomas MrazFix fixup postrelease scripts to avoid creating errors
2021-12-19 Carlo Teubnercrypto/dsa.h: fix include guard name
2021-12-19 KanFix the null pointer dereference
2021-12-19 ABautkinFix deref after null
2021-12-18 Dr. David von... cmp_ctx.c: Remove redundancy form the defs of many...
2021-12-18 Paulirsa exp: move declarations before code
2021-12-17 Tomas Mrazcontext_init: Fix cleanup in error handling
2021-12-17 Tomas Mrazossl_provider_add_to_store: Avoid use-after-free
2021-12-17 Peiwei HuX509_STORE_new: memory needs to be freed
2021-12-17 Peiwei Huget_ecdsa_sig_rs_bytes: free value of d2i_ECDSA_SIG...
2021-12-17 Peiwei Hutest/cmp_vfy_test.c: free before return
2021-12-17 PauliAdd test case to verify that the use after free issue...
2021-12-17 Paulievp: address a use after free state when using HMAC...
2021-12-16 Peiwei HuEC_POINT_hex2point: forget to free pt
2021-12-16 Orr ToledanoDocumentation for RNDR and RNDRRS
2021-12-16 Orr ToledanoAdd tests for RNDR and combine tests with RDRAND
2021-12-16 Orr ToledanoAdd support for RNDRRS Provider
2021-12-16 Orr ToledanoAdd Arm Assembly (aarch64) support for RNG
2021-12-15 Dr. David von... APPS/cmp: Fix logic and doc of mutually exclusive ...
2021-12-14 Tomas MrazNEWS.md: Add missing empty line
2021-12-14 Richard LevitteAdd some CHANGES entries for 3.0.1
2021-12-14 Tomas MrazAdd some CHANGES.md entries for the 3.0.1 release
2021-12-14 Matt CaswellAdd a test case for the name constraints bug
2021-12-14 Matt CaswellAdd a TLS test for name constraints with an EE cert...
2021-12-14 Matt CaswellAdd a new Name Constraints test cert
2021-12-14 Tobias NießenFix infinite verification loops due to has_san_id
2021-12-14 Matt CaswellFix invalid handling of verify errors in libssl
2021-12-14 Matt CaswellUpdate CHANGES and NEWS for new release
2021-12-14 Richard LevitteFix VMS installation - Document in CHANGES.md
2021-12-14 Richard LevitteFix VMS installation - Override the openssl logical...
2021-12-14 Richard LevitteFix VMS installation - Check the presence of providers...
2021-12-14 Richard LevitteFix VMS installation - deassign the same logical names...
2021-12-14 Richard LevitteFix VMS installation - use platform->shlib_version_as_f...
2021-12-14 Richard LevitteFix VMS installation - Define the logical name OSSL...
2021-12-14 Richard LevitteFix VMS installation - $config{pointer_size} -> $target...
2021-12-14 Richard LevitteFix VMS installation - consistent program names with...
2021-12-14 Bernd EdlingerRemove some unnecessary undefs in bn_asm.c
2021-12-14 Bernd EdlingerFix a carry overflow bug in bn_sqr_comba4/8 for mips...
2021-12-13 Dr. David von... OSSL_HTTP_proxy_connect(): Fix glitch in response HTTP...
2021-12-13 Tomas Mrazbn2binpad: Use memset as the buffer will be used later
2021-12-13 Dr. David von... APPS/cmp: Simplify read_write_req_resp() - 'req' arg...
2021-12-13 Dr. David von... ossl_cmp_msg_check_update(): align recipNone check...
2021-12-13 Dr. David von... CMP test_commands.csv: improve test for -reqin, adding...
2021-12-13 Dr. David von... CMP test_verification.csv: add missing test case for...
2021-12-13 Dr. David von... CMP test_enrollment.csv: clean up test cases regarding...
2021-12-13 Richard Levittetest/evp_extra_test.c: Add EVP_PKEY comparisons in...
2021-12-13 Richard Levittetest/evp_extra_test.c: Refactor test_fromdata()
2021-12-13 Richard LevitteEnhance the explanation of selector bits in provider...
2021-12-13 Richard LevitteAdapt our OSSL_FUNC_keymgmt_match() implementations...
2021-12-13 Richard LevitteFix EVP_PKEY_eq() to be possible to use with strictly...
2021-12-12 PauliFix Coverity 1494385 logically dead code.
2021-12-11 Richard LevitteFix faulty detail in BN_rand() manual
2021-12-10 Richard LevitteTeach OpenSSL::ParseC about OPENSSL_EXPORT and OPENSSL_...
2021-12-10 Richard LevitteMake OSSL_provider_init() OPENSSL_EXPORT, not just...
2021-12-10 Tianjia Zhangapps/s_server: Correct s_server to return the correct...
2021-12-10 Tomas MrazWindows CI: explicitly use windows-2019 instead of...
2021-12-10 x2018remove redundant ERR_raise
2021-12-10 x2018check the return value of BIO_new() in t_x509.c:471...
2021-12-10 Sam Eatonchanges opensssl typos to openssl
2021-12-09 Paulifix Coverity 1494649: dead code
2021-12-09 Dr. David von... APPS/cmp: Fix use of OPENSSL_NO_SOCK: options like...
2021-12-09 Bernd EdlingerMinor code cleanup in o_names_init
2021-12-09 Dr. David von... OSSL_HTTP_get(): Fix timeout handling on redirection
2021-12-09 Dr. David von... CMP check_msg_find_cert(): improve diagnostics on trans...
2021-12-09 Dr. David von... 80-test_cmp_http_data/test_commands.csv: fix minor...
2021-12-09 Dr. David von... APPS/cmp: fix -rspin option such that it works again...
2021-12-09 Dr. David von... OSSL_CMP_MSG_read(): Fix mem leak on file read error
2021-12-09 pkubajAdd support for BSD-ppc, BSD-ppc64 and BSD-ppc64le...
2021-12-08 Gerd Hoffmannrename MIN() macro
2021-12-08 Peiwei Hubio_enc.c: add memory allocation check
2021-12-08 Alex PawelkoFix Markdown links in SUPPORT.md
2021-12-07 Dr. David von... APPS: Improve diagnostics on missing/extra args and...
2021-12-07 Matt CaswellFix documentation for tlsext_ticket_key
2021-12-07 Dr. David von... X509V3_set_ctx(): Clarify subject/req parameter for...
2021-12-07 Dr. David von... X509V3_set_ctx(): Clarify use of subject/req parameter...
2021-12-07 Matt CaswellDon't free the EVP_PKEY on error in set0_tmp_dh_pkey...
2021-12-07 Dr. David von... OSSL_HTTP_open(): clarify doc of 'server' arg and its...
2021-12-07 Dr. David von... OSSL_HTTP_open(): Complete documentation of checks...
2021-12-07 Dr. David von... OSSL_HTTP_set1_request(): Fix check for presence of...
2021-12-07 Dr. David von... OBJ_obj2txt(): fix off-by-one documentation of the...
2021-12-06 Matt CaswellDon't run the symbol presence test on windows
2021-12-06 Tomas Mraztest_rsa: Test for PVK format conversion
2021-12-06 Tomas Mrazkey_to_type_specific_pem_bio_cb: Use passphrase callbac...
2021-12-06 Tomas MrazPVK decoder: prompt for PVK passphrase and not PEM
2021-12-06 Tomas MrazFix pvk encoder to properly query for the passphrase
next