<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/bn/bn_prime.pl, branch OPENBSD_6_5</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_5</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_5'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2014-04-24T21:31:02+00:00</updated>
<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>OpenSSL 0.9.4 merge</title>
<updated>1999-09-29T04:37:45+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>1999-09-29T04:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=de8f24ea083384bb66b32ec105dc4743c5663cdf'/>
<id>urn:sha1:de8f24ea083384bb66b32ec105dc4743c5663cdf</id>
<content type='text'>
</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>
