| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [digest] Add generic CRC32 function | Joshua Oreman | 2010-01-05 | 1 | -0/+54 | |
| | | | | | Signed-off-by: Marty Connor <mdc@etherboot.org> | |||||
| * | [legal] Add a selection of FILE_LICENCE declarations | Michael Brown | 2009-05-18 | 8 | -0/+16 | |
| | | | | | | Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE. | |||||
| * | [build] Enable building with the Intel C compiler (icc) | Michael Brown | 2009-03-26 | 1 | -7/+5![]() | |
| | | ||||||
| * | [crypto] Allow creation of arbitrary CBC cipher algorithms using CBC_CIPHER() | Michael Brown | 2009-02-19 | 2 | -98/+10![]() | |
| | | | | | | Given any block cipher, a corresponding CBC mode of behaviour for the cipher can be created using the CBC_CIPHER() macro. | |||||
| * | [crypto] Add our own general-purpose cipher-block chaining routines | Michael Brown | 2009-02-19 | 4 | -29/+313 | |
| | | ||||||
| * | [crypto] Change cipher_{en,de}crypt() to void functions | Michael Brown | 2009-02-19 | 1 | -24/+0![]() | |
| | | | | | | | 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. | |||||
| * | [crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithm | Michael Brown | 2009-02-18 | 7 | -44/+58 | |
| | | | | | | | | | 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. | |||||
| * | [crypto] Move AES_convert_key() hack into axtls_aes.c | Michael Brown | 2009-02-18 | 1 | -9/+25 | |
| | | | | | | | 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. | |||||
| * | [crypto] Rename aes_algorithm to aes_cbc_algorithm | Michael Brown | 2009-02-18 | 1 | -12/+12 | |
| | | ||||||
| * | [tls] Use our own ASN.1 routines for certificate parsing | Michael Brown | 2009-02-10 | 3 | -880/+199![]() | |
| | | | | | | | 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. | |||||
| * | [crypto] Remove unused files | Michael Brown | 2009-02-10 | 7 | -1851/+0![]() | |
| | | ||||||
| * | [crypto] Rename <gpxe/bitops.h> to <gpxe/rotate.h> | Michael Brown | 2008-10-01 | 1 | -1/+1 | |
| | | ||||||
| * | [crypto] Remove spurious #include "config.h" | Michael Brown | 2008-09-25 | 1 | -2/+0![]() | |
| | | ||||||
| * | [iSCSI] Add support for mutual CHAP | Michael Brown | 2008-08-11 | 1 | -8/+8 | |
| | | | | | Allow initiator to verify target authentication using CHAP. | |||||
| * | Fix compiler warnings that appear only on OpenBSD. | Michael Brown | 2007-12-06 | 2 | -4/+4 | |
| | | ||||||
| * | use malloc attribute | Holger Lubitz | 2007-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | use malloc attribute | Holger Lubitz | 2007-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | Inhibit compiler warning | Michael Brown | 2007-07-30 | 1 | -1/+1 | |
| | | ||||||
| * | Upgrade AXTLS import to version 1.1.5-a | Michael Brown | 2007-07-30 | 7 | -62/+906 | |
| | | ||||||
| * | Added HMAC code from TLS project | Michael Brown | 2007-07-29 | 1 | -0/+120 | |
| | | ||||||
| * | make md5_steps static | Holger Lubitz | 2007-07-27 | 1 | -1/+1 | |
| | | ||||||
| * | disable AES_convert_key by #if 0'ing it out (suggested by mcb30) | Holger Lubitz | 2007-07-27 | 1 | -0/+2 | |
| | | ||||||
| * | disable AES_convert_key by #if 0'ing it out (suggested by mcb30) | Holger Lubitz | 2007-07-27 | 1 | -0/+4 | |
| | | ||||||
| * | Add per-file error identifiers | Michael Brown | 2007-07-24 | 2 | -0/+25 | |
| | | ||||||
| * | Warnings purge: src/{crypto,hci,net} | Marty Connor | 2007-07-03 | 1 | -1/+1 | |
| | | ||||||
| * | Conflicts with native asn1.c | Michael Brown | 2007-06-08 | 1 | -867/+0![]() | |
| | | ||||||
| * | Trivial ASN.1 decoding functions. | Michael Brown | 2007-04-21 | 1 | -0/+159 | |
| | | ||||||
| * | Required for public key extraction | Michael Brown | 2007-02-01 | 1 | -0/+867 | |
| | | ||||||
| * | SHA1_DIGEST_SIZE also available as a static constant | Michael Brown | 2007-02-01 | 1 | -1/+1 | |
| | | ||||||
| * | Make context sizes available for statically-allocated structures | Michael Brown | 2007-02-01 | 2 | -12/+2![]() | |
| | | ||||||
| * | Vanilla copies from axtls | Michael Brown | 2007-02-01 | 2 | -0/+1749 | |
| | | ||||||
| * | Quick hacks to get it working | Michael Brown | 2007-02-01 | 1 | -0/+7 | |
| | | ||||||
| * | Add dummy setiv method | Michael Brown | 2007-02-01 | 1 | -1/+6 | |
| | | ||||||
| * | Original axtls RSA code | Michael Brown | 2007-01-31 | 1 | -0/+331 | |
| | | ||||||
| * | Added wrapper for AXTLS AES code | Michael Brown | 2007-01-31 | 1 | -0/+53 | |
| | | ||||||
| * | Add wrapper around axtls' sha1 code | Michael Brown | 2007-01-31 | 1 | -0/+26 | |
| | | ||||||
| * | Adding missing include | Michael Brown | 2007-01-31 | 1 | -0/+1 | |
| | | ||||||
| * | We need this, I think | Michael Brown | 2007-01-31 | 1 | -0/+1 | |
| | | ||||||
| * | Force inlining | Michael Brown | 2007-01-31 | 1 | -3/+5 | |
| | | ||||||
| * | ...but not when it's being used as a digest algorithm... | Michael Brown | 2007-01-31 | 1 | -2/+4 | |
| | | ||||||
| * | The null crypto algorithm should at least copy data... | Michael Brown | 2007-01-31 | 1 | -6/+7 | |
| | | ||||||
| * | Add null crypto algorithm | Michael Brown | 2007-01-31 | 1 | -0/+61 | |
| | | ||||||
| * | Added blocksize for the benefit of HMAC code | Michael Brown | 2007-01-30 | 1 | -1/+1 | |
| | | ||||||
| * | Generalise digest_algorithm to crypto_algorithm. | Michael Brown | 2007-01-30 | 2 | -14/+16 | |
| | | ||||||
| * | Should be correct for building RSA | Michael Brown | 2007-01-28 | 1 | -1/+1 | |
| | | ||||||
| * | Allow MatrixSSL code to compile inside gPXE | Michael Brown | 2007-01-26 | 3 | -0/+1266 | |
| | | ||||||
| * | Add aes.c and required headers from axtls tree | Michael Brown | 2007-01-26 | 4 | -0/+969 | |
| | | ||||||
| * | Enable the axtls code to at least build within gPXE | Michael Brown | 2007-01-26 | 1 | -0/+62 | |
| | | ||||||
| * | #if 0 out for now | Michael Brown | 2007-01-26 | 1 | -0/+3 | |
| | | ||||||
| * | Use stdlib.h for malloc() instead of malloc.h. | Michael Brown | 2006-12-20 | 1 | -1/+0![]() | |
| | | ||||||

