<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/crypto/rsa.c, branch v1.20.1</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/crypto/rsa.c?h=v1.20.1</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/crypto/rsa.c?h=v1.20.1'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2019-08-17T00:18:34+00:00</updated>
<entry>
<title>[crypto] Drag in configured digestInfo prefixes for any use of RSA</title>
<updated>2019-08-17T00:18:34+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2019-08-17T00:18:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=131635eac0479b5b283f01107a8e07a61a610261'/>
<id>urn:sha1:131635eac0479b5b283f01107a8e07a61a610261</id>
<content type='text'>
Ensure that the configured RSA digestInfo prefixes are included in any
build that includes rsa.o (rather than relying on x509.o or tls.o also
being present in the final binary).

This allows the RSA self-tests to be run in isolation.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[crypto] Expose RSA_CTX_SIZE constant</title>
<updated>2017-06-20T08:49:00+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2017-06-13T11:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=5b608bbfe00c352f425ebaebad7f1ba2dd41334c'/>
<id>urn:sha1:5b608bbfe00c352f425ebaebad7f1ba2dd41334c</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[crypto] Support SHA-{224,384,512} in X.509 certificates</title>
<updated>2015-08-02T15:54:24+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2015-08-02T15:54:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=b1caa48e4bb3f15e7eb749e0c3470436ebff3435'/>
<id>urn:sha1:b1caa48e4bb3f15e7eb749e0c3470436ebff3435</id>
<content type='text'>
Add support for SHA-224, SHA-384, and SHA-512 as digest algorithms in
X.509 certificates, and allow the choice of public-key, cipher, and
digest algorithms to be configured at build time via config/crypto.h.

Originally-implemented-by: Tufan Karadere &lt;tufank@gmail.com&gt;
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[legal] Relicense files under GPL2_OR_LATER_OR_UBDL</title>
<updated>2015-03-02T14:17:31+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2015-03-02T11:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=b6ee89ffb5029d02cb1d8668757fa2b74b11e0a3'/>
<id>urn:sha1:b6ee89ffb5029d02cb1d8668757fa2b74b11e0a3</id>
<content type='text'>
Relicense files for which I am the sole author (as identified by
util/relicense.pl).

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[crypto] Add pubkey_match() to check for matching public/private key pairs</title>
<updated>2014-03-27T00:30:47+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2014-03-26T23:12:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=2dd3fffe18577baa9619623e627adacefd51fca9'/>
<id>urn:sha1:2dd3fffe18577baa9619623e627adacefd51fca9</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[legal] Update FSF mailing address in GPL licence texts</title>
<updated>2012-07-20T18:55:45+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2012-07-20T18:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd'/>
<id>urn:sha1:c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd</id>
<content type='text'>
Suggested-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[crypto] Generalise x509_parse_bit_string() to asn1_bit_string()</title>
<updated>2012-05-14T10:02:38+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2012-05-14T08:54:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=4aad46ac70933458f118f59506044de35eb9f7cf'/>
<id>urn:sha1:4aad46ac70933458f118f59506044de35eb9f7cf</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[crypto] Add an explicit "RSA signature incorrect" error message</title>
<updated>2012-03-27T13:58:45+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2012-03-27T13:58:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=ed64732b73d604e5209b95d31f2b855b1a4d11f4'/>
<id>urn:sha1:ed64732b73d604e5209b95d31f2b855b1a4d11f4</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[crypto] Generalise X.509 OID-identified algorithm to asn1.c</title>
<updated>2012-03-22T00:31:22+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2012-03-21T13:57:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=38b7e43f7d88a35b23b2d44a72d07d2ee589d31e'/>
<id>urn:sha1:38b7e43f7d88a35b23b2d44a72d07d2ee589d31e</id>
<content type='text'>
The concept of an OID-identified algorithm as defined in X.509 is used
in some other standards (e.g. PKCS#7).  Generalise this functionality
and provide it as part of the ASN.1 core.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[crypto] Use linker tables for RSA digestInfo prefixes</title>
<updated>2012-03-20T17:10:39+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2012-03-20T04:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=05c13716f9a6323d8c8b4006f11dc2fc86493371'/>
<id>urn:sha1:05c13716f9a6323d8c8b4006f11dc2fc86493371</id>
<content type='text'>
Allow external code to specify RSA digestInfo prefixes for additional
digest algorithms.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
</feed>
