<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/crypto/compat/ui_openssl_win.c, branch v4.3.0</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v4.3.0</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v4.3.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2025-03-09T17:31:39+00:00</updated>
<entry>
<title>Fix UI_OpenSSL for Windows</title>
<updated>2025-03-09T17:31:39+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2025-03-09T17:31:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=ccc254e9a415f1ef73ddc682ec510e7dd03b815d'/>
<id>urn:sha1:ccc254e9a415f1ef73ddc682ec510e7dd03b815d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>upgrade links in comments to HTTPS</title>
<updated>2023-12-11T16:21:00+00:00</updated>
<author>
<name>Viktor Szakats</name>
<email>commit@vsz.me</email>
</author>
<published>2023-12-11T16:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=2d6d9fcc8faf8319c8e7e19fb0c4ab80445ad4ea'/>
<id>urn:sha1:2d6d9fcc8faf8319c8e7e19fb0c4ab80445ad4ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>delete unused `savsig` variable</title>
<updated>2023-11-03T17:56:40+00:00</updated>
<author>
<name>Viktor Szakats</name>
<email>commit@vsz.me</email>
</author>
<published>2023-11-03T17:56:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=e1217db87d2ff37ab6a41048d16327212f670bb4'/>
<id>urn:sha1:e1217db87d2ff37ab6a41048d16327212f670bb4</id>
<content type='text'>
Follow-up to dd1d96f643b01a5edbe7e0db8399f3c88f5f0c8b

Fixes #925
</content>
</entry>
<entry>
<title>fix cross-compilation on Windows 11 Arm64</title>
<updated>2023-10-31T03:57:33+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2023-10-31T03:49:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=dd1d96f643b01a5edbe7e0db8399f3c88f5f0c8b'/>
<id>urn:sha1:dd1d96f643b01a5edbe7e0db8399f3c88f5f0c8b</id>
<content type='text'>
signal.h is less populated in this environment, remove stub signal
handlers
</content>
</entry>
<entry>
<title>Adjust for ui_locl.h -&gt; ui_local.h rename</title>
<updated>2022-11-27T09:45:50+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2022-11-27T09:45:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=a911052d609731a9f9169ed5d825db621c52ae6d'/>
<id>urn:sha1:a911052d609731a9f9169ed5d825db621c52ae6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert back to GetStdHandle, since it works fine with pipes.</title>
<updated>2015-12-11T15:22:12+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-12-11T15:22:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=3af1387b189074ef82410627f51b84277aa24aa2'/>
<id>urn:sha1:3af1387b189074ef82410627f51b84277aa24aa2</id>
<content type='text'>
Also include the formerly-missing NULL check, since this can fail in two
ways.
</content>
</entry>
<entry>
<title>Replace STDIN_FILENO with _fileno</title>
<updated>2015-12-11T05:32:00+00:00</updated>
<author>
<name>Anthony Novatsis</name>
<email>anthony.novatsis@dallatech.com.au</email>
</author>
<published>2015-12-11T05:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=5727d3274ee6eff74d2a2937156f787d99f7ce92'/>
<id>urn:sha1:5727d3274ee6eff74d2a2937156f787d99f7ce92</id>
<content type='text'>
Replace STDIN_FILENO with _fileno as STDIN_FILENO results in compile
errors with Visual Studio 2015 (using CMake).
</content>
</entry>
<entry>
<title>only set the console mode if stdin is a console (not a pipe)</title>
<updated>2015-12-06T22:49:01+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2015-12-06T04:14:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=afcc027da77f2285eda4c018348a3794c667581d'/>
<id>urn:sha1:afcc027da77f2285eda4c018348a3794c667581d</id>
<content type='text'>
This allows piping commands and running from a cygwin console.
</content>
</entry>
<entry>
<title>fix spelling of OPENSSL_cleanse</title>
<updated>2015-09-13T14:31:41+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-09-13T14:30:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=eeb286af5a544119b772161564a27748074ffd18'/>
<id>urn:sha1:eeb286af5a544119b772161564a27748074ffd18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>win32 openssl CLI: preserve original echo state</title>
<updated>2015-07-16T15:27:57+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-07-16T15:23:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=ddeb740426716de91135def46d8408da9d730586'/>
<id>urn:sha1:ddeb740426716de91135def46d8408da9d730586</id>
<content type='text'>
Mirror the patch to ui_openssl.c, also fix the broken conditional that
made it not actually turn off echo in the first place.

ok guenther@
</content>
</entry>
</feed>
