openssl.git
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...
2023-09-22 Matthias St... no-engine: fix signing with legacy app method based...
2023-09-22 Huiyue XuDo not include sparse_array.o in libssl
2023-09-21 Steffen KleeFix test_cms if DSA is not supported
2023-09-21 Bernd EdlingerFix error handling in lhash contract
2023-09-21 Bernd EdlingerFix error handling in CRYPTO_get_ex_new_index
2023-09-21 Bernd EdlingerFix some memory leaks in the openssl app
2023-09-20 Paulicoverity: NULL dereference
2023-09-20 Sumitra SharmaAdd documentation for the function SSL_CONF_CTX_finish.
2023-09-19 Mathieu Tortuyauxenc: "bad decrypt" only in decryption
2023-09-19 Richard LevittePrepare for 3.1.4
2023-09-19 Richard LevittePrepare for release of 3.1.3 openssl-3.1.3
2023-09-19 Richard Levittemake update
2023-09-19 Richard LevitteCopyright year updates
2023-09-18 Dr. David von... CMP app and API doc: add note on critical server auth...
2023-09-18 Dr. David von... CMP doc: various small corrections, mostly on PBM vs...
2023-09-18 Sumitra SharmaEnhance code safety and readability in SSL_get_shared_c...
2023-09-15 Olga BatyshkinaFix PKCS#12 creation error when certificate contains...
2023-09-15 Bernd EdlingerFix a merge mistake in engne_list_add
2023-09-15 Bernd EdlingerFix engine cleanup error handling
2023-09-13 Bernd EdlingerFix memory leaks in ssl_old_test.c
2023-09-13 Tomas MrazRevert "make inability to dup/clone ciphers an error"
2023-09-13 Tomas MrazRevert "Add dupctx support to aead ciphers"
2023-09-13 Tomas MrazRevert "implement dupctx for aes_WRAP methods"
2023-09-13 Tomas MrazRevert "implement dupctx for chacha20_poly1305"
2023-09-13 Tomas MrazRevert "Add dupctx support to rc4_hmac_md5 algo"
2023-09-13 Tomas Mrazd2i_ECPKParameters and i2d_ECPKParameters are not depre...
2023-09-13 Dimitri PapadopoulosFix typos found by codespell in openssl-3.1
2023-09-13 Bernd EdlingerFix a memleak in prepare_rsa_params
2023-09-12 Neil HormanAdd dupctx support to rc4_hmac_md5 algo
2023-09-12 Neil Hormanimplement dupctx for chacha20_poly1305
2023-09-12 Neil Hormanimplement dupctx for aes_WRAP methods
2023-09-12 Neil HormanAdd dupctx support to aead ciphers
2023-09-12 Neil Hormanmake inability to dup/clone ciphers an error
2023-09-11 Vladimir Kotalaugment man pages with information about PKCS12KDF...
2023-09-11 Tomas MrazAdd CVE-2023-4807 fix to CHANGES.md and NEWS.md
2023-09-11 Bernd EdlingerFix a possible memleak in rsa_pub_encode
2023-09-11 Dmitry Misharovremove unused Appveyour config
2023-09-09 Bernd EdlingerFix output corruption in req command
next