2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
- .github/CODEOWNERS+1
- .github/workflows/ci.yml+7-7
- .github/workflows/coveralls.yml+3-3
- .github/workflows/os-zoo.yml+11-9
- .github/workflows/provider-compatibility.yml+8-1
- .github/workflows/windows.yml+7-7
- .github/workflows/windows_comp.yml+4-4
- CHANGES.md+7
- NEWS.md+4
- VERSION.dat+2-2
- apps/asn1parse.c+1-1
- apps/rand.c+2-2
- crypto/dh/dh_check.c+32-4
- crypto/encode_decode/decoder_lib.c+28
- crypto/encode_decode/decoder_pkey.c+60-12
- crypto/encode_decode/encoder_local.h+2
- crypto/evp/asymcipher.c+6-2
- crypto/evp/keymgmt_meth.c+3-1
- crypto/evp/m_sigver.c+18-6
- crypto/provider_core.c+6
- crypto/rsa/rsa_gen.c+15
- crypto/slh_dsa/slh_hash.c+3
- crypto/sm2/sm2_sign.c+5-1
- crypto/store/store_lib.c+14-11
- crypto/x509/x_crl.c+13-2
- demos/cms/cms_ddec.c+2-2
- demos/cms/cms_denc.c+2-2
- doc/internal/man3/ossl_namemap_new.pod+10-5
- doc/man1/openssl-fipsinstall.pod.in+3-7
- doc/man3/EVP_PKEY_new.pod+13-1
- doc/man3/OPENSSL_secure_malloc.pod+7-2
- doc/man3/PEM_read_CMS.pod+4-4
- doc/man5/fips_config.pod+5-11
- doc/man7/EVP_ASYM_CIPHER-RSA.pod+3-2
- doc/man7/OSSL_PROVIDER-FIPS.pod+36-54
- doc/man7/provider-base.pod+31
- fuzz/dtlsserver.c+1-4
- include/crypto/dh.h+2-2
- include/crypto/rsa.h+5-1
- include/internal/quic_ackm.h+2-2
- include/openssl/core_dispatch.h+4
- include/openssl/pem.h+1
- include/openssl/self_test.h+1
- providers/fips-sources.checksums+16-16
- providers/fips.checksum+1-1
- providers/fips/fipsprov.c+9
- providers/fips/self_test_data.inc+33-54
- providers/implementations/encode_decode/decode_pem2der.c+1
- providers/implementations/kem/ml_kem_kem.c+1-1
- providers/implementations/keymgmt/dh_kmgmt.c+16-2
- providers/implementations/keymgmt/ec_kmgmt.c+17
- providers/implementations/keymgmt/ecx_kmgmt.c+20-3
- providers/implementations/keymgmt/rsa_kmgmt.c+18
- providers/legacyprov.c+10-1
- ssl/quic/quic_ackm.c+26-7
- ssl/quic/quic_channel.c+2-1
- ssl/quic/quic_rx_depack.c+5-23
- test/crltest.c+116-11
- test/fake_rsaprov.c+540-8
- test/provider_pkey_test.c+288-1
- test/quic-openssl-docker/hq-interop/quic-hq-interop.c+1-2
- test/quic_ackm_test.c+3-2
- test/quic_fifd_test.c+3-2
- test/quic_txp_test.c+2-1
- test/recipes/15-test_ec.t+12-2
- test/recipes/90-test_store_cases.t+24-2
- test/recipes/90-test_store_cases_data/test-BER.p12
- test/testec-sm2.pem+5
- util/perl/TLSProxy/Proxy.pm+24-3
0 commit comments