<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/net/tls.c, branch v1.0.0</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/net/tls.c?h=v1.0.0</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/net/tls.c?h=v1.0.0'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2009-05-18T07:33:25+00:00</updated>
<entry>
<title>[legal] Add a selection of FILE_LICENCE declarations</title>
<updated>2009-05-18T07:33:25+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-05-01T14:41:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=c44a193d0d147ed6f98741124569864e516e9d4b'/>
<id>urn:sha1:c44a193d0d147ed6f98741124569864e516e9d4b</id>
<content type='text'>
Add FILE_LICENCE declarations to almost all files that make up the
various standard builds of gPXE.
</content>
</entry>
<entry>
<title>[xfer] Implement xfer_vreopen() to properly handle redirections</title>
<updated>2009-03-30T12:24:56+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-03-30T12:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=323cdf8c4c510fc6da081b96994d0131c11a29dd'/>
<id>urn:sha1:323cdf8c4c510fc6da081b96994d0131c11a29dd</id>
<content type='text'>
When handling a redirection event, we need to close the existing
connection before opening the new connection.
</content>
</entry>
<entry>
<title>[crypto] Change cipher_{en,de}crypt() to void functions</title>
<updated>2009-02-19T00:06:41+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-02-18T22:27:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=b4d3d686cc67c2503976ec4c854efc3a20519203'/>
<id>urn:sha1:b4d3d686cc67c2503976ec4c854efc3a20519203</id>
<content type='text'>
It is a programming error, not a runtime error, if we attempt to use
block ciphers with an incorrect blocksize, so use an assert() rather
than an error status return.
</content>
</entry>
<entry>
<title>[crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithm</title>
<updated>2009-02-18T22:17:41+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-02-18T21:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=a3219b24a8ea4699e7b04cf1f1131aade9fcd855'/>
<id>urn:sha1:a3219b24a8ea4699e7b04cf1f1131aade9fcd855</id>
<content type='text'>
The various types of cryptographic algorithm are fundamentally
different, and it was probably a mistake to try to handle them via a
single common type.

pubkey_algorithm is a placeholder type for now.
</content>
</entry>
<entry>
<title>[crypto] Move AES_convert_key() hack into axtls_aes.c</title>
<updated>2009-02-18T21:33:54+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-02-18T21:33:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=5de8305febf0fe4f2b8a89753cefdfedc519cee2'/>
<id>urn:sha1:5de8305febf0fe4f2b8a89753cefdfedc519cee2</id>
<content type='text'>
Although the nature of the hack is essentially unchanged, this allows
us to remove the hardcoded assumption in tls.c that the RX cipher is
AES.
</content>
</entry>
<entry>
<title>[crypto] Rename aes_algorithm to aes_cbc_algorithm</title>
<updated>2009-02-18T21:28:46+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-02-18T21:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=991f907d5bcb90643491184bc2ecd05a5b2f4e17'/>
<id>urn:sha1:991f907d5bcb90643491184bc2ecd05a5b2f4e17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[tls] Use our own ASN.1 routines for certificate parsing</title>
<updated>2009-02-10T18:30:17+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-02-10T17:37:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=8e960eb67c3c3974f4eca34e1fe733791f70ca09'/>
<id>urn:sha1:8e960eb67c3c3974f4eca34e1fe733791f70ca09</id>
<content type='text'>
Use our own, more robust, ASN.1 parsing routines to extract the RSA
public key from a server certificate.  Remove the now-unused AXTLS
ASN.1 parser.
</content>
</entry>
<entry>
<title>[build] Keep gcc 4.4 happy</title>
<updated>2008-11-18T01:52:40+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-11-18T01:52:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=54fbd11221e69eb2c840517b1fb7c1613930f899'/>
<id>urn:sha1:54fbd11221e69eb2c840517b1fb7c1613930f899</id>
<content type='text'>
gcc 4.4 adds another few warnings, and also seems to complain if we
place %ebp in the clobber list for any inline asm.
</content>
</entry>
<entry>
<title>Make seek information part of the xfer metadata, rather than an entirely</title>
<updated>2008-01-08T16:46:55+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-01-08T16:46:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=f6a8158eed215954dafb7f622f6fd345b5b473d2'/>
<id>urn:sha1:f6a8158eed215954dafb7f622f6fd345b5b473d2</id>
<content type='text'>
separate xfer method.

Add missing .alloc_iob entries to several xfer_interface_operations
structures.
</content>
</entry>
<entry>
<title>Various warnings fixups for OpenBSD with gcc-3.3.5.</title>
<updated>2007-12-07T00:11:43+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-12-07T00:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=df868476e7872c3ebd8c6e2a21f8365858907dc7'/>
<id>urn:sha1:df868476e7872c3ebd8c6e2a21f8365858907dc7</id>
<content type='text'>
</content>
</entry>
</feed>
