]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2026-06-24  Kirill ErmoshinRemove aliases for IANA-GOST2012-GOST8912-GOST8912
2026-06-24  Kirill ErmoshinFix typo of 512 gost sigalg name from bcff020
2026-06-24  Eugene Syromiatnikovinclude/internal/hashtable.h: avoid OOB read in ossl_ht...
2026-06-24  Tomas MrazAlways ignore the contents of the legacy record version
2026-06-24  Bob BeckAdd documentation for NAME_CONSTRAINTS_check
2026-06-24  Mounir IDRASSIReject HelloRequest in TLS 1.3
2026-06-24  Bernd EdlingerPrevent integer overflow in ASN1_mbstring_ncopy
2026-06-24  Billy Brumley[test] various zero-length message positive and negativ...
2026-06-24  Alicja Kariotest/evp_extra_test.c: add test case for CVE-2026-42770
2026-06-24  dannyward630crypto/ec/curve448/eddsa.c: document Ed448 property...
2026-06-24  Mounir IDRASSIpkcs7: Fix negative index handling in PKCS7_get_issuer_...
2026-06-24  Randall S.... Fix unqualified reference to openssl in 25-test_verify_...
2026-06-23  Haiyang Huangquic: reject ACK of an unsent packet number
2026-06-23  Carlo DeutschmannAvoid NULL dereference if RSA_PSS_PARAMS_dup() fails...
2026-06-23  Eugene Syromiatnikovapps/lib/s_cb.c: actualise signature_tls13_scheme_list
2026-06-23  Eugene SyromiatnikovAdd TLS 1.3 SignatureScheme definitions for SLH-DSA
2026-06-23  Eugene Syromiatnikovssl/t1_trce.c: use macros from tlssigalgs.h, reorder...
2026-06-23  007bsdFix key2ms_newctx() pointer type mismatch in MSBLOB...
2026-06-23  Jakub Zelenkaquic: add mfail test for QUIC SRT generator
2026-06-23  Jakub ZelenkaAdd mfail test for SSL_new() with ctx QUIC client method
2026-06-23  Alexandr NedvedickyThis change should allow us to move QUIC test scripts...
2026-06-23  Frederik Wedel... ssl/record: remove remnants of SSLv2-specific code
2026-06-22  Bob Beckdoc/man3/ASN1_aux_cb.pod: correct return code documenta...
2026-06-22  Jon EricsonCONTRIBUTING.md: add the AI declaration policy
2026-06-22  Abel Tomcrypto/pkcs7/pk7_lib.c: fix return value in PKCS7_set_d...
2026-06-22  Bob BeckFix OSSL_ATOMICS_LOCKLESS detection for Windows toolchains
2026-06-21  Abel Tomtls_common.c: prevent max_early_data overflow in rlayer...
2026-06-21  Nikola Pajkovskyasn1: centralize aux const-callback dispatch to avoid...
2026-06-21  Carlo DeutschmannFix spelling mistakes in documentation
2026-06-21  Shmael13demos/http3: fix missing NUL terminator on h3ssl->url
2026-06-21  Jakub Zelenkaapps: test pkeyutl -derive peer key setup
2026-06-21  sunnyqeenFix unix Makefile template to avoid command line too...
2026-06-21  Ingo Franzkis390x: Don't ignore errors from s390x_mod_exp_hw()...
2026-06-21  Ingo Franzkis390x: Don't ignore errors from s390x_HMAC_init()
2026-06-21  Loganaden Velvindronssl/quic/quic_ackm.c: fix use after free for apkt in...
2026-06-20  Tomas MrazRemove direct includes of windows.h where possible
2026-06-18  Jakub Zelenkapkcs11-provider: enable tls test
2026-06-18  Jakub Zelenkaproperty: do not overwrite the NULL-provider cache...
2026-06-18  Neil Hormanfix type casting in ossl_cmp_mock_srv_set1 functions
2026-06-18  Andrew DinhRemove duplicate TLS_MD_SERVER_WRITE_KEY_CONST macro...
2026-06-18  Eugene SyromiatnikovCHANGES.md, NEWS.md: update for 4.0.1
2026-06-18  Matt CaswellFix intermittent failure in check_pc_flood radix test
2026-06-18  Eugene Syromiatnikovdoc/man3/EVP_PKEY_get_size.pod: add man for the securit...
2026-06-18  Jakub ZelenkaAdd indirect CRL path validation tests
2026-06-18  Abel TomEnforce RFC 8446 ticket lifetime limit for TLS 1.3...
2026-06-18  zhouluFurther improve the decryption performance of AES-128...
2026-06-18  Eugene Syromiatnikov.github/workflows/run-checker-daily.yml: remove no...
2026-06-18  Eugene SyromiatnikovConfigurations/50-nonstop.conf: remove 'atexit' from...
2026-06-18  Eugene SyromiatnikovConfigure, INSTALL.md: make atexit deprecated disablable
2026-06-18  Eugene Syromiatnikov.github/workflows/backport.yml: show diff on cherry...
2026-06-18  Dimitri John... fips: Bring back FIPS_mode() as a define
2026-06-18  Viktor DukhovniClear unused seed when expanded key is chosen
2026-06-18  Viktor DukhovniLMS, DH: harden empty fromdata
2026-06-18  Viktor DukhovniFix EVP_PKEY_dup() for ML-KEM keys
2026-06-17  Alexandr NedvedickyAdd OpenBSD runner
2026-06-17  Mounir IDRASSIFix s_client Sieve STARTTLS response parsing
2026-06-17  Neil Hormanrestore "oldest wins" behavior in method store
2026-06-17  Neil Hormanmake ossl_method_store use cmp_exch_ptr when cleaning...
2026-06-17  Neil Hormanconvert ossl method store cache to do full prop_query...
2026-06-17  Tomas MrazRevert "convert CRYPTO_THREAD_run_once to use InitOnceE...
2026-06-17  OpenSSL MachineReject delta CRLs as complete CRL candidates
2026-06-16  Frederik Wedel... Removes unused args for new record layers.
2026-06-15  Jakub Zelenkapkcs11-provider: update to latest version
2026-06-15  Andrew DinhUse %zu for printing size_t values
2026-06-15  Neil HormanRemove duplicate defines in tls1.h
2026-06-15  Tomas MrazFix no-psk build
2026-06-15  Bob BeckFix BIO_write on file BIOs to report partial writes.
2026-06-15  Alexandr NedvedickyPort script_2 from test/quic_multistream.c to test...
2026-06-15  John Clausapps/dgst: avoid EXIT_* helper returns and format changes
2026-06-15  XZ-Xapps/lib/apps.c: free retdb before return on OPENSSL_st...
2026-06-15  Daniel KubecDOC: document ticket suppression for SSL_OP_NO_TICKET...
2026-06-15  Jakub Zelenkaml_kem: return an error on catastrophic failure in...
2026-06-15  Jakub Zelenkaapps: test pkeyutl -pkeyopt_passin
2026-06-15  Jakub Zelenkatest: add pkey -ec_conv_form coverage
2026-06-15  Jakub ZelenkaFix duplicate CAstore option in s_time app
2026-06-15  Jakub ZelenkaTest s_time with new -testmode option
2026-06-15  Tomas Mrazwindows_comp.yml: windows-latest image uses VS-2026 now
2026-06-15  Tomas Mraztest: Invert bad TEST() condition calls
2026-06-15  Alexandr NedvedickyFix use-after-free issue in radix test framework for...
2026-06-14  Milan Brozci: Switch to VS 2026 for windows-2025 image
2026-06-12  Norbert Pocsaes_core.c: Fix staircase formatting issue 31449/head 31450/head
2026-06-12  Mounir IDRASSItest: add Windows RIO notifier smoke test
2026-06-12  Eugene Syromiatnikovcrypto/ec/curve448/eddsa.c: make dom_s constant static...
2026-06-12  Eugene Syromiatnikovcurve448: make locally-used functions static and remove...
2026-06-11  Bob BeckRevert "Add indirect CRL path validation tests"
2026-06-11  Dmitry Misharovci: Verify jom/NASM downloads and fall back to upstream...
2026-06-11  Dmitry Misharovci: Download jom and NASM from OpenSSL-hosted mirror
2026-06-11  David FosterAdd constant-time validation for CRYPTO_memcmp
2026-06-11  Jon SpillettFix up mismatched error reason codes
2026-06-11  slontisFIPS: Make keygen PCT failures recoverable
2026-06-11  Jakub Zelenkarsa: add pkcs1 and oaep mfail tests
2026-06-11  Jakub Zelenkaevp: add test_set_get_raw_keys_mfail to evp extra tests
2026-06-11  Jakub Zelenkamfail: add hard failure return code for failing even...
2026-06-11  Jakub Zelenkamfail: do not count allocations for no file when checked
2026-06-11  Jakub Zelenkamfail: add all tests iterable variants
2026-06-11  Jakub ZelenkaAdd indirect CRL path validation tests
2026-06-11  Jakub ZelenkaAdd apps test for external PSK callbacks
2026-06-11  Frederik Wedel... Move common macro definitions to internal/common.h...
2026-06-11  Igor UstinovFix potential NULL dereference in OSSL_CRMF_ENCRYPTEDVA...
2026-06-11  Igor UstinovTest for CVE-2026-45447 (UAF in PKCS7_verify)
next