]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2026-01-14  slontisML-DSA: Add a digest that can calculate external mu.
2026-01-13  Neil HormanUpdate .github/workflows/check-news-changes.yml
2026-01-13  Neil HormanAdd script to aid scanning of a release branch for...
2026-01-13  Neil HormanCreate a simple check for suggesting NEWS/CHANGES additions
2026-01-13  Bob BeckEnsure ASN1 types are checked before use.
2026-01-13  slontisAdd clang-format file exclusions for generated files...
2026-01-13  slontisAdd an OID for "id-alg-hss-lms-hashsig"
2026-01-12  Eugene Syromiatnikovml_dsa_kmgmt: check params against len and not pointers...
2026-01-12  Joshua Rogersquic: remove dead VERSION_NEG handling in ch_rx_handle_...
2026-01-12  Joshua Rogersquic: remove redundant free of inner TLS in accept_conn...
2026-01-12  Joshua Rogersquic: free popped incoming channel on early exit in...
2026-01-12  Liu-ErMengfix vpsm4_ex bug in AARCH64 big-endian platform
2026-01-12  Gleb Popovbn: Remove the BN_RECURSION cpp define
2026-01-12  Gleb Popovbn: Remove the BN_SQR_COMBA cpp define
2026-01-12  Gleb Popovbn: Remove the BN_MUL_COMBA cpp define
2026-01-12  Jiasheng Jiangtest/bio_base64_test.c: Add check for BIO_new()
2026-01-12  Jiasheng Jiangfuzz/cmp.c: Correct the usages of BIO_new()
2026-01-12  Tomas MrazAdd WSAIoctl to allowed platform symbols on Windows
2026-01-12  zhouluInstruction reordering to further improve SM4-CBC decry...
2026-01-12  Heath Dutton🕴️apps/speed.c: support algorithm name aliases in kem...
2026-01-12  Heath Dutton🕴️Add PKCS12 fuzzer
2026-01-12  Milan BrozAdd clang-21 to CI compilers
2026-01-12  Dmitry Misharovdo not hardcode CI workspace path
2026-01-12  Simo SorceFix max index define that was not updated
2026-01-12  Norbert Pocswindows-makefile: Don't prefix libdir when it is absolu...
2026-01-12  Alexandr NedvedickyQUIC listener may fail with SSL_POLL_EVENT_EL on windows.
2026-01-12  Nikola Pajkovskylhash_test: set back num_workers to 16
2026-01-12  Matt CaswellClean up some unnecessary includes
2026-01-12  Matt CaswellRemove dead EVP_rc5() code
2026-01-12  Matt CaswellRemove legacy fields from the EVP_CIPHER structure
2026-01-12  Matt CaswellRemove some last remaining EVP_CIPHER related legacy...
2026-01-12  Matt CaswellRemove dead EVP_rc4_hmac_md5() code
2026-01-12  Matt CaswellRemove dead EVP_enc_null() code
2026-01-12  Matt CaswellRemove dead EVP_chacha20_*() code
2026-01-12  Matt CaswellCleanup block cipher macros in include/crypto/evp.h
2026-01-12  Matt CaswellRemove dead EVP_aes_*() code
2026-01-12  Matt CaswellRemove dead EVP_aes_*_cbc_hmac_sha256() code
2026-01-12  Matt CaswellRemove dead EVP_aes_*_cbc_hmac_sha1() code
2026-01-10  Jiasheng Jiangfuzz/provider.c: Add check for OPENSSL_malloc() to...
2026-01-09  Matt CaswellDocument the EVP_PKEY_asn1* removed functions
2026-01-09  Matt CaswellUpdate the documentation to remove referenceds to EVP_P...
2026-01-09  Matt CaswellRemove the ability to create a custom EVP_PKEY_ASN1_METHOD
2026-01-09  Matt CaswellRemove the ability to query the internal EVP_PKEY_ASN1_...
2026-01-09  Matt CaswellRemove EVP_PKEY_asn1_add0()
2026-01-09  Neil HormanAdd a test to ensure that instantiation of drbgs work
2026-01-09  Neil Hormanfetch macctx while fetching digest when creating HMAC...
2026-01-09  Matt CaswellClean up some unnecessary inclusions
2026-01-09  Matt CaswellRemove some legacy fields from the EVP_MD_CTX structure
2026-01-09  Matt CaswellCleanup the EVP_MD structure
2026-01-09  Matt CaswellRemove legacy method deadcode for EVP_MD implementations
2026-01-08  Alexandr NedvedickyMinGW does not know __int64, we can rely on int64_t...
2026-01-08  Richard LevitteFix util/mkinstallvars.pl to treat LIBDIR and libdir...
2026-01-08  Bernd EdlingerFix a possible crash in ASN1_generate_nconf
2026-01-08  Alexandr Nedvedickyctx_simd and ctx_ref must be freed in error path
2026-01-08  Frederik Wedel... Cleanup in cryptlib.h.
2026-01-08  Frederik Wedel... Correctly handle the cases where SSL_dup fails.
2026-01-08  JohnnySavagesRemove unnecessary argc assign
2026-01-08  Dr. David von... X509_VERIFY_PARAM_set_flags.pod: fix doc of NULL param...
2026-01-08  Dr. David von... X509_VERIFY_PARAM_set_flags.pod: remove heavily outdate...
2026-01-08  Dr. David von... X509_VERIFY_PARAM_set_flags.pod: add hint on joint...
2026-01-08  Anton Moryakovapps: ocsp.c: fix null dereference in ocsp_response
2026-01-08  Andreas AignerRemove unused Data::Dumper from cmake exporter
2026-01-07  Dr. David von... apps/cmp.c: fix handling of passwords when loading...
2026-01-07  Dr. David von... apps/cmp.c: refactor load_key_pwd() and load_cert_pwd...
2026-01-07  Dr. David von... apps/lib/apps.c: fix load_certs_multifile() and load_ce...
2026-01-07  Dr. David von... apps/lib/apps.c load_key_certs_crls() refactor uidata...
2026-01-07  Neil HormanAdd new test test_base64_simdutf to .gitignore file
2026-01-07  Neil Hormanprevent large latency in base64_simdutf test
2026-01-06  Anatolii Ohorodnyktest: use runtime FIPS detection instead of compile...
2026-01-06  Dr. David von... apps.c: fix next_item() to correctly handle space(s...
2026-01-06  Bernd EdlingerFix a memory leak in sctp code
2026-01-05  Dr. David von... UI_new.pod: fix doc of UI_add_user_data()
2026-01-05  Frederik Wedel... Fix possible null pointer dereference.
2026-01-04  Neil HormanFix dead code/constant expression in simdutf test
2026-01-04  Neil HormanFix overflow in EVP_EncodeFinal
2026-01-04  Neil HormanFix constant bounds checking in evp_encodeblock_int
2026-01-04  Neil HormanFix more dead code in b64_write
2026-01-04  Neil Hormancheck for null returns in test_base64_simdutf.c
2026-01-04  Neil HormanRemove dead code in b64_write
2026-01-03  Bob BeckRemove the ASN1_STRING_FLAG_X509_TIME flag
2025-12-31  Neil HormanFix register save/restore issue in ppc
2025-12-31  Tomas Mrazrun-checker-daily.yml: heartbeats cannot be enabled...
2025-12-31  609bobbss_acpt.c: Free strings returned from previous BIO_ADD...
2025-12-31  zhouluSM4-CBC performance improvement on RISC-V
2025-12-31  xxcuiSM3: Performance optimized with RISC-V Vector Crypto
2025-12-31  Richard LevitteAdd explicit error queue instructions in d2i_X509(3...
2025-12-31  Frederik Wedel... Fix typo in hex_prin() and make it static
2025-12-30  fengpengboThis PR performs further optimization based on the...
2025-12-28  Jiasheng Jiangdemos/bio/sconnect.c: Add check for BIO_new()
2025-12-28  Jiasheng Jiangtest/evp_extra_test.c: Add check for BIO_new()
2025-12-26  Neil HormanAdd ci test to run against minimal gcc version we support
2025-12-24  fengpengboFix register usage comment in ARMv8 Montgomery sqr...
2025-12-23  Andrew DinhSSL3 documentation nits
2025-12-23  Andrew DinhAdd no-ssl3 back as a no-op
2025-12-23  Andrew DinhAdd entry to CHANGES.md
2025-12-23  Andrew DinhRemove sslv3 flags from x86 CI jobs
2025-12-23  Andrew DinhUpdate documentation using enable-ssl3 Configure flags
2025-12-23  Andrew DinhAllow enabling deprecated flags that haven't been remov...
2025-12-23  Andrew DinhDeprecate SSL3 Configure flags
2025-12-23  Andrew DinhRename SSL3 error codes to TLS equivalents
next