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
*
[umalloc] Fail allocations when we run out of external memory
Michael Brown
2012-03-27
1
-7
/
+22
*
[crypto] Disambiguate all CMS errors
Michael Brown
2012-03-27
1
-5
/
+26
*
[image] Log results of image signature checks
Michael Brown
2012-03-27
1
-0
/
+9
*
[downloader] Log final status of all downloads
Michael Brown
2012-03-26
1
-0
/
+10
*
[syslog] Pass internal syslog() priority through to syslog console
Michael Brown
2012-03-26
4
-14
/
+53
*
[console] Do not share ANSI escape context between lineconsole users
Michael Brown
2012-03-26
4
-11
/
+20
*
[console] Add "log message" console usage and an internal syslog() call
Michael Brown
2012-03-26
5
-3
/
+156
*
[console] Exclude text-based UI output from logfile-based consoles
Michael Brown
2012-03-26
4
-5
/
+21
*
[console] Allow usage to be defined independently for each console
Michael Brown
2012-03-26
11
-31
/
+155
*
[console] Remove unused "btext" console
Michael Brown
2012-03-26
4
-5105
/
+0
*
[console] Move putchar() and getchar() declarations to stdio.h
Michael Brown
2012-03-26
13
-13
/
+6
*
[image] Add the "imgtrust" and "imgverify" commands
Michael Brown
2012-03-25
6
-0
/
+275
*
[image] Simplify image management commands and internal API
Michael Brown
2012-03-25
12
-370
/
+290
*
[build] Fix compilation under Cygwin
Michael Brown
2012-03-23
2
-2
/
+2
*
[image] Add concept of trusted images
Michael Brown
2012-03-22
3
-0
/
+70
*
[bios] Set character attributes only when necessary
Michael Brown
2012-03-22
1
-0
/
+8
*
[test] Add CMS self-tests
Michael Brown
2012-03-22
2
-0
/
+1431
*
[crypto] Add support for Cryptographic Message Syntax (PKCS #7)
Michael Brown
2012-03-22
4
-0
/
+639
*
[crypto] Parse X.509 extended key usage extension
Michael Brown
2012-03-22
3
-0
/
+124
*
[crypto] Differentiate "untrusted root" and "incomplete chain" error cases
Michael Brown
2012-03-22
2
-6
/
+18
*
[crypto] Shrink raw certificate data to fit certificate
Michael Brown
2012-03-22
1
-0
/
+1
*
[crypto] Avoid an error when asn1_shrink() is already at end of object
Michael Brown
2012-03-22
1
-7
/
+12
*
[crypto] Add previous certificate in chain as a parameter to parse_next()
Michael Brown
2012-03-22
4
-6
/
+16
*
[crypto] Parse X.509 certificate serial number
Michael Brown
2012-03-22
2
-2
/
+37
*
[crypto] Define ASN.1 OID-identified algorithms for all supported digests
Michael Brown
2012-03-22
3
-0
/
+33
*
[crypto] Generalise X.509 OID-identified algorithm to asn1.c
Michael Brown
2012-03-22
5
-121
/
+155
*
[test] Add X.509 self-tests
Michael Brown
2012-03-22
3
-0
/
+920
*
[crypto] Validate path length constraint in certificate chain
Michael Brown
2012-03-21
1
-0
/
+14
*
[crypto] Treat ASN.1 OIDs as opaque
Michael Brown
2012-03-21
1
-105
/
+60
*
[crypto] Move all ASN.1 OIDs to asn1.h
Michael Brown
2012-03-21
3
-91
/
+91
*
[crypto] Use standard bit-rotation functions
Michael Brown
2012-03-21
4
-37
/
+11
*
[tls] Support sending a client certificate
Michael Brown
2012-03-20
2
-15
/
+268
*
[build] Allow a client certificate to be specified at build time
Michael Brown
2012-03-20
3
-6
/
+197
*
[crypto] Use linker tables for RSA digestInfo prefixes
Michael Brown
2012-03-20
2
-37
/
+44
*
[tls] Treat handshake digest algorithm as a session parameter
Michael Brown
2012-03-20
2
-39
/
+28
*
[tls] Use hybrid MD5+SHA1 algorithm
Michael Brown
2012-03-20
2
-17
/
+90
*
[tls] Check certificate validity period against current date and time
Michael Brown
2012-03-20
3
-11
/
+49
*
[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
[next]