]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2026-04-30  Milan Brozci: Enable MINGW63/32 builkd matrix with strict warnings
2026-04-30  Milan BrozFix ignoring return value in RCU witn MINGW 32bit
2026-04-30  Milan BrozFix DSO symbol test with MINGW64 and pedantic warnings
2026-04-30  Milan BrozUse INVALID_SOCKET in SSLEcho demo
2026-04-30  Milan BrozRemove unused warnx from QUIC demos
2026-04-30  Milan BrozRemove redefined progname from QUIC demos
2026-04-30  Milan BrozRemove unused ossl_crypto_mem_barrier in old Windows...
2026-04-30  Milan BrozFix rand_deprecated build if OPENSSL_API_COMPAT is...
2026-04-30  Milan BrozDefine WINAPI_PARTITION_SYSTEM for older Windows headers
2026-04-30  Milan BrozFix warning for incompatible function cast
2026-04-30  Milan BrozFix signed/unsigned comparison under MINGW64
2026-04-30  Milan BrozFix missing prototype for win32_utf8argv under MINGW64
2026-04-30  Hasebur SinhaUse accessors for ASN1_STRING internally in PKCS7
2026-04-30  Herman Semenoffcrypto: fix possible integer overflow using cast size_t
2026-04-30  Eugene Syromiatnikovutil: remove find-doc-nits -o option and missing*111...
2026-04-30  Eugene Syromiatnikovtest/recipes/90-test_memfail.t: fix off-by-one error...
2026-04-30  Eugene Syromiatnikovtest/recipes/90-test_memfail.t: print OPENSSL_MALLOC_FA...
2026-04-30  Eugene Syromiatnikovtest/{handshake-,load_key_certs_crls_,x509_}memfail...
2026-04-30  Eugene Syromiatnikovcrypto/mem.c: perform the fail check right after counti...
2026-04-30  Eugene Syromiatnikovtest/recipes/90-test_memfail.t: disable mfail before...
2026-04-30  Milan BrozReplace one missing snprint with BIO_snprintf
2026-04-29  andrei2308Update description of OSSL_HTTP_adapt_proxy()
2026-04-29  andrei2308Add test for empty proxy server adaptation
2026-04-29  andrei2308Add check for empty server host in http_lib.c
2026-04-29  Helen Zhangchange EVP_MD_size() return value from size_t to int.
2026-04-29  Eugene Syromiatnikovssl/quic/quic_record_tx.c: refactor qtx->cons obtaining
2026-04-28  Milan BrozWorkaround Uplink compilation for MINGW 32bit
2026-04-28  Milan BrozFix always false comparison in asn1/a_strex.c
2026-04-28  Alexandr Nedvedickytest: move 'Simple single-stream test' from quic_multst...
2026-04-28  Alexandr NedvedickyMake SSL_get_stream_write_state() safe for concluded...
2026-04-28  slontisFIPS: Add HMAC key size compliance check to the MAC...
2026-04-28  herbenderblerFix record layer leak when swapping chained transport BIO
2026-04-28  Mounir IDRASSIAdd property method cache failure tests
2026-04-28  Mounir IDRASSIFix property method cache insert failure handling
2026-04-27  huanghuihui0904ssl/quic/quic_port.c: fix leak in port_make_channel()
2026-04-27  Wolfgang BeckAdd icx compiler version support in perl asm scripts
2026-04-27  Michael Richardsonmove contents of HACKING.md to a doc/HOWTO
2026-04-27  Ingo FranzkiIncrease the query cache insert grow retry
2026-04-26  Mounir IDRASSIcrypto/hashtable/hashtable.c: fix hashtable grow cleanu...
2026-04-26  Viktor DukhovniHandle NULL-buffer size probe in ossl_param_build_set_b...
2026-04-26  Alexandr Nedvedickyremove ossl_quic_detach_stream() and ossl_quic_attach_s...
2026-04-26  Eugene SyromiatnikovCHANGES.md, NEWS.md: updates for 4.0.0 final release
2026-04-26  Samaresh Kumar... Use EVP_MD_fetch() instead of EVP_get_digestbynid(...
2026-04-26  Joe Ortondoc/man3/SSL_set1_host.pod: fix Deprecated Functions...
2026-04-26  Abdirahim Musseaix: disable sendmmsg/recvmmsg
2026-04-26  Christoph Müllner.github: add AArch64 extension cross-compile workflow
2026-04-26  Neil HormanMake win32_pathbyaddr more reliable
2026-04-26  Norbert PocsDeprecate ASN1_BIT_STRING_set()
2026-04-26  Sebastian Andrzej... apps: Move PATH_MAX define out of the win32 block
2026-04-26  Weidong WangFix double-free in mlx_kem_dup() default case
2026-04-24  Frederik Wedel... Removes SSLv2 support in TLSProxy.
2026-04-24  Daniel SandsAdd intelligence to asn1_d2i_read_bio for reading entir...
2026-04-24  ndosscheFix error check for EVP_CTRL_AEAD_GET_TAG
2026-04-24  Frederik Wedel... Removes duplicated __owur.
2026-04-23  Jakub ZelenkaAdd memory allocation failure testing framework
2026-04-23  Dmitry BelyavskiyDocument semantic changes for EVP_get_*by* functions 30253/head
2026-04-23  Viktor DukhovniDrop redundant/confusing NULL check
2026-04-23  Viktor DukhovniDrop value barrier from ML-DSA reduce_once
2026-04-23  Milan Brozci: Add MSYS2-MINGW64 build
2026-04-22  Joshua Rogersdocs: Fix and add documentation about AES-WRAP-PAD...
2026-04-22  legin hpesojdoc: correct X509v3_get_ext_by_NID.pod to reflect CRL...
2026-04-22  Viktor DukhovniAdd valgrind CT support to ML-DSA
2026-04-22  Mounir IDRASSIReject empty TLS 1.3 HRR cookie
2026-04-22  Kelvin LeeUse proper compiler features abstraction for older...
2026-04-22  Viktor Dukhovnipkey(1) missing setup for interactive pass prompt
2026-04-21  herbenderblerFix memory leak in load_key_certs_crls() when add/push...
2026-04-20  Eugene Syromiatnikovapps/enc.c: typo fix in -k option description
2026-04-20  Dimitri John... fips: mark X448MLKEM1024 as non-approved
2026-04-20  Milan Brozci: Add MINGW64 build
2026-04-20  Liu-ErMengsock_read: check ret==0 before BIO_sock_should_retry()
2026-04-20  Eugene Syromiatnikov.github/workflows: remove openssl-3.2 and openssl-3...
2026-04-20  Daniel GustafssonFix prototype typo in X509_NAME_get_index_by_NID
2026-04-17  Alexandr NedvedickyMake QUIC radix tests friendly to clang-format
2026-04-17  Jan DamborskyFixes AES optimisations for Fujitsu M10 cause SEGV...
2026-04-17  Norbert PocsASN1_BIT_STRING_name_print check BIO_* RVs
2026-04-17  Matt CaswellGrow the init_buf incrementally as we receive data
2026-04-17  Tomas Mrazossl_curve448_scalar_halve(): Fix -ansi build
2026-04-16  Alexandr Nedvedickyport_default_packet_handler() should not attempt to...
2026-04-16  Tomas Mrazossl_err_get_state_int(): Avoid saving the last sys...
2026-04-16  Viktor DukhovniFix off-by-one in "groups list" parser
2026-04-16  Matt CaswellAdd a test for too many PSKs
2026-04-16  Matt CaswellLimit the number of PSKs we accept
2026-04-16  Christoph Müllnerriscv: weaken capscheck for rv64gc_v_zvkned_hwprobe...
2026-04-16  Christoph Müllnerriscv: add capscheck assertion to hwprobe CI entries
2026-04-16  Christoph Müllnerriscv: add hwprobe-based CI entries for capability...
2026-04-16  Christoph Müllnerriscv: fix IS_IN_DEPEND_VECTOR range check
2026-04-16  Daniel KubecEAP-FAST: echo Session ID on PAC-based session resumption
2026-04-16  Dr. David von... 25-test_verify.t: improve variable and test name, add...
2026-04-16  Dr. David von... Factor out ossl_file_stat() from file_store.c:file_open()
2026-04-16  Matt CaswellClarify the set_session_id_context functions
2026-04-16  Lukas GerlachFix constant-time violation in ossl_curve448_scalar_halve
2026-04-16  openssl-machineForward port release update commit to master branch
2026-04-16  Daniel KubecTLSv1.3: reissue session ticket after full handshake...
2026-04-16  Gellért Peresztegi... ssl: Fix ssl_do_config to clean up errors on success...
2026-04-16  Eugene Syromiatnikovossl-guide-migration.pod: tfixes in TLS fixed ver meth...
2026-04-16  jlg1061Add regression tests to `test/evp_extra_test.c` that...
2026-04-16  Tomas MrazFix broken sslapitest with old FIPS providers
2026-04-15  Eugene Syromiatnikovtest/quicapitest.c: restore array formatting butchered...
2026-04-15  Eugene Syromiatnikovrun-checker-ci.yml, run-checker-merge: add -DOPENSSL_US...
2026-04-15  Eugene SyromiatnikovAvoid creating TLSProxy on IPv6 loopback address is...
next