Skip to content

Commit

Permalink
Update OpenSSL to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schwabe committed Sep 5, 2024
1 parent 6472348 commit 2af49fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/main/cpp/openssl
Submodule openssl updated 74 files
+21 −6 apps/cmp.c
+2 −2 apps/cms.c
+5 −4 apps/dgst.c
+2 −2 apps/lib/opt.c
+2 −1 apps/lib/s_cb.c
+0 −3 apps/lib/s_socket.c
+4 −1 apps/s_client.c
+2 −2 apps/smime.c
+1 −3 apps/speed.c
+1 −1 crypto/aes/build.info
+4 −1 crypto/asn1/a_d2i_fp.c
+7 −4 crypto/asn1/a_strex.c
+3 −1 crypto/asn1/a_verify.c
+6 −2 crypto/asn1/tasn_fre.c
+5 −2 crypto/bio/bf_readbuff.c
+5 −7 crypto/bio/bio_addr.c
+1 −1 crypto/buildinf.h
+1 −1 crypto/cmp/cmp_vfy.c
+2 −2 crypto/conf/conf_def.c
+3 −0 crypto/conf/conf_lib.c
+3 −2 crypto/conf/conf_mod.c
+2 −0 crypto/conf/conf_sap.c
+17 −3 crypto/context.c
+10 −2 crypto/ec/ecdsa_ossl.c
+5 −1 crypto/engine/eng_list.c
+5 −3 crypto/engine/eng_table.c
+2 −3 crypto/evp/ctrl_params_translate.c
+2 −2 crypto/evp/digest.c
+31 −5 crypto/evp/names.c
+9 −2 crypto/evp/pmeth_lib.c
+4 −2 crypto/o_str.c
+16 −4 crypto/objects/obj_dat.c
+10 −7 crypto/pkcs12/p12_crt.c
+19 −26 crypto/pkcs7/pk7_doit.c
+36 −19 crypto/property/property.c
+11 −2 crypto/rand/randfile.c
+2 −2 crypto/rsa/rsa_oaep.c
+2 −2 crypto/sm3/sm3_local.h
+2 −1 crypto/threads_none.c
+25 −30 crypto/threads_pthread.c
+22 −31 crypto/threads_win.c
+54 −26 crypto/x509/v3_utl.c
+3 −3 crypto/x509/x_name.c
+3 −1 include/crypto/aes_platform.h
+1 −1 include/crypto/bn.h
+2 −2 include/crypto/sm4_platform.h
+2 −1 include/internal/cryptlib.h
+3 −1 include/internal/rcu.h
+5 −5 include/openssl/opensslv.h
+3 −1 include/openssl/tls1.h
+1 −1 openssl.version
+16 −16 providers/fips-sources.checksums
+1 −1 providers/fips.checksum
+5 −1 providers/fips/self_test_kats.c
+2 −2 providers/implementations/ciphers/cipher_sm4_ccm_hw.c
+2 −2 providers/implementations/ciphers/cipher_sm4_gcm_hw.c
+2 −2 providers/implementations/ciphers/cipher_sm4_hw.c
+2 −2 providers/implementations/ciphers/cipher_sm4_xts_hw.c
+27 −8 providers/implementations/encode_decode/decode_der2key.c
+3 −2 providers/implementations/kdfs/kbkdf.c
+5 −0 providers/implementations/rands/drbg.c
+20 −4 providers/implementations/signature/rsa_sig.c
+1 −1 ssl/bio_ssl.c
+16 −3 ssl/quic/quic_impl.c
+7 −4 ssl/quic/quic_trace.c
+1 −1 ssl/quic/quic_tserver.c
+40 −23 ssl/ssl_lib.c
+7 −6 ssl/ssl_local.h
+7 −1 ssl/ssl_sess.c
+4 −10 ssl/statem/extensions.c
+27 −3 ssl/statem/extensions_clnt.c
+20 −14 ssl/statem/extensions_srvr.c
+4 −0 ssl/statem/statem_lib.c
+2 −0 ssl/t1_lib.c

0 comments on commit 2af49fc

Please sign in to comment.