<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/arch/amd64/Makefile.inc, 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>2017-08-20T17:53:13+00:00</updated>
<entry>
<title>sprinkle a few missing dependencies on perl scripts internal bits.</title>
<updated>2017-08-20T17:53:13+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2017-08-20T17:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=39e376c267c3aa3e7cc588facfbbba9d81cb593b'/>
<id>urn:sha1:39e376c267c3aa3e7cc588facfbbba9d81cb593b</id>
<content type='text'>
'it works' deraadt@
</content>
</entry>
<entry>
<title>Disable ec assembly for amd64 pending fixes for ssh, and bump</title>
<updated>2016-11-11T03:49:14+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2016-11-11T03:49:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=264fe0b9bed327a70d7f6d57cf795074b93bae92'/>
<id>urn:sha1:264fe0b9bed327a70d7f6d57cf795074b93bae92</id>
<content type='text'>
majors appropriately
</content>
</entry>
<entry>
<title>Ride the current major bump and enable assembler code for nist 256p curve,</title>
<updated>2016-11-04T18:12:14+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2016-11-04T18:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=31790633085fb9ebea195a72028929829ac3f94f'/>
<id>urn:sha1:31790633085fb9ebea195a72028929829ac3f94f</id>
<content type='text'>
on amd64 only for now. Stanzas to enable it on arm, i386 and sparc64 are
provided but commented out for lack of testing due to the machine room
being currently in storage.

ok jsing@
</content>
</entry>
<entry>
<title>Pass "openbsd" instead of "openbsd-elf" as the "flavour" to the perl assembler</title>
<updated>2015-09-11T14:48:06+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-09-11T14:48:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9750a3821f26639c541ea7c893d977024d363b62'/>
<id>urn:sha1:9750a3821f26639c541ea7c893d977024d363b62</id>
<content type='text'>
machinery. OpenBSD has never been not ELF on amd64, and changing this will
actually make -portable life slightly easier in the near future.
</content>
</entry>
<entry>
<title>Add the Cammelia cipher to libcrypto.</title>
<updated>2014-11-17T20:31:22+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-11-17T20:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1327462df8cb4ae2dc056e0de53b4b4dc50f50fa'/>
<id>urn:sha1:1327462df8cb4ae2dc056e0de53b4b4dc50f50fa</id>
<content type='text'>
There used to be a strong reluctance to provide this cipher in LibreSSL in the
past, because the licence terms under which Cammelia was released by NTT were
free-but-not-in-the-corners, by restricting the right to modify the source
code, as well retaining the right to enforce their patents against anyone
in the future.

However, as stated in http://www.ntt.co.jp/news/news06e/0604/060413a.html ,
NTT changed its mind and made this code truly free. We only wish there had
been more visibility of this, for we could have had enabled Cammelia
earlier (-:

Licence change noticed by deraadt@. General agreement from the usual LibreSSL
suspects.

Crank libcrypto.so minor version due to the added symbols.
</content>
</entry>
<entry>
<title>Guard RSA / RC4-5 ASM when NO_ASM is not defined</title>
<updated>2014-08-11T13:29:43+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2014-08-11T13:29:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0b3a4a686dffa3c2cbaa5c8b196b6c5319d92347'/>
<id>urn:sha1:0b3a4a686dffa3c2cbaa5c8b196b6c5319d92347</id>
<content type='text'>
Most assembly blocks remain inactive if OPENSSL_NO_ASM is not defined,
only enabling inline assembly, but the RSA / RC4-5 blocks (used only in
amd64 systems) turn on implicitly. Guard these two as well.

This simplifies enabling just inline ASM in portable, no effective
change in OpenBSD.
</content>
</entry>
<entry>
<title>Sort CFLAGS, SRC and SSLASM stanzas by the directories they apply to, to make</title>
<updated>2014-05-06T19:55:06+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-05-06T19:55:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=961f4fd24efe181e4901963818e552c67df94ce8'/>
<id>urn:sha1:961f4fd24efe181e4901963818e552c67df94ce8</id>
<content type='text'>
these files similar in layout to the other md Makefile.inc; no functional
change.
</content>
</entry>
<entry>
<title>Move the machine-specific parts of the libcrypto Makefile to per-arch makefile</title>
<updated>2014-04-17T18:11:47+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-04-17T18:11:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=22bab90c92ee62bbe16d73084a853233fc368a8e'/>
<id>urn:sha1:22bab90c92ee62bbe16d73084a853233fc368a8e</id>
<content type='text'>
fragments, to ease maintainance, and see through the fog of bugs.

"looks good" deraadt@
</content>
</entry>
</feed>
