Changed paths:
M NEWS.md
M apps/lib/apps.c
M apps/speed.c
M crypto/aes/asm/aesni-xts-avx512.pl M crypto/cpuid.c
M crypto/evp/ctrl_params_translate.c
M crypto/http/http_client.c
M crypto/ml_kem/ml_kem.c
M crypto/modes/asm/aes-gcm-avx512.pl M crypto/provider_core.c
M crypto/x509/x509_vfy.c
M doc/designs/ML-KEM.md
M doc/designs/functions-for-explicitly-fetched-signature-algorithms.md
M doc/designs/ml-dsa.md
M doc/designs/quic-design/quic-concurrency.md
M doc/designs/quic-design/server/quic-polling.md
M doc/man1/openssl-verification-options.pod
M doc/man3/EVP_SKEY.pod
M doc/man3/OSSL_PROVIDER.pod
M doc/man3/SSL_CTX_set_domain_flags.pod
M doc/man7/openssl-env.pod
M fuzz/ml-kem.c
M fuzz/slh-dsa.c
M include/crypto/ml_kem.h
M providers/implementations/encode_decode/ml_common_codecs.c
M providers/implementations/encode_decode/ml_dsa_codecs.c
M providers/implementations/encode_decode/ml_kem_codecs.c
M providers/implementations/kem/rsa_kem.c
M providers/implementations/signature/rsa_sig.c
M ssl/quic/quic_channel.c
M ssl/quic/quic_port.c
M ssl/quic/quic_record_util.c
M ssl/rio/rio_notifier.c
M ssl/ssl_lib.c
M ssl/statem/extensions_srvr.c
M ssl/t1_lib.c
M ssl/t1_trce.c
M test/bio_base64_test.c
M test/quic-openssl-docker/hq-interop/quic-hq-interop-server.c
M test/quic-openssl-docker/hq-interop/quic-hq-interop.c
M test/recipes/15-test_pkey.t
M test/recipes/20-test_speed.t
M test/recipes/30-test_evp_data/evppkey_ml_kem_1024_decap.txt
M test/recipes/30-test_evp_data/evppkey_ml_kem_1024_encap.txt
M test/recipes/30-test_evp_data/evppkey_ml_kem_768_decap.txt
M test/recipes/30-test_evp_data/evppkey_ml_kem_768_encap.txt
M test/sslapitest.c
M util/perl/OpenSSL/paramnames.pm M util/perl/TLSProxy/Proxy.pm
Changed paths:
M engines/e_padlock.c
M test/params_test.c
Log Message:
-----------
Use 'codespell:ignore' where justifiable
There's this one random string where we have the word "Hellow". It's a
random string, "correct" spelling is really not important, so we tell
codespell to just ignore that line.