<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/bn/bn_prime.h, 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>2022-11-10T10:24:50+00:00</updated>
<entry>
<title>Move bn_prime.h to the public domain.</title>
<updated>2022-11-10T10:24:50+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-11-10T10:24:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f85002989ed461d22560ad5956ab25e03b062d32'/>
<id>urn:sha1:f85002989ed461d22560ad5956ab25e03b062d32</id>
<content type='text'>
It's entirely trivial.

ok beck
</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>Explicitly export a list of symbols from libcrypto.</title>
<updated>2016-12-21T15:49:29+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-12-21T15:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=18adabd97858ed28289c9dc31e8042c515840be4'/>
<id>urn:sha1:18adabd97858ed28289c9dc31e8042c515840be4</id>
<content type='text'>
Move the "internal" BN functions from bn.h to bn_lcl.h and stop exporting
the bn_* symbols. These are documented as only being intended for internal
use, so why they were placed in a public header is beyond me...

This hides 363 previously exported symbols, most of which exist in headers
that are not installed and were never intended to be public. This also
removes a few crusty old things that should have died long ago (like
_ossl_old_des_read_pw). But don't worry... there are still 3451 symbols
exported from the library.

With input and testing from inoguchi@.

ok beck@ inoguchi@
</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>Emergency knfectomie requested by tedu@.</title>
<updated>2014-05-08T13:20:49+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-05-08T13:20:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=819648a77046c753ca0119b11b5d28f7a277dcf6'/>
<id>urn:sha1:819648a77046c753ca0119b11b5d28f7a277dcf6</id>
<content type='text'>
</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>
<entry>
<title>Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build</title>
<updated>1998-10-05T20:13:14+00:00</updated>
<author>
<name>ryker</name>
<email></email>
</author>
<published>1998-10-05T20:13:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=aeeae06a79815dc190061534d47236cec09f9e32'/>
<id>urn:sha1:aeeae06a79815dc190061534d47236cec09f9e32</id>
<content type='text'>
functionality for shared libs.

Note that routines such as sslv2_init and friends that use RSA will
not work due to lack of RSA in this library.

Needs documentation and help from ports for easy upgrade to full
functionality where legally possible.
</content>
</entry>
</feed>
