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
*
[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
*
[undi] Allow underlying PXE stack to construct link-layer header
Michael Brown
2012-03-02
3
-9
/
+61
*
[iscsi] Send any padding inline with the data segment
Michael Brown
2012-03-01
2
-30
/
+9
*
[http] Recognise status code 303 as valid
Jason Lunz
2012-03-01
1
-0
/
+1
*
[vmware] Fix length returned by guestrpc_command()
Michael Brown
2012-03-01
1
-0
/
+1
*
[vmware] Add VMware logfile console (CONSOLE_VMWARE)
Michael Brown
2012-02-29
3
-0
/
+121
*
[vmware] Add GuestRPC mechanism
Michael Brown
2012-02-29
6
-0
/
+535
*
[syslog] Separate out generic line-based console functionality
Michael Brown
2012-02-29
3
-36
/
+117
*
[syslog] Disable console when no syslog server is defined
Michael Brown
2012-02-29
1
-7
/
+5
*
[http] Allow for HTTPS-only builds
Michael Brown
2012-02-28
3
-859
/
+889
*
[rng] Add RTC-based entropy source
Michael Brown
2012-02-28
4
-1
/
+298
*
[rng] Add entropy sample generator
Michael Brown
2012-02-28
1
-0
/
+70
*
[test] Allow self-tests to be run individually
Michael Brown
2012-02-27
2
-6
/
+31
*
[crypto] Use ANS X9.82 Approved get_random_nz() for RSA
Michael Brown
2012-02-21
1
-2
/
+9
*
[tls] Use ANS X9.82 Approved RBG as source of random data for TLS
Michael Brown
2012-02-21
1
-9
/
+35
*
[rng] Add get_random_nz() function required by RSA algorithm
Michael Brown
2012-02-21
2
-0
/
+91
*
[rng] Add ANS X9.82 RBG wrapper functions
Michael Brown
2012-02-21
2
-0
/
+157
*
[rng] Add ANS X9.82 mandatory start-up tests
Michael Brown
2012-02-21
1
-0
/
+32
*
[rng] Add ANS X9.82 mandatory continuous tests
Michael Brown
2012-02-21
2
-1
/
+296
*
[rng] Add ANS X9.82 Approved Source of Entropy Input
Michael Brown
2012-02-21
12
-64
/
+409
[next]