]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
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()
2023-10-13  Tomas MrazWindows CI: Add some non-default options to check they...
2023-10-11  Tomas MrazDH_check_pub_key() should not fail when setting result...
2023-10-11  Richard Levittetest/recipes/05-test_rand.t: replace 'and' with '&&'
2023-10-11  Bernd EdlingerImprove Malloc Failure Test
2023-10-10  KlavishnikAdded check for the return value of the RAND_bytes...
2023-10-09  KlavishnikAvoid divide-by-zero in kmac_prov.c's bytepad()
2023-10-05  Tomas MrazOptimize out unneeded up_ref/free of EVP_CIPHER
2023-10-05  Tomas Mrazd2i_X509.pod: Better document using the reuse capabilit...
2023-10-05  Tomas MrazBN_gcd(): Avoid shifts of negative values
2023-10-05  Tomas MrazDH_check: Emphasize the importance of return value...
2023-10-04  Pauliossl_property_list_to_string: handle quoted strings
2023-10-04  Tomas Mrazd2i_PKCS8PrivateKey_bio.pod: evp.h include is unnecessary
2023-10-04  Matthias St... Don't (re-)initialize the FFC_PARAMs in dh_init and...
2023-10-04  Matthias St... test: evp_extra: test signing with legacy app method...
2023-10-04  Matthias St... test: evp_extra: fix indentation error
2023-10-04  Sumitra SharmaCorrect documentation for PKCS5_PBKDF2_HMAC
2023-10-04  Richard LevitteRestore the meaning of EVP_PKEY_print_private()
2023-10-04  Dmitry BelyavskiyImproved detection of engine-provided private "classic...
2023-10-03  Frederik Wedel... Remove duplicates of EVP_aes_xxx_wrap() from EVP_aes_12...
2023-10-03  Matthias St... doc/man3: fix misnamed function name
2023-10-03  Sumitra SharmaAdd openssl/pem.h inclusion for d2i_PKCS8PrivateKey
2023-10-03  Tomas MrazAll lh_stats functions were deprecated not just some
2023-10-03  PauliCoverity 1545175: use after free
2023-10-03  PauliCoverity 1545174: calling risky function
2023-10-03  PauliCoverity 1545176: dereference before NULL check
2023-10-03  Paulirand: add extra error code
2023-10-03  Matt CaswellFix a mem leak when the FIPS provider is used in a...
2023-10-03  Paulifips: use seed source requested
2023-10-03  Paulifips selftest: avoid relying on a real RNG for self...
2023-10-03  Pauliremove redundant free of NULL
2023-10-03  dependabot... Bump actions/setup-python from 4.7.0 to 4.7.1
2023-10-02  Matthias St... doc: correct the SSL_CTX_set_info_callback(3) manual...
next