3 files changed
+4
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
|
- .github/workflows/ci.yml+2-2
- .github/workflows/windows.yml+1-1
- CHANGES.md+9
- Configurations/unix-Makefile.tmpl+147-147
- INSTALL.md+2-2
- NEWS.md+6
- VERSION.dat+2-2
- apps/dgst.c+2
- apps/dhparam.c+3-1
- apps/dsaparam.c+3-1
- apps/enc.c+4-1
- apps/gendsa.c+3-1
- apps/genpkey.c+3-1
- apps/genrsa.c+3-1
- apps/lib/apps.c+10-6
- apps/req.c+2
- apps/speed.c+2-1
- crypto/aes/asm/aesv8-armx.pl+3
- crypto/arm_arch.h+1-6
- crypto/bn/bn_gcd.c+4-4
- crypto/build.info-2
- crypto/cms/cms_enc.c+3-2
- crypto/cms/cms_err.c+3-1
- crypto/cms/cms_sd.c+11-3
- crypto/dh/dh_check.c+2-1
- crypto/dh/dh_key.c+1-2
- crypto/dh/dh_lib.c+3-1
- crypto/dsa/dsa_check.c+5-3
- crypto/dsa/dsa_lib.c+3-1
- crypto/dsa/dsa_ossl.c-1
- crypto/engine/eng_pkey.c+43-1
- crypto/engine/eng_table.c+1
- crypto/err/openssl.txt+1
- crypto/evp/evp_enc.c+43-2
- crypto/evp/legacy_sha.c+6-2
- crypto/evp/p_lib.c+1-1
- crypto/evp/pmeth_lib.c+3-2
- crypto/ex_data.c+3-1
- crypto/ffc/ffc_key_validate.c+5-11
- crypto/lhash/lhash.c+3-3
- crypto/mem.c+9-3
- crypto/modes/asm/ghashv8-armx.pl+4-1
- crypto/objects/obj_dat.c+4-3
- crypto/param_build_set.c+7-6
- crypto/poly1305/asm/poly1305-armv8.pl+13-13
- crypto/property/property_parse.c+30-4
- crypto/rsa/rsa_backend.c+1-13
- crypto/rsa/rsa_lib.c+23-9
- doc/man3/CMS_add1_signer.pod+5-3
- doc/man3/DH_generate_parameters.pod+5-1
- doc/man3/DSA_generate_parameters.pod+2-2
- doc/man3/EVP_aes_128_gcm.pod+1-7
- doc/man3/EVP_aria_128_gcm.pod+1-1
- doc/man3/EVP_bf_cbc.pod+1-1
- doc/man3/EVP_blake2b512.pod+1-1
- doc/man3/EVP_camellia_128_ecb.pod+1-1
- doc/man3/EVP_cast5_cbc.pod+1-1
- doc/man3/EVP_chacha20.pod+1-1
- doc/man3/EVP_des_cbc.pod+1-1
- doc/man3/EVP_desx_cbc.pod+1-1
- doc/man3/EVP_idea_cbc.pod+1-1
- doc/man3/EVP_md2.pod+1-1
- doc/man3/EVP_md4.pod+1-1
- doc/man3/EVP_md5.pod+1-1
- doc/man3/EVP_mdc2.pod+1-1
- doc/man3/EVP_rc2_cbc.pod+1-1
- doc/man3/EVP_rc4.pod+1-1
- doc/man3/EVP_rc5_32_12_16_cbc.pod+1-1
- doc/man3/EVP_ripemd160.pod+1-1
- doc/man3/EVP_seed_cbc.pod+1-1
- doc/man3/EVP_sha1.pod+1-1
- doc/man3/EVP_sha224.pod+1-1
- doc/man3/EVP_sha3_224.pod+1-1
- doc/man3/EVP_sm3.pod+1-1
- doc/man3/EVP_sm4_cbc.pod+1-1
- doc/man3/EVP_whirlpool.pod+1-1
- doc/man3/PKCS5_PBKDF2_HMAC.pod+3-2
- doc/man3/SSL_CONF_CTX_set_ssl_ctx.pod+9-1
- doc/man3/SSL_CTX_set_info_callback.pod+10-6
- doc/man3/d2i_PKCS8PrivateKey_bio.pod+2-2
- doc/man3/d2i_X509.pod+22-4
- include/openssl/cmserr.h+2-1
- include/openssl/evp.h+3-1
- include/openssl/pkcs7.h.in+3-3
- providers/fips-sources.checksums+20-20
- providers/fips.checksum+1-1
- providers/implementations/encode_decode/encode_key2text.c+26-39
- providers/implementations/keymgmt/dh_kmgmt.c+1-1
- providers/implementations/macs/kmac_prov.c+3-3
- test/cmp_protect_test.c+9-7
- test/evp_extra_test.c+371-2
- test/ffc_internal_test.c+18-20
- test/property_test.c+3
- test/recipes/05-test_rand.t+3-3
- test/recipes/80-test_cms.t+21-6
- test/rsa_test.c+117-1
- util/missingssl.txt-1
0 commit comments