TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

OpenSSL 3.1

117 点作者 wyday大约 2 年前

6 条评论

er4hn大约 2 年前
&gt; A FIPS 140-3 compliant FIPS Provider<p>This is actually a pretty big deal. FIPS 140 certifications are required for a lot of US Federal sales. The FIPS 140 standard changed sometime in the past year from major version 2 to major version 3 and lots of changes are required to certify against the v3 standard, even if you had a v2 certification. What&#x27;s not obvious is that a lot of FIPS 140 certified software libraries are whitelabeled openssl. Because of the openssl teams hard work in getting this released, it really lowers the barrier to entry for companies trying to sell software to the US Federal government.<p>I wish the certifications were not as onerous as they were, but this is a big step forward for teams that are not staffed to read and implement several hundred pages of ISO standards for how to correctly implement crypto algorithms. Don&#x27;t even get me started on how the standards you certify against are themselves copyrighted...
mfiguiere大约 2 年前
Phoronix has published some benchmarks of OpenSSL 3.1 vs 3.0: <a href="https:&#x2F;&#x2F;www.phoronix.com&#x2F;news&#x2F;OpenSSL-3.1-Released" rel="nofollow">https:&#x2F;&#x2F;www.phoronix.com&#x2F;news&#x2F;OpenSSL-3.1-Released</a>
aliljet大约 2 年前
This seems like a stupid question, but is anyone releasing binaries of OpenSSL for Windows environments? Is there an expectation that OpenSSL will take reigns in MacOS environments from LibreSSL?
评论 #35156585 未加载
评论 #35177279 未加载
评论 #35154138 未加载
评论 #35158669 未加载
throw0101b大约 2 年前
&gt; <i>Various assembler optimisations to a number of different algorithms (e.g. AES-GCM, ChaCha20, SM3, SM4, SM4-GCM) across multiple processor architectures</i><p>With modern compilers, how often (or in what circumstances) is it worth &quot;hand-rolling&quot; assembler code versus just letting the compiler do it? Does one make the assembler &#x27;from scratch&#x27;, or perhaps let the compiler generate the assembler and have a human look at it to see if there are any places it can be improved?
评论 #35153255 未加载
评论 #35156214 未加载
评论 #35152894 未加载
评论 #35152995 未加载
评论 #35153055 未加载
Vecr大约 2 年前
<a href="https:&#x2F;&#x2F;www.openssl.org&#x2F;news&#x2F;cl31.txt" rel="nofollow">https:&#x2F;&#x2F;www.openssl.org&#x2F;news&#x2F;cl31.txt</a> has a more detailed changelog.
dur-randir大约 2 年前
No API breakage?