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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[tls] Parse X.509 validity times into seconds since the Epoch
Michael Brown
2012-03-20
2
-24
/
+17
*
[tls] Include current time within the client random bytes
Michael Brown
2012-03-20
1
-1
/
+2
*
[time] Add RTC-based time source
Michael Brown
2012-03-19
6
-40
/
+242
*
[time] Define an API for getting the current time
Michael Brown
2012-03-19
10
-0
/
+169
*
[test] Add self-tests for mktime()
Michael Brown
2012-03-19
2
-0
/
+183
*
[libc] Add mktime() function
Michael Brown
2012-03-19
3
-25
/
+173
*
[crypto] Use correct constraint for byte-addressable register
Michael Brown
2012-03-19
1
-1
/
+1
*
[tls] Validate server certificate
Michael Brown
2012-03-19
1
-36
/
+93
*
[build] Allow trusted root certificates to be specified at build time
Michael Brown
2012-03-19
2
-0
/
+29
*
[tls] Add full X.509 certificate parsing
Michael Brown
2012-03-19
5
-38
/
+1443
*
[rsa] Actually check the unused-bits byte in the public key bit string
Michael Brown
2012-03-18
1
-3
/
+4
*
[crypto] Force caller to provide temporary storage for modular calculations
Michael Brown
2012-03-18
5
-40
/
+99
*
[rng] Add Linux entropy source using /dev/random
Michael Brown
2012-03-18
5
-1
/
+131
*
[rng] Allow entropy_enable() to return an error
Michael Brown
2012-03-18
5
-5
/
+12
*
[crypto] Remove obsolete AXTLS RSA algorithm
Michael Brown
2012-03-18
2
-1782
/
+0
*
[tls] Use iPXE native RSA algorithm
Michael Brown
2012-03-18
4
-202
/
+68
*
[test] Add self-tests for RSA
Michael Brown
2012-03-18
3
-0
/
+667
*
[crypto] Add native RSA algorithm
Michael Brown
2012-03-18
4
-3
/
+728
*
[crypto] Add abstraction for a public-key algorithm
Michael Brown
2012-03-18
2
-0
/
+147
*
[crypto] Add more ASN.1 functions for X.509 certificate parsing
Michael Brown
2012-03-18
3
-9
/
+125
*
[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
[next]