Skip to content

Commit

Permalink
openssl 3.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Fsu0413 committed Apr 10, 2024
1 parent 57f09b6 commit 332782b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl
Submodule openssl updated 63 files
+121 −21 .github/workflows/ci.yml
+11 −5 .github/workflows/cross-compiles.yml
+3 −3 .github/workflows/fips-checksums.yml
+2 −2 .github/workflows/main.yml
+40 −0 .github/workflows/make-test
+1 −1 .github/workflows/os-zoo.yml
+3 −3 .github/workflows/provider-compatibility.yml
+1 −1 .github/workflows/run-checker-daily.yml
+73 −1 CHANGES.md
+3 −1 CONTRIBUTING.md
+1 −1 Configurations/descrip.mms.tmpl
+1 −1 INSTALL.md
+124 −2 NEWS.md
+2 −2 VERSION.dat
+4 −3 apps/crl.c
+2 −2 apps/lib/http_server.c
+6 −2 apps/pkcs12.c
+4 −3 apps/req.c
+2 −0 crypto/asn1/a_time.c
+8 −4 crypto/bio/bss_conn.c
+4 −0 crypto/bio/bss_dgram.c
+3 −1 crypto/conf/conf_lib.c
+3 −1 crypto/conf/conf_sap.c
+7 −2 crypto/dsa/dsa_sign.c
+12 −2 crypto/ec/ecdsa_ossl.c
+4 −12 crypto/sleep.c
+7 −2 crypto/sm2/sm2_sign.c
+7 −2 demos/digest/BIO_f_md.c
+2 −2 demos/digest/EVP_MD_demo.c
+2 −2 demos/digest/EVP_MD_stdin.c
+2 −1 demos/sslecho/main.c
+11 −2 doc/man1/openssl-crl.pod.in
+28 −11 doc/man1/openssl-req.pod.in
+4 −1 doc/man1/openssl-storeutl.pod.in
+4 −4 doc/man1/openssl-ts.pod.in
+2 −2 doc/man3/DEFINE_STACK_OF.pod
+11 −8 doc/man3/EVP_DigestSignInit.pod
+4 −1 doc/man3/EVP_DigestVerifyInit.pod
+1 −1 gost-engine
+140 −140 providers/fips-sources.checksums
+1 −1 providers/fips.checksum
+3 −3 providers/implementations/ciphers/cipher_aes_gcm_hw.c
+3 −3 providers/implementations/ciphers/cipher_aes_hw.c
+3 −3 providers/implementations/ciphers/cipher_aes_ocb_hw.c
+2 −2 providers/implementations/ciphers/cipher_aes_xts_hw.c
+13 −3 ssl/quic/json_enc.c
+4 −4 ssl/s3_lib.c
+4 −3 ssl/ssl_lib.c
+1 −1 ssl/ssl_local.h
+28 −6 ssl/ssl_sess.c
+2 −3 ssl/statem/statem_srvr.c
+32 −10 ssl/t1_lib.c
+7 −3 test/dsatest.c
+27 −3 test/ecdsatest.c
+9 −0 test/json_test.c
+2 −1 test/recipes/25-test_req.t
+4 −3 test/recipes/70-test_quic_multistream.t
+13 −1 test/recipes/80-test_pkcs12.t
+295 −1 test/sslapitest.c
+6 −0 test/test.cnf
+13 −9 test/threadstest.c
+12 −12 util/libcrypto.num
+6 −6 util/libssl.num

0 comments on commit 332782b

Please sign in to comment.