]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2 hours ago  Daniel KubecTLS: Verify session ID to prevent incorrect session... master
3 hours ago  Mayank Jangidtest: skip verify_recover regression for FIPS
3 hours ago  Mayank Jangidtest: use 2048-bit RSA key for FIPS verify_recover...
3 hours ago  Mayank Jangidtest: add explicit FIPS verify_recover regression
3 hours ago  Mayank Jangidtest: skip verify_recover regression with old FIPS...
3 hours ago  Mayank Jangidrsa_sig: reject short buffers in verify_recover
6 hours ago  Bob BeckConvert use of artisinally made hand crafted integer...
6 hours ago  Bob Beckuse stdint in modes.h
8 hours ago  olszomaldoc: match provider-asym_cipher(7) prototypes with...
8 hours ago  olszomaldoc: remove outdated signature_dupctx usage note
8 hours ago  Daiki Uenodoc: clarify resumption semantics with -anti_replay...
24 hours ago  yangxuqingcrypto/evp/m_sigver.c: fix potential double free on...
24 hours ago  Daniel Kubectest/tls13tickettest.c: check SSL_TICKET_NO_DECRYPT...
24 hours ago  Eugene Syromiatnikovcrypto/cmp/cmp_genm.c: avoid strcat() in get_genm_itav()
24 hours ago  Daniel KubecCHANGES.md: mention tickets disabling on set SSL_OP_NO_...
24 hours ago  Andrew Dinhutil: add acvp-test util
25 hours ago  Andrew Dinhtest/quicapitest.c: add test to check inner SSL
25 hours ago  Andrew Dinhquic_impl.c: pass correct SSL to ossl_ssl_connection_ne...
26 hours ago  kovandoc: add SSL/SSL_CTX thread safety section to openssl...
27 hours ago  Kim Brosedoc/man1/openssl-format-options.pod: fix example EB...
29 hours ago  yangxuqingproviders: Nullify BIO pointer after free to prevent...
29 hours ago  Jakub Zelenkassl/quic/quic_ackm.c: fix unhandled memory failure...
29 hours ago  Ahmed Rabeacrypto/dso/dso_win32.c: fix win32_joiner buffer sizing...
30 hours ago  Bob BeckDocument OSSL_BEGIN_ALLOW_DEPRECATED OSSL_END_ALLOW_DEP...
30 hours ago  Eugene Syromiatnikovcrypto/objects/obj_dat.c: return strlcpy result in...
30 hours ago  mattest: add regression test for ciphersuite_cb() with...
30 hours ago  matssl: guard ciphersuite_cb() against NULL elem from...
30 hours ago  Bob BeckMake IPAddressFamily_cmp safe for 0 length objects...
30 hours ago  Adriano Sela... Add Ed25519 certificates Support for DTLS 1.2
6 days ago  Michael Richardsond2i_* docs: clarify how reuse is used, and how to set...
6 days ago  Jakub ZelenkaAdd mfail test for ossl_ht_free
6 days ago  Jakub ZelenkaOptimize hashtable without rcu freeing
6 days ago  Jakub ZelenkaIgnore memfail test binaries
6 days ago  Dmitry BelyavskiyRemove copy/paste remnants from ancient times
6 days ago  Nikola PajkovskyConfigurations/unix-Makefile.tmpl: make cleanup faster
6 days ago  Jakub ZelenkaFix null derefs in ossl_quic_new_listener on mfail
6 days ago  Bob Beckfix cmp mock server to not depend on NUL bytes in ASN1_...
6 days ago  Nikola Pajkovskystack: use a copy thunk for typed stack deep copies
6 days ago  Nikola Pajkovskystack: use free thunk when deep copy cleanup fails
6 days ago  Nikola Pajkovskystack: sk_<t1>_new_null() constructor is missing the...
6 days ago  Nikola Pajkovskyevp: avoid function-pointer-type UB in EVP_*_do_all_pro...
6 days ago  Nikola Pajkovskyskeymgmt_meth: avoid function-pointer-type UB
6 days ago  Daniel KubecTLS1.3: Disable tickets when SSL_OP_NO_TICKET and SSL_S...
7 days ago  Weidong WangAdd test for SSL_SESSION leak on ticket abort in tls_pa...
7 days ago  Weidong WangFix SSL_SESSION leak in tls_parse_ctos_psk() on ticket...
8 days ago  Nikola Pajkovskyfix UB in priority_queue
8 days ago  Eugene SyromiatnikovConfigure: update $apitable with the recent versions
9 days ago  Moryakhin StasFix app param memory cleaning
9 days ago  Eugene Syromiatnikovssl/d1_lib.c: remove g_probable_mtu array
9 days ago  Abel TomOBJ_bsearch_ex_(): Fix const qualifier warning with...
9 days ago  Bob BeckDeprecate UTF8_putc/getc() and use uint32_t for unicode
9 days ago  Jakub ZelenkaFix UAF if QUIC channel init fails
9 days ago  Norbert PocsUse valid DH peer pubkey in the KAT tests
9 days ago  Kit Dallegedoc: Add documentation for DTLS MTU functions
9 days ago  Eugene Syromiatnikovtest/mem_alloc_test.c: fix my_malloc/my_realloc behavio...
9 days ago  Eugene Syromiatnikovtest/mem_alloc_test.c: increase alloc size for triggeri...
9 days ago  AdracaHarden SSL_set_session_ticket_ext and add docs
9 days ago  Jakub ZelenkaExtend and separate mfail test framework
9 days ago  Norbert PocsMove curve448 intrinsic headers to .inc
9 days ago  Norbert PocsTell clang-tidy which header exports timeval struct
9 days ago  Norbert Pocsproviders/implementation: Generate header includes...
9 days ago  Norbert Pocsa_strnid: put includes together
13 days ago  007bsdFix function pointer type mismatch when freeing ECX...
13 days ago  007bsdFix function pointer type mismatch when freeing ML...
13 days ago  Tomas MrazUse CRYPTO_memcmp() when comparing the private keys
13 days ago  Jakub ZelenkaFix memleak in hashtable free if flush fails
13 days ago  Eugene Syromiatnikovdoc/man7/EVP_CIPHER-DES.pod: remove trailing whitespace
13 days ago  Matt CaswellRevert "Preserve connection custom extensions in SSL_se...
2026-05-13  Tomas Mraztest/ffc_internal_test.c: The ffc_params_copy_mfail...
2026-05-13  Matt CaswellAdd a note in the docs about the new PSK alert behaviour
2026-05-13  Matt CaswellAdd a test for bad PSK in a PSK only server
2026-05-13  Matt CaswellTreat an unknown PSK identity the same way as a binder...
2026-05-13  Daniel KubecCRL: Refactoring and tests for extensions, entries...
2026-05-13  Abel TomFixes #30979: Added `BN_CTX_end` before free in sm2_sig...
2026-05-13  Norbert PocsFix circular dependency between macros.h and opensslconf.h
2026-05-13  huanghuihui0904apps/lib/tlssrp_depr.c: fix leak of vb in set_up_srp_ve...
2026-05-12  Nikola Pajkovskyquic: fix incoming port cleanup on failure
2026-05-12  Nikola Pajkovskyquic: check lh_QUIC_STREAM_new() return value in stream...
2026-05-12  Milan Broztest: add test for IV reuse in AEAD providers
2026-05-12  Milan Brozchacha_poly: Use IV_STATE guard to prevent IV reuse
2026-05-11  Bob BeckDeprecate the ASN1_BIT_STRING name related funcitons.
2026-05-11  Harry BettsFix OOB read in EC_GROUP_new_from_params() with zero...
2026-05-11  Jakub ZelenkaAdd various MFAIL tests to excercise ht insert
2026-05-11  Jakub ZelenkaFix ignored call in ossl_rcu_call when cb item alloc...
2026-05-11  Jakub ZelenkaAdd mfail test for new BIO dgram mem
2026-05-11  Jakub ZelenkaFix BIO dgram pair memleak in dgram_mem_init
2026-05-11  OpenSSL MachineReject CR/LF in HTTP request components
2026-05-11  Jakub ZelenkaAdd mfail test for ossl_ffc_params_copy
2026-05-11  Jakub ZelenkaFix memleak in ossl_ffc_params_copy if alloc fails
2026-05-11  Harry Bettsopenssl-s_client.pod.in: remove mention of empty -alpn...
2026-05-11  Bob BeckCorrect ASN1_STRING_set() behaviour to match the docume...
2026-05-11  Eugene Syromiatnikovcrypto/evp/evp_lib.c: call va_end() in EVP_PKEY_Q_keyge...
2026-05-11  Alexandr Nedvedickyquic_channel.c: fix potential memory leak on failure...
2026-05-11  Bob BeckDeprecate the X509_check_{email,host,ip,ip_asc} family...
2026-05-10  Zoey Chapelldoc: clarify algorithm discovery in openssl-genpkey...
2026-05-10  kovandoc: clarify -dateopt rfc_822 date format
2026-05-10  Norbert PocsMove *_arch.h to include/arch
2026-05-08  Alexandr NedvedickyMake test/quic_fc_test.c clang-format friendly
2026-05-08  Bob BeckEVP_CIPHER_CTX_get_iv_length can not return a negative...
2026-05-07  Milan Brozui_openssl.c: remove unreachable _WIN32
next