<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/crypto, branch OPENBSD_3_3_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_3_3_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_3_3_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2003-01-31T14:05:35+00:00</updated>
<entry>
<title>we do not need that mess of -I</title>
<updated>2003-01-31T14:05:35+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2003-01-31T14:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5afd5292b9fa8c2b3b0c2c775e2752b616a996a7'/>
<id>urn:sha1:5afd5292b9fa8c2b3b0c2c775e2752b616a996a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Crank all library major numbers.  Needed due to the fact that we</title>
<updated>2002-12-03T06:39:39+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2002-12-03T06:39:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5b1b8dec4403c20d7a64a5a24dd566c852ddcb6b'/>
<id>urn:sha1:5b1b8dec4403c20d7a64a5a24dd566c852ddcb6b</id>
<content type='text'>
now build libraries with propolice enabled.  Without this, existing
binaries (such as ports/packages) that link with any system library
other than libc will fail with an undefined symbol of "___guard"
(__guard on ELF).
Pointed out by markus@ and discussed with deraadt@
</content>
</entry>
<entry>
<title>remove MDC2; patents</title>
<updated>2002-09-26T11:39:50+00:00</updated>
<author>
<name>markus</name>
<email></email>
</author>
<published>2002-09-26T11:39:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1ff7efb02515a78757c23473432f37ed75812fe3'/>
<id>urn:sha1:1ff7efb02515a78757c23473432f37ed75812fe3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge with openssl-0.9.7-stable-SNAP-20020911,</title>
<updated>2002-09-14T11:18:04+00:00</updated>
<author>
<name>markus</name>
<email></email>
</author>
<published>2002-09-14T11:18:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3a3a489a756f2852d798376f20cc0d4ab609c866'/>
<id>urn:sha1:3a3a489a756f2852d798376f20cc0d4ab609c866</id>
<content type='text'>
new minor for libcrypto (_X509_REQ_print_ex)
tested by miod@, pb@
</content>
</entry>
<entry>
<title>merge openssl-0.9.7-beta3, tested on vax by miod@</title>
<updated>2002-09-10T16:31:57+00:00</updated>
<author>
<name>markus</name>
<email></email>
</author>
<published>2002-09-10T16:31:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7d038e9d4d83e7c7120e78418e108df70b9025d6'/>
<id>urn:sha1:7d038e9d4d83e7c7120e78418e108df70b9025d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge with 0.9.7-beta1</title>
<updated>2002-09-05T22:12:12+00:00</updated>
<author>
<name>markus</name>
<email></email>
</author>
<published>2002-09-05T22:12:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e08fb7998d733407336e83a299f140b0c1d2fcd3'/>
<id>urn:sha1:e08fb7998d733407336e83a299f140b0c1d2fcd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build OpenSSL without symlink trees:</title>
<updated>2002-09-03T18:59:56+00:00</updated>
<author>
<name>markus</name>
<email></email>
</author>
<published>2002-09-03T18:59:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=374d65fa455af7b635928d7a27c61196b63e577c'/>
<id>urn:sha1:374d65fa455af7b635928d7a27c61196b63e577c</id>
<content type='text'>
* manpage related things moved to src/libssl/man/Makefile
* there are now 3 obj directories src/libssl/{crypto,ssl,man}/ instead
  of one single src/libssl/obj
* instead of running Configure (with generates lots of symlinks, and
  opensslconf.h) this patch stores pre-computed opensslconf.h files
  in src/libssl/crypto/arch
* requires a make includes before the library can be built
* libssl and libcrypto can be build separately
  (e.g. cd src/libssl/ssl &amp;&amp; make obj &amp;&amp; make)
* make depend is now supported
* no more symlink trees
tested by miod@ and fries@
</content>
</entry>
<entry>
<title>evp_test.o should not be included in libcrypto (it defines _main !!)</title>
<updated>2002-09-03T13:00:25+00:00</updated>
<author>
<name>markus</name>
<email></email>
</author>
<published>2002-09-03T13:00:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0ef372523511ad8d227af859820db92c85daec4a'/>
<id>urn:sha1:0ef372523511ad8d227af859820db92c85daec4a</id>
<content type='text'>
no version change for the shared libs; ok deraadt@
</content>
</entry>
<entry>
<title>ssl headers are already installed for libssl</title>
<updated>2002-08-31T00:24:20+00:00</updated>
<author>
<name>markus</name>
<email></email>
</author>
<published>2002-08-31T00:24:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3ea8eff6c258bf088615e544b2d10597687735d0'/>
<id>urn:sha1:3ea8eff6c258bf088615e544b2d10597687735d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't install e_os.h (it's private)</title>
<updated>2002-08-31T00:21:26+00:00</updated>
<author>
<name>markus</name>
<email></email>
</author>
<published>2002-08-31T00:21:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1884f1691b9e1fab9e9c9d6842daf736b5d8a6bd'/>
<id>urn:sha1:1884f1691b9e1fab9e9c9d6842daf736b5d8a6bd</id>
<content type='text'>
remove duplicate headers, trailing whitespace
</content>
</entry>
</feed>
