<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Openssl on Haoxiqiang&#39;s Blog</title>
    <link>https://blog.substitute.tech/en/tags/openssl/</link>
    <description>Recent content in Openssl on Haoxiqiang&#39;s Blog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Mon, 08 Aug 2022 17:09:43 +0000</lastBuildDate>
    <atom:link href="https://blog.substitute.tech/en/tags/openssl/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>A Blind Spot in RSA Encryption with OpenSSL</title>
      <link>https://blog.substitute.tech/en/posts/openssl-rsa/</link>
      <pubDate>Mon, 08 Aug 2022 17:09:43 +0000</pubDate>
      <guid>https://blog.substitute.tech/en/posts/openssl-rsa/</guid>
      <description>&lt;p&gt;I thought I had a solid understanding of the differences between RSA encryption schemes and their use cases. But while implementing RSA encryption today, I noticed something puzzling: the ciphertext was different every time, even with the same plaintext and public key. This was a blind spot for me. After researching the internals, here is what I found.&lt;/p&gt;
&lt;h2 id=&#34;the-issue&#34;&gt;The Issue&lt;/h2&gt;
&lt;p&gt;The following code uses OpenSSL&amp;rsquo;s EVP API for RSA encryption. No random value is explicitly provided, yet the output differs on every call:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
