Skip to content

Commit

Permalink
curl curl-8_4_0 openssl openssl-3.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Pipeliner committed Oct 27, 2023
1 parent 2490ef7 commit 33ab805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion curl
Submodule curl updated 2020 files
2 changes: 1 addition & 1 deletion openssl
Submodule openssl updated 97 files
+2 −2 .github/workflows/ci.yml
+1 −1 .github/workflows/windows.yml
+9 −0 CHANGES.md
+147 −147 Configurations/unix-Makefile.tmpl
+2 −2 INSTALL.md
+6 −0 NEWS.md
+2 −2 VERSION.dat
+2 −0 apps/dgst.c
+3 −1 apps/dhparam.c
+3 −1 apps/dsaparam.c
+4 −1 apps/enc.c
+3 −1 apps/gendsa.c
+3 −1 apps/genpkey.c
+3 −1 apps/genrsa.c
+10 −6 apps/lib/apps.c
+2 −0 apps/req.c
+2 −1 apps/speed.c
+3 −0 crypto/aes/asm/aesv8-armx.pl
+1 −6 crypto/arm_arch.h
+4 −4 crypto/bn/bn_gcd.c
+0 −2 crypto/build.info
+3 −2 crypto/cms/cms_enc.c
+3 −1 crypto/cms/cms_err.c
+11 −3 crypto/cms/cms_sd.c
+2 −1 crypto/dh/dh_check.c
+1 −2 crypto/dh/dh_key.c
+3 −1 crypto/dh/dh_lib.c
+5 −3 crypto/dsa/dsa_check.c
+3 −1 crypto/dsa/dsa_lib.c
+0 −1 crypto/dsa/dsa_ossl.c
+43 −1 crypto/engine/eng_pkey.c
+1 −0 crypto/engine/eng_table.c
+1 −0 crypto/err/openssl.txt
+43 −2 crypto/evp/evp_enc.c
+6 −2 crypto/evp/legacy_sha.c
+1 −1 crypto/evp/p_lib.c
+3 −2 crypto/evp/pmeth_lib.c
+3 −1 crypto/ex_data.c
+5 −11 crypto/ffc/ffc_key_validate.c
+3 −3 crypto/lhash/lhash.c
+9 −3 crypto/mem.c
+4 −1 crypto/modes/asm/ghashv8-armx.pl
+4 −3 crypto/objects/obj_dat.c
+7 −6 crypto/param_build_set.c
+13 −13 crypto/poly1305/asm/poly1305-armv8.pl
+30 −4 crypto/property/property_parse.c
+1 −13 crypto/rsa/rsa_backend.c
+23 −9 crypto/rsa/rsa_lib.c
+5 −3 doc/man3/CMS_add1_signer.pod
+5 −1 doc/man3/DH_generate_parameters.pod
+2 −2 doc/man3/DSA_generate_parameters.pod
+1 −7 doc/man3/EVP_aes_128_gcm.pod
+1 −1 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
+3 −2 doc/man3/PKCS5_PBKDF2_HMAC.pod
+9 −1 doc/man3/SSL_CONF_CTX_set_ssl_ctx.pod
+10 −6 doc/man3/SSL_CTX_set_info_callback.pod
+2 −2 doc/man3/d2i_PKCS8PrivateKey_bio.pod
+22 −4 doc/man3/d2i_X509.pod
+2 −1 include/openssl/cmserr.h
+3 −1 include/openssl/evp.h
+3 −3 include/openssl/pkcs7.h.in
+20 −20 providers/fips-sources.checksums
+1 −1 providers/fips.checksum
+26 −39 providers/implementations/encode_decode/encode_key2text.c
+1 −1 providers/implementations/keymgmt/dh_kmgmt.c
+3 −3 providers/implementations/macs/kmac_prov.c
+9 −7 test/cmp_protect_test.c
+371 −2 test/evp_extra_test.c
+18 −20 test/ffc_internal_test.c
+3 −0 test/property_test.c
+3 −3 test/recipes/05-test_rand.t
+21 −6 test/recipes/80-test_cms.t
+117 −1 test/rsa_test.c
+0 −1 util/missingssl.txt

0 comments on commit 33ab805

Please sign in to comment.