openssl.git
2023-12-08 Richard LevitteModify 'out-of-source-and-install' to work with a read...
2023-12-07 Neil HormanAdd overflow checks to parse_number/parse_hex/parse_oct
2023-12-06 Neil HormanStatically link legacy provider to evp_extra_test
2023-12-05 Tomas Mrazrehash.c: Do not use NAME_MAX limit
2023-12-04 Richard LevitteMake 'openssl list' less sensitive for providers withou...
2023-12-04 Richard LevitteAdd a minimal test provider
2023-12-04 Richard LevitteAfter initializing a provider, check if its output...
2023-12-04 Bernd EdlingerFix a possible memory leak in CMS_add_simple_smimecap
2023-12-04 Michael OsipovFix detection on HP-UX (IA64)
2023-12-04 James Muirdoc: improve display of KECCAK-KMAC128, KECCAK-KMAC256...
2023-12-01 Neil HormanDon't free aliased pointers in ctx cmp_ctx tests
2023-12-01 Neil HormanAdd locking to CRYPTO_secure_used
2023-12-01 James Muirevp-cmac: do not seg-fault when getting mac-size before...
2023-12-01 Bernd EdlingerFix a possible memory leak in make_receipt_request
2023-12-01 Bernd EdlingerFix a possible use after free in X509v3_asid_add_id_or_...
2023-12-01 James Muirrsa-doc: fix typo
2023-11-30 Sean Brightdoc: Minor typo in SSL_CTX_set_tmp_dh_callback docs.
2023-11-30 lan1120Initialize dstctx->mgf1_md to NULL in rsa_dupctx function
2023-11-30 Xi Ruoyaobn_nist: Fix strict-aliasing violations in little-endia...
2023-11-30 Jamie CuiFix EVP_RAND-SEED-SRC documentation example
2023-11-30 Dmitry MisharovAdd self-hosted runners
2023-11-29 Viktor DukhovniAdd last missing TLSA usage/selector/mtype test case
2023-11-29 Viktor DukhovniFix freshly introduced double-free.
2023-11-28 Bernd EdlingerFix a possible memory leak in ct_move_scts
2023-11-24 Tomas Mrazx86_64-xlate.pl: Fix build with icx and nvc compilers
2023-11-24 Matt CaswellMove freeing of an old enc_write_ctx/write_hash to...
2023-11-24 Neil Hormanzero data in hm_fragment on alloc
2023-11-23 Tomas MrazAdd negative test for key length change
2023-11-23 Tomas MrazAdd negative test for iv length change
2023-11-23 Tomas Mrazupdate/final: Return error if key is not set
2023-11-23 Tomas MrazWhen changing IV length invalidate previously set IV
2023-11-23 Tomas MrazCross Compiles CI: Run evp tests on pull requests
2023-11-23 James Muircontributing-doc: give example commit message with...
2023-11-23 Richard LevitteAdapt C compiler detection for VSI C on x86_64
2023-11-23 Huiyue XuFix a possible memory leak in SM2 provider
2023-11-22 James Muirdoc: fix description of mac "block-size" parameter
2023-11-22 James Muirdoc: better description of KECCAK-KMAC XOF
2023-11-22 James MuirUpdate OpenSSL logos
2023-11-22 Bernd EdlingerFix possible memleak in PKCS7_add0_attrib_signing_time
2023-11-22 Bernd EdlingerFix a possible use-after-free in custom_exts_free
2023-11-22 Bernd EdlingerFix a possible memleak in CMS_sign_receipt
2023-11-22 Bernd EdlingerFix a possible memleak in PKCS7_add_attrib_smimecap
2023-11-22 Bernd EdlingerFix a possible memory leak in dane_tlsa_add
2023-11-21 Anders JanssonFix typo in variable name
2023-11-16 James Muircms demos: print signingTime attributes
2023-11-16 slontisFixup demo exit status magic numbers
2023-11-15 dependabot... Bump actions/github-script from 6 to 7
2023-11-15 Viktor SzakatsConfigure: do not check for an absolute prefix in cross...
2023-11-10 Alexey Fofanovapps/list.c: Check the result of inserting a provider...
2023-11-09 Matt CaswellFix a bad backport
2023-11-09 Bernd EdlingerFix a possible memory leak of ssl->s3.tmp.psk
2023-11-08 Tomas MrazAdd CHANGES.md and NEWS.md entry for CVE-2023-5678
2023-11-08 Matthias St... apps/rehash.c: avoid printf format warning [-Wformat]
2023-11-08 Bernd EdlingerFix a possible memory leak in custom_ext_add
2023-11-07 Dmitry BelyavskiyUse proper KDF SS parameter name
2023-11-06 Richard LevitteFix conflicts between DH check flags and FFC check...
2023-11-06 Richard LevitteMake DH_check_pub_key() and DH_generate_key() safer yet
2023-11-06 Michael HinzFix documentation regarding KMAC sizes
2023-11-02 Bernd EdlingerFix a possible memory leak in load_builtin_compressions
2023-11-01 James Muirfree oaep label-octet-string on error
2023-10-26 Damian Hobson... x509_print_ex: Remove unused setting when XN_FLAG_COMPA...
2023-10-26 Damian Hobson... Fix X509_REQ_print_ex bug
2023-10-26 Damian Hobson... x509_print_ex:Use correct constant for nmflag comparison
2023-10-26 Todd ShortFix potential NULL deref in ssl_old_test.c
2023-10-26 trigpolynomaes-gcm-avx512.pl: fix non-reproducibility issue
2023-10-26 Tomas Mrazbn: Properly error out if aliasing return value with...
2023-10-26 Khem RajLink libatomic on riscv32
2023-10-26 Alexey Fofanovreturn 0 if an error occurred
2023-10-25 Tomas MrazAvoid using gets as an argument name in a prototype
2023-10-24 Matt CaswellPrepare for 3.1.5
2023-10-24 Matt CaswellPrepare for release of 3.1.4 openssl-3.1.4
2023-10-24 Matt Caswellmake update
2023-10-24 Matt CaswellCopyright year updates
2023-10-24 Paulitest: add unit test for CVE-2023-5363
2023-10-24 Paulichanges and news entries for CVE-2023-5363
2023-10-24 Paulievp: process key length and iv length early if present
2023-10-24 Tomas MrazFix Coverity 1547856: memset() uses only the lowest...
2023-10-24 Matthias St... rand: fix seeding from a weak entropy source
2023-10-24 Richard Levitterand: improve error message for rand pool overflows
2023-10-20 набReference the non-"legacy" provider names directly...
2023-10-20 Matthias St... rand: add callbacks to cleanup the user entropy resp...
2023-10-19 Tomas Mrazload_key_certs_crls(): There is no quiet argument
2023-10-19 Tomas Mrazcms_enc.c: Include crypto/asn1.h for struct asn1_object_st
2023-10-19 Tomas Mrazapps: Print out a proper message when a store cannot...
2023-10-18 Neil HormanAdd a test to confirm that legacy rsa keys work
2023-10-18 Neil HormanDont require CRT params on ossl_rsa_set0_all_params
2023-10-18 Neil Hormanremove sanity check from ossl_rsa_todata
2023-10-18 Tomas Mrazossl_param_build_set_multi_key_bn(): Do not set NULL...
2023-10-18 Neil Hormanensure that ossl_obj_nid_lock is allocated before use
2023-10-18 James Muircms encrypt, better OBJ_nid2obj() return check
2023-10-18 Pavel Stetsukfix: LINEAR search doesn't work properly (if CHARSET_EB...
2023-10-18 Daiki Uenorsa: Accept NULL OAEP label for backward compatibility
2023-10-18 James MuirUpdate unix Makefile template to handle paths with...
2023-10-17 Dr. David von... EVP shake_ctrl(): add missing NULL evp_ctx check
2023-10-17 Dr. David von... CMS_add1_signer(): add missing ERR_raise() calls
2023-10-17 Dr. David von... CMS_add1_signer.pod: add missing info on CMS_SignerInfo...
2023-10-17 Dr. David von... PKCS7_SIGNER_INFO: point out confusing names of digest_...
2023-10-13 Paulicmp: add null pointer check in tear_down test function
2023-10-13 James MuirFix parenthesis, use a colon
2023-10-13 Tomas MrazWindows: use srand() instead of srandom()
next