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/workflows/run-checker-ci.yml+1
- CHANGES.md+31
- NEWS.md+10
- VERSION.dat+2-2
- apps/ca.c+5-5
- apps/dsaparam.c+3-2
- apps/gendsa.c+2-2
- apps/lib/apps.c+3-3
- apps/s_server.c+2
- apps/ts.c+4-4
- crypto/aes/asm/aesni-x86.pl+3-3
- crypto/bio/bss_dgram.c+33-52
- crypto/bn/bn_gcd.c+5-3
- crypto/bn/rsaz_exp_x2.c+3
- crypto/cmp/cmp_protect.c+2-2
- crypto/conf/conf_mod.c+3-1
- crypto/der_writer.c+7-7
- crypto/dh/dh_ameth.c+5
- crypto/dsa/dsa_ameth.c+5
- crypto/ec/ec_asn1.c+2-2
- crypto/ec/ec_backend.c+5
- crypto/ec/ec_lib.c+18-6
- crypto/evp/evp_local.h+1-4
- crypto/evp/evp_pbe.c+2-2
- crypto/http/http_client.c+8
- crypto/property/property_parse.c+5-5
- crypto/provider_core.c+4-4
- crypto/rsa/rsa_backend.c+5-2
- crypto/rsa/rsa_chk.c+2-2
- crypto/store/store_result.c+20-2
- crypto/x509/by_store.c+6-2
- crypto/x509/v3_addr.c+12-2
- crypto/x509/v3_sxnet.c+2
- crypto/x509/x509_d2.c+3-3
- doc/internal/man3/ossl_DER_w_bn.pod+4-4
- doc/internal/man7/DERlib.pod+2-2
- doc/man3/EVP_set_default_properties.pod+7-1
- doc/man3/PEM_X509_INFO_read_bio_ex.pod+17-5
- doc/man3/SSL_get_current_cipher.pod+3-3
- doc/man7/provider-cipher.pod+3-3
- doc/man7/provider-digest.pod+3-3
- doc/man7/provider-kdf.pod+3-3
- doc/man7/provider-mac.pod+3-3
- doc/man7/provider-storemgmt.pod+15-6
- fuzz/asn1.c+3-2
- include/crypto/evp.h+3
- include/internal/der.h+2-2
- providers/common/der/der_rsa_key.c+12-3
- providers/fips-sources.checksums+16-33
- providers/fips.checksum+1-1
- providers/fips.module.sources-17
- providers/implementations/kdfs/tls1_prf.c+3-1
- providers/implementations/kdfs/x942kdf.c+5-3
- providers/implementations/keymgmt/ec_kmgmt.c+2-1
- ssl/t1_lib.c+6-1
- test/evp_extra_test.c+12
- test/evp_test.c+8-4
- test/fake_rsaprov.c+142
- test/provider_pkey_test.c+53
- test/recipes/15-test_rsapss.t+6-2
- test/recipes/15-test_rsapss_data/negativesaltlen.pem+29
- test/recipes/20-test_cli_fips.t+46-2
- test/recipes/25-test_verify.t+26-3
- test/recipes/30-test_evp_data/evpciph_aes_ocb.txt+51-1
- test/v3ext.c+115
- test/v3nametest.c+2
- util/missingcrypto.txt-2
0 commit comments