{"id":2862,"date":"2022-12-29T03:23:48","date_gmt":"2022-12-28T19:23:48","guid":{"rendered":"https:\/\/www.xianwaizhiyin.net\/?p=2862"},"modified":"2023-01-14T23:47:19","modified_gmt":"2023-01-14T15:47:19","slug":"openssl_build","status":"publish","type":"post","link":"https:\/\/www.xianwaizhiyin.net\/?p=2862","title":{"rendered":"OpenSSL\u7684\u7f16\u8bd1"},"content":{"rendered":"\n<p><a href=\"https:\/\/www.openssl.org\/\">OpenSSL<\/a> \u662f\u4e00\u4e2aC\u8bed\u8a00\u7684\u5f00\u6e90\u9879\u76ee\uff0c\u63d0\u4f9b\u4e86\u4e00\u4e2a \u5f3a\u58ee\u7684\u901a\u7528\u5bc6\u7801\u5b66\u5e93\uff0c\u5e76\u4e14\u57fa\u4e8e\u8fd9\u4e2a\u5bc6\u7801\u5b66\u5e93 \u5b9e\u73b0\u4e86 TLS \u534f\u8bae\u3002OpenSSL \u5f00\u6e90\u9879\u76ee\u4e3b\u8981\u5206\u4e3a 3 \u90e8\u5206\uff0c\u5982\u4e0b\uff1a<\/p>\n\n\n\n<p>1\uff0c<strong>libssl<\/strong> \uff0c\u57fa\u4e8e libcrypto \u5b9e\u73b0\u7684 TLS \u5e93\uff0c\uff0c\u652f\u6301 TLSv1.3 \u534f\u8bae\u7248\u672c\u7684\u529f\u80fd\u3002<\/p>\n\n\n\n<p>2\uff0c<strong>libcrypto<\/strong>\uff0c\u901a\u7528\u5bc6\u7801\u5b66\u5e93\uff0c\u8fd9\u4e2a\u5e93\u652f\u6301\u5404\u79cd\u52a0\u5bc6\u89e3\u7801\uff0c\u6458\u8981\u7b97\u6cd5\uff0c\u4f8b\u5982\uff1aAES\u3001DES\u3001MD5 \u7b49\u7b49\uff0c\u8fd8\u6709\u4e00\u4e9b\u975e\u5bf9\u79f0\u52a0\u5bc6\u7b97\u6cd5\u3002<\/p>\n\n\n\n<p>3\uff0c<strong>openssl<\/strong>\uff0c\u4e00\u4e2a\u547d\u4ee4\u884c\u7a0b\u5e8f\uff0c\u65b9\u4fbf\u8fdb\u884c\u5404\u79cd\u52a0\u5bc6\u89e3\u7801\u7684\u6d4b\u8bd5\u4efb\u52a1\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>\u672c\u6587\u4e3b\u8981\u8bb2\u89e3 OpenSSL \u5728 Windows \u5e73\u53f0\u7684\u7f16\u8bd1\u5b89\u88c5\uff0c\u53ef\u4ee5\u5148\u4ece GitHub \u4e0b\u8f7d <a href=\"https:\/\/github.com\/openssl\/openssl\/releases\/tag\/OpenSSL_1_1_1b\">OpenSSL_1_1_1b<\/a> \u7684\u6e90\u4ee3\u7801\uff0c\u653e\u5230 F \u76d8\u76ee\u5f55\u4e0b\uff0c\u5982\u4e0b\u56fe\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"682\" height=\"182\" src=\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/12\/openssl-build-1-1-1.png\" alt=\"\" class=\"wp-image-2869\" srcset=\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/12\/openssl-build-1-1-1.png 682w, https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/12\/openssl-build-1-1-1-300x80.png 300w\" sizes=\"auto, (max-width: 682px) 100vw, 682px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"658\" height=\"319\" src=\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/12\/openssl-build-1-2-1.png\" alt=\"\" class=\"wp-image-2870\" srcset=\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/12\/openssl-build-1-2-1.png 658w, https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/12\/openssl-build-1-2-1-300x145.png 300w\" sizes=\"auto, (max-width: 658px) 100vw, 658px\" \/><\/figure>\n\n\n\n<p>OpenSSL \u5728 Windows \u5e73\u53f0\u7684\u7f16\u8bd1\u4f9d\u8d56\u4e8e <a href=\"http:\/\/strawberryperl.com\/\">Strawberry Perl<\/a> \u8ddf <a href=\"https:\/\/www.nasm.us\/\">NASM<\/a> \uff0c\u5fc5\u987b\u5b89\u88c5\u597d\u8fd9\u4e24\u4e2a\u5de5\u5177\uff0c\u8bbe\u7f6e\u597d <code class=\"prettyprint\" >%PATH%<\/code> \u73af\u5883\u53d8\u91cf\uff0c\u6548\u679c\u5982\u4e0b\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"prettyprint\" >@set path=C:\\Users\\loken\\AppData\\Local\\bin\\NASM;%path%\n@set path=C:\\Strawberry\\perl\\bin;%path%<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"219\" src=\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/12\/openssl-build-1-3.png\" alt=\"\" class=\"wp-image-2864\" srcset=\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/12\/openssl-build-1-3.png 900w, https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/12\/openssl-build-1-3-300x73.png 300w, https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/12\/openssl-build-1-3-768x187.png 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" \/><\/figure>\n\n\n\n<p>\u672c\u6587\u4f7f\u7528\u7684 Perl \u7248\u672c\u662f 5.36\uff0cNASM \u7248\u672c\u662f <a href=\"https:\/\/www.nasm.us\/pub\/nasm\/releasebuilds\/2.15.05\/\">2.15.05<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>\u7136\u540e\u5c31\u53ef\u4ee5\u5f00\u59cb\u7f16\u8bd1 OpenSSL \u4e86\uff0c<strong>\u9700\u8981\u7528\u7ba1\u7406\u5458\u6a21\u5f0f\u8fdb\u5165\u547d\u4ee4\u884c<\/strong>\uff0c\u547d\u4ee4\u5982\u4e0b\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"prettyprint\" >F:\ncd F:\\work\\tony\\openssl-OpenSSL_1_1_1b<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"prettyprint\" >perl Configure VC-WIN64A\nnmake\nnmake test\nnmake install<\/code><\/pre>\n\n\n\n<p>Perl \u662f\u4e00\u95e8\u7b80\u5355\u7684\u8bed\u8a00\uff0c\u63d0\u4f9b\u4e86\u4e00\u4e9b\u7c7b\u4f3c awk\uff0cgrep \u7684\u8bed\u6cd5\uff0c\u63a8\u8350\u9605\u8bfb\u300aPerl\u8bed\u8a00\u5165\u95e8\u300b\u3002<\/p>\n\n\n\n<p>\u4e0a\u9762\u7684\u547d\u4ee4\u8fd0\u884c\u5b8c\u6210\u4e4b\u540e\uff0cOpenSSL \u5c31\u4f1a\u88ab\u5b89\u88c5\u5230 <code class=\"prettyprint\" >%ProgramW6432%\\OpenSSL<\/code> \u4e0e <code>%CommonProgramW6432%\\SSL<\/code> \u76ee\u5f55\uff0c\u5982\u4e0b\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"738\" height=\"176\" src=\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/12\/openssl-build-1-4.png\" alt=\"\" class=\"wp-image-2865\" srcset=\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/12\/openssl-build-1-4.png 738w, https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/12\/openssl-build-1-4-300x72.png 300w\" sizes=\"auto, (max-width: 738px) 100vw, 738px\" \/><\/figure>\n\n\n\n<p>lib \u76ee\u5f55\u4e0b\u9762\u6709\u4e24\u4e2a\u5e93\u6bd4\u8f83\u91cd\u8981\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"671\" height=\"183\" src=\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/12\/openssl-build-1-5.png\" alt=\"\" class=\"wp-image-2866\" srcset=\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/12\/openssl-build-1-5.png 671w, https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/12\/openssl-build-1-5-300x82.png 300w\" sizes=\"auto, (max-width: 671px) 100vw, 671px\" \/><\/figure>\n\n\n\n<p><code class=\"prettyprint\" >libcrypto.lib<\/code>\uff0c\u8fd9\u662f\u5404\u79cd\u52a0\u89e3\u5bc6\u51fd\u6570\u7b97\u6cd5\u7684\u5e93\u3002<\/p>\n\n\n\n<p><code class=\"prettyprint\" >libssl.lib<\/code>\uff0cTSL \u534f\u8bae\u7684\u5e93<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>\u4e0b\u9762\u5c31\u7528\u4e00\u4e2a\u5c0f\u4f8b\u5b50\uff0c\u6765\u6f14\u793a\u5982\u4f55\u4f7f\u7528 <code class=\"prettyprint\" >libcrypto<\/code> \u5e93\uff0c\u4ee3\u7801\u5728 <a href=\"https:\/\/github.com\/lokenetwork\/rsa_demo\">GitHub <\/a>\u4e0a<\/p>\n\n\n\n<p>\u63d0\u9192\uff1aOpenSSL \u7684\u7248\u672c\u66f4\u65b0\u6bd4\u8f83\u5927\uff0c\u672c\u6587\u4f7f\u7528\u7684\u7248\u672c\u662f 1.1.1b\uff0c\u5982\u679c\u662f 3.0 \u7684\u7248\u672c\uff0c\u4f1a\u6709\u5f88\u591a\u51fd\u6570\u5f03\u7528\u4e86\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>\u53c2\u8003\u6587\u7ae0\uff1a<\/p>\n\n\n\n<p>1\uff0c\u300a<a href=\"https:\/\/blog.csdn.net\/wzfgd\/article\/details\/109745506\">OpenSSL\u6e90\u7801\u7f16\u8bd1\u5b89\u88c5<\/a>\u300b<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><strong>\u6211\u7684\u535a\u5ba2\u5373\u5c06\u540c\u6b65\u81f3\u817e\u8baf\u4e91\u5f00\u53d1\u8005\u793e\u533a\uff0c\u9080\u8bf7\u5927\u5bb6\u4e00\u540c\u5165\u9a7b\uff1ahttps:\/\/cloud.tencent.com\/developer\/support-plan?invite_code=wlrvskg8611p<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>OpenSSL \u662f\u4e00\u4e2aC\u8bed\u8a00\u7684\u5f00\u6e90\u9879\u76ee\uff0c\u63d0\u4f9b\u4e86\u4e00\u4e2a \u5f3a\u58ee\u7684\u901a\u7528\u5bc6\u7801\u5b66\u5e93\uff0c\u5e76\u4e14\u57fa\u4e8e\u8fd9\u4e2a\u5bc6\u7801\u5b66\u5e93 \u5b9e\u73b0\u4e86 TLS  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2862","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>OpenSSL\u7684\u7f16\u8bd1 - \u5f26\u5916\u4e4b\u97f3<\/title>\n<meta name=\"description\" content=\"OpenSSL \u662f\u4e00\u4e2aC\u8bed\u8a00\u7684\u5f00\u6e90\u9879\u76ee\uff0c\u63d0\u4f9b\u4e86\u4e00\u4e2a \u5f3a\u58ee\u7684\u901a\u7528\u5bc6\u7801\u5b66\u5e93\uff0c\u5e76\u4e14\u57fa\u4e8e\u8fd9\u4e2a\u5bc6\u7801\u5b66\u5e93 \u5b9e\u73b0\u4e86 TLS \u534f\u8bae\u3002\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.xianwaizhiyin.net\/?p=2862\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OpenSSL\u7684\u7f16\u8bd1 - \u5f26\u5916\u4e4b\u97f3\" \/>\n<meta property=\"og:description\" content=\"OpenSSL \u662f\u4e00\u4e2aC\u8bed\u8a00\u7684\u5f00\u6e90\u9879\u76ee\uff0c\u63d0\u4f9b\u4e86\u4e00\u4e2a \u5f3a\u58ee\u7684\u901a\u7528\u5bc6\u7801\u5b66\u5e93\uff0c\u5e76\u4e14\u57fa\u4e8e\u8fd9\u4e2a\u5bc6\u7801\u5b66\u5e93 \u5b9e\u73b0\u4e86 TLS \u534f\u8bae\u3002\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.xianwaizhiyin.net\/?p=2862\" \/>\n<meta property=\"og:site_name\" content=\"\u5f26\u5916\u4e4b\u97f3\" \/>\n<meta property=\"article:published_time\" content=\"2022-12-28T19:23:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-14T15:47:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/12\/openssl-build-1-1-1.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"loken\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/#website\",\"url\":\"https:\/\/www.xianwaizhiyin.net\/\",\"name\":\"\u5f26\u5916\u4e4b\u97f3\",\"description\":\"FFmpeg\u3001WebRTC\uff0cSRS \u97f3\u89c6\u9891\u3001\u6d41\u5a92\u4f53\u6280\u672f\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.xianwaizhiyin.net\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=2862#primaryimage\",\"inLanguage\":\"zh-Hans\",\"url\":\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/12\/openssl-build-1-1-1.png\",\"contentUrl\":\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/12\/openssl-build-1-1-1.png\",\"width\":682,\"height\":182},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=2862#webpage\",\"url\":\"https:\/\/www.xianwaizhiyin.net\/?p=2862\",\"name\":\"OpenSSL\u7684\u7f16\u8bd1 - \u5f26\u5916\u4e4b\u97f3\",\"isPartOf\":{\"@id\":\"https:\/\/www.xianwaizhiyin.net\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=2862#primaryimage\"},\"datePublished\":\"2022-12-28T19:23:48+00:00\",\"dateModified\":\"2023-01-14T15:47:19+00:00\",\"author\":{\"@id\":\"https:\/\/www.xianwaizhiyin.net\/#\/schema\/person\/6605a70af752697df6b62f77c53298a3\"},\"description\":\"OpenSSL \u662f\u4e00\u4e2aC\u8bed\u8a00\u7684\u5f00\u6e90\u9879\u76ee\uff0c\u63d0\u4f9b\u4e86\u4e00\u4e2a \u5f3a\u58ee\u7684\u901a\u7528\u5bc6\u7801\u5b66\u5e93\uff0c\u5e76\u4e14\u57fa\u4e8e\u8fd9\u4e2a\u5bc6\u7801\u5b66\u5e93 \u5b9e\u73b0\u4e86 TLS \u534f\u8bae\u3002\",\"breadcrumb\":{\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=2862#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.xianwaizhiyin.net\/?p=2862\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=2862#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.xianwaizhiyin.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OpenSSL\u7684\u7f16\u8bd1\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/#\/schema\/person\/6605a70af752697df6b62f77c53298a3\",\"name\":\"loken\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/#personlogo\",\"inLanguage\":\"zh-Hans\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f6320b5256dc36ef4243e0acf26144b8ac2668b478302ad154e95ce3202bc421?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f6320b5256dc36ef4243e0acf26144b8ac2668b478302ad154e95ce3202bc421?s=96&d=mm&r=g\",\"caption\":\"loken\"},\"sameAs\":[\"https:\/\/www.xianwaizhiyin.net\/\"],\"url\":\"https:\/\/www.xianwaizhiyin.net\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"OpenSSL\u7684\u7f16\u8bd1 - \u5f26\u5916\u4e4b\u97f3","description":"OpenSSL \u662f\u4e00\u4e2aC\u8bed\u8a00\u7684\u5f00\u6e90\u9879\u76ee\uff0c\u63d0\u4f9b\u4e86\u4e00\u4e2a \u5f3a\u58ee\u7684\u901a\u7528\u5bc6\u7801\u5b66\u5e93\uff0c\u5e76\u4e14\u57fa\u4e8e\u8fd9\u4e2a\u5bc6\u7801\u5b66\u5e93 \u5b9e\u73b0\u4e86 TLS \u534f\u8bae\u3002","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.xianwaizhiyin.net\/?p=2862","og_locale":"zh_CN","og_type":"article","og_title":"OpenSSL\u7684\u7f16\u8bd1 - \u5f26\u5916\u4e4b\u97f3","og_description":"OpenSSL \u662f\u4e00\u4e2aC\u8bed\u8a00\u7684\u5f00\u6e90\u9879\u76ee\uff0c\u63d0\u4f9b\u4e86\u4e00\u4e2a \u5f3a\u58ee\u7684\u901a\u7528\u5bc6\u7801\u5b66\u5e93\uff0c\u5e76\u4e14\u57fa\u4e8e\u8fd9\u4e2a\u5bc6\u7801\u5b66\u5e93 \u5b9e\u73b0\u4e86 TLS \u534f\u8bae\u3002","og_url":"https:\/\/www.xianwaizhiyin.net\/?p=2862","og_site_name":"\u5f26\u5916\u4e4b\u97f3","article_published_time":"2022-12-28T19:23:48+00:00","article_modified_time":"2023-01-14T15:47:19+00:00","og_image":[{"url":"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/12\/openssl-build-1-1-1.png"}],"twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"loken","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"2 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/www.xianwaizhiyin.net\/#website","url":"https:\/\/www.xianwaizhiyin.net\/","name":"\u5f26\u5916\u4e4b\u97f3","description":"FFmpeg\u3001WebRTC\uff0cSRS \u97f3\u89c6\u9891\u3001\u6d41\u5a92\u4f53\u6280\u672f","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.xianwaizhiyin.net\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"zh-Hans"},{"@type":"ImageObject","@id":"https:\/\/www.xianwaizhiyin.net\/?p=2862#primaryimage","inLanguage":"zh-Hans","url":"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/12\/openssl-build-1-1-1.png","contentUrl":"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/12\/openssl-build-1-1-1.png","width":682,"height":182},{"@type":"WebPage","@id":"https:\/\/www.xianwaizhiyin.net\/?p=2862#webpage","url":"https:\/\/www.xianwaizhiyin.net\/?p=2862","name":"OpenSSL\u7684\u7f16\u8bd1 - \u5f26\u5916\u4e4b\u97f3","isPartOf":{"@id":"https:\/\/www.xianwaizhiyin.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.xianwaizhiyin.net\/?p=2862#primaryimage"},"datePublished":"2022-12-28T19:23:48+00:00","dateModified":"2023-01-14T15:47:19+00:00","author":{"@id":"https:\/\/www.xianwaizhiyin.net\/#\/schema\/person\/6605a70af752697df6b62f77c53298a3"},"description":"OpenSSL \u662f\u4e00\u4e2aC\u8bed\u8a00\u7684\u5f00\u6e90\u9879\u76ee\uff0c\u63d0\u4f9b\u4e86\u4e00\u4e2a \u5f3a\u58ee\u7684\u901a\u7528\u5bc6\u7801\u5b66\u5e93\uff0c\u5e76\u4e14\u57fa\u4e8e\u8fd9\u4e2a\u5bc6\u7801\u5b66\u5e93 \u5b9e\u73b0\u4e86 TLS \u534f\u8bae\u3002","breadcrumb":{"@id":"https:\/\/www.xianwaizhiyin.net\/?p=2862#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.xianwaizhiyin.net\/?p=2862"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.xianwaizhiyin.net\/?p=2862#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.xianwaizhiyin.net\/"},{"@type":"ListItem","position":2,"name":"OpenSSL\u7684\u7f16\u8bd1"}]},{"@type":"Person","@id":"https:\/\/www.xianwaizhiyin.net\/#\/schema\/person\/6605a70af752697df6b62f77c53298a3","name":"loken","image":{"@type":"ImageObject","@id":"https:\/\/www.xianwaizhiyin.net\/#personlogo","inLanguage":"zh-Hans","url":"https:\/\/secure.gravatar.com\/avatar\/f6320b5256dc36ef4243e0acf26144b8ac2668b478302ad154e95ce3202bc421?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f6320b5256dc36ef4243e0acf26144b8ac2668b478302ad154e95ce3202bc421?s=96&d=mm&r=g","caption":"loken"},"sameAs":["https:\/\/www.xianwaizhiyin.net\/"],"url":"https:\/\/www.xianwaizhiyin.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/posts\/2862","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2862"}],"version-history":[{"count":4,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/posts\/2862\/revisions"}],"predecessor-version":[{"id":2875,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/posts\/2862\/revisions\/2875"}],"wp:attachment":[{"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2862"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2862"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2862"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}