Michael Brown
c44a193d0d
[legal] Add a selection of FILE_LICENCE declarations
Add FILE_LICENCE declarations to almost all files that make up the
various standard builds of gPXE.
15 anos atrás
Michael Brown
1c67623e37
[build] Enable building with the Intel C compiler (icc)
15 anos atrás
Michael Brown
9937bf13c9
[crypto] Allow creation of arbitrary CBC cipher algorithms using CBC_CIPHER()
Given any block cipher, a corresponding CBC mode of behaviour for the
cipher can be created using the CBC_CIPHER() macro.
15 anos atrás
Michael Brown
e950dc04ba
[crypto] Add our own general-purpose cipher-block chaining routines
15 anos atrás
Michael Brown
b4d3d686cc
[crypto] Change cipher_{en,de}crypt() to void functions
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.
15 anos atrás
Michael Brown
a3219b24a8
[crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithm
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.
15 anos atrás
Michael Brown
5de8305feb
[crypto] Move AES_convert_key() hack into axtls_aes.c
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.
15 anos atrás
Michael Brown
991f907d5b
[crypto] Rename aes_algorithm to aes_cbc_algorithm
15 anos atrás
Michael Brown
8e960eb67c
[tls] Use our own ASN.1 routines for certificate parsing
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.
15 anos atrás
Michael Brown
5a99c586cf
[crypto] Remove unused files
15 anos atrás
Michael Brown
521549d900
[crypto] Rename <gpxe/bitops.h> to <gpxe/rotate.h>
16 anos atrás
Michael Brown
9c71949d1f
[crypto] Remove spurious #include "config.h"
16 anos atrás
Michael Brown
5d4839b577
[iSCSI] Add support for mutual CHAP
Allow initiator to verify target authentication using CHAP.
16 anos atrás
Michael Brown
1949641d10
Fix compiler warnings that appear only on OpenBSD.
17 anos atrás
Holger Lubitz
68455adf37
use malloc attribute
17 anos atrás
Holger Lubitz
dea89e8d62
use malloc attribute
17 anos atrás
Holger Lubitz
7815474495
Revert "malloc attribute changes"
wasn't meant for my local "master" branch ;)
This reverts commit 373022108b .
17 anos atrás
Holger Lubitz
373022108b
malloc attribute changes
17 anos atrás
Michael Brown
74ad5014c5
Inhibit compiler warning
17 anos atrás
Michael Brown
9a9f46ff58
Upgrade AXTLS import to version 1.1.5-a
17 anos atrás
Michael Brown
218314e712
Added HMAC code from TLS project
17 anos atrás
Holger Lubitz
29134e35dc
make md5_steps static
17 anos atrás
Holger Lubitz
42910594f7
disable AES_convert_key by #if 0'ing it out (suggested by mcb30)
17 anos atrás
Holger Lubitz
426c2c150d
disable AES_convert_key by #if 0'ing it out (suggested by mcb30)
17 anos atrás
Michael Brown
9aa61ad5a2
Add per-file error identifiers
17 anos atrás
Marty Connor
c77704cb60
Warnings purge: src/{crypto,hci,net}
17 anos atrás
Michael Brown
ff84a66c35
Conflicts with native asn1.c
17 anos atrás
Michael Brown
95206577a7
Trivial ASN.1 decoding functions.
17 anos atrás
Michael Brown
e01aadd5a7
Required for public key extraction
18 anos atrás
Michael Brown
0050378f51
SHA1_DIGEST_SIZE also available as a static constant
18 anos atrás
Michael Brown
cc8f9e4b7f
Make context sizes available for statically-allocated structures
18 anos atrás
Michael Brown
d467552367
Vanilla copies from axtls
18 anos atrás
Michael Brown
5c3837e0ed
Quick hacks to get it working
18 anos atrás
Michael Brown
a01374b5cd
Add dummy setiv method
18 anos atrás
Michael Brown
6c2f0e1bf4
Original axtls RSA code
18 anos atrás
Michael Brown
1ae70e12e5
Added wrapper for AXTLS AES code
18 anos atrás
Michael Brown
c1aa1d0764
Add wrapper around axtls' sha1 code
18 anos atrás
Michael Brown
869f9bcb23
Adding missing include
18 anos atrás
Michael Brown
413c554b34
We need this, I think
18 anos atrás
Michael Brown
2e0548e17e
Force inlining
18 anos atrás
Michael Brown
1fbd6f7d76
...but not when it's being used as a digest algorithm...
18 anos atrás
Michael Brown
a502fcda45
The null crypto algorithm should at least copy data...
18 anos atrás
Michael Brown
a008f9e85b
Add null crypto algorithm
18 anos atrás
Michael Brown
0e996b81cf
Added blocksize for the benefit of HMAC code
18 anos atrás
Michael Brown
db2fde474e
Generalise digest_algorithm to crypto_algorithm.
18 anos atrás
Michael Brown
89c3c67c51
Should be correct for building RSA
18 anos atrás
Michael Brown
3bb7c19779
Allow MatrixSSL code to compile inside gPXE
18 anos atrás
Michael Brown
9542c016cd
Add aes.c and required headers from axtls tree
18 anos atrás
Michael Brown
7b8859ad15
Enable the axtls code to at least build within gPXE
18 anos atrás
Michael Brown
7993488a68
#if 0 out for now
18 anos atrás