Skip to content

Commit

Permalink
src/content: Overhaul contents
Browse files Browse the repository at this point in the history
  • Loading branch information
simnalamburt committed Mar 25, 2024
1 parent 5cdd69b commit ec31cb8
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 150 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
<pre>
<span style="font-weight: bold;background-color: lightyellow">#Before</span>
security.provider.1=sun.security.provider.Sun security.provider.2=sun.security.rsa.SunRsaSign
security.provider.3=com.sun.net.ssl.internal.ssl.Provider security.provider.4=com.sun.crypto.provider.SunJCE
security.provider.5=sun.security.jgss.SunProvider security.provider.6=com.sun.security.sasl.Provider
security.provider.7=org.jcp.xml.dsig.internal.dom.XMLDSigRI security.provider.8=sun.security.smartcardio.SunPCSC
<span style="font-weight: bold;background-color: lightyellow">#After</span>
<pre
style="
width: calc(100% - 50px);
overflow-x: scroll;
padding: 1em;
font-size: 0.8em;
background: rgba(0, 0, 0, 0.025);
border-radius: 0.5rem;
">
<span style="font-weight: bold;background-color: lightyellow"># before</span>
security.provider.1=sun.security.provider.Sun
security.provider.2=sun.security.rsa.SunRsaSign
security.provider.3=com.sun.net.ssl.internal.ssl.Provider
security.provider.4=com.sun.crypto.provider.SunJCE
security.provider.5=sun.security.jgss.SunProvider
security.provider.6=com.sun.security.sasl.Provider
security.provider.7=org.jcp.xml.dsig.internal.dom.XMLDSigRI
security.provider.8=sun.security.smartcardio.SunPCSC

<span style="font-weight: bold;background-color: lightyellow"># after</span>
<span style="color: gray"># Add provider with higher priority</span>
<span style="color:red;font-weight: bold">security.provider.1=org.bouncycastle.jce.provider.BouncyCastleProvider</span>
<span style="color:red;font-weight: bold">security.provider.2=org.bouncycastle.jsse.provider.BouncyCastleJsseProvider</span>
Expand Down
Loading

0 comments on commit ec31cb8

Please sign in to comment.