]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2025-05-07  Matt CaswellDrop empty app data records in DTLS
2025-05-07  JiashengJiangcrypto/provider_conf.c: Fix possible memory leak
2025-05-06  Dr. David von... Fix SSL_{set1,add1}_host() handling of host name/IP...
2025-05-06  Dr. David von... SSL_set1_host.pod: add recommendation to use SSL_{set1...
2025-05-05  Tobias BrickFix use after free bugs for public_keys and private_key...
2025-05-04  Richard LevitteFix test/recipes/25-test_verify.t [3.5]
2025-05-04  Richard LevitteDrop "by store"'s by_store_subject_ex()
2025-05-04  Dr. David von... Add test_verify tests
2025-05-04  Richard LevitteRework the "by store" X509_LOOKUP method to open the...
2025-05-02  Neil HormanDisable unterminated-string-initialization in strict...
2025-04-30  Neil HormanUpdate test/ossl_store_test.c
2025-04-30  Neil HormanUpdate test/ossl_store_test.c
2025-04-30  Neil HormanAdding winstore open test
2025-04-30  Tomas Mrazsslecho: Rename bool to flag to avoid C23 conflict
2025-04-30  Matt CaswellFix a typo in evpciph_des3_common.txt
2025-04-30  Matt CaswellFix a deadlock while attempting to get the Primary...
2025-04-30  Matt CaswellEnsure that our fips internal provider is always loaded
2025-04-30  Matt CaswellAssert that we successfully obtained a lock
2025-04-30  Matt CaswellAdd a test for calling RAND_get0_primary()
2025-04-29  Arne SchwabeFix aesv8 arm assembler code not working on 32 bit...
2025-04-29  sashanossl_json_f64() seems to be unused, remove it to avoid...
2025-04-29  Matt CaswellClarify how s_client -ign_eof and -quiet impact command...
2025-04-29  Anton TielemanTest+fix handling "wrong" downgrade signals
2025-04-29  Anton TielemanRepair downgrade tests
2025-04-28  Martin RauchAdded quotes to mask spaces in the path when building
2025-04-28  Tomas MrazBIO_dump_indent_cb(): Check for negative return from...
2025-04-28  Bernd EdlingerFix also BIO_printf formatting for INF and NAN
2025-04-28  Nicholas BrinkFix POD indentation in OSSL_CMP_CTX_new
2025-04-28  Joachim VandersmissenTest ML-DSA, SLH-DSA, and ML-KEM PCT implementations
2025-04-28  Joachim VandersmissenMove to error state if ML-DSA / SLH-DSA PCT fails
2025-04-28  Joachim VandersmissenFacilitate corruption in ML-DSA PCT
2025-04-28  Gerd Hoffmannpoll builder: add dummy field
2025-04-25  A. WilcoxFix P-384 curve on lower-than-P9 PPC64 targets
2025-04-25  Joachim VandersmissenProperly zeroize ML-KEM z and d values
2025-04-24  Matt CaswellAdd a test for calling SSL_accept() on a listener
2025-04-24  Matt CaswellFix errors on SSL_accept() and SSL_get_error()
2025-04-24  Neil HormanRevert "Temporarily disable gost-engine tests in ci"
2025-04-24  Neil Hormanupdate to latest version of gost-engine
2025-04-24  Richard LevitteFix BIO_printf formatting for negative numbers formatte...
2025-04-24  Ryan Schanzenbacherdocs: update OSSL_PARAM_int documentation
2025-04-23  olszomalFix URL parsing to handle missing ports and ISO 8601...
2025-04-23  Christian WansartTypo in TLS introduction
2025-04-22  Dmitry MisharovReplace ilammy/setup-nasm with nasm install from choco
2025-04-18  Norbert PocsDocument SSL_CTX_set_min_proto_version defaults
2025-04-18  Dr. David von... provider-signature.pod: fix typos (digeset -> digest)
2025-04-18  Dr. David von... provider-signature.pod: fix doc of OSSL_SIGNATURE_PARAM...
2025-04-18  Paulitest: test for setting hkdf salt to null
2025-04-18  Paulihkdf: allow salt to be set to null
2025-04-16  MironenkoFix OSSL_FUNC_keymgmt_load declaration in man7/provider...
2025-04-16  Neil HormanFix winstore provider to work with recent decoder changes
2025-04-15  slontisFix EVP_PKEY_CTX_dup() so that it copies the keymanager.
2025-04-15  David BenjaminFix PKCS7_sign and CMS_sign default hash documentation
2025-04-15  emeryUpdated the change log to include SSLv3 being disabled...
2025-04-15  Gerd Hoffmannrio: add RIO_POLL_METHOD_NONE
2025-04-15  Gerd Hoffmannhashfunc: add stddef.h include
2025-04-15  Gerd Hoffmanncrypto: disable OSSL_PARAM_REAL on UEFI
2025-04-15  Malcolm HoganRemove DAYS argument
2025-04-14  Andrey TsygunkaFix potential NULL pointer dereference in final_maxfrag...
2025-04-14  Bernd EdlingerFix test failures on big endian ARMv9 target
2025-04-14  Graham Leggettssl/ssl_lib.c: Avoid crash when SSL_CONNECTION is NULL
2025-04-14  JiashengJiangcrypto/ui/ui_lib.c: Add OPENSSL_free to avoid memory...
2025-04-14  Matt CaswellAdd a test for calling SSL_accept() on an accepted...
2025-04-14  Matt CaswellDocument the state of the object you get from SSL_accep...
2025-04-14  Matt CaswellFix SSL_accept()
2025-04-11  Matt CaswellTest that SSL_poll does not report a stream as writable...
2025-04-11  Matt CaswellPrevent SSL_poll from reporting a stream as writeable...
2025-04-09  Dr. David von... cmp_client_test.c: relax tight timeout value in test_ex...
2025-04-08  openssl-machinePrepare for 3.5.1 27298/head
2025-04-08  openssl-machinePrepare for release of 3.5.0 openssl-3.5.0
2025-04-08  openssl-machinemake update
2025-04-08  openssl-machineCopyright year updates
2025-04-07  Neil HormanAdd known issues to NEWS.md for 3.5.0
2025-04-05  Sebastian Andrzej... README: Remove client only restriction for QUIC.
2025-04-05  Samson S. KolgeFix code style in quicapitest.c
2025-04-05  Samson S. KolgeFix SSL_new() with QUIC_server_method and improve forma...
2025-04-05  Matt CaswellFix a reference in the OpenSSL guide to QUIC for servers
2025-04-03  Samson S. KolgeUpdate README-QUIC.md with server-side QUIC support...
2025-04-02  Bernd EdlingerFix a visual glitch in test_cmp_http.t
2025-04-02  Matt CaswellDetect segfault in the pkeyutl test
2025-04-02  Matt CaswellFix a segfault in the pkeyutl command line app
2025-04-02  Neil HormanTemporarily disable gost-engine tests in ci
2025-04-02  Matt CaswellLink SSL_get_negotiated_group() and SSL_get0_group_name...
2025-04-02  Dan Pittmanfix OOB issue in AVX-512 XTS decryption
2025-04-01  Benjamin Kadukstatem: always save sigalgs during PHA
2025-04-01  Neil HormanFix more quic_multistream test formatting
2025-04-01  slontisFix cpp comment in windows build
2025-04-01  slontisFix Strict c issue in aes_gcm for armv8
2025-03-31  VavrochAdded 3.5 to coveralls.yml
2025-03-31  Viktor DukhovniFix sigalg corner cases
2025-03-31  slontisFix c++ comment in ec code.
2025-03-31  Branden ClarkFix probing the registry for configuration
2025-03-31  Hugo Beauzée... crypto: windows: use LPCTSTR for the temp registry...
2025-03-31  Hugo Beauzée... crypto: fix preprocessor concatenation
2025-03-30  Neil HormanUpdate FIPS-README.md to reflect latest versions
2025-03-28  Viktor DukhovniAvoid potential double-free with duplicated hybrid...
2025-03-28  Alex Prabhat... added use IO::File; to 15-test_ml_kem_codecs.t
2025-03-28  Alex Prabhat... added use IO::File; 15-test_ml_dsa_codecs.t
2025-03-28  JiashengJiangapps/lib/apps.c: Add a check for OPENSSL_strdup()
2025-03-28  Viktor DukhovniFix goto label indents to match style
2025-03-27  Tomas Mrazprovider-compatibility.yml: Update the branches
next