<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/crypto, branch v0.9.8</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/crypto?h=v0.9.8</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/crypto?h=v0.9.8'/>
<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>[build] Enable building with the Intel C compiler (icc)</title>
<updated>2009-03-26T07:27:19+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-03-10T17:50:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=1c67623e37dada045e9b5d1f5e19b414cc79c3e3'/>
<id>urn:sha1:1c67623e37dada045e9b5d1f5e19b414cc79c3e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[crypto] Allow creation of arbitrary CBC cipher algorithms using CBC_CIPHER()</title>
<updated>2009-02-19T01:53:25+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-02-19T01:48:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=9937bf13c961bb452e3e41a8fb28694af2b73c46'/>
<id>urn:sha1:9937bf13c961bb452e3e41a8fb28694af2b73c46</id>
<content type='text'>
Given any block cipher, a corresponding CBC mode of behaviour for the
cipher can be created using the CBC_CIPHER() macro.
</content>
</entry>
<entry>
<title>[crypto] Add our own general-purpose cipher-block chaining routines</title>
<updated>2009-02-19T01:23:50+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-02-19T01:20:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=e950dc04bafed590c02ee2ac8a51e54ed7d8dbd0'/>
<id>urn:sha1:e950dc04bafed590c02ee2ac8a51e54ed7d8dbd0</id>
<content type='text'>
</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>[crypto] Remove unused files</title>
<updated>2009-02-10T15:47:44+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-02-10T15:47:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=5a99c586cfff4c01b5b2bb2da6637b4913ebbc75'/>
<id>urn:sha1:5a99c586cfff4c01b5b2bb2da6637b4913ebbc75</id>
<content type='text'>
</content>
</entry>
</feed>
