<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/ui/ui_openssl.c, branch OPENBSD_6_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-09-10T15:56:26+00:00</updated>
<entry>
<title>Correct spelling of OPENSSL_cleanse.</title>
<updated>2015-09-10T15:56:26+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-09-10T15:56:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=647569a51c1530d10e75e272f0982682f696caa7'/>
<id>urn:sha1:647569a51c1530d10e75e272f0982682f696caa7</id>
<content type='text'>
ok miod@
</content>
</entry>
<entry>
<title>After reading a password with terminal echo off, restore the terminal to</title>
<updated>2015-07-16T02:46:49+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-07-16T02:46:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=eaa7508412b316b4e54f40c5df85136c4780f410'/>
<id>urn:sha1:eaa7508412b316b4e54f40c5df85136c4780f410</id>
<content type='text'>
its original state instead of blindly turning echo on.

problem reported on the openssl-dev list by William Freeman
ok miod@ beck@
</content>
</entry>
<entry>
<title>remove silly cast</title>
<updated>2014-07-13T00:10:47+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-07-13T00:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=485fa44976b8e2fbec1f8891989a9480d953e0d5'/>
<id>urn:sha1:485fa44976b8e2fbec1f8891989a9480d953e0d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only import cryptlib.h in the four source files that actually need it.</title>
<updated>2014-07-11T08:44:49+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-07-11T08:44:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=74e2c009c83ad374bd6acdcfc376a384e25ab007'/>
<id>urn:sha1:74e2c009c83ad374bd6acdcfc376a384e25ab007</id>
<content type='text'>
Remove the openssl public includes from cryptlib.h and add a small number
of includes into the source files that actually need them. While here,
also sort/group/tidy the includes.

ok beck@ miod@
</content>
</entry>
<entry>
<title>tags as requested by miod and tedu</title>
<updated>2014-06-12T15:49:31+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-06-12T15:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=59f4f2c61d71e266d37dd2fc97615b3fd35b4721'/>
<id>urn:sha1:59f4f2c61d71e266d37dd2fc97615b3fd35b4721</id>
<content type='text'>
</content>
</entry>
<entry>
<title>c-file-style hints, begone; ok beck</title>
<updated>2014-06-11T01:53:03+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-06-11T01:53:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3cfd4331825dbf02b7beeac7702b6022af4b0587'/>
<id>urn:sha1:3cfd4331825dbf02b7beeac7702b6022af4b0587</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Almost nothing actually needs to include &lt;openssl/e_os2.h&gt;, however by</title>
<updated>2014-05-24T09:16:08+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-05-24T09:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=81c3704f0fa44495d3a569a9f2c35b5bf8bef3be'/>
<id>urn:sha1:81c3704f0fa44495d3a569a9f2c35b5bf8bef3be</id>
<content type='text'>
including it they get &lt;openssl/opensslconf.h&gt;. So instead of pulling in
&lt;openssl/e_os2.h&gt;, just pull in &lt;openssl/opensslconf.h&gt;.

"go ahead" miod@
</content>
</entry>
<entry>
<title>Use C99 initializers for the various FOO_METHOD structs. More readable, and</title>
<updated>2014-04-27T20:26:49+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-04-27T20:26:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b5544d0885b7b6ceebce880a188724826a8fc5e9'/>
<id>urn:sha1:b5544d0885b7b6ceebce880a188724826a8fc5e9</id>
<content type='text'>
avoid unreadable/unmaintainable constructs like that:

const EVP_PKEY_ASN1_METHOD cmac_asn1_meth =
        {
        EVP_PKEY_CMAC,
        EVP_PKEY_CMAC,
        0,

        "CMAC",
        "OpenSSL CMAC method",

        0,0,0,0,

        0,0,0,

        cmac_size,
        0,
        0,0,0,0,0,0,0,

        cmac_key_free,
        0,
        0,0
        };

ok matthew@ deraadt@
</content>
</entry>
<entry>
<title>Clean up the remaining TTY related remnants.</title>
<updated>2014-04-25T13:22:38+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-04-25T13:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ca472e69dbf35e3fc0a1acb2e96a7002fdb25566'/>
<id>urn:sha1:ca472e69dbf35e3fc0a1acb2e96a7002fdb25566</id>
<content type='text'>
ok miod@
</content>
</entry>
<entry>
<title>You want signals?!? I'll give you signals!!! Oh, and we have termios as</title>
<updated>2014-04-24T14:03:38+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-04-24T14:03:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fd45b1e98ea82c5c2fe1d204efe7c747f6dfb0ac'/>
<id>urn:sha1:fd45b1e98ea82c5c2fe1d204efe7c747f6dfb0ac</id>
<content type='text'>
well...

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