]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
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 22145/head
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
2023-09-08  Bernd EdlingerFix a possible memleak in SRP_VBASE_new
2023-09-08  Richard LevitteOSSL_STORE: Fix error flag clearing and setting (provid...
2023-09-08  PauliAdd test case for #21986
2023-09-08  PauliCheck error return from cms_sd_asn1_ctrl() correctly.
2023-09-08  wangchengModify the dkeyform type to support engine
2023-09-07  Min Zhoutest/chacha: replace CPUID_OBJ with OPENSSL_CPUID_OBJ
2023-09-05  Dr. David von... apps/cmp.c: fix bug not allowing to reset -csr and...
2023-09-05  Dr. David von... apps.c: improve warning texts of parse_name() when...
2023-09-05  Dr. David von... apps.c: fix error messages (newline and needless text...
2023-09-05  Kai PastorUse armv8 .quad instead of .dword
2023-09-05  Bernd EdlingerFix internal memory leaks from OPENSSL_MALLOC_FAILURES
2023-09-05  dependabot... Bump actions/checkout from 2 to 4
2023-09-04  Neil HormanImplement dupctx for chacha20 cipher
2023-09-02  Bernd EdlingerAvoid clobbering non-volatile XMM registers
2023-09-01  Kurt RoeckxUpdate X509 fuzzer to verify a chain
2023-09-01  Matt CaswellRemove a redundant point mul from ossl_ec_key_public_ch...
2023-08-31  Ingo FranzkiOPENSSL_init_crypto load config into initial global...
2023-08-29  Kai PastorSet VC win64 perlasm scheme during Configure
2023-08-28  Min ZhouResolve assembler complains when including loongarch_arch.h
next