<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/ssl/Makefile, branch OPENBSD_5_9_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_5_9_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_5_9_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-09-11T17:54:23+00:00</updated>
<entry>
<title>Merge the remnants of s3_enc.c into t1_enc.c.</title>
<updated>2015-09-11T17:54:23+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-09-11T17:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cc4b7f1a59e60d63eb0d07865fa3378e93288f97'/>
<id>urn:sha1:cc4b7f1a59e60d63eb0d07865fa3378e93288f97</id>
<content type='text'>
ok beck@
</content>
</entry>
<entry>
<title>Put the *method* data structures and functions in the same place.</title>
<updated>2015-09-11T14:52:17+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-09-11T14:52:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3b074f2713c35cff8731567c2f0859e34c056c10'/>
<id>urn:sha1:3b074f2713c35cff8731567c2f0859e34c056c10</id>
<content type='text'>
We can also now nuke ssl23_get_method() since it is the same as
tls1_get_method(). And the empty file can bite the dust.

ok bcook@ miod@
</content>
</entry>
<entry>
<title>Remove SSLv3 method data structs and unlink s3_meth.c from the build.</title>
<updated>2015-08-29T16:51:17+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-08-29T16:51:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=01845f5fbdad493e9b7009b3fd0d9d3d3bdf60b3'/>
<id>urn:sha1:01845f5fbdad493e9b7009b3fd0d9d3d3bdf60b3</id>
<content type='text'>
ok jsing@
</content>
</entry>
<entry>
<title>Fix pointer to unsigned long conversion.</title>
<updated>2015-06-27T22:42:02+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-06-27T22:42:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d788c94c3402544911d6c17ebe52027adc5f4c42'/>
<id>urn:sha1:d788c94c3402544911d6c17ebe52027adc5f4c42</id>
<content type='text'>
bcook@ notes that this check really only impacted 64-bit Windows.  Also,
changed the check to be unsigned for consistency.

ok bcook@
</content>
</entry>
<entry>
<title>Fix library search path so we link against the freshly built libcrypto.so</title>
<updated>2015-06-05T21:42:37+00:00</updated>
<author>
<name>tobiasu</name>
<email></email>
</author>
<published>2015-06-05T21:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8ce46ae0e138460a408afc9e1c03d795da02291e'/>
<id>urn:sha1:8ce46ae0e138460a408afc9e1c03d795da02291e</id>
<content type='text'>
instead of a stale one.

ok miod@ mpi@
</content>
</entry>
<entry>
<title>Use a relative path against BSDOBJDIR to pick libcrypto; makes cross-lib</title>
<updated>2015-05-26T19:38:13+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-05-26T19:38:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=19fa1f9c8cb339119eed198792a4b256a71a1e1e'/>
<id>urn:sha1:19fa1f9c8cb339119eed198792a4b256a71a1e1e</id>
<content type='text'>
work again.
</content>
</entry>
<entry>
<title>Record inter-library dependencies between libcrypto, libssl and libtls</title>
<updated>2015-05-17T22:39:39+00:00</updated>
<author>
<name>kettenis</name>
<email></email>
</author>
<published>2015-05-17T22:39:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c5f087c6c031837a968277278b7d6de4ae1692fb'/>
<id>urn:sha1:c5f087c6c031837a968277278b7d6de4ae1692fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop defining TERMIOS, ANSI_SOURCE and OPENSSL_NO_RC5 for libssl builds.</title>
<updated>2015-02-07T03:26:06+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-02-07T03:26:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=16176b6ab1bb7a25f4a29476852b5a4ddc498588'/>
<id>urn:sha1:16176b6ab1bb7a25f4a29476852b5a4ddc498588</id>
<content type='text'>
The first two are unused in libssl/libcrypto and OPENSSL_NO_RC5 is already
defined via openssl/opensslfeatures.h.

ok beck@ doug@ miod@
</content>
</entry>
<entry>
<title>Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.</title>
<updated>2015-02-06T09:36:16+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-02-06T09:36:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=57c3c820260976eedbeceb47dc79b313f0dd1b42'/>
<id>urn:sha1:57c3c820260976eedbeceb47dc79b313f0dd1b42</id>
<content type='text'>
This is imported with as few changes as possible for the initial commit.
I removed OPENSSL_EXPORT, replaced OPENSSL_malloc() etc with malloc()
and changed a few header includes.

BoringSSL has this as part of their public API.  We're leaving it internal
to libssl for now.

Based on BoringSSL's CBB/CBS API as of commit
c5cc15b4f5b1d6e9b9112cb8d30205a638aa2c54.

input + ok jsing@, miod@
</content>
</entry>
<entry>
<title>-DOPENSSL_NO_KRB5 is no longer needed</title>
<updated>2014-07-12T03:27:23+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-07-12T03:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=62f2272fb49b998a28096e3a88262c8f1219d019'/>
<id>urn:sha1:62f2272fb49b998a28096e3a88262c8f1219d019</id>
<content type='text'>
ok guenther
</content>
</entry>
</feed>
