<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/bn/bn_prime.pl, branch OPENBSD_7_9_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2023-03-26T08:04:57+00:00</updated>
<entry>
<title>bn_prime.pl: fix shebang and a couple more whitespace tweaks</title>
<updated>2023-03-26T08:04:57+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-26T08:04:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a15871ca92d01fc46363b1de786eec9d259d56c5'/>
<id>urn:sha1:a15871ca92d01fc46363b1de786eec9d259d56c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use strict and warnings</title>
<updated>2023-03-25T11:35:02+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-25T11:35:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d20be4a1ca1237b922afbdfb8651d7cbbe10f8cd'/>
<id>urn:sha1:d20be4a1ca1237b922afbdfb8651d7cbbe10f8cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make an attempt at reducing the eyebleed in bn_prime.pl</title>
<updated>2023-03-25T11:28:55+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-25T11:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f50bb7ce0720248882d9202fe6f4547788ff9b51'/>
<id>urn:sha1:f50bb7ce0720248882d9202fe6f4547788ff9b51</id>
<content type='text'>
Use a style more resembling KNF and drop lots of parentheses. Simplify
a few things. No change in generated output on success.
</content>
</entry>
<entry>
<title>Use Eric Young's usual license in the proper place rather than a weird</title>
<updated>2023-03-25T11:09:58+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-25T11:09:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7ecbd890715f86fc72d507a56e989d43308d0cee'/>
<id>urn:sha1:7ecbd890715f86fc72d507a56e989d43308d0cee</id>
<content type='text'>
commented-out license stub in a HERE document.
</content>
</entry>
<entry>
<title>Add RCSID</title>
<updated>2023-03-25T11:03:45+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-25T11:03:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d2edb00f6ab9987e6aeb995ab4d618de143c83e9'/>
<id>urn:sha1:d2edb00f6ab9987e6aeb995ab4d618de143c83e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add checks to ensure the uint16_t array isn't overflowed when this</title>
<updated>2023-03-25T11:02:26+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-25T11:02:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a11aafebb89b09255aee6760f0e6f4ee776d5ad4'/>
<id>urn:sha1:a11aafebb89b09255aee6760f0e6f4ee776d5ad4</id>
<content type='text'>
script is run. This is more of an issue with uint16_t now than it
was with prime_t aka BN_ULONG before r1.6.
</content>
</entry>
<entry>
<title>Move table in bn_primes.h to a .c file and get rid of prime_t</title>
<updated>2022-11-09T22:52:51+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-11-09T22:52:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cb1a13dca24ad9d305e999dab8b452335e27273f'/>
<id>urn:sha1:cb1a13dca24ad9d305e999dab8b452335e27273f</id>
<content type='text'>
This way we deduplicate two inclusions of the same big table and eliminate
lots of stupid casts.

input and ok many
</content>
</entry>
<entry>
<title>Try to clean the maze of &lt;openssl/bn.h&gt; defines regarding the BN internals.</title>
<updated>2014-04-24T21:31:02+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-04-24T21:31:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7e3ee009cb00e65ea487ba61ae3b5271c73c19d6'/>
<id>urn:sha1:7e3ee009cb00e65ea487ba61ae3b5271c73c19d6</id>
<content type='text'>
The intent of this change is to only keep support for two kind of architectures:
- those with 32-bit int and long, and 64-bit long long, where
  ``long * long -&gt; long long'' multiplication routines are available.
- those with 64-bit int and long, and no 128-bit long long type.

This gets rid of the SIXTY_FOUR_BIT_LONG, SIXTY_FOUR_BIT (not the same!),
THIRTY_TWO_BIT, SIXTEEN_BIT and EIGHT_BIT defines.

After this change, the types and defines are as follows:

arch:           64bit           32bit           rationale
BN_LLONG        undefined       defined         defined if l * l -&gt; ll
BN_ULLONG       undefined       u long long     result of BN_LONG * BN_LONG
BN_ULONG        u long          u int           native register size
BN_LONG         long            int             the same, signed
BN_BITS         128             64              size of 2*BN_ULONG in bits
BN_BYTES        8               4               size of 2*BN_ULONG in bytes
BN_BITS2        64              32              BN_BITS / 2

Tested on various 32-bit and 64-bit OpenBSD systems of various endianness.
</content>
</entry>
<entry>
<title>resolve conflicts</title>
<updated>2008-09-06T12:17:54+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2008-09-06T12:17:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6b62d1fdd8a4fd35acfcc0c4bb1bf8b757fa8cda'/>
<id>urn:sha1:6b62d1fdd8a4fd35acfcc0c4bb1bf8b757fa8cda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>OpenSSL 0.9.5 merge</title>
<updated>2000-03-19T11:13:58+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2000-03-19T11:13:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=796d609550df3a33fc11468741c5d2f6d3df4c11'/>
<id>urn:sha1:796d609550df3a33fc11468741c5d2f6d3df4c11</id>
<content type='text'>
*warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2
if you are using the ssl26 packages for ssh and other things to work you will
need to get new ones (see ~beck/libsslsnap/&lt;arch&gt;) on cvs or ~beck/src-patent.tar.gz on cvs
</content>
</entry>
</feed>
