<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ssl on The Lone C++ Coder's Blog</title><link>https://www.lonecpluspluscoder.com/tags/ssl/</link><description>Recent content in Ssl on The Lone C++ Coder's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Thu, 06 Aug 2015 17:14:00 +0000</lastBuildDate><atom:link href="https://www.lonecpluspluscoder.com/tags/ssl/index.xml" rel="self" type="application/rss+xml"/><item><title>TLS issues with Emacs and Git for Windows</title><link>https://www.lonecpluspluscoder.com/2015/08/06/tls-issues-with-emacs-and-git-for-windows/</link><pubDate>Thu, 06 Aug 2015 17:14:00 +0000</pubDate><author>Timo Geusch</author><guid>https://www.lonecpluspluscoder.com/2015/08/06/tls-issues-with-emacs-and-git-for-windows/</guid><description>&lt;p>I&amp;rsquo;ve recently blogged about &lt;a href="https://www.lonecpluspluscoder.com/2015/08/01/adding-tls-support-to-emacs-24-5-on-windows/">adding TLS support to Emacs 24.5 on Windows&lt;/a> and &lt;a href="https://www.lonecpluspluscoder.com/2015/08/04/improve-git-performance-on-windows-without-patching-your-git-install/">improving git performance on Windows by installing an alternative git command line client&lt;/a>. The reason I ended up investigating how to add SSL and TLS support to Emacs is that when I originally upgraded from the official git Windows client to the &lt;a href="http://git-for-windows.github.io/">Git for Windows&lt;/a> build, I ended up with non-working TLS support in Emacs.&lt;/p>
&lt;p>The TLS issues only occur if you tell the git installer to add git and all supporting Unix utilities to the path, which is &lt;strong>not&lt;/strong> the default setting for a git installation on Windows.&lt;/p></description></item><item><title>Adding TLS support to Emacs 24.5 on Windows</title><link>https://www.lonecpluspluscoder.com/2015/08/01/adding-tls-support-to-emacs-24-5-on-windows/</link><pubDate>Sat, 01 Aug 2015 18:58:00 +0000</pubDate><author>Timo Geusch</author><guid>https://www.lonecpluspluscoder.com/2015/08/01/adding-tls-support-to-emacs-24-5-on-windows/</guid><description>&lt;p>The Windows build of Emacs 24.5 doesn&amp;rsquo;t ship with SSL and TLS support out of the box. Normally that&amp;rsquo;s not that much of a problem until you are trying to access marmalade-repo or have &lt;a href="https://github.com/punchagan/org2blog">org2blog&lt;/a> talk to your own blog via SSL/TLS.&lt;/p>
&lt;p>Adding SSL and TLS support to the Windows builds of Emacs is easy. SSL/TLS support in the official Emacs build for Windows isn&amp;rsquo;t enabled because it doesn&amp;rsquo;t ship with the necessary support libraries, but you can get pre-built binaries &lt;a href="http://sourceforge.net/projects/ezwinports/files/">from the ezwinports project on Sourceforge&lt;/a>. Installation is simple - grab the desired binaries (I used gnutls, but there&amp;rsquo;s also an older openssl build available) and extract them into the root directory of your Emacs install. The directory layout is the same and mimics the standard Unix directory layout so everything ends up in the correct place.&lt;/p></description></item></channel></rss>