index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
[test] Run self-tests as an embedded image
Michael Brown
2012-03-18
2
-4
/
+43
*
[rng] Fix build error when assertions are enabled
Michael Brown
2012-03-18
1
-2
/
+2
*
[libc] Move VA_ARG_COUNT() macro to stdarg.h
Michael Brown
2012-03-18
2
-26
/
+27
*
[myri10ge] Fix compilation error in myri10ge_command() with gcc 4.7
Olaf Hering
2012-03-16
2
-4
/
+4
*
[crypto] Use real prototypes for AXTLS' AES_encrypt() and AES_decrypt()
Michael Brown
2012-03-14
1
-3
/
+3
*
[eepro100] Add PCI ID 8086:10fe
1d 2k
2012-03-14
1
-0
/
+1
*
[test] Add big integer self-tests
Michael Brown
2012-03-14
2
-0
/
+2430
*
[crypto] Add big-integer library for RSA calculations
Michael Brown
2012-03-14
5
-0
/
+798
*
[crypto] Add ASN.1 functions for X.509 certificate parsing
Michael Brown
2012-03-13
2
-18
/
+151
*
[rng] Remove obsolete (and unfinished) get_random_bytes() function
Michael Brown
2012-03-13
2
-57
/
+0
*
[802.11] Use rbg_generate() for secure random numbers
Michael Brown
2012-03-13
1
-1
/
+3
*
[forcedeth] Use standard random() function
Michael Brown
2012-03-13
1
-2
/
+1
*
[tls] Use const to mark incoming data being processed
Michael Brown
2012-03-13
2
-27
/
+29
*
[crypto] Upgrade AES and RSA code to upstream axTLS version 1.4.5
Michael Brown
2012-03-09
12
-603
/
+509
*
[ath9k] Fix compilation on older gcc versions
Michael Brown
2012-03-09
2
-3
/
+2
*
[prefix] Eliminate uninitialised variable
Michael Brown
2012-03-09
1
-0
/
+2
*
[test] Avoid using "static const" for test declarations
Michael Brown
2012-03-07
3
-6
/
+6
*
[debug] Ensure debug address and colourisation fields are fully initialised
Michael Brown
2012-03-06
1
-0
/
+3
*
[test] Add NIST self-tests for AES128 and AES256 in CBC mode
Michael Brown
2012-03-06
4
-0
/
+330
*
[rng] Choose HMAC_DRBG using SHA-256 as the DRBG algorithm
Michael Brown
2012-03-06
1
-7
/
+6
*
[rng] Add NIST self-tests for HMAC_DRBG using SHA-256
Michael Brown
2012-03-06
1
-0
/
+544
*
[rng] Allow HMAC_DRBG to use multiple underlying hash algorithms
Michael Brown
2012-03-06
4
-267
/
+442
*
[rng] Use SHA-256 for Hash_df, and validate the hash function strength
Michael Brown
2012-03-06
1
-5
/
+12
*
[rng] Add NIST self-tests for Hash_df using SHA-256
Michael Brown
2012-03-06
1
-0
/
+397
*
[rng] Allow hash_df() to accept multiple underlying hash algorithms
Michael Brown
2012-03-06
5
-95
/
+101
*
[tls] Formalise the definition of a TLS cipher suite
Michael Brown
2012-03-06
2
-84
/
+125
*
[tls] Support (and prefer) SHA-256 variants of existing cipher suites
Michael Brown
2012-03-05
2
-3
/
+17
*
[tls] Support TLS version 1.2
Michael Brown
2012-03-05
2
-35
/
+78
*
[crypto] Replace MD5 implementation
Michael Brown
2012-03-05
2
-190
/
+301
*
[802.11] Avoid using struct md5_ctx directly
Michael Brown
2012-03-05
1
-4
/
+4
*
[test] Add self-tests for MD5 algorithm
Michael Brown
2012-03-05
2
-0
/
+94
*
[test] Add self-tests for SHA-256 algorithm
Michael Brown
2012-03-05
2
-0
/
+102
*
[crypto] Add SHA-256 algorithm
Michael Brown
2012-03-05
2
-0
/
+327
*
[x86_64] Use memory address constraint in __bswap_16s()
Michael Brown
2012-03-04
1
-1
/
+1
*
[i386] Use memory address constraints in __bswap_16s() and __bswap_64s()
Michael Brown
2012-03-04
1
-4
/
+3
*
[i386] Fix building on older versions of gcc
Michael Brown
2012-03-04
1
-3
/
+7
*
[crypto] Replace SHA-1 implementation
Michael Brown
2012-03-04
4
-276
/
+337
*
[802.11] Eliminate use of AXTLS-specific SHA1_SIZE constant
Michael Brown
2012-03-04
1
-16
/
+17
*
[test] Add self-tests for byte-order swapping functions
Michael Brown
2012-03-04
2
-0
/
+92
*
[x86_64] Provide __bswap_{16,32,64}s()
Michael Brown
2012-03-04
1
-0
/
+25
*
[i386] Optimise byte-swapping functions and provide __bswap_{16,32,64}s()
Michael Brown
2012-03-04
1
-32
/
+56
*
[tls] Add missing #include <stdlib.h>
Michael Brown
2012-03-04
1
-0
/
+1
*
[rng] Add missing #include <assert.h>
Michael Brown
2012-03-04
2
-0
/
+2
*
[802.11] Add missing #include <byteswap.h>
Michael Brown
2012-03-04
1
-0
/
+1
*
[tls] Send empty Certificate record if requested by server
Michael Brown
2012-03-03
2
-3
/
+61
*
[tls] Verify the contents of the Finished record
Michael Brown
2012-03-03
1
-3
/
+24
*
[tls] Allow transmitted records to be scheduled independently
Michael Brown
2012-03-03
2
-93
/
+39
*
[tls] Add support for Server Name Indication (SNI)
Michael Brown
2012-03-03
4
-5
/
+39
*
[tls] Support TLS version 1.1
Michael Brown
2012-03-03
2
-16
/
+30
*
[arp] Maintain an ARP transmission queue
Michael Brown
2012-03-03
3
-152
/
+354
[next]