From noreply at github.com Mon Sep 18 00:28:53 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 17 Sep 2023 21:28:53 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 5b98ca: Import recent improvements from mport. Message-ID: <MidnightBSD/src/push/refs/heads/vendor/mport/bec7f5-5b98ca@github.com> Branch: refs/heads/vendor/mport Home: https://github.com/MidnightBSD/src Commit: 5b98ca8ac6c20320b22561b8a0decdd2427622b0 https://github.com/MidnightBSD/src/commit/5b98ca8ac6c20320b22561b8a0decdd2427622b0 Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M libmport/check_preconditions.c M libmport/delete_primative.c M libmport/info.c M libmport/mport_private.h M libmport/upgrade.c Log Message: ----------- Import recent improvements from mport. Adds pre-check for moved packages. From noreply at github.com Mon Sep 18 00:37:05 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 17 Sep 2023 21:37:05 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 4e3fb9: fix some warnings Message-ID: <MidnightBSD/src/push/refs/heads/vendor/mport/5b98ca-4e3fb9@github.com> Branch: refs/heads/vendor/mport Home: https://github.com/MidnightBSD/src Commit: 4e3fb91f4a9e7965d75e44918bbd7889f1783419 https://github.com/MidnightBSD/src/commit/4e3fb91f4a9e7965d75e44918bbd7889f1783419 Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M mport/mport.c Log Message: ----------- fix some warnings From noreply at github.com Mon Sep 18 00:37:38 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 17 Sep 2023 21:37:38 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 5b98ca: Import recent improvements from mport. Message-ID: <MidnightBSD/src/push/refs/heads/master/870988-4601c3@github.com> Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 5b98ca8ac6c20320b22561b8a0decdd2427622b0 https://github.com/MidnightBSD/src/commit/5b98ca8ac6c20320b22561b8a0decdd2427622b0 Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M libmport/check_preconditions.c M libmport/delete_primative.c M libmport/info.c M libmport/mport_private.h M libmport/upgrade.c Log Message: ----------- Import recent improvements from mport. Adds pre-check for moved packages. Commit: 9dcf720be995a60e6df4b05bddcfc0ada6b18a46 https://github.com/MidnightBSD/src/commit/9dcf720be995a60e6df4b05bddcfc0ada6b18a46 Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M contrib/mport/libmport/check_preconditions.c M contrib/mport/libmport/delete_primative.c M contrib/mport/libmport/info.c M contrib/mport/libmport/mport_private.h M contrib/mport/libmport/upgrade.c Log Message: ----------- Merge commit '5b98ca8ac6c20320b22561b8a0decdd2427622b0' Commit: 4e3fb91f4a9e7965d75e44918bbd7889f1783419 https://github.com/MidnightBSD/src/commit/4e3fb91f4a9e7965d75e44918bbd7889f1783419 Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M mport/mport.c Log Message: ----------- fix some warnings Commit: 4601c365e7c49ae6c6b074354796483f1af4ef0d https://github.com/MidnightBSD/src/commit/4601c365e7c49ae6c6b074354796483f1af4ef0d Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M contrib/mport/mport/mport.c Log Message: ----------- Merge commit '4e3fb91f4a9e7965d75e44918bbd7889f1783419' Compare: https://github.com/MidnightBSD/src/compare/87098822088b...4601c365e7c4 From noreply at github.com Mon Sep 18 00:42:50 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 17 Sep 2023 21:42:50 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 8f10a3: fix build Message-ID: <MidnightBSD/src/push/refs/heads/master/4601c3-8f10a3@github.com> Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 8f10a37ffda4c291b781aba8575d0ae0a9b8c152 https://github.com/MidnightBSD/src/commit/8f10a37ffda4c291b781aba8575d0ae0a9b8c152 Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M contrib/mport/mport/mport.c Log Message: ----------- fix build From noreply at github.com Mon Sep 18 18:31:12 2023 From: noreply at github.com (Lucas Holt) Date: Mon, 18 Sep 2023 15:31:12 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] f88b33: fix build issue. Message-ID: <MidnightBSD/src/push/refs/heads/vendor/mport/4e3fb9-f88b33@github.com> Branch: refs/heads/vendor/mport Home: https://github.com/MidnightBSD/src Commit: f88b33d8800ec969d77d4d0b8d0adcf23b8c07ae https://github.com/MidnightBSD/src/commit/f88b33d8800ec969d77d4d0b8d0adcf23b8c07ae Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M mport/mport.c Log Message: ----------- fix build issue. From noreply at github.com Mon Sep 18 18:33:50 2023 From: noreply at github.com (Lucas Holt) Date: Mon, 18 Sep 2023 15:33:50 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 5b98ca: Import recent improvements from mport. Message-ID: <MidnightBSD/src/push/refs/heads/stable/3.1/d4761e-104525@github.com> Branch: refs/heads/stable/3.1 Home: https://github.com/MidnightBSD/src Commit: 5b98ca8ac6c20320b22561b8a0decdd2427622b0 https://github.com/MidnightBSD/src/commit/5b98ca8ac6c20320b22561b8a0decdd2427622b0 Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M libmport/check_preconditions.c M libmport/delete_primative.c M libmport/info.c M libmport/mport_private.h M libmport/upgrade.c Log Message: ----------- Import recent improvements from mport. Adds pre-check for moved packages. Commit: 4e3fb91f4a9e7965d75e44918bbd7889f1783419 https://github.com/MidnightBSD/src/commit/4e3fb91f4a9e7965d75e44918bbd7889f1783419 Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M mport/mport.c Log Message: ----------- fix some warnings Commit: f88b33d8800ec969d77d4d0b8d0adcf23b8c07ae https://github.com/MidnightBSD/src/commit/f88b33d8800ec969d77d4d0b8d0adcf23b8c07ae Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M mport/mport.c Log Message: ----------- fix build issue. Commit: 87197f4f20a9b092f4b7440710b6214ce60e66a9 https://github.com/MidnightBSD/src/commit/87197f4f20a9b092f4b7440710b6214ce60e66a9 Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M contrib/mport/libmport/check_preconditions.c M contrib/mport/libmport/delete_primative.c M contrib/mport/libmport/info.c M contrib/mport/libmport/mport_private.h M contrib/mport/libmport/upgrade.c M contrib/mport/mport/mport.c Log Message: ----------- Merge commit 'f88b33d8800ec969d77d4d0b8d0adcf23b8c07ae' into stable/3.1 Commit: 104525ccb5ac2530e7993654f96de6199c422b44 https://github.com/MidnightBSD/src/commit/104525ccb5ac2530e7993654f96de6199c422b44 Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M UPDATING Log Message: ----------- document mport update Compare: https://github.com/MidnightBSD/src/compare/d4761e7a3e9b...104525ccb5ac From noreply at github.com Mon Sep 18 18:42:21 2023 From: noreply at github.com (Lucas Holt) Date: Mon, 18 Sep 2023 15:42:21 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] c7be46: Vendor import of OpenSSL 1.1.1w Message-ID: <MidnightBSD/src/push/refs/heads/vendor/openssl/39a17e-c7be46@github.com> Branch: refs/heads/vendor/openssl Home: https://github.com/MidnightBSD/src Commit: c7be46f91c21886c4b0c9b30ce9471ff182ff505 https://github.com/MidnightBSD/src/commit/c7be46f91c21886c4b0c9b30ce9471ff182ff505 Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M CHANGES M NEWS M README R appveyor.yml M crypto/asn1/ameth_lib.c M crypto/cms/cms_asn1.c M crypto/cms/cms_local.h M crypto/cms/cms_sd.c M crypto/cms/cms_smime.c M crypto/dh/dh_check.c M crypto/dh/dh_err.c M crypto/ec/ec_ameth.c M crypto/err/openssl.txt M crypto/poly1305/asm/poly1305-x86_64.pl M crypto/rsa/rsa_ameth.c M doc/man3/CMS_sign.pod M include/openssl/dh.h M include/openssl/dherr.h M include/openssl/opensslv.h M ssl/ssl_sess.c Log Message: ----------- Vendor import of OpenSSL 1.1.1w From noreply at github.com Mon Sep 18 18:42:45 2023 From: noreply at github.com (Lucas Holt) Date: Mon, 18 Sep 2023 15:42:45 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: <MidnightBSD/src/push/refs/tags/vendor/openssl/1.1.1w/000000-13e627@github.com> Branch: refs/tags/vendor/openssl/1.1.1w Home: https://github.com/MidnightBSD/src From noreply at github.com Mon Sep 18 18:59:16 2023 From: noreply at github.com (Lucas Holt) Date: Mon, 18 Sep 2023 15:59:16 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] c7be46: Vendor import of OpenSSL 1.1.1w Message-ID: <MidnightBSD/src/push/refs/heads/master/8f10a3-4bd85f@github.com> Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: c7be46f91c21886c4b0c9b30ce9471ff182ff505 https://github.com/MidnightBSD/src/commit/c7be46f91c21886c4b0c9b30ce9471ff182ff505 Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M CHANGES M NEWS M README R appveyor.yml M crypto/asn1/ameth_lib.c M crypto/cms/cms_asn1.c M crypto/cms/cms_local.h M crypto/cms/cms_sd.c M crypto/cms/cms_smime.c M crypto/dh/dh_check.c M crypto/dh/dh_err.c M crypto/ec/ec_ameth.c M crypto/err/openssl.txt M crypto/poly1305/asm/poly1305-x86_64.pl M crypto/rsa/rsa_ameth.c M doc/man3/CMS_sign.pod M include/openssl/dh.h M include/openssl/dherr.h M include/openssl/opensslv.h M ssl/ssl_sess.c Log Message: ----------- Vendor import of OpenSSL 1.1.1w Commit: d12bf15a6d573b3c3fa6c9db30e3c5ecb7dc2b4d https://github.com/MidnightBSD/src/commit/d12bf15a6d573b3c3fa6c9db30e3c5ecb7dc2b4d Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M crypto/openssl/CHANGES M crypto/openssl/NEWS M crypto/openssl/README R crypto/openssl/appveyor.yml M crypto/openssl/crypto/asn1/ameth_lib.c M crypto/openssl/crypto/cms/cms_asn1.c M crypto/openssl/crypto/cms/cms_local.h M crypto/openssl/crypto/cms/cms_sd.c M crypto/openssl/crypto/cms/cms_smime.c M crypto/openssl/crypto/dh/dh_check.c M crypto/openssl/crypto/dh/dh_err.c M crypto/openssl/crypto/ec/ec_ameth.c M crypto/openssl/crypto/err/openssl.txt M crypto/openssl/crypto/poly1305/asm/poly1305-x86_64.pl M crypto/openssl/crypto/rsa/rsa_ameth.c M crypto/openssl/doc/man3/CMS_sign.pod M crypto/openssl/include/openssl/dh.h M crypto/openssl/include/openssl/dherr.h M crypto/openssl/include/openssl/opensslv.h M crypto/openssl/ssl/ssl_sess.c Log Message: ----------- Merge commit 'c7be46f91c21886c4b0c9b30ce9471ff182ff505' Commit: 13bc3af7e0979d3899d2f8146359fd0c4097424c https://github.com/MidnightBSD/src/commit/13bc3af7e0979d3899d2f8146359fd0c4097424c Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M secure/lib/libcrypto/Makefile.inc M secure/lib/libcrypto/man/man3/ADMISSIONS.3 M secure/lib/libcrypto/man/man3/ASN1_INTEGER_get_int64.3 M secure/lib/libcrypto/man/man3/ASN1_ITEM_lookup.3 M secure/lib/libcrypto/man/man3/ASN1_OBJECT_new.3 M secure/lib/libcrypto/man/man3/ASN1_STRING_TABLE_add.3 M secure/lib/libcrypto/man/man3/ASN1_STRING_length.3 M secure/lib/libcrypto/man/man3/ASN1_STRING_new.3 M secure/lib/libcrypto/man/man3/ASN1_STRING_print_ex.3 M secure/lib/libcrypto/man/man3/ASN1_TIME_set.3 M secure/lib/libcrypto/man/man3/ASN1_TYPE_get.3 M secure/lib/libcrypto/man/man3/ASN1_generate_nconf.3 M secure/lib/libcrypto/man/man3/ASYNC_WAIT_CTX_new.3 M secure/lib/libcrypto/man/man3/ASYNC_start_job.3 M secure/lib/libcrypto/man/man3/BF_encrypt.3 M secure/lib/libcrypto/man/man3/BIO_ADDR.3 M secure/lib/libcrypto/man/man3/BIO_ADDRINFO.3 M secure/lib/libcrypto/man/man3/BIO_connect.3 M secure/lib/libcrypto/man/man3/BIO_ctrl.3 M secure/lib/libcrypto/man/man3/BIO_f_base64.3 M secure/lib/libcrypto/man/man3/BIO_f_buffer.3 M secure/lib/libcrypto/man/man3/BIO_f_cipher.3 M secure/lib/libcrypto/man/man3/BIO_f_md.3 M secure/lib/libcrypto/man/man3/BIO_f_null.3 M secure/lib/libcrypto/man/man3/BIO_f_ssl.3 M secure/lib/libcrypto/man/man3/BIO_find_type.3 M secure/lib/libcrypto/man/man3/BIO_get_data.3 M secure/lib/libcrypto/man/man3/BIO_get_ex_new_index.3 M secure/lib/libcrypto/man/man3/BIO_meth_new.3 M secure/lib/libcrypto/man/man3/BIO_new.3 M secure/lib/libcrypto/man/man3/BIO_new_CMS.3 M secure/lib/libcrypto/man/man3/BIO_parse_hostserv.3 M secure/lib/libcrypto/man/man3/BIO_printf.3 M secure/lib/libcrypto/man/man3/BIO_push.3 M secure/lib/libcrypto/man/man3/BIO_read.3 M secure/lib/libcrypto/man/man3/BIO_s_accept.3 M secure/lib/libcrypto/man/man3/BIO_s_bio.3 M secure/lib/libcrypto/man/man3/BIO_s_connect.3 M secure/lib/libcrypto/man/man3/BIO_s_fd.3 M secure/lib/libcrypto/man/man3/BIO_s_file.3 M secure/lib/libcrypto/man/man3/BIO_s_mem.3 M secure/lib/libcrypto/man/man3/BIO_s_null.3 M secure/lib/libcrypto/man/man3/BIO_s_socket.3 M secure/lib/libcrypto/man/man3/BIO_set_callback.3 M secure/lib/libcrypto/man/man3/BIO_should_retry.3 M secure/lib/libcrypto/man/man3/BN_BLINDING_new.3 M secure/lib/libcrypto/man/man3/BN_CTX_new.3 M secure/lib/libcrypto/man/man3/BN_CTX_start.3 M secure/lib/libcrypto/man/man3/BN_add.3 M secure/lib/libcrypto/man/man3/BN_add_word.3 M secure/lib/libcrypto/man/man3/BN_bn2bin.3 M secure/lib/libcrypto/man/man3/BN_cmp.3 M secure/lib/libcrypto/man/man3/BN_copy.3 M secure/lib/libcrypto/man/man3/BN_generate_prime.3 M secure/lib/libcrypto/man/man3/BN_mod_inverse.3 M secure/lib/libcrypto/man/man3/BN_mod_mul_montgomery.3 M secure/lib/libcrypto/man/man3/BN_mod_mul_reciprocal.3 M secure/lib/libcrypto/man/man3/BN_new.3 M secure/lib/libcrypto/man/man3/BN_num_bytes.3 M secure/lib/libcrypto/man/man3/BN_rand.3 M secure/lib/libcrypto/man/man3/BN_security_bits.3 M secure/lib/libcrypto/man/man3/BN_set_bit.3 M secure/lib/libcrypto/man/man3/BN_swap.3 M secure/lib/libcrypto/man/man3/BN_zero.3 M secure/lib/libcrypto/man/man3/BUF_MEM_new.3 M secure/lib/libcrypto/man/man3/CMS_add0_cert.3 M secure/lib/libcrypto/man/man3/CMS_add1_recipient_cert.3 M secure/lib/libcrypto/man/man3/CMS_add1_signer.3 M secure/lib/libcrypto/man/man3/CMS_compress.3 M secure/lib/libcrypto/man/man3/CMS_decrypt.3 M secure/lib/libcrypto/man/man3/CMS_encrypt.3 M secure/lib/libcrypto/man/man3/CMS_final.3 M secure/lib/libcrypto/man/man3/CMS_get0_RecipientInfos.3 M secure/lib/libcrypto/man/man3/CMS_get0_SignerInfos.3 M secure/lib/libcrypto/man/man3/CMS_get0_type.3 M secure/lib/libcrypto/man/man3/CMS_get1_ReceiptRequest.3 M secure/lib/libcrypto/man/man3/CMS_sign.3 M secure/lib/libcrypto/man/man3/CMS_sign_receipt.3 M secure/lib/libcrypto/man/man3/CMS_uncompress.3 M secure/lib/libcrypto/man/man3/CMS_verify.3 M secure/lib/libcrypto/man/man3/CMS_verify_receipt.3 M secure/lib/libcrypto/man/man3/CONF_modules_free.3 M secure/lib/libcrypto/man/man3/CONF_modules_load_file.3 M secure/lib/libcrypto/man/man3/CRYPTO_THREAD_run_once.3 M secure/lib/libcrypto/man/man3/CRYPTO_get_ex_new_index.3 M secure/lib/libcrypto/man/man3/CRYPTO_memcmp.3 M secure/lib/libcrypto/man/man3/CTLOG_STORE_get0_log_by_id.3 M secure/lib/libcrypto/man/man3/CTLOG_STORE_new.3 M secure/lib/libcrypto/man/man3/CTLOG_new.3 M secure/lib/libcrypto/man/man3/CT_POLICY_EVAL_CTX_new.3 M secure/lib/libcrypto/man/man3/DEFINE_STACK_OF.3 M secure/lib/libcrypto/man/man3/DES_random_key.3 M secure/lib/libcrypto/man/man3/DH_generate_key.3 M secure/lib/libcrypto/man/man3/DH_generate_parameters.3 M secure/lib/libcrypto/man/man3/DH_get0_pqg.3 M secure/lib/libcrypto/man/man3/DH_get_1024_160.3 M secure/lib/libcrypto/man/man3/DH_meth_new.3 M secure/lib/libcrypto/man/man3/DH_new.3 M secure/lib/libcrypto/man/man3/DH_new_by_nid.3 M secure/lib/libcrypto/man/man3/DH_set_method.3 M secure/lib/libcrypto/man/man3/DH_size.3 M secure/lib/libcrypto/man/man3/DSA_SIG_new.3 M secure/lib/libcrypto/man/man3/DSA_do_sign.3 M secure/lib/libcrypto/man/man3/DSA_dup_DH.3 M secure/lib/libcrypto/man/man3/DSA_generate_key.3 M secure/lib/libcrypto/man/man3/DSA_generate_parameters.3 M secure/lib/libcrypto/man/man3/DSA_get0_pqg.3 M secure/lib/libcrypto/man/man3/DSA_meth_new.3 M secure/lib/libcrypto/man/man3/DSA_new.3 M secure/lib/libcrypto/man/man3/DSA_set_method.3 M secure/lib/libcrypto/man/man3/DSA_sign.3 M secure/lib/libcrypto/man/man3/DSA_size.3 M secure/lib/libcrypto/man/man3/DTLS_get_data_mtu.3 M secure/lib/libcrypto/man/man3/DTLS_set_timer_cb.3 M secure/lib/libcrypto/man/man3/DTLSv1_listen.3 M secure/lib/libcrypto/man/man3/ECDSA_SIG_new.3 M secure/lib/libcrypto/man/man3/ECPKParameters_print.3 M secure/lib/libcrypto/man/man3/EC_GFp_simple_method.3 M secure/lib/libcrypto/man/man3/EC_GROUP_copy.3 M secure/lib/libcrypto/man/man3/EC_GROUP_new.3 M secure/lib/libcrypto/man/man3/EC_KEY_get_enc_flags.3 M secure/lib/libcrypto/man/man3/EC_KEY_new.3 M secure/lib/libcrypto/man/man3/EC_POINT_add.3 M secure/lib/libcrypto/man/man3/EC_POINT_new.3 M secure/lib/libcrypto/man/man3/ENGINE_add.3 M secure/lib/libcrypto/man/man3/ERR_GET_LIB.3 M secure/lib/libcrypto/man/man3/ERR_clear_error.3 M secure/lib/libcrypto/man/man3/ERR_error_string.3 M secure/lib/libcrypto/man/man3/ERR_get_error.3 M secure/lib/libcrypto/man/man3/ERR_load_crypto_strings.3 M secure/lib/libcrypto/man/man3/ERR_load_strings.3 M secure/lib/libcrypto/man/man3/ERR_print_errors.3 M secure/lib/libcrypto/man/man3/ERR_put_error.3 M secure/lib/libcrypto/man/man3/ERR_remove_state.3 M secure/lib/libcrypto/man/man3/ERR_set_mark.3 M secure/lib/libcrypto/man/man3/EVP_BytesToKey.3 M secure/lib/libcrypto/man/man3/EVP_CIPHER_CTX_get_cipher_data.3 M secure/lib/libcrypto/man/man3/EVP_CIPHER_meth_new.3 M secure/lib/libcrypto/man/man3/EVP_DigestInit.3 M secure/lib/libcrypto/man/man3/EVP_DigestSignInit.3 M secure/lib/libcrypto/man/man3/EVP_DigestVerifyInit.3 M secure/lib/libcrypto/man/man3/EVP_EncodeInit.3 M secure/lib/libcrypto/man/man3/EVP_EncryptInit.3 M secure/lib/libcrypto/man/man3/EVP_MD_meth_new.3 M secure/lib/libcrypto/man/man3/EVP_OpenInit.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_ASN1_METHOD.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_ctrl.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_new.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set1_pbe_pass.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set_hkdf_md.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set_rsa_pss_keygen_md.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set_scrypt_N.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set_tls1_prf_md.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_asn1_get_count.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_cmp.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_decrypt.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_derive.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_encrypt.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_get_default_digest_nid.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_keygen.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_meth_get_count.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_meth_new.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_new.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_print_private.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_set1_RSA.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_sign.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_size.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_verify.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_verify_recover.3 M secure/lib/libcrypto/man/man3/EVP_SealInit.3 M secure/lib/libcrypto/man/man3/EVP_SignInit.3 M secure/lib/libcrypto/man/man3/EVP_VerifyInit.3 M secure/lib/libcrypto/man/man3/EVP_aes.3 M secure/lib/libcrypto/man/man3/EVP_aria.3 M secure/lib/libcrypto/man/man3/EVP_bf_cbc.3 M secure/lib/libcrypto/man/man3/EVP_blake2b512.3 M secure/lib/libcrypto/man/man3/EVP_camellia.3 M secure/lib/libcrypto/man/man3/EVP_cast5_cbc.3 M secure/lib/libcrypto/man/man3/EVP_chacha20.3 M secure/lib/libcrypto/man/man3/EVP_des.3 M secure/lib/libcrypto/man/man3/EVP_desx_cbc.3 M secure/lib/libcrypto/man/man3/EVP_idea_cbc.3 M secure/lib/libcrypto/man/man3/EVP_md2.3 M secure/lib/libcrypto/man/man3/EVP_md4.3 M secure/lib/libcrypto/man/man3/EVP_md5.3 M secure/lib/libcrypto/man/man3/EVP_mdc2.3 M secure/lib/libcrypto/man/man3/EVP_rc2_cbc.3 M secure/lib/libcrypto/man/man3/EVP_rc4.3 M secure/lib/libcrypto/man/man3/EVP_rc5_32_12_16_cbc.3 M secure/lib/libcrypto/man/man3/EVP_ripemd160.3 M secure/lib/libcrypto/man/man3/EVP_seed_cbc.3 M secure/lib/libcrypto/man/man3/EVP_sha1.3 M secure/lib/libcrypto/man/man3/EVP_sha224.3 M secure/lib/libcrypto/man/man3/EVP_sha3_224.3 M secure/lib/libcrypto/man/man3/EVP_sm3.3 M secure/lib/libcrypto/man/man3/EVP_sm4_cbc.3 M secure/lib/libcrypto/man/man3/EVP_whirlpool.3 M secure/lib/libcrypto/man/man3/HMAC.3 M secure/lib/libcrypto/man/man3/MD5.3 M secure/lib/libcrypto/man/man3/MDC2_Init.3 M secure/lib/libcrypto/man/man3/OBJ_nid2obj.3 M secure/lib/libcrypto/man/man3/OCSP_REQUEST_new.3 M secure/lib/libcrypto/man/man3/OCSP_cert_to_id.3 M secure/lib/libcrypto/man/man3/OCSP_request_add1_nonce.3 M secure/lib/libcrypto/man/man3/OCSP_resp_find_status.3 M secure/lib/libcrypto/man/man3/OCSP_response_status.3 M secure/lib/libcrypto/man/man3/OCSP_sendreq_new.3 M secure/lib/libcrypto/man/man3/OPENSSL_Applink.3 M secure/lib/libcrypto/man/man3/OPENSSL_LH_COMPFUNC.3 M secure/lib/libcrypto/man/man3/OPENSSL_LH_stats.3 M secure/lib/libcrypto/man/man3/OPENSSL_VERSION_NUMBER.3 M secure/lib/libcrypto/man/man3/OPENSSL_config.3 M secure/lib/libcrypto/man/man3/OPENSSL_fork_prepare.3 M secure/lib/libcrypto/man/man3/OPENSSL_ia32cap.3 M secure/lib/libcrypto/man/man3/OPENSSL_init_crypto.3 M secure/lib/libcrypto/man/man3/OPENSSL_init_ssl.3 M secure/lib/libcrypto/man/man3/OPENSSL_instrument_bus.3 M secure/lib/libcrypto/man/man3/OPENSSL_load_builtin_modules.3 M secure/lib/libcrypto/man/man3/OPENSSL_malloc.3 M secure/lib/libcrypto/man/man3/OPENSSL_secure_malloc.3 M secure/lib/libcrypto/man/man3/OSSL_STORE_INFO.3 M secure/lib/libcrypto/man/man3/OSSL_STORE_LOADER.3 M secure/lib/libcrypto/man/man3/OSSL_STORE_SEARCH.3 M secure/lib/libcrypto/man/man3/OSSL_STORE_expect.3 M secure/lib/libcrypto/man/man3/OSSL_STORE_open.3 M secure/lib/libcrypto/man/man3/OpenSSL_add_all_algorithms.3 M secure/lib/libcrypto/man/man3/PEM_bytes_read_bio.3 M secure/lib/libcrypto/man/man3/PEM_read.3 M secure/lib/libcrypto/man/man3/PEM_read_CMS.3 M secure/lib/libcrypto/man/man3/PEM_read_bio_PrivateKey.3 M secure/lib/libcrypto/man/man3/PEM_read_bio_ex.3 M secure/lib/libcrypto/man/man3/PEM_write_bio_CMS_stream.3 M secure/lib/libcrypto/man/man3/PEM_write_bio_PKCS7_stream.3 M secure/lib/libcrypto/man/man3/PKCS12_create.3 M secure/lib/libcrypto/man/man3/PKCS12_newpass.3 M secure/lib/libcrypto/man/man3/PKCS12_parse.3 M secure/lib/libcrypto/man/man3/PKCS5_PBKDF2_HMAC.3 M secure/lib/libcrypto/man/man3/PKCS7_decrypt.3 M secure/lib/libcrypto/man/man3/PKCS7_encrypt.3 M secure/lib/libcrypto/man/man3/PKCS7_sign.3 M secure/lib/libcrypto/man/man3/PKCS7_sign_add_signer.3 M secure/lib/libcrypto/man/man3/PKCS7_verify.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_generate.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_get0_master.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_new.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_reseed.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_set_callbacks.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_set_ex_data.3 M secure/lib/libcrypto/man/man3/RAND_add.3 M secure/lib/libcrypto/man/man3/RAND_bytes.3 M secure/lib/libcrypto/man/man3/RAND_cleanup.3 M secure/lib/libcrypto/man/man3/RAND_egd.3 M secure/lib/libcrypto/man/man3/RAND_load_file.3 M secure/lib/libcrypto/man/man3/RAND_set_rand_method.3 M secure/lib/libcrypto/man/man3/RC4_set_key.3 M secure/lib/libcrypto/man/man3/RIPEMD160_Init.3 M secure/lib/libcrypto/man/man3/RSA_blinding_on.3 M secure/lib/libcrypto/man/man3/RSA_check_key.3 M secure/lib/libcrypto/man/man3/RSA_generate_key.3 M secure/lib/libcrypto/man/man3/RSA_get0_key.3 M secure/lib/libcrypto/man/man3/RSA_meth_new.3 M secure/lib/libcrypto/man/man3/RSA_new.3 M secure/lib/libcrypto/man/man3/RSA_padding_add_PKCS1_type_1.3 M secure/lib/libcrypto/man/man3/RSA_print.3 M secure/lib/libcrypto/man/man3/RSA_private_encrypt.3 M secure/lib/libcrypto/man/man3/RSA_public_encrypt.3 M secure/lib/libcrypto/man/man3/RSA_set_method.3 M secure/lib/libcrypto/man/man3/RSA_sign.3 M secure/lib/libcrypto/man/man3/RSA_sign_ASN1_OCTET_STRING.3 M secure/lib/libcrypto/man/man3/RSA_size.3 M secure/lib/libcrypto/man/man3/SCT_new.3 M secure/lib/libcrypto/man/man3/SCT_print.3 M secure/lib/libcrypto/man/man3/SCT_validate.3 M secure/lib/libcrypto/man/man3/SHA256_Init.3 M secure/lib/libcrypto/man/man3/SMIME_read_CMS.3 M secure/lib/libcrypto/man/man3/SMIME_read_PKCS7.3 M secure/lib/libcrypto/man/man3/SMIME_write_CMS.3 M secure/lib/libcrypto/man/man3/SMIME_write_PKCS7.3 M secure/lib/libcrypto/man/man3/SSL_CIPHER_get_name.3 M secure/lib/libcrypto/man/man3/SSL_COMP_add_compression_method.3 M secure/lib/libcrypto/man/man3/SSL_CONF_CTX_new.3 M secure/lib/libcrypto/man/man3/SSL_CONF_CTX_set1_prefix.3 M secure/lib/libcrypto/man/man3/SSL_CONF_CTX_set_flags.3 M secure/lib/libcrypto/man/man3/SSL_CONF_CTX_set_ssl_ctx.3 M secure/lib/libcrypto/man/man3/SSL_CONF_cmd.3 M secure/lib/libcrypto/man/man3/SSL_CONF_cmd_argv.3 M secure/lib/libcrypto/man/man3/SSL_CTX_add1_chain_cert.3 M secure/lib/libcrypto/man/man3/SSL_CTX_add_extra_chain_cert.3 M secure/lib/libcrypto/man/man3/SSL_CTX_add_session.3 M secure/lib/libcrypto/man/man3/SSL_CTX_config.3 M secure/lib/libcrypto/man/man3/SSL_CTX_ctrl.3 M secure/lib/libcrypto/man/man3/SSL_CTX_dane_enable.3 M secure/lib/libcrypto/man/man3/SSL_CTX_flush_sessions.3 M secure/lib/libcrypto/man/man3/SSL_CTX_free.3 M secure/lib/libcrypto/man/man3/SSL_CTX_get0_param.3 M secure/lib/libcrypto/man/man3/SSL_CTX_get_verify_mode.3 M secure/lib/libcrypto/man/man3/SSL_CTX_has_client_custom_ext.3 M secure/lib/libcrypto/man/man3/SSL_CTX_load_verify_locations.3 M secure/lib/libcrypto/man/man3/SSL_CTX_new.3 M secure/lib/libcrypto/man/man3/SSL_CTX_sess_number.3 M secure/lib/libcrypto/man/man3/SSL_CTX_sess_set_cache_size.3 M secure/lib/libcrypto/man/man3/SSL_CTX_sess_set_get_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_sessions.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set0_CA_list.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set1_curves.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set1_sigalgs.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set1_verify_cert_store.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_alpn_select_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_cert_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_cert_store.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_cert_verify_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_cipher_list.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_client_cert_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_client_hello_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_ct_validation_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_ctlog_list_file.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_default_passwd_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_ex_data.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_generate_session_id.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_info_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_keylog_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_max_cert_list.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_min_proto_version.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_mode.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_msg_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_num_tickets.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_options.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_psk_client_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_quiet_shutdown.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_read_ahead.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_record_padding_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_security_level.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_session_cache_mode.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_session_id_context.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_session_ticket_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_split_send_fragment.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_ssl_version.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_stateless_cookie_generate_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_timeout.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_tlsext_servername_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_tlsext_status_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_tlsext_ticket_key_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_tlsext_use_srtp.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_tmp_dh_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_verify.3 M secure/lib/libcrypto/man/man3/SSL_CTX_use_certificate.3 M secure/lib/libcrypto/man/man3/SSL_CTX_use_psk_identity_hint.3 M secure/lib/libcrypto/man/man3/SSL_CTX_use_serverinfo.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_free.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get0_cipher.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get0_hostname.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get0_id_context.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get0_peer.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get_compress_id.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get_ex_data.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get_protocol_version.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get_time.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_has_ticket.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_is_resumable.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_print.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_set1_id.3 M secure/lib/libcrypto/man/man3/SSL_accept.3 M secure/lib/libcrypto/man/man3/SSL_alert_type_string.3 M secure/lib/libcrypto/man/man3/SSL_alloc_buffers.3 M secure/lib/libcrypto/man/man3/SSL_check_chain.3 M secure/lib/libcrypto/man/man3/SSL_clear.3 M secure/lib/libcrypto/man/man3/SSL_connect.3 M secure/lib/libcrypto/man/man3/SSL_do_handshake.3 M secure/lib/libcrypto/man/man3/SSL_export_keying_material.3 M secure/lib/libcrypto/man/man3/SSL_extension_supported.3 M secure/lib/libcrypto/man/man3/SSL_free.3 M secure/lib/libcrypto/man/man3/SSL_get0_peer_scts.3 M secure/lib/libcrypto/man/man3/SSL_get_SSL_CTX.3 M secure/lib/libcrypto/man/man3/SSL_get_all_async_fds.3 M secure/lib/libcrypto/man/man3/SSL_get_ciphers.3 M secure/lib/libcrypto/man/man3/SSL_get_client_random.3 M secure/lib/libcrypto/man/man3/SSL_get_current_cipher.3 M secure/lib/libcrypto/man/man3/SSL_get_default_timeout.3 M secure/lib/libcrypto/man/man3/SSL_get_error.3 M secure/lib/libcrypto/man/man3/SSL_get_extms_support.3 M secure/lib/libcrypto/man/man3/SSL_get_fd.3 M secure/lib/libcrypto/man/man3/SSL_get_peer_cert_chain.3 M secure/lib/libcrypto/man/man3/SSL_get_peer_certificate.3 M secure/lib/libcrypto/man/man3/SSL_get_peer_signature_nid.3 M secure/lib/libcrypto/man/man3/SSL_get_peer_tmp_key.3 M secure/lib/libcrypto/man/man3/SSL_get_psk_identity.3 M secure/lib/libcrypto/man/man3/SSL_get_rbio.3 M secure/lib/libcrypto/man/man3/SSL_get_session.3 M secure/lib/libcrypto/man/man3/SSL_get_shared_sigalgs.3 M secure/lib/libcrypto/man/man3/SSL_get_verify_result.3 M secure/lib/libcrypto/man/man3/SSL_get_version.3 M secure/lib/libcrypto/man/man3/SSL_in_init.3 M secure/lib/libcrypto/man/man3/SSL_key_update.3 M secure/lib/libcrypto/man/man3/SSL_library_init.3 M secure/lib/libcrypto/man/man3/SSL_load_client_CA_file.3 M secure/lib/libcrypto/man/man3/SSL_new.3 M secure/lib/libcrypto/man/man3/SSL_pending.3 M secure/lib/libcrypto/man/man3/SSL_read.3 M secure/lib/libcrypto/man/man3/SSL_read_early_data.3 M secure/lib/libcrypto/man/man3/SSL_rstate_string.3 M secure/lib/libcrypto/man/man3/SSL_session_reused.3 M secure/lib/libcrypto/man/man3/SSL_set1_host.3 M secure/lib/libcrypto/man/man3/SSL_set_bio.3 M secure/lib/libcrypto/man/man3/SSL_set_connect_state.3 M secure/lib/libcrypto/man/man3/SSL_set_fd.3 M secure/lib/libcrypto/man/man3/SSL_set_session.3 M secure/lib/libcrypto/man/man3/SSL_set_shutdown.3 M secure/lib/libcrypto/man/man3/SSL_set_verify_result.3 M secure/lib/libcrypto/man/man3/SSL_shutdown.3 M secure/lib/libcrypto/man/man3/SSL_state_string.3 M secure/lib/libcrypto/man/man3/SSL_want.3 M secure/lib/libcrypto/man/man3/SSL_write.3 M secure/lib/libcrypto/man/man3/UI_STRING.3 M secure/lib/libcrypto/man/man3/UI_UTIL_read_pw.3 M secure/lib/libcrypto/man/man3/UI_create_method.3 M secure/lib/libcrypto/man/man3/UI_new.3 M secure/lib/libcrypto/man/man3/X509V3_get_d2i.3 M secure/lib/libcrypto/man/man3/X509_ALGOR_dup.3 M secure/lib/libcrypto/man/man3/X509_CRL_get0_by_serial.3 M secure/lib/libcrypto/man/man3/X509_EXTENSION_set_object.3 M secure/lib/libcrypto/man/man3/X509_LOOKUP.3 M secure/lib/libcrypto/man/man3/X509_LOOKUP_hash_dir.3 M secure/lib/libcrypto/man/man3/X509_LOOKUP_meth_new.3 M secure/lib/libcrypto/man/man3/X509_NAME_ENTRY_get_object.3 M secure/lib/libcrypto/man/man3/X509_NAME_add_entry_by_txt.3 M secure/lib/libcrypto/man/man3/X509_NAME_get0_der.3 M secure/lib/libcrypto/man/man3/X509_NAME_get_index_by_NID.3 M secure/lib/libcrypto/man/man3/X509_NAME_print_ex.3 M secure/lib/libcrypto/man/man3/X509_PUBKEY_new.3 M secure/lib/libcrypto/man/man3/X509_SIG_get0.3 M secure/lib/libcrypto/man/man3/X509_STORE_CTX_get_error.3 M secure/lib/libcrypto/man/man3/X509_STORE_CTX_new.3 M secure/lib/libcrypto/man/man3/X509_STORE_CTX_set_verify_cb.3 M secure/lib/libcrypto/man/man3/X509_STORE_add_cert.3 M secure/lib/libcrypto/man/man3/X509_STORE_get0_param.3 M secure/lib/libcrypto/man/man3/X509_STORE_new.3 M secure/lib/libcrypto/man/man3/X509_STORE_set_verify_cb_func.3 M secure/lib/libcrypto/man/man3/X509_VERIFY_PARAM_set_flags.3 M secure/lib/libcrypto/man/man3/X509_check_ca.3 M secure/lib/libcrypto/man/man3/X509_check_host.3 M secure/lib/libcrypto/man/man3/X509_check_issued.3 M secure/lib/libcrypto/man/man3/X509_check_private_key.3 M secure/lib/libcrypto/man/man3/X509_check_purpose.3 M secure/lib/libcrypto/man/man3/X509_cmp.3 M secure/lib/libcrypto/man/man3/X509_cmp_time.3 M secure/lib/libcrypto/man/man3/X509_digest.3 M secure/lib/libcrypto/man/man3/X509_dup.3 M secure/lib/libcrypto/man/man3/X509_get0_notBefore.3 M secure/lib/libcrypto/man/man3/X509_get0_signature.3 M secure/lib/libcrypto/man/man3/X509_get0_uids.3 M secure/lib/libcrypto/man/man3/X509_get_extension_flags.3 M secure/lib/libcrypto/man/man3/X509_get_pubkey.3 M secure/lib/libcrypto/man/man3/X509_get_serialNumber.3 M secure/lib/libcrypto/man/man3/X509_get_subject_name.3 M secure/lib/libcrypto/man/man3/X509_get_version.3 M secure/lib/libcrypto/man/man3/X509_new.3 M secure/lib/libcrypto/man/man3/X509_sign.3 M secure/lib/libcrypto/man/man3/X509_verify_cert.3 M secure/lib/libcrypto/man/man3/X509v3_get_ext_by_NID.3 M secure/lib/libcrypto/man/man3/d2i_DHparams.3 M secure/lib/libcrypto/man/man3/d2i_PKCS8PrivateKey_bio.3 M secure/lib/libcrypto/man/man3/d2i_PrivateKey.3 M secure/lib/libcrypto/man/man3/d2i_SSL_SESSION.3 M secure/lib/libcrypto/man/man3/d2i_X509.3 M secure/lib/libcrypto/man/man3/i2d_CMS_bio_stream.3 M secure/lib/libcrypto/man/man3/i2d_PKCS7_bio_stream.3 M secure/lib/libcrypto/man/man3/i2d_re_X509_tbs.3 M secure/lib/libcrypto/man/man3/o2i_SCT_LIST.3 M secure/lib/libcrypto/man/man5/x509v3_config.5 M secure/lib/libcrypto/man/man7/Ed25519.7 M secure/lib/libcrypto/man/man7/RAND.7 M secure/lib/libcrypto/man/man7/RAND_DRBG.7 M secure/lib/libcrypto/man/man7/RSA-PSS.7 M secure/lib/libcrypto/man/man7/SM2.7 M secure/lib/libcrypto/man/man7/X25519.7 M secure/lib/libcrypto/man/man7/bio.7 M secure/lib/libcrypto/man/man7/ct.7 M secure/lib/libcrypto/man/man7/des_modes.7 M secure/lib/libcrypto/man/man7/evp.7 M secure/lib/libcrypto/man/man7/ossl_store-file.7 M secure/lib/libcrypto/man/man7/ossl_store.7 M secure/lib/libcrypto/man/man7/passphrase-encoding.7 M secure/lib/libcrypto/man/man7/proxy-certificates.7 M secure/lib/libcrypto/man/man7/scrypt.7 M secure/lib/libcrypto/man/man7/ssl.7 M secure/lib/libcrypto/man/man7/x509.7 M secure/usr.bin/openssl/man/CA.pl.1 M secure/usr.bin/openssl/man/asn1parse.1 M secure/usr.bin/openssl/man/ca.1 M secure/usr.bin/openssl/man/ciphers.1 M secure/usr.bin/openssl/man/cms.1 M secure/usr.bin/openssl/man/crl.1 M secure/usr.bin/openssl/man/crl2pkcs7.1 M secure/usr.bin/openssl/man/dgst.1 M secure/usr.bin/openssl/man/dhparam.1 M secure/usr.bin/openssl/man/dsa.1 M secure/usr.bin/openssl/man/dsaparam.1 M secure/usr.bin/openssl/man/ec.1 M secure/usr.bin/openssl/man/ecparam.1 M secure/usr.bin/openssl/man/enc.1 M secure/usr.bin/openssl/man/engine.1 M secure/usr.bin/openssl/man/errstr.1 M secure/usr.bin/openssl/man/gendsa.1 M secure/usr.bin/openssl/man/genpkey.1 M secure/usr.bin/openssl/man/genrsa.1 M secure/usr.bin/openssl/man/list.1 M secure/usr.bin/openssl/man/nseq.1 M secure/usr.bin/openssl/man/ocsp.1 M secure/usr.bin/openssl/man/openssl.1 M secure/usr.bin/openssl/man/passwd.1 M secure/usr.bin/openssl/man/pkcs12.1 M secure/usr.bin/openssl/man/pkcs7.1 M secure/usr.bin/openssl/man/pkcs8.1 M secure/usr.bin/openssl/man/pkey.1 M secure/usr.bin/openssl/man/pkeyparam.1 M secure/usr.bin/openssl/man/pkeyutl.1 M secure/usr.bin/openssl/man/prime.1 M secure/usr.bin/openssl/man/rand.1 M secure/usr.bin/openssl/man/req.1 M secure/usr.bin/openssl/man/rsa.1 M secure/usr.bin/openssl/man/rsautl.1 M secure/usr.bin/openssl/man/s_client.1 M secure/usr.bin/openssl/man/s_server.1 M secure/usr.bin/openssl/man/s_time.1 M secure/usr.bin/openssl/man/sess_id.1 M secure/usr.bin/openssl/man/smime.1 M secure/usr.bin/openssl/man/speed.1 M secure/usr.bin/openssl/man/spkac.1 M secure/usr.bin/openssl/man/srp.1 M secure/usr.bin/openssl/man/storeutl.1 M secure/usr.bin/openssl/man/ts.1 M secure/usr.bin/openssl/man/tsget.1 M secure/usr.bin/openssl/man/verify.1 M secure/usr.bin/openssl/man/version.1 M secure/usr.bin/openssl/man/x509.1 Log Message: ----------- Update OpenSSL man pages Commit: 4bd85f4fee8aa6efbbad02f6dd7cac6bdb03c1de https://github.com/MidnightBSD/src/commit/4bd85f4fee8aa6efbbad02f6dd7cac6bdb03c1de Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M UPDATING Log Message: ----------- update OpenSSL to 1.1.1w Compare: https://github.com/MidnightBSD/src/compare/8f10a37ffda4...4bd85f4fee8a From noreply at github.com Mon Sep 18 23:06:50 2023 From: noreply at github.com (Lucas Holt) Date: Mon, 18 Sep 2023 20:06:50 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] c7be46: Vendor import of OpenSSL 1.1.1w Message-ID: <MidnightBSD/src/push/refs/heads/stable/3.1/104525-0e1d19@github.com> Branch: refs/heads/stable/3.1 Home: https://github.com/MidnightBSD/src Commit: c7be46f91c21886c4b0c9b30ce9471ff182ff505 https://github.com/MidnightBSD/src/commit/c7be46f91c21886c4b0c9b30ce9471ff182ff505 Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M CHANGES M NEWS M README R appveyor.yml M crypto/asn1/ameth_lib.c M crypto/cms/cms_asn1.c M crypto/cms/cms_local.h M crypto/cms/cms_sd.c M crypto/cms/cms_smime.c M crypto/dh/dh_check.c M crypto/dh/dh_err.c M crypto/ec/ec_ameth.c M crypto/err/openssl.txt M crypto/poly1305/asm/poly1305-x86_64.pl M crypto/rsa/rsa_ameth.c M doc/man3/CMS_sign.pod M include/openssl/dh.h M include/openssl/dherr.h M include/openssl/opensslv.h M ssl/ssl_sess.c Log Message: ----------- Vendor import of OpenSSL 1.1.1w Commit: 06d767d7c64182781d425cf55aa67d33dfcc1f99 https://github.com/MidnightBSD/src/commit/06d767d7c64182781d425cf55aa67d33dfcc1f99 Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M crypto/openssl/CHANGES M crypto/openssl/NEWS M crypto/openssl/README R crypto/openssl/appveyor.yml M crypto/openssl/crypto/asn1/ameth_lib.c M crypto/openssl/crypto/cms/cms_asn1.c M crypto/openssl/crypto/cms/cms_local.h M crypto/openssl/crypto/cms/cms_sd.c M crypto/openssl/crypto/cms/cms_smime.c M crypto/openssl/crypto/dh/dh_check.c M crypto/openssl/crypto/dh/dh_err.c M crypto/openssl/crypto/ec/ec_ameth.c M crypto/openssl/crypto/err/openssl.txt M crypto/openssl/crypto/poly1305/asm/poly1305-x86_64.pl M crypto/openssl/crypto/rsa/rsa_ameth.c M crypto/openssl/doc/man3/CMS_sign.pod M crypto/openssl/include/openssl/dh.h M crypto/openssl/include/openssl/dherr.h M crypto/openssl/include/openssl/opensslv.h M crypto/openssl/ssl/ssl_sess.c Log Message: ----------- Merge commit 'c7be46f91c21886c4b0c9b30ce9471ff182ff505' into stable/3.1 Commit: 0e1d195c67435483c543e85b9e00c6886a1cdc4a https://github.com/MidnightBSD/src/commit/0e1d195c67435483c543e85b9e00c6886a1cdc4a Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M secure/lib/libcrypto/Makefile.inc M secure/lib/libcrypto/man/man3/ADMISSIONS.3 M secure/lib/libcrypto/man/man3/ASN1_INTEGER_get_int64.3 M secure/lib/libcrypto/man/man3/ASN1_ITEM_lookup.3 M secure/lib/libcrypto/man/man3/ASN1_OBJECT_new.3 M secure/lib/libcrypto/man/man3/ASN1_STRING_TABLE_add.3 M secure/lib/libcrypto/man/man3/ASN1_STRING_length.3 M secure/lib/libcrypto/man/man3/ASN1_STRING_new.3 M secure/lib/libcrypto/man/man3/ASN1_STRING_print_ex.3 M secure/lib/libcrypto/man/man3/ASN1_TIME_set.3 M secure/lib/libcrypto/man/man3/ASN1_TYPE_get.3 M secure/lib/libcrypto/man/man3/ASN1_generate_nconf.3 M secure/lib/libcrypto/man/man3/ASYNC_WAIT_CTX_new.3 M secure/lib/libcrypto/man/man3/ASYNC_start_job.3 M secure/lib/libcrypto/man/man3/BF_encrypt.3 M secure/lib/libcrypto/man/man3/BIO_ADDR.3 M secure/lib/libcrypto/man/man3/BIO_ADDRINFO.3 M secure/lib/libcrypto/man/man3/BIO_connect.3 M secure/lib/libcrypto/man/man3/BIO_ctrl.3 M secure/lib/libcrypto/man/man3/BIO_f_base64.3 M secure/lib/libcrypto/man/man3/BIO_f_buffer.3 M secure/lib/libcrypto/man/man3/BIO_f_cipher.3 M secure/lib/libcrypto/man/man3/BIO_f_md.3 M secure/lib/libcrypto/man/man3/BIO_f_null.3 M secure/lib/libcrypto/man/man3/BIO_f_ssl.3 M secure/lib/libcrypto/man/man3/BIO_find_type.3 M secure/lib/libcrypto/man/man3/BIO_get_data.3 M secure/lib/libcrypto/man/man3/BIO_get_ex_new_index.3 M secure/lib/libcrypto/man/man3/BIO_meth_new.3 M secure/lib/libcrypto/man/man3/BIO_new.3 M secure/lib/libcrypto/man/man3/BIO_new_CMS.3 M secure/lib/libcrypto/man/man3/BIO_parse_hostserv.3 M secure/lib/libcrypto/man/man3/BIO_printf.3 M secure/lib/libcrypto/man/man3/BIO_push.3 M secure/lib/libcrypto/man/man3/BIO_read.3 M secure/lib/libcrypto/man/man3/BIO_s_accept.3 M secure/lib/libcrypto/man/man3/BIO_s_bio.3 M secure/lib/libcrypto/man/man3/BIO_s_connect.3 M secure/lib/libcrypto/man/man3/BIO_s_fd.3 M secure/lib/libcrypto/man/man3/BIO_s_file.3 M secure/lib/libcrypto/man/man3/BIO_s_mem.3 M secure/lib/libcrypto/man/man3/BIO_s_null.3 M secure/lib/libcrypto/man/man3/BIO_s_socket.3 M secure/lib/libcrypto/man/man3/BIO_set_callback.3 M secure/lib/libcrypto/man/man3/BIO_should_retry.3 M secure/lib/libcrypto/man/man3/BN_BLINDING_new.3 M secure/lib/libcrypto/man/man3/BN_CTX_new.3 M secure/lib/libcrypto/man/man3/BN_CTX_start.3 M secure/lib/libcrypto/man/man3/BN_add.3 M secure/lib/libcrypto/man/man3/BN_add_word.3 M secure/lib/libcrypto/man/man3/BN_bn2bin.3 M secure/lib/libcrypto/man/man3/BN_cmp.3 M secure/lib/libcrypto/man/man3/BN_copy.3 M secure/lib/libcrypto/man/man3/BN_generate_prime.3 M secure/lib/libcrypto/man/man3/BN_mod_inverse.3 M secure/lib/libcrypto/man/man3/BN_mod_mul_montgomery.3 M secure/lib/libcrypto/man/man3/BN_mod_mul_reciprocal.3 M secure/lib/libcrypto/man/man3/BN_new.3 M secure/lib/libcrypto/man/man3/BN_num_bytes.3 M secure/lib/libcrypto/man/man3/BN_rand.3 M secure/lib/libcrypto/man/man3/BN_security_bits.3 M secure/lib/libcrypto/man/man3/BN_set_bit.3 M secure/lib/libcrypto/man/man3/BN_swap.3 M secure/lib/libcrypto/man/man3/BN_zero.3 M secure/lib/libcrypto/man/man3/BUF_MEM_new.3 M secure/lib/libcrypto/man/man3/CMS_add0_cert.3 M secure/lib/libcrypto/man/man3/CMS_add1_recipient_cert.3 M secure/lib/libcrypto/man/man3/CMS_add1_signer.3 M secure/lib/libcrypto/man/man3/CMS_compress.3 M secure/lib/libcrypto/man/man3/CMS_decrypt.3 M secure/lib/libcrypto/man/man3/CMS_encrypt.3 M secure/lib/libcrypto/man/man3/CMS_final.3 M secure/lib/libcrypto/man/man3/CMS_get0_RecipientInfos.3 M secure/lib/libcrypto/man/man3/CMS_get0_SignerInfos.3 M secure/lib/libcrypto/man/man3/CMS_get0_type.3 M secure/lib/libcrypto/man/man3/CMS_get1_ReceiptRequest.3 M secure/lib/libcrypto/man/man3/CMS_sign.3 M secure/lib/libcrypto/man/man3/CMS_sign_receipt.3 M secure/lib/libcrypto/man/man3/CMS_uncompress.3 M secure/lib/libcrypto/man/man3/CMS_verify.3 M secure/lib/libcrypto/man/man3/CMS_verify_receipt.3 M secure/lib/libcrypto/man/man3/CONF_modules_free.3 M secure/lib/libcrypto/man/man3/CONF_modules_load_file.3 M secure/lib/libcrypto/man/man3/CRYPTO_THREAD_run_once.3 M secure/lib/libcrypto/man/man3/CRYPTO_get_ex_new_index.3 M secure/lib/libcrypto/man/man3/CRYPTO_memcmp.3 M secure/lib/libcrypto/man/man3/CTLOG_STORE_get0_log_by_id.3 M secure/lib/libcrypto/man/man3/CTLOG_STORE_new.3 M secure/lib/libcrypto/man/man3/CTLOG_new.3 M secure/lib/libcrypto/man/man3/CT_POLICY_EVAL_CTX_new.3 M secure/lib/libcrypto/man/man3/DEFINE_STACK_OF.3 M secure/lib/libcrypto/man/man3/DES_random_key.3 M secure/lib/libcrypto/man/man3/DH_generate_key.3 M secure/lib/libcrypto/man/man3/DH_generate_parameters.3 M secure/lib/libcrypto/man/man3/DH_get0_pqg.3 M secure/lib/libcrypto/man/man3/DH_get_1024_160.3 M secure/lib/libcrypto/man/man3/DH_meth_new.3 M secure/lib/libcrypto/man/man3/DH_new.3 M secure/lib/libcrypto/man/man3/DH_new_by_nid.3 M secure/lib/libcrypto/man/man3/DH_set_method.3 M secure/lib/libcrypto/man/man3/DH_size.3 M secure/lib/libcrypto/man/man3/DSA_SIG_new.3 M secure/lib/libcrypto/man/man3/DSA_do_sign.3 M secure/lib/libcrypto/man/man3/DSA_dup_DH.3 M secure/lib/libcrypto/man/man3/DSA_generate_key.3 M secure/lib/libcrypto/man/man3/DSA_generate_parameters.3 M secure/lib/libcrypto/man/man3/DSA_get0_pqg.3 M secure/lib/libcrypto/man/man3/DSA_meth_new.3 M secure/lib/libcrypto/man/man3/DSA_new.3 M secure/lib/libcrypto/man/man3/DSA_set_method.3 M secure/lib/libcrypto/man/man3/DSA_sign.3 M secure/lib/libcrypto/man/man3/DSA_size.3 M secure/lib/libcrypto/man/man3/DTLS_get_data_mtu.3 M secure/lib/libcrypto/man/man3/DTLS_set_timer_cb.3 M secure/lib/libcrypto/man/man3/DTLSv1_listen.3 M secure/lib/libcrypto/man/man3/ECDSA_SIG_new.3 M secure/lib/libcrypto/man/man3/ECPKParameters_print.3 M secure/lib/libcrypto/man/man3/EC_GFp_simple_method.3 M secure/lib/libcrypto/man/man3/EC_GROUP_copy.3 M secure/lib/libcrypto/man/man3/EC_GROUP_new.3 M secure/lib/libcrypto/man/man3/EC_KEY_get_enc_flags.3 M secure/lib/libcrypto/man/man3/EC_KEY_new.3 M secure/lib/libcrypto/man/man3/EC_POINT_add.3 M secure/lib/libcrypto/man/man3/EC_POINT_new.3 M secure/lib/libcrypto/man/man3/ENGINE_add.3 M secure/lib/libcrypto/man/man3/ERR_GET_LIB.3 M secure/lib/libcrypto/man/man3/ERR_clear_error.3 M secure/lib/libcrypto/man/man3/ERR_error_string.3 M secure/lib/libcrypto/man/man3/ERR_get_error.3 M secure/lib/libcrypto/man/man3/ERR_load_crypto_strings.3 M secure/lib/libcrypto/man/man3/ERR_load_strings.3 M secure/lib/libcrypto/man/man3/ERR_print_errors.3 M secure/lib/libcrypto/man/man3/ERR_put_error.3 M secure/lib/libcrypto/man/man3/ERR_remove_state.3 M secure/lib/libcrypto/man/man3/ERR_set_mark.3 M secure/lib/libcrypto/man/man3/EVP_BytesToKey.3 M secure/lib/libcrypto/man/man3/EVP_CIPHER_CTX_get_cipher_data.3 M secure/lib/libcrypto/man/man3/EVP_CIPHER_meth_new.3 M secure/lib/libcrypto/man/man3/EVP_DigestInit.3 M secure/lib/libcrypto/man/man3/EVP_DigestSignInit.3 M secure/lib/libcrypto/man/man3/EVP_DigestVerifyInit.3 M secure/lib/libcrypto/man/man3/EVP_EncodeInit.3 M secure/lib/libcrypto/man/man3/EVP_EncryptInit.3 M secure/lib/libcrypto/man/man3/EVP_MD_meth_new.3 M secure/lib/libcrypto/man/man3/EVP_OpenInit.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_ASN1_METHOD.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_ctrl.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_new.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set1_pbe_pass.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set_hkdf_md.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set_rsa_pss_keygen_md.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set_scrypt_N.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set_tls1_prf_md.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_asn1_get_count.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_cmp.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_decrypt.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_derive.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_encrypt.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_get_default_digest_nid.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_keygen.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_meth_get_count.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_meth_new.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_new.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_print_private.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_set1_RSA.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_sign.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_size.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_verify.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_verify_recover.3 M secure/lib/libcrypto/man/man3/EVP_SealInit.3 M secure/lib/libcrypto/man/man3/EVP_SignInit.3 M secure/lib/libcrypto/man/man3/EVP_VerifyInit.3 M secure/lib/libcrypto/man/man3/EVP_aes.3 M secure/lib/libcrypto/man/man3/EVP_aria.3 M secure/lib/libcrypto/man/man3/EVP_bf_cbc.3 M secure/lib/libcrypto/man/man3/EVP_blake2b512.3 M secure/lib/libcrypto/man/man3/EVP_camellia.3 M secure/lib/libcrypto/man/man3/EVP_cast5_cbc.3 M secure/lib/libcrypto/man/man3/EVP_chacha20.3 M secure/lib/libcrypto/man/man3/EVP_des.3 M secure/lib/libcrypto/man/man3/EVP_desx_cbc.3 M secure/lib/libcrypto/man/man3/EVP_idea_cbc.3 M secure/lib/libcrypto/man/man3/EVP_md2.3 M secure/lib/libcrypto/man/man3/EVP_md4.3 M secure/lib/libcrypto/man/man3/EVP_md5.3 M secure/lib/libcrypto/man/man3/EVP_mdc2.3 M secure/lib/libcrypto/man/man3/EVP_rc2_cbc.3 M secure/lib/libcrypto/man/man3/EVP_rc4.3 M secure/lib/libcrypto/man/man3/EVP_rc5_32_12_16_cbc.3 M secure/lib/libcrypto/man/man3/EVP_ripemd160.3 M secure/lib/libcrypto/man/man3/EVP_seed_cbc.3 M secure/lib/libcrypto/man/man3/EVP_sha1.3 M secure/lib/libcrypto/man/man3/EVP_sha224.3 M secure/lib/libcrypto/man/man3/EVP_sha3_224.3 M secure/lib/libcrypto/man/man3/EVP_sm3.3 M secure/lib/libcrypto/man/man3/EVP_sm4_cbc.3 M secure/lib/libcrypto/man/man3/EVP_whirlpool.3 M secure/lib/libcrypto/man/man3/HMAC.3 M secure/lib/libcrypto/man/man3/MD5.3 M secure/lib/libcrypto/man/man3/MDC2_Init.3 M secure/lib/libcrypto/man/man3/OBJ_nid2obj.3 M secure/lib/libcrypto/man/man3/OCSP_REQUEST_new.3 M secure/lib/libcrypto/man/man3/OCSP_cert_to_id.3 M secure/lib/libcrypto/man/man3/OCSP_request_add1_nonce.3 M secure/lib/libcrypto/man/man3/OCSP_resp_find_status.3 M secure/lib/libcrypto/man/man3/OCSP_response_status.3 M secure/lib/libcrypto/man/man3/OCSP_sendreq_new.3 M secure/lib/libcrypto/man/man3/OPENSSL_Applink.3 M secure/lib/libcrypto/man/man3/OPENSSL_LH_COMPFUNC.3 M secure/lib/libcrypto/man/man3/OPENSSL_LH_stats.3 M secure/lib/libcrypto/man/man3/OPENSSL_VERSION_NUMBER.3 M secure/lib/libcrypto/man/man3/OPENSSL_config.3 M secure/lib/libcrypto/man/man3/OPENSSL_fork_prepare.3 M secure/lib/libcrypto/man/man3/OPENSSL_ia32cap.3 M secure/lib/libcrypto/man/man3/OPENSSL_init_crypto.3 M secure/lib/libcrypto/man/man3/OPENSSL_init_ssl.3 M secure/lib/libcrypto/man/man3/OPENSSL_instrument_bus.3 M secure/lib/libcrypto/man/man3/OPENSSL_load_builtin_modules.3 M secure/lib/libcrypto/man/man3/OPENSSL_malloc.3 M secure/lib/libcrypto/man/man3/OPENSSL_secure_malloc.3 M secure/lib/libcrypto/man/man3/OSSL_STORE_INFO.3 M secure/lib/libcrypto/man/man3/OSSL_STORE_LOADER.3 M secure/lib/libcrypto/man/man3/OSSL_STORE_SEARCH.3 M secure/lib/libcrypto/man/man3/OSSL_STORE_expect.3 M secure/lib/libcrypto/man/man3/OSSL_STORE_open.3 M secure/lib/libcrypto/man/man3/OpenSSL_add_all_algorithms.3 M secure/lib/libcrypto/man/man3/PEM_bytes_read_bio.3 M secure/lib/libcrypto/man/man3/PEM_read.3 M secure/lib/libcrypto/man/man3/PEM_read_CMS.3 M secure/lib/libcrypto/man/man3/PEM_read_bio_PrivateKey.3 M secure/lib/libcrypto/man/man3/PEM_read_bio_ex.3 M secure/lib/libcrypto/man/man3/PEM_write_bio_CMS_stream.3 M secure/lib/libcrypto/man/man3/PEM_write_bio_PKCS7_stream.3 M secure/lib/libcrypto/man/man3/PKCS12_create.3 M secure/lib/libcrypto/man/man3/PKCS12_newpass.3 M secure/lib/libcrypto/man/man3/PKCS12_parse.3 M secure/lib/libcrypto/man/man3/PKCS5_PBKDF2_HMAC.3 M secure/lib/libcrypto/man/man3/PKCS7_decrypt.3 M secure/lib/libcrypto/man/man3/PKCS7_encrypt.3 M secure/lib/libcrypto/man/man3/PKCS7_sign.3 M secure/lib/libcrypto/man/man3/PKCS7_sign_add_signer.3 M secure/lib/libcrypto/man/man3/PKCS7_verify.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_generate.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_get0_master.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_new.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_reseed.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_set_callbacks.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_set_ex_data.3 M secure/lib/libcrypto/man/man3/RAND_add.3 M secure/lib/libcrypto/man/man3/RAND_bytes.3 M secure/lib/libcrypto/man/man3/RAND_cleanup.3 M secure/lib/libcrypto/man/man3/RAND_egd.3 M secure/lib/libcrypto/man/man3/RAND_load_file.3 M secure/lib/libcrypto/man/man3/RAND_set_rand_method.3 M secure/lib/libcrypto/man/man3/RC4_set_key.3 M secure/lib/libcrypto/man/man3/RIPEMD160_Init.3 M secure/lib/libcrypto/man/man3/RSA_blinding_on.3 M secure/lib/libcrypto/man/man3/RSA_check_key.3 M secure/lib/libcrypto/man/man3/RSA_generate_key.3 M secure/lib/libcrypto/man/man3/RSA_get0_key.3 M secure/lib/libcrypto/man/man3/RSA_meth_new.3 M secure/lib/libcrypto/man/man3/RSA_new.3 M secure/lib/libcrypto/man/man3/RSA_padding_add_PKCS1_type_1.3 M secure/lib/libcrypto/man/man3/RSA_print.3 M secure/lib/libcrypto/man/man3/RSA_private_encrypt.3 M secure/lib/libcrypto/man/man3/RSA_public_encrypt.3 M secure/lib/libcrypto/man/man3/RSA_set_method.3 M secure/lib/libcrypto/man/man3/RSA_sign.3 M secure/lib/libcrypto/man/man3/RSA_sign_ASN1_OCTET_STRING.3 M secure/lib/libcrypto/man/man3/RSA_size.3 M secure/lib/libcrypto/man/man3/SCT_new.3 M secure/lib/libcrypto/man/man3/SCT_print.3 M secure/lib/libcrypto/man/man3/SCT_validate.3 M secure/lib/libcrypto/man/man3/SHA256_Init.3 M secure/lib/libcrypto/man/man3/SMIME_read_CMS.3 M secure/lib/libcrypto/man/man3/SMIME_read_PKCS7.3 M secure/lib/libcrypto/man/man3/SMIME_write_CMS.3 M secure/lib/libcrypto/man/man3/SMIME_write_PKCS7.3 M secure/lib/libcrypto/man/man3/SSL_CIPHER_get_name.3 M secure/lib/libcrypto/man/man3/SSL_COMP_add_compression_method.3 M secure/lib/libcrypto/man/man3/SSL_CONF_CTX_new.3 M secure/lib/libcrypto/man/man3/SSL_CONF_CTX_set1_prefix.3 M secure/lib/libcrypto/man/man3/SSL_CONF_CTX_set_flags.3 M secure/lib/libcrypto/man/man3/SSL_CONF_CTX_set_ssl_ctx.3 M secure/lib/libcrypto/man/man3/SSL_CONF_cmd.3 M secure/lib/libcrypto/man/man3/SSL_CONF_cmd_argv.3 M secure/lib/libcrypto/man/man3/SSL_CTX_add1_chain_cert.3 M secure/lib/libcrypto/man/man3/SSL_CTX_add_extra_chain_cert.3 M secure/lib/libcrypto/man/man3/SSL_CTX_add_session.3 M secure/lib/libcrypto/man/man3/SSL_CTX_config.3 M secure/lib/libcrypto/man/man3/SSL_CTX_ctrl.3 M secure/lib/libcrypto/man/man3/SSL_CTX_dane_enable.3 M secure/lib/libcrypto/man/man3/SSL_CTX_flush_sessions.3 M secure/lib/libcrypto/man/man3/SSL_CTX_free.3 M secure/lib/libcrypto/man/man3/SSL_CTX_get0_param.3 M secure/lib/libcrypto/man/man3/SSL_CTX_get_verify_mode.3 M secure/lib/libcrypto/man/man3/SSL_CTX_has_client_custom_ext.3 M secure/lib/libcrypto/man/man3/SSL_CTX_load_verify_locations.3 M secure/lib/libcrypto/man/man3/SSL_CTX_new.3 M secure/lib/libcrypto/man/man3/SSL_CTX_sess_number.3 M secure/lib/libcrypto/man/man3/SSL_CTX_sess_set_cache_size.3 M secure/lib/libcrypto/man/man3/SSL_CTX_sess_set_get_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_sessions.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set0_CA_list.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set1_curves.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set1_sigalgs.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set1_verify_cert_store.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_alpn_select_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_cert_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_cert_store.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_cert_verify_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_cipher_list.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_client_cert_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_client_hello_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_ct_validation_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_ctlog_list_file.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_default_passwd_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_ex_data.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_generate_session_id.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_info_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_keylog_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_max_cert_list.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_min_proto_version.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_mode.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_msg_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_num_tickets.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_options.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_psk_client_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_quiet_shutdown.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_read_ahead.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_record_padding_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_security_level.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_session_cache_mode.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_session_id_context.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_session_ticket_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_split_send_fragment.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_ssl_version.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_stateless_cookie_generate_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_timeout.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_tlsext_servername_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_tlsext_status_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_tlsext_ticket_key_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_tlsext_use_srtp.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_tmp_dh_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_verify.3 M secure/lib/libcrypto/man/man3/SSL_CTX_use_certificate.3 M secure/lib/libcrypto/man/man3/SSL_CTX_use_psk_identity_hint.3 M secure/lib/libcrypto/man/man3/SSL_CTX_use_serverinfo.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_free.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get0_cipher.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get0_hostname.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get0_id_context.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get0_peer.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get_compress_id.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get_ex_data.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get_protocol_version.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get_time.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_has_ticket.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_is_resumable.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_print.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_set1_id.3 M secure/lib/libcrypto/man/man3/SSL_accept.3 M secure/lib/libcrypto/man/man3/SSL_alert_type_string.3 M secure/lib/libcrypto/man/man3/SSL_alloc_buffers.3 M secure/lib/libcrypto/man/man3/SSL_check_chain.3 M secure/lib/libcrypto/man/man3/SSL_clear.3 M secure/lib/libcrypto/man/man3/SSL_connect.3 M secure/lib/libcrypto/man/man3/SSL_do_handshake.3 M secure/lib/libcrypto/man/man3/SSL_export_keying_material.3 M secure/lib/libcrypto/man/man3/SSL_extension_supported.3 M secure/lib/libcrypto/man/man3/SSL_free.3 M secure/lib/libcrypto/man/man3/SSL_get0_peer_scts.3 M secure/lib/libcrypto/man/man3/SSL_get_SSL_CTX.3 M secure/lib/libcrypto/man/man3/SSL_get_all_async_fds.3 M secure/lib/libcrypto/man/man3/SSL_get_ciphers.3 M secure/lib/libcrypto/man/man3/SSL_get_client_random.3 M secure/lib/libcrypto/man/man3/SSL_get_current_cipher.3 M secure/lib/libcrypto/man/man3/SSL_get_default_timeout.3 M secure/lib/libcrypto/man/man3/SSL_get_error.3 M secure/lib/libcrypto/man/man3/SSL_get_extms_support.3 M secure/lib/libcrypto/man/man3/SSL_get_fd.3 M secure/lib/libcrypto/man/man3/SSL_get_peer_cert_chain.3 M secure/lib/libcrypto/man/man3/SSL_get_peer_certificate.3 M secure/lib/libcrypto/man/man3/SSL_get_peer_signature_nid.3 M secure/lib/libcrypto/man/man3/SSL_get_peer_tmp_key.3 M secure/lib/libcrypto/man/man3/SSL_get_psk_identity.3 M secure/lib/libcrypto/man/man3/SSL_get_rbio.3 M secure/lib/libcrypto/man/man3/SSL_get_session.3 M secure/lib/libcrypto/man/man3/SSL_get_shared_sigalgs.3 M secure/lib/libcrypto/man/man3/SSL_get_verify_result.3 M secure/lib/libcrypto/man/man3/SSL_get_version.3 M secure/lib/libcrypto/man/man3/SSL_in_init.3 M secure/lib/libcrypto/man/man3/SSL_key_update.3 M secure/lib/libcrypto/man/man3/SSL_library_init.3 M secure/lib/libcrypto/man/man3/SSL_load_client_CA_file.3 M secure/lib/libcrypto/man/man3/SSL_new.3 M secure/lib/libcrypto/man/man3/SSL_pending.3 M secure/lib/libcrypto/man/man3/SSL_read.3 M secure/lib/libcrypto/man/man3/SSL_read_early_data.3 M secure/lib/libcrypto/man/man3/SSL_rstate_string.3 M secure/lib/libcrypto/man/man3/SSL_session_reused.3 M secure/lib/libcrypto/man/man3/SSL_set1_host.3 M secure/lib/libcrypto/man/man3/SSL_set_bio.3 M secure/lib/libcrypto/man/man3/SSL_set_connect_state.3 M secure/lib/libcrypto/man/man3/SSL_set_fd.3 M secure/lib/libcrypto/man/man3/SSL_set_session.3 M secure/lib/libcrypto/man/man3/SSL_set_shutdown.3 M secure/lib/libcrypto/man/man3/SSL_set_verify_result.3 M secure/lib/libcrypto/man/man3/SSL_shutdown.3 M secure/lib/libcrypto/man/man3/SSL_state_string.3 M secure/lib/libcrypto/man/man3/SSL_want.3 M secure/lib/libcrypto/man/man3/SSL_write.3 M secure/lib/libcrypto/man/man3/UI_STRING.3 M secure/lib/libcrypto/man/man3/UI_UTIL_read_pw.3 M secure/lib/libcrypto/man/man3/UI_create_method.3 M secure/lib/libcrypto/man/man3/UI_new.3 M secure/lib/libcrypto/man/man3/X509V3_get_d2i.3 M secure/lib/libcrypto/man/man3/X509_ALGOR_dup.3 M secure/lib/libcrypto/man/man3/X509_CRL_get0_by_serial.3 M secure/lib/libcrypto/man/man3/X509_EXTENSION_set_object.3 M secure/lib/libcrypto/man/man3/X509_LOOKUP.3 M secure/lib/libcrypto/man/man3/X509_LOOKUP_hash_dir.3 M secure/lib/libcrypto/man/man3/X509_LOOKUP_meth_new.3 M secure/lib/libcrypto/man/man3/X509_NAME_ENTRY_get_object.3 M secure/lib/libcrypto/man/man3/X509_NAME_add_entry_by_txt.3 M secure/lib/libcrypto/man/man3/X509_NAME_get0_der.3 M secure/lib/libcrypto/man/man3/X509_NAME_get_index_by_NID.3 M secure/lib/libcrypto/man/man3/X509_NAME_print_ex.3 M secure/lib/libcrypto/man/man3/X509_PUBKEY_new.3 M secure/lib/libcrypto/man/man3/X509_SIG_get0.3 M secure/lib/libcrypto/man/man3/X509_STORE_CTX_get_error.3 M secure/lib/libcrypto/man/man3/X509_STORE_CTX_new.3 M secure/lib/libcrypto/man/man3/X509_STORE_CTX_set_verify_cb.3 M secure/lib/libcrypto/man/man3/X509_STORE_add_cert.3 M secure/lib/libcrypto/man/man3/X509_STORE_get0_param.3 M secure/lib/libcrypto/man/man3/X509_STORE_new.3 M secure/lib/libcrypto/man/man3/X509_STORE_set_verify_cb_func.3 M secure/lib/libcrypto/man/man3/X509_VERIFY_PARAM_set_flags.3 M secure/lib/libcrypto/man/man3/X509_check_ca.3 M secure/lib/libcrypto/man/man3/X509_check_host.3 M secure/lib/libcrypto/man/man3/X509_check_issued.3 M secure/lib/libcrypto/man/man3/X509_check_private_key.3 M secure/lib/libcrypto/man/man3/X509_check_purpose.3 M secure/lib/libcrypto/man/man3/X509_cmp.3 M secure/lib/libcrypto/man/man3/X509_cmp_time.3 M secure/lib/libcrypto/man/man3/X509_digest.3 M secure/lib/libcrypto/man/man3/X509_dup.3 M secure/lib/libcrypto/man/man3/X509_get0_notBefore.3 M secure/lib/libcrypto/man/man3/X509_get0_signature.3 M secure/lib/libcrypto/man/man3/X509_get0_uids.3 M secure/lib/libcrypto/man/man3/X509_get_extension_flags.3 M secure/lib/libcrypto/man/man3/X509_get_pubkey.3 M secure/lib/libcrypto/man/man3/X509_get_serialNumber.3 M secure/lib/libcrypto/man/man3/X509_get_subject_name.3 M secure/lib/libcrypto/man/man3/X509_get_version.3 M secure/lib/libcrypto/man/man3/X509_new.3 M secure/lib/libcrypto/man/man3/X509_sign.3 M secure/lib/libcrypto/man/man3/X509_verify_cert.3 M secure/lib/libcrypto/man/man3/X509v3_get_ext_by_NID.3 M secure/lib/libcrypto/man/man3/d2i_DHparams.3 M secure/lib/libcrypto/man/man3/d2i_PKCS8PrivateKey_bio.3 M secure/lib/libcrypto/man/man3/d2i_PrivateKey.3 M secure/lib/libcrypto/man/man3/d2i_SSL_SESSION.3 M secure/lib/libcrypto/man/man3/d2i_X509.3 M secure/lib/libcrypto/man/man3/i2d_CMS_bio_stream.3 M secure/lib/libcrypto/man/man3/i2d_PKCS7_bio_stream.3 M secure/lib/libcrypto/man/man3/i2d_re_X509_tbs.3 M secure/lib/libcrypto/man/man3/o2i_SCT_LIST.3 M secure/lib/libcrypto/man/man5/x509v3_config.5 M secure/lib/libcrypto/man/man7/Ed25519.7 M secure/lib/libcrypto/man/man7/RAND.7 M secure/lib/libcrypto/man/man7/RAND_DRBG.7 M secure/lib/libcrypto/man/man7/RSA-PSS.7 M secure/lib/libcrypto/man/man7/SM2.7 M secure/lib/libcrypto/man/man7/X25519.7 M secure/lib/libcrypto/man/man7/bio.7 M secure/lib/libcrypto/man/man7/ct.7 M secure/lib/libcrypto/man/man7/des_modes.7 M secure/lib/libcrypto/man/man7/evp.7 M secure/lib/libcrypto/man/man7/ossl_store-file.7 M secure/lib/libcrypto/man/man7/ossl_store.7 M secure/lib/libcrypto/man/man7/passphrase-encoding.7 M secure/lib/libcrypto/man/man7/proxy-certificates.7 M secure/lib/libcrypto/man/man7/scrypt.7 M secure/lib/libcrypto/man/man7/ssl.7 M secure/lib/libcrypto/man/man7/x509.7 M secure/usr.bin/openssl/man/CA.pl.1 M secure/usr.bin/openssl/man/asn1parse.1 M secure/usr.bin/openssl/man/ca.1 M secure/usr.bin/openssl/man/ciphers.1 M secure/usr.bin/openssl/man/cms.1 M secure/usr.bin/openssl/man/crl.1 M secure/usr.bin/openssl/man/crl2pkcs7.1 M secure/usr.bin/openssl/man/dgst.1 M secure/usr.bin/openssl/man/dhparam.1 M secure/usr.bin/openssl/man/dsa.1 M secure/usr.bin/openssl/man/dsaparam.1 M secure/usr.bin/openssl/man/ec.1 M secure/usr.bin/openssl/man/ecparam.1 M secure/usr.bin/openssl/man/enc.1 M secure/usr.bin/openssl/man/engine.1 M secure/usr.bin/openssl/man/errstr.1 M secure/usr.bin/openssl/man/gendsa.1 M secure/usr.bin/openssl/man/genpkey.1 M secure/usr.bin/openssl/man/genrsa.1 M secure/usr.bin/openssl/man/list.1 M secure/usr.bin/openssl/man/nseq.1 M secure/usr.bin/openssl/man/ocsp.1 M secure/usr.bin/openssl/man/openssl.1 M secure/usr.bin/openssl/man/passwd.1 M secure/usr.bin/openssl/man/pkcs12.1 M secure/usr.bin/openssl/man/pkcs7.1 M secure/usr.bin/openssl/man/pkcs8.1 M secure/usr.bin/openssl/man/pkey.1 M secure/usr.bin/openssl/man/pkeyparam.1 M secure/usr.bin/openssl/man/pkeyutl.1 M secure/usr.bin/openssl/man/prime.1 M secure/usr.bin/openssl/man/rand.1 M secure/usr.bin/openssl/man/req.1 M secure/usr.bin/openssl/man/rsa.1 M secure/usr.bin/openssl/man/rsautl.1 M secure/usr.bin/openssl/man/s_client.1 M secure/usr.bin/openssl/man/s_server.1 M secure/usr.bin/openssl/man/s_time.1 M secure/usr.bin/openssl/man/sess_id.1 M secure/usr.bin/openssl/man/smime.1 M secure/usr.bin/openssl/man/speed.1 M secure/usr.bin/openssl/man/spkac.1 M secure/usr.bin/openssl/man/srp.1 M secure/usr.bin/openssl/man/storeutl.1 M secure/usr.bin/openssl/man/ts.1 M secure/usr.bin/openssl/man/tsget.1 M secure/usr.bin/openssl/man/verify.1 M secure/usr.bin/openssl/man/version.1 M secure/usr.bin/openssl/man/x509.1 Log Message: ----------- Update OpenSSL man pages Compare: https://github.com/MidnightBSD/src/compare/104525ccb5ac...0e1d195c6743 From noreply at github.com Tue Sep 19 09:37:56 2023 From: noreply at github.com (Lucas Holt) Date: Tue, 19 Sep 2023 06:37:56 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 71a941: Import a fix for parselist that results in crashes. Message-ID: <MidnightBSD/src/push/refs/heads/vendor/mport/f88b33-71a941@github.com> Branch: refs/heads/vendor/mport Home: https://github.com/MidnightBSD/src Commit: 71a9418c8d1de1ca95b8ce898da21b820e508553 https://github.com/MidnightBSD/src/commit/71a9418c8d1de1ca95b8ce898da21b820e508553 Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M libexec/mport.create/mport.create.c M libmport/bundle_read_update_pkg.c M libmport/mport.h M libmport/util.c M mport/Makefile Log Message: ----------- Import a fix for parselist that results in crashes. From noreply at github.com Tue Sep 19 09:38:06 2023 From: noreply at github.com (Lucas Holt) Date: Tue, 19 Sep 2023 06:38:06 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] f88b33: fix build issue. Message-ID: <MidnightBSD/src/push/refs/heads/master/4bd85f-7bccc5@github.com> Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: f88b33d8800ec969d77d4d0b8d0adcf23b8c07ae https://github.com/MidnightBSD/src/commit/f88b33d8800ec969d77d4d0b8d0adcf23b8c07ae Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M mport/mport.c Log Message: ----------- fix build issue. Commit: 71a9418c8d1de1ca95b8ce898da21b820e508553 https://github.com/MidnightBSD/src/commit/71a9418c8d1de1ca95b8ce898da21b820e508553 Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M libexec/mport.create/mport.create.c M libmport/bundle_read_update_pkg.c M libmport/mport.h M libmport/util.c M mport/Makefile Log Message: ----------- Import a fix for parselist that results in crashes. Commit: 7bccc5394453d5c8041a190e50824c6b2e505791 https://github.com/MidnightBSD/src/commit/7bccc5394453d5c8041a190e50824c6b2e505791 Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M contrib/mport/libexec/mport.create/mport.create.c M contrib/mport/libmport/bundle_read_update_pkg.c M contrib/mport/libmport/mport.h M contrib/mport/libmport/util.c M contrib/mport/mport/Makefile Log Message: ----------- Merge commit '71a9418c8d1de1ca95b8ce898da21b820e508553' Compare: https://github.com/MidnightBSD/src/compare/4bd85f4fee8a...7bccc5394453 From noreply at github.com Tue Sep 19 09:38:24 2023 From: noreply at github.com (Lucas Holt) Date: Tue, 19 Sep 2023 06:38:24 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 71a941: Import a fix for parselist that results in crashes. Message-ID: <MidnightBSD/src/push/refs/heads/stable/3.1/0e1d19-606853@github.com> Branch: refs/heads/stable/3.1 Home: https://github.com/MidnightBSD/src Commit: 71a9418c8d1de1ca95b8ce898da21b820e508553 https://github.com/MidnightBSD/src/commit/71a9418c8d1de1ca95b8ce898da21b820e508553 Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M libexec/mport.create/mport.create.c M libmport/bundle_read_update_pkg.c M libmport/mport.h M libmport/util.c M mport/Makefile Log Message: ----------- Import a fix for parselist that results in crashes. Commit: 606853ac18fa004c62c89b647fc2773abec50cb3 https://github.com/MidnightBSD/src/commit/606853ac18fa004c62c89b647fc2773abec50cb3 Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M contrib/mport/libexec/mport.create/mport.create.c M contrib/mport/libmport/bundle_read_update_pkg.c M contrib/mport/libmport/mport.h M contrib/mport/libmport/util.c M contrib/mport/mport/Makefile Log Message: ----------- Merge commit '71a9418c8d1de1ca95b8ce898da21b820e508553' into stable/3.1 Compare: https://github.com/MidnightBSD/src/compare/0e1d195c6743...606853ac18fa From noreply at github.com Tue Sep 19 10:28:08 2023 From: noreply at github.com (Lucas Holt) Date: Tue, 19 Sep 2023 07:28:08 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 30d27a: libpfctl: Don't pass stack garbage to free. Message-ID: <MidnightBSD/src/push/refs/heads/master/7bccc5-a7b2bb@github.com> Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 30d27a900158a432c87dc8d1e929cc44cef738a0 https://github.com/MidnightBSD/src/commit/30d27a900158a432c87dc8d1e929cc44cef738a0 Author: John Baldwin <jhb at FreeBSD.org> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M lib/libpfctl/libpfctl.c Log Message: ----------- libpfctl: Don't pass stack garbage to free. GCC 9 on stable/12 reports a -Wmaybe-uninitialized error for the call to free in _pfctl_clear_states. Reviewed by: mjg Differential Revision: https://reviews.freebsd.org/D39198 (cherry picked from commit 48c519be0e8005aedc817b1bc1101ad32b67a67a) Commit: 52a1c12961e0ce01fad5a819d42b6a54adc7cd22 https://github.com/MidnightBSD/src/commit/52a1c12961e0ce01fad5a819d42b6a54adc7cd22 Author: John Baldwin <jhb at FreeBSD.org> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M sys/fs/udf/udf.h M sys/fs/udf/udf_vfsops.c Log Message: ----------- udf: Reject read requests with an invalid length - If the size is negative or if rounding it up to a multiple of the block size overflows, fail the read request with ERANGE. - While here, add a sanity check that the ICB length for the root directory is at least as long as a minimum-sized file entry. PR: 257768 Reported by: Robert Morris <rtm at lcs.mit.edu> MFC after: 1 week Sponsored by: FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D41220 (cherry picked from commit c70e615051b00671d54651d99af5cdec4b091d92) Commit: e0def179499e8b8121f1c792e79fbeb99e5039c9 https://github.com/MidnightBSD/src/commit/e0def179499e8b8121f1c792e79fbeb99e5039c9 Author: John Baldwin <jhb at FreeBSD.org> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M sys/geom/raid/tr_concat.c Log Message: ----------- g_raid concat: Fail requests to read beyond the end of the volume Previously a debug kernel would trigger an assertion failure if an I/O request attempted to read off the end of a concat volume, but a non-debug kernel would use an invalid sub-disk to try to complete the request eventually resulting in some sort of fault in the kernel. Instead, turn the assertions into explicit checks that fail requests beyond the end of the volume with EIO. For requests which run over the end of the volume, return a short request. PR: 257838 Reported by: Robert Morris <rtm at lcs.mit.edu> Reviewed by: emaste MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D41222 (cherry picked from commit 4c89c0127dcadaa0d337c23d028f3fea5e76317a) Commit: 460c85f93567ece6d2e4592487f3fb3c8ba207d1 https://github.com/MidnightBSD/src/commit/460c85f93567ece6d2e4592487f3fb3c8ba207d1 Author: John Baldwin <jhb at FreeBSD.org> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M sys/fs/cd9660/cd9660_vfsops.c Log Message: ----------- cd9660: Reject volumes with small logical block sizes ISO9660 permits specifying a logical block size that is any power of 2 greater than or equal to 512. The geom disk layer requires requests to be aligned on sector boundaries of the provider. With a volume that uses a logical block size smaller than the underlying disk sector size (e.g. a logical block size of 512 or 1024 on a CD which uses 2048 byte sectors), the current cd9660 vfs can issue requests for partial sectors, or on non-sector boundaries. Fixing this properly would require wrapping all of the calls to bread*/bwrite* in cd9660 vfs to roundup requests to be on sector boundaries which can include both the length, but also the starting sector number (and thus requiring use of an offset relative to b_data in the resulting buf). These images do not seem to be common however given that no one has fixed this in cd9660's vfs in the past few decades, so just reject them during mount with an error. If such images are found to be used in the wild in practice, then the larger fix can be applied. PR: 258063 Reported by: Robert Morris <rtm at lcs.mit.edu> Reviewed by: emaste MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D41228 (cherry picked from commit 4af849d71f69306432941d91fa46c3c303059d63) Commit: 34171d90c8891b3d40924b9a66224697058c94ac https://github.com/MidnightBSD/src/commit/34171d90c8891b3d40924b9a66224697058c94ac Author: John Baldwin <jhb at FreeBSD.org> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M sys/netsmb/smb_rq.c Log Message: ----------- netsmb: Add bounds checking to smb_t2_placedata Verify that the requested region of the mbuf chain is not beyond the end of the chain before trimming it from the end. If it is out of bounds, fail with an error (EPROTO). While here, properly handle the case that the amount of data at the end of the chain might span more than one mbuf by using m_adj to drop the extra bytes rather than assuming m_len of the last mbuf can be adjusted directly. PR: 258504 Reported by: Robert Morris <rtm at lcs.mit.edu> Co-authored-by: Robert Morris <rtm at lcs.mit.edu> MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D41229 (cherry picked from commit aca3d65fedffbbe71399a88d33ea8ecf550177eb) Commit: 4f1803108b285f8242be56198e2549f19d39056d https://github.com/MidnightBSD/src/commit/4f1803108b285f8242be56198e2549f19d39056d Author: Dag-Erling Sm?rgrav <des at FreeBSD.org> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M sys/dev/acpi_support/acpi_wmi.c Log Message: ----------- wmistat: don't restrict reading to the pid that opened the fd. PR: 273405 MFC after: 1 week Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D41621 (cherry picked from commit 28977cb9bc15a7f1fb7d28e14cd03f8dafd4e155) Commit: df106f6c056d7f35efea25e6363847a4c9390a77 https://github.com/MidnightBSD/src/commit/df106f6c056d7f35efea25e6363847a4c9390a77 Author: Dag-Erling Sm?rgrav <des at FreeBSD.org> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M lib/libc/stdio/fopen.3 Log Message: ----------- libc: Fix fmemopen(3) prototype in fopen(3) man page. While here, also update a mention of ANSI C. Sponsored by: Klara, Inc. Reviewed by: kevans, markj Differential Revision: https://reviews.freebsd.org/D41686 (cherry picked from commit 5a57401e7106132b61b16e34365cebf52b773007) libc: Further nit in fopen(3) man page. Sponsored by: Klara, Inc. Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D41687 (cherry picked from commit c9f5889d05b5854be033849a4ff9985699071548) Commit: 1f1b42b7661ce0c31dda989c5356d5cf5eb396df https://github.com/MidnightBSD/src/commit/1f1b42b7661ce0c31dda989c5356d5cf5eb396df Author: Kyle Evans <kevans at FreeBSD.org> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M ObsoleteFiles.inc M secure/caroot/blacklisted/AddTrust_External_Root.pem M secure/caroot/blacklisted/AddTrust_Low-Value_Services_Root.pem M secure/caroot/blacklisted/Camerfirma_Chambers_of_Commerce_Root.pem M secure/caroot/blacklisted/Camerfirma_Global_Chambersign_Root.pem M secure/caroot/blacklisted/Certum_Root_CA.pem M secure/caroot/blacklisted/Chambers_of_Commerce_Root_-_2008.pem A secure/caroot/blacklisted/Cybertrust_Global_Root.pem M secure/caroot/blacklisted/D-TRUST_Root_CA_3_2013.pem A secure/caroot/blacklisted/DST_Root_CA_X3.pem A secure/caroot/blacklisted/E-Tugra_Certification_Authority.pem A secure/caroot/blacklisted/E-Tugra_Global_Root_CA_ECC_v3.pem A secure/caroot/blacklisted/E-Tugra_Global_Root_CA_RSA_v3.pem M secure/caroot/blacklisted/EC-ACC.pem M secure/caroot/blacklisted/EE_Certification_Centre_Root_CA.pem M secure/caroot/blacklisted/GeoTrust_Global_CA.pem M secure/caroot/blacklisted/GeoTrust_Primary_Certification_Authority.pem M secure/caroot/blacklisted/GeoTrust_Primary_Certification_Authority_-_G2.pem M secure/caroot/blacklisted/GeoTrust_Primary_Certification_Authority_-_G3.pem M secure/caroot/blacklisted/GeoTrust_Universal_CA.pem M secure/caroot/blacklisted/GeoTrust_Universal_CA_2.pem A secure/caroot/blacklisted/GlobalSign_Root_CA_-_R2.pem M secure/caroot/blacklisted/Global_Chambersign_Root_-_2008.pem A secure/caroot/blacklisted/Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem A secure/caroot/blacklisted/Hongkong_Post_Root_CA_1.pem M secure/caroot/blacklisted/LuxTrust_Global_Root_2.pem A secure/caroot/blacklisted/Network_Solutions_Certificate_Authority.pem M secure/caroot/blacklisted/OISTE_WISeKey_Global_Root_GA_CA.pem M secure/caroot/blacklisted/QuoVadis_Root_CA.pem M secure/caroot/blacklisted/Sonera_Class_2_Root_CA.pem A secure/caroot/blacklisted/Staat_der_Nederlanden_EV_Root_CA.pem M secure/caroot/blacklisted/Staat_der_Nederlanden_Root_CA_-_G2.pem M secure/caroot/blacklisted/Staat_der_Nederlanden_Root_CA_-_G3.pem M secure/caroot/blacklisted/SwissSign_Platinum_CA_-_G2.pem M secure/caroot/blacklisted/Symantec_Class_1_Public_Primary_Certification_Authority_-_G4.pem M secure/caroot/blacklisted/Symantec_Class_1_Public_Primary_Certification_Authority_-_G6.pem M secure/caroot/blacklisted/Symantec_Class_2_Public_Primary_Certification_Authority_-_G4.pem M secure/caroot/blacklisted/Symantec_Class_2_Public_Primary_Certification_Authority_-_G6.pem M secure/caroot/blacklisted/Taiwan_GRCA.pem A secure/caroot/blacklisted/TrustCor_ECA-1.pem A secure/caroot/blacklisted/TrustCor_RootCert_CA-1.pem A secure/caroot/blacklisted/TrustCor_RootCert_CA-2.pem M secure/caroot/blacklisted/Trustis_FPS_Root_CA.pem M secure/caroot/blacklisted/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem M secure/caroot/blacklisted/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem M secure/caroot/blacklisted/VeriSign_Universal_Root_Certification_Authority.pem M secure/caroot/blacklisted/Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.pem M secure/caroot/blacklisted/Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.pem M secure/caroot/blacklisted/Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem M secure/caroot/blacklisted/thawte_Primary_Root_CA.pem M secure/caroot/blacklisted/thawte_Primary_Root_CA_-_G2.pem M secure/caroot/blacklisted/thawte_Primary_Root_CA_-_G3.pem M secure/caroot/trusted/ACCVRAIZ1.pem M secure/caroot/trusted/AC_RAIZ_FNMT-RCM.pem M secure/caroot/trusted/AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem M secure/caroot/trusted/ANF_Secure_Server_Root_CA.pem M secure/caroot/trusted/Actalis_Authentication_Root_CA.pem M secure/caroot/trusted/AffirmTrust_Commercial.pem M secure/caroot/trusted/AffirmTrust_Networking.pem M secure/caroot/trusted/AffirmTrust_Premium.pem M secure/caroot/trusted/AffirmTrust_Premium_ECC.pem M secure/caroot/trusted/Amazon_Root_CA_1.pem M secure/caroot/trusted/Amazon_Root_CA_2.pem M secure/caroot/trusted/Amazon_Root_CA_3.pem M secure/caroot/trusted/Amazon_Root_CA_4.pem M secure/caroot/trusted/Atos_TrustedRoot_2011.pem A secure/caroot/trusted/Atos_TrustedRoot_Root_CA_ECC_TLS_2021.pem A secure/caroot/trusted/Atos_TrustedRoot_Root_CA_RSA_TLS_2021.pem M secure/caroot/trusted/Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem A secure/caroot/trusted/BJCA_Global_Root_CA1.pem A secure/caroot/trusted/BJCA_Global_Root_CA2.pem M secure/caroot/trusted/Baltimore_CyberTrust_Root.pem M secure/caroot/trusted/Buypass_Class_2_Root_CA.pem M secure/caroot/trusted/Buypass_Class_3_Root_CA.pem M secure/caroot/trusted/CA_Disig_Root_R2.pem M secure/caroot/trusted/CFCA_EV_ROOT.pem M secure/caroot/trusted/COMODO_Certification_Authority.pem M secure/caroot/trusted/COMODO_ECC_Certification_Authority.pem M secure/caroot/trusted/COMODO_RSA_Certification_Authority.pem A secure/caroot/trusted/Certainly_Root_E1.pem A secure/caroot/trusted/Certainly_Root_R1.pem M secure/caroot/trusted/Certigna.pem M secure/caroot/trusted/Certigna_Root_CA.pem M secure/caroot/trusted/Certum_EC-384_CA.pem M secure/caroot/trusted/Certum_Trusted_Network_CA.pem M secure/caroot/trusted/Certum_Trusted_Network_CA_2.pem M secure/caroot/trusted/Certum_Trusted_Root_CA.pem M secure/caroot/trusted/Comodo_AAA_Services_root.pem R secure/caroot/trusted/Cybertrust_Global_Root.pem A secure/caroot/trusted/D-TRUST_BR_Root_CA_1_2020.pem A secure/caroot/trusted/D-TRUST_EV_Root_CA_1_2020.pem M secure/caroot/trusted/D-TRUST_Root_Class_3_CA_2_2009.pem M secure/caroot/trusted/D-TRUST_Root_Class_3_CA_2_EV_2009.pem R secure/caroot/trusted/DST_Root_CA_X3.pem M secure/caroot/trusted/DigiCert_Assured_ID_Root_CA.pem M secure/caroot/trusted/DigiCert_Assured_ID_Root_G2.pem M secure/caroot/trusted/DigiCert_Assured_ID_Root_G3.pem M secure/caroot/trusted/DigiCert_Global_Root_CA.pem M secure/caroot/trusted/DigiCert_Global_Root_G2.pem M secure/caroot/trusted/DigiCert_Global_Root_G3.pem M secure/caroot/trusted/DigiCert_High_Assurance_EV_Root_CA.pem A secure/caroot/trusted/DigiCert_TLS_ECC_P384_Root_G5.pem A secure/caroot/trusted/DigiCert_TLS_RSA4096_Root_G5.pem M secure/caroot/trusted/DigiCert_Trusted_Root_G4.pem R secure/caroot/trusted/E-Tugra_Certification_Authority.pem M secure/caroot/trusted/Entrust_Root_Certification_Authority.pem M secure/caroot/trusted/Entrust_Root_Certification_Authority_-_EC1.pem M secure/caroot/trusted/Entrust_Root_Certification_Authority_-_G2.pem M secure/caroot/trusted/Entrust_Root_Certification_Authority_-_G4.pem M secure/caroot/trusted/Entrust_net_Premium_2048_Secure_Server_CA.pem M secure/caroot/trusted/GDCA_TrustAUTH_R5_ROOT.pem M secure/caroot/trusted/GLOBALTRUST_2020.pem M secure/caroot/trusted/GTS_Root_R1.pem M secure/caroot/trusted/GTS_Root_R2.pem M secure/caroot/trusted/GTS_Root_R3.pem M secure/caroot/trusted/GTS_Root_R4.pem M secure/caroot/trusted/GlobalSign_ECC_Root_CA_-_R4.pem M secure/caroot/trusted/GlobalSign_ECC_Root_CA_-_R5.pem M secure/caroot/trusted/GlobalSign_Root_CA.pem R secure/caroot/trusted/GlobalSign_Root_CA_-_R2.pem M secure/caroot/trusted/GlobalSign_Root_CA_-_R3.pem M secure/caroot/trusted/GlobalSign_Root_CA_-_R6.pem M secure/caroot/trusted/GlobalSign_Root_E46.pem M secure/caroot/trusted/GlobalSign_Root_R46.pem M secure/caroot/trusted/Go_Daddy_Class_2_CA.pem M secure/caroot/trusted/Go_Daddy_Root_Certificate_Authority_-_G2.pem A secure/caroot/trusted/HARICA_TLS_ECC_Root_CA_2021.pem A secure/caroot/trusted/HARICA_TLS_RSA_Root_CA_2021.pem M secure/caroot/trusted/Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem R secure/caroot/trusted/Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem M secure/caroot/trusted/Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem A secure/caroot/trusted/HiPKI_Root_CA_-_G1.pem R secure/caroot/trusted/Hongkong_Post_Root_CA_1.pem M secure/caroot/trusted/Hongkong_Post_Root_CA_3.pem M secure/caroot/trusted/ISRG_Root_X1.pem A secure/caroot/trusted/ISRG_Root_X2.pem M secure/caroot/trusted/IdenTrust_Commercial_Root_CA_1.pem M secure/caroot/trusted/IdenTrust_Public_Sector_Root_CA_1.pem M secure/caroot/trusted/Izenpe_com.pem M secure/caroot/trusted/Microsec_e-Szigno_Root_CA_2009.pem M secure/caroot/trusted/Microsoft_ECC_Root_Certificate_Authority_2017.pem M secure/caroot/trusted/Microsoft_RSA_Root_Certificate_Authority_2017.pem M secure/caroot/trusted/NAVER_Global_Root_Certification_Authority.pem M secure/caroot/trusted/NetLock_Arany__Class_Gold__F__tan__s__tv__ny.pem R secure/caroot/trusted/Network_Solutions_Certificate_Authority.pem M secure/caroot/trusted/OISTE_WISeKey_Global_Root_GB_CA.pem M secure/caroot/trusted/OISTE_WISeKey_Global_Root_GC_CA.pem M secure/caroot/trusted/QuoVadis_Root_CA_1_G3.pem M secure/caroot/trusted/QuoVadis_Root_CA_2.pem M secure/caroot/trusted/QuoVadis_Root_CA_2_G3.pem M secure/caroot/trusted/QuoVadis_Root_CA_3.pem M secure/caroot/trusted/QuoVadis_Root_CA_3_G3.pem M secure/caroot/trusted/SSL_com_EV_Root_Certification_Authority_ECC.pem M secure/caroot/trusted/SSL_com_EV_Root_Certification_Authority_RSA_R2.pem M secure/caroot/trusted/SSL_com_Root_Certification_Authority_ECC.pem M secure/caroot/trusted/SSL_com_Root_Certification_Authority_RSA.pem A secure/caroot/trusted/SSL_com_TLS_ECC_Root_CA_2022.pem A secure/caroot/trusted/SSL_com_TLS_RSA_Root_CA_2022.pem M secure/caroot/trusted/SZAFIR_ROOT_CA2.pem A secure/caroot/trusted/Sectigo_Public_Server_Authentication_Root_E46.pem A secure/caroot/trusted/Sectigo_Public_Server_Authentication_Root_R46.pem M secure/caroot/trusted/SecureSign_RootCA11.pem M secure/caroot/trusted/SecureTrust_CA.pem M secure/caroot/trusted/Secure_Global_CA.pem A secure/caroot/trusted/Security_Communication_ECC_RootCA1.pem M secure/caroot/trusted/Security_Communication_RootCA2.pem A secure/caroot/trusted/Security_Communication_RootCA3.pem M secure/caroot/trusted/Security_Communication_Root_CA.pem R secure/caroot/trusted/Staat_der_Nederlanden_EV_Root_CA.pem M secure/caroot/trusted/Starfield_Class_2_CA.pem M secure/caroot/trusted/Starfield_Root_Certificate_Authority_-_G2.pem M secure/caroot/trusted/Starfield_Services_Root_Certificate_Authority_-_G2.pem M secure/caroot/trusted/SwissSign_Gold_CA_-_G2.pem M secure/caroot/trusted/SwissSign_Silver_CA_-_G2.pem M secure/caroot/trusted/T-TeleSec_GlobalRoot_Class_2.pem M secure/caroot/trusted/T-TeleSec_GlobalRoot_Class_3.pem M secure/caroot/trusted/TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem M secure/caroot/trusted/TWCA_Global_Root_CA.pem M secure/caroot/trusted/TWCA_Root_Certification_Authority.pem M secure/caroot/trusted/TeliaSonera_Root_CA_v1.pem A secure/caroot/trusted/Telia_Root_CA_v2.pem R secure/caroot/trusted/TrustCor_ECA-1.pem R secure/caroot/trusted/TrustCor_RootCert_CA-1.pem R secure/caroot/trusted/TrustCor_RootCert_CA-2.pem M secure/caroot/trusted/Trustwave_Global_Certification_Authority.pem M secure/caroot/trusted/Trustwave_Global_ECC_P256_Certification_Authority.pem M secure/caroot/trusted/Trustwave_Global_ECC_P384_Certification_Authority.pem A secure/caroot/trusted/TunTrust_Root_CA.pem M secure/caroot/trusted/UCA_Extended_Validation_Root.pem M secure/caroot/trusted/UCA_Global_G2_Root.pem M secure/caroot/trusted/USERTrust_ECC_Certification_Authority.pem M secure/caroot/trusted/USERTrust_RSA_Certification_Authority.pem M secure/caroot/trusted/XRamp_Global_CA_Root.pem M secure/caroot/trusted/certSIGN_ROOT_CA.pem M secure/caroot/trusted/certSIGN_Root_CA_G2.pem M secure/caroot/trusted/e-Szigno_Root_CA_2017.pem M secure/caroot/trusted/ePKI_Root_Certification_Authority.pem M secure/caroot/trusted/emSign_ECC_Root_CA_-_C3.pem M secure/caroot/trusted/emSign_ECC_Root_CA_-_G3.pem M secure/caroot/trusted/emSign_Root_CA_-_C1.pem M secure/caroot/trusted/emSign_Root_CA_-_G1.pem A secure/caroot/trusted/vTrus_ECC_Root_CA.pem A secure/caroot/trusted/vTrus_Root_CA.pem Log Message: ----------- caroot: update the root bundle and regenerate with OpenSSL 3 Summary: - Twenty six (26) newly trusted - Thirteen (13) distrusted Commit: 19059906c7393c3e04d4d447ee168c070511f9ae https://github.com/MidnightBSD/src/commit/19059906c7393c3e04d4d447ee168c070511f9ae Author: Kyle Evans <kevans at FreeBSD.org> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: A secure/caroot/stamp-certs.sh Log Message: ----------- caroot: add a primitive script to re-stamp certs The tooling in main isn't stamping output with $FreeBSD$ strings going forward, so we need to remember to do that in this branch with each update. Add a stupid simple script that we can just run every time we MFC an update without having to put much thought into it. Direct commit to stable/12 because we don't need this in stable/13 or stable/14. Commit: c901f63dd08f1628a0589fde8e090f007af256e6 https://github.com/MidnightBSD/src/commit/c901f63dd08f1628a0589fde8e090f007af256e6 Author: Ed Maste <emaste at FreeBSD.org> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M release/tools/gce.conf Log Message: ----------- release: remove inet blackhole sysctls from GCE config Other cloud images do not do this, and it can produce confusing results. Reviewed by: Jose Luis Duran, delphij Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D41751 (cherry picked from commit b7528b16c6039a9f0af28f8f3ccdd6ea4eb7e604) (cherry picked from commit 5623352ec00532193e9cd44332814f8d482422e4) (cherry picked from commit 413687812ba7e6d25692fa6a75475c006111a788) Commit: 3a39a069db1fca2a595515bd579f4248150fe220 https://github.com/MidnightBSD/src/commit/3a39a069db1fca2a595515bd579f4248150fe220 Author: Ed Maste <emaste at FreeBSD.org> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M sys/dev/iir/iir.c Log Message: ----------- iir: prevent negative offsets in ioctl MFS of direct commit to stable/13 as this driver has been removed from main in commit 399188a2c60c ("iir: Remove"). PR: 273328 Reported by: ChenHao Lu Sponsored by: The FreeBSD Foundation (cherry picked from commit b5a5a06fc012d27c6937776bff8469ea465c3873) Commit: 3e2a44df9b7f1b3d3f320137c1d5324b0e885106 https://github.com/MidnightBSD/src/commit/3e2a44df9b7f1b3d3f320137c1d5324b0e885106 Author: Konstantin Belousov <kib at FreeBSD.org> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M sys/fs/msdosfs/msdosfs_denode.c Log Message: ----------- msdosfs: correct handling of vnode pager size on file extension error (cherry picked from commit e59180ea09a1d1d1463f2a269e94efa0f0b677c5) (cherry picked from commit 64152225022bea784ca1948a67e7c040a8bb040a) Commit: a3e46c46f55230a79840b85de5ef35756d141736 https://github.com/MidnightBSD/src/commit/a3e46c46f55230a79840b85de5ef35756d141736 Author: Konstantin Belousov <kib at FreeBSD.org> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M sys/fs/msdosfs/msdosfs_denode.c Log Message: ----------- msdosfs deextend(): memoize DETOV(dep) (cherry picked from commit 67dc1e7b0457ec014a1291c5874decdefe7bffdd) (cherry picked from commit 03562adbefb80ba94bebe602fc051bbc4292cb37) Commit: 154e3d9434678bb5ac76d33238aca8c543506949 https://github.com/MidnightBSD/src/commit/154e3d9434678bb5ac76d33238aca8c543506949 Author: Konstantin Belousov <kib at FreeBSD.org> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M sys/fs/msdosfs/msdosfs_denode.c Log Message: ----------- msdosfs deextend: validate pages of the partial buffer PR: 269341 (cherry picked from commit 0152d453a08fa2bad694dc04a8184fce2b7faa10) (cherry picked from commit c2ee668306bbe3edf4a05246ed3a88f52dfc94ae) Commit: ae805fecfba813702f14bed18e4a9067cdd8b268 https://github.com/MidnightBSD/src/commit/ae805fecfba813702f14bed18e4a9067cdd8b268 Author: Konstantin Belousov <kib at FreeBSD.org> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M sys/fs/msdosfs/msdosfs_denode.c Log Message: ----------- msdosfs: zero partially valid extended cluster (cherry picked from commit 7e4c6b2163fbed6be92b1e19f0eec4da973cfaec) (cherry picked from commit 868f3eadc5e0b50863c13457074ac1a0b03958dd) Commit: 0f72ff1fa3e3e056d3b82b0051f94f77f98dfc2c https://github.com/MidnightBSD/src/commit/0f72ff1fa3e3e056d3b82b0051f94f77f98dfc2c Author: Mateusz Piotrowski <0mp at FreeBSD.org> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M lib/libc/sys/getdirentries.2 Log Message: ----------- getdirentries.2: Reference directory(3) MFC after: 3 days (cherry picked from commit 3a02df5e27d2eeabffd761ff5cb79496a6d796ea) Commit: 8321fa3fbd97ed547e8eaa83874fad3ef88cd862 https://github.com/MidnightBSD/src/commit/8321fa3fbd97ed547e8eaa83874fad3ef88cd862 Author: Mateusz Piotrowski <0mp at FreeBSD.org> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M lib/libc/sys/getdirentries.2 Log Message: ----------- getdirentries.2: Improve readability of dirent members MFC after: 3 days (cherry picked from commit 52d374a067002fc42409b32059ec8b8506a70429) Commit: 41c1c44902bcd51f767e55806e37a194d1b9ddca https://github.com/MidnightBSD/src/commit/41c1c44902bcd51f767e55806e37a194d1b9ddca Author: Mateusz Piotrowski <0mp at FreeBSD.org> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M lib/libc/sys/getdirentries.2 Log Message: ----------- getdirentries.2: Reference dir(5) As a note, parts of manual pages getdirentries(2) and dir(5) should probably be consolidated. MFC after: 3 days (cherry picked from commit 5b7a776f481891f10820a0b4838d0e0feb60b8ad) Commit: be1c20513a7eaac3773303047ba10e260d39b2e3 https://github.com/MidnightBSD/src/commit/be1c20513a7eaac3773303047ba10e260d39b2e3 Author: Andrey V. Elsukov <ae at FreeBSD.org> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M sys/dev/ahci/ahci_pci.c Log Message: ----------- ahci: add AMD device id in RAID mode Found on Asus ROX Strix X570-F Gaming. MFC after: 1 week (cherry picked from commit 3afe6b525386af1dda7791ea2a9d718fa634d4fd) Commit: c866fa9e93b0cfac1c090dab95f22fd2e94ed946 https://github.com/MidnightBSD/src/commit/c866fa9e93b0cfac1c090dab95f22fd2e94ed946 Author: Ed Maste <emaste at FreeBSD.org> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M libexec/ftpd/ftpd.8 Log Message: ----------- ftpd: add deprecation notice Approved by: gordon Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D26447 (cherry picked from commit 98b98ec1bc7e961c3d3468b0e481080580c902cf) (cherry picked from commit cc9347cc79d320cac00ccf5d5f23971de2c887a1) (cherry picked from commit 01d82151022cb1383e83c331708a787f1907b00f) (cherry picked from commit 3ea83e94cdfa34745641dfa5f43debfdcd79e229) (cherry picked from commit 0e383bb3cd1856515c4b67cbced76952280b4fb2) Commit: 385dfacb830459bc7af5c6511bef9f4bda9a18d7 https://github.com/MidnightBSD/src/commit/385dfacb830459bc7af5c6511bef9f4bda9a18d7 Author: Eugene Grosbein <eugen at FreeBSD.org> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M usr.sbin/bsnmpd/modules/snmp_lm75/BEGEMOT-LM75-MIB.txt Log Message: ----------- MFC: unbreak BEGEMOT-LM75-MIB.txt The MIB has several bugs making it unusable. Fix it. Reported-by: Eugene M. Zheganin <eugene at zhegan.in> (cherry picked from commit 872e89405684eac984e9004bdfeeb540e818ed74) Commit: a7b2bbc20b3c3483abf0a0a266604fdaec0a3876 https://github.com/MidnightBSD/src/commit/a7b2bbc20b3c3483abf0a0a266604fdaec0a3876 Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M libexec/ftpd/ftpd.8 Log Message: ----------- revise message Compare: https://github.com/MidnightBSD/src/compare/7bccc5394453...a7b2bbc20b3c From noreply at github.com Tue Sep 19 11:02:00 2023 From: noreply at github.com (Lucas Holt) Date: Tue, 19 Sep 2023 08:02:00 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] aac8f7: Import of mport 2.4.7 Message-ID: <MidnightBSD/src/push/refs/heads/vendor/mport/71a941-aac8f7@github.com> Branch: refs/heads/vendor/mport Home: https://github.com/MidnightBSD/src Commit: aac8f794be565581f6fe7bbf52a3cca45b9ebaf4 https://github.com/MidnightBSD/src/commit/aac8f794be565581f6fe7bbf52a3cca45b9ebaf4 Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M libexec/mport.create/mport.create.c M libmport/mport_private.h M libmport/util.c Log Message: ----------- Import of mport 2.4.7 From noreply at github.com Tue Sep 19 11:03:11 2023 From: noreply at github.com (Lucas Holt) Date: Tue, 19 Sep 2023 08:03:11 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] aac8f7: Import of mport 2.4.7 Message-ID: <MidnightBSD/src/push/refs/heads/stable/3.1/606853-0ad960@github.com> Branch: refs/heads/stable/3.1 Home: https://github.com/MidnightBSD/src Commit: aac8f794be565581f6fe7bbf52a3cca45b9ebaf4 https://github.com/MidnightBSD/src/commit/aac8f794be565581f6fe7bbf52a3cca45b9ebaf4 Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M libexec/mport.create/mport.create.c M libmport/mport_private.h M libmport/util.c Log Message: ----------- Import of mport 2.4.7 Commit: 0ad960a3174276d1223592a0976a9d2f557b5be5 https://github.com/MidnightBSD/src/commit/0ad960a3174276d1223592a0976a9d2f557b5be5 Author: Lucas Holt <luke at foolishgames.com> Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M contrib/mport/libexec/mport.create/mport.create.c M contrib/mport/libmport/mport_private.h M contrib/mport/libmport/util.c Log Message: ----------- Merge commit 'aac8f794be565581f6fe7bbf52a3cca45b9ebaf4' into stable/3.1 Compare: https://github.com/MidnightBSD/src/compare/606853ac18fa...0ad960a31742 From noreply at github.com Tue Sep 19 11:03:22 2023 From: noreply at github.com (Lucas Holt) Date: Tue, 19 Sep 2023 08:03:22 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: <MidnightBSD/src/push/refs/tags/vendor/mport/2.4.7/000000-644190@github.com> Branch: refs/tags/vendor/mport/2.4.7 Home: https://github.com/MidnightBSD/src From noreply at github.com Tue Sep 19 11:03:23 2023 From: noreply at github.com (Lucas Holt) Date: Tue, 19 Sep 2023 08:03:23 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: <MidnightBSD/src/push/refs/tags/vendor/mport/2.4.6/000000-4bcffa@github.com> Branch: refs/tags/vendor/mport/2.4.6 Home: https://github.com/MidnightBSD/src