<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" 
  xmlns:content="http://purl.org/rss/1.0/modules/content/" 
  xmlns:dc="http://purl.org/dc/elements/1.1/" 
  xmlns:atom="http://www.w3.org/2005/Atom" 
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
  xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>OpenSSL on Ben&#39;s ideas and projects</title>
    <link>https://ben.the-collective.net/tags/openssl/</link>
    <description>Recent content in OpenSSL on Ben&#39;s ideas and projects</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>locutus@the-collective.net (Ben Mason)</managingEditor>
    <webMaster>locutus@the-collective.net (Ben Mason)</webMaster>
    <copyright>©2023, All Rights Reserved</copyright>
    <lastBuildDate>Wed, 18 Dec 2019 14:58:55 -0500</lastBuildDate>
    <sy:updatePeriod>daily</sy:updatePeriod>
    
        <atom:link href="https://ben.the-collective.net/tags/openssl/index.xml" rel="self" type="application/rss+xml" />
    

      
      <item>
        <title>Enabling old TLS / SSL ciphers in OpenSSL</title>
        <link>https://ben.the-collective.net/posts/2019-12-18-enabling-old-tls-ssl-ciphers-in-openssl/</link>
        <pubDate>Wed, 18 Dec 2019 14:58:55 -0500</pubDate>
        <author>locutus@the-collective.net (Ben Mason)</author>
        <atom:modified>Wed, 18 Dec 2019 14:58:55 -0500</atom:modified>
        <guid>https://ben.the-collective.net/posts/2019-12-18-enabling-old-tls-ssl-ciphers-in-openssl/</guid>
        <description>I was reminded of this tip during the CTF at a recent DC207 meetup. This config change is needed on machines with modern versions of OpenSSL that have disabled the older ciphers. The issue is that the old TLS, SSL and associated cipher suites have become insecure and support is subsequently dropped in OpenSSL.
For a workaround to this, you can edit the following lines at the bottom of /etc/ssl/openssl.cnf</description>
        <content:encoded>&lt;p&gt;I was reminded of this tip during the CTF at a recent DC207 meetup. This config change is needed on machines with modern versions of OpenSSL that have disabled the older ciphers. The issue is that the old TLS, SSL and associated cipher suites have become insecure and support is subsequently dropped in OpenSSL.&lt;/p&gt;
&lt;p&gt;For a workaround to this, you can edit the following lines at the bottom of /etc/ssl/openssl.cnf&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[system_default_sect]
 MinProtocol = TLSv1
 CipherString = DEFAULT@SECLEVEL=1
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;It may be required to comment out similar lines in the config if they already exist.&lt;/p&gt;
</content:encoded>
        <dc:creator>suidroot</dc:creator>
        
        
        
        
          
            
              <category>Kali Linux</category>
            
          
            
              <category>linux</category>
            
          
            
              <category>OpenSSL</category>
            
          
        
        
          
            
              <category>Security</category>
            
          
        
        
      </item>
      

    
  </channel>
</rss>
