]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2012-04-10  Erik Jacobson[igbvf] Add i350 virtual function support
2012-04-10  Daniel Hokka... [e1000e] Basic 82579 support
2012-04-10  Stefan Weil[tls] Fix wrong memset in function tls_clear_cipher
2012-04-10  Stefan Weil[crypto] Fix wrong setup in function aes_wrap
2012-04-10  Michael Brown[int13] Fix compilation on some versions of gcc
2012-04-10  Michael Brown[syslog] Add basic support for encrypted syslog via TLS
2012-04-09  Michael Brown[elf] Avoid attempting to load 64-bit ELF binaries
2012-03-30  Michael Brown[image] Fix use-after-free in debug messages
2012-03-30  Michael Brown[menu] Fix default selection when default is item 0
2012-03-30  Michael Brown[int13] Add support for emulating floppy disk drives
2012-03-29  Michael Brown[comboot] Remove COMBOOT image support by default
2012-03-29  Michael Brown[menu] Add menu commands
2012-03-29  Michael Brown[menu] Add menu user interface
2012-03-29  Michael Brown[menu] Add the abstract concept of a menu
2012-03-29  Michael Brown[bios] Recognise Page Up and Page Down keys
2012-03-28  Michael Brown[parseopt] Allow "prompt" command to accept character...
2012-03-28  Robin Smidsrød[readline] Accept Ctrl-U for "delete to start of line"
2012-03-27  Michael Brown[http] Disambiguate the various error causes
2012-03-27  Michael Brown[console] Add "no_latin1" keymap
2012-03-27  Michael Brown[console] Ignore unexpected keysyms when generating...
2012-03-27  Michael Brown[crypto] Add an explicit "RSA signature incorrect"...
2012-03-27  Michael Brown[console] Add LOG_ALL as a synonym for LOG_DEBUG
2012-03-27  Michael Brown[image] Log image executions
2012-03-26  Michael Brown[console] Remove "log message" usage from interactive...
2012-03-26  Michael Brown[downloader] Use a more meaningful error message when...
2012-03-26  Michael Brown[downloader] Abort download immediately if buffer resiz...
2012-03-26  Michael Brown[umalloc] Unhide umalloc()ed memory region when there...
2012-03-26  Michael Brown[umalloc] Fail allocations when we run out of external...
2012-03-26  Michael Brown[crypto] Disambiguate all CMS errors
2012-03-26  Michael Brown[image] Log results of image signature checks
2012-03-26  Michael Brown[downloader] Log final status of all downloads
2012-03-26  Michael Brown[syslog] Pass internal syslog() priority through to...
2012-03-26  Michael Brown[console] Do not share ANSI escape context between...
2012-03-26  Michael Brown[console] Add "log message" console usage and an intern...
2012-03-26  Michael Brown[console] Exclude text-based UI output from logfile...
2012-03-26  Michael Brown[console] Allow usage to be defined independently for...
2012-03-26  Michael Brown[console] Remove unused "btext" console
2012-03-26  Michael Brown[console] Move putchar() and getchar() declarations...
2012-03-25  Michael Brown[image] Add the "imgtrust" and "imgverify" commands
2012-03-24  Michael Brown[image] Simplify image management commands and internal API
2012-03-22  Michael Brown[build] Fix compilation under Cygwin
2012-03-22  Michael Brown[image] Add concept of trusted images
2012-03-22  Michael Brown[bios] Set character attributes only when necessary
2012-03-22  Michael Brown[test] Add CMS self-tests
2012-03-22  Michael Brown[crypto] Add support for Cryptographic Message Syntax...
2012-03-22  Michael Brown[crypto] Parse X.509 extended key usage extension
2012-03-22  Michael Brown[crypto] Differentiate "untrusted root" and "incomplete...
2012-03-22  Michael Brown[crypto] Shrink raw certificate data to fit certificate
2012-03-22  Michael Brown[crypto] Avoid an error when asn1_shrink() is already...
2012-03-22  Michael Brown[crypto] Add previous certificate in chain as a paramet...
2012-03-22  Michael Brown[crypto] Parse X.509 certificate serial number
2012-03-22  Michael Brown[crypto] Define ASN.1 OID-identified algorithms for...
2012-03-22  Michael Brown[crypto] Generalise X.509 OID-identified algorithm...
2012-03-22  Michael Brown[test] Add X.509 self-tests
2012-03-21  Michael Brown[crypto] Validate path length constraint in certificate...
2012-03-21  Michael Brown[crypto] Treat ASN.1 OIDs as opaque
2012-03-21  Michael Brown[crypto] Move all ASN.1 OIDs to asn1.h
2012-03-21  Michael Brown[crypto] Use standard bit-rotation functions
2012-03-20  Michael Brown[tls] Support sending a client certificate
2012-03-20  Michael Brown[build] Allow a client certificate to be specified...
2012-03-20  Michael Brown[crypto] Use linker tables for RSA digestInfo prefixes
2012-03-20  Michael Brown[tls] Treat handshake digest algorithm as a session...
2012-03-20  Michael Brown[tls] Use hybrid MD5+SHA1 algorithm
2012-03-19  Michael Brown[tls] Check certificate validity period against current...
2012-03-19  Michael Brown[tls] Parse X.509 validity times into seconds since...
2012-03-19  Michael Brown[tls] Include current time within the client random...
2012-03-19  Michael Brown[time] Add RTC-based time source
2012-03-19  Michael Brown[time] Define an API for getting the current time
2012-03-19  Michael Brown[test] Add self-tests for mktime()
2012-03-19  Michael Brown[libc] Add mktime() function
2012-03-19  Michael Brown[crypto] Use correct constraint for byte-addressable...
2012-03-19  Michael Brown[tls] Validate server certificate
2012-03-19  Michael Brown[build] Allow trusted root certificates to be specified...
2012-03-19  Michael Brown[tls] Add full X.509 certificate parsing
2012-03-18  Michael Brown[rsa] Actually check the unused-bits byte in the public...
2012-03-18  Michael Brown[crypto] Force caller to provide temporary storage...
2012-03-18  Michael Brown[rng] Add Linux entropy source using /dev/random
2012-03-18  Michael Brown[rng] Allow entropy_enable() to return an error
2012-03-18  Michael Brown[crypto] Remove obsolete AXTLS RSA algorithm
2012-03-18  Michael Brown[tls] Use iPXE native RSA algorithm
2012-03-18  Michael Brown[test] Add self-tests for RSA
2012-03-18  Michael Brown[crypto] Add native RSA algorithm
2012-03-18  Michael Brown[crypto] Add abstraction for a public-key algorithm
2012-03-18  Michael Brown[crypto] Add more ASN.1 functions for X.509 certificate...
2012-03-18  Michael Brown[test] Run self-tests as an embedded image
2012-03-18  Michael Brown[rng] Fix build error when assertions are enabled
2012-03-18  Michael Brown[libc] Move VA_ARG_COUNT() macro to stdarg.h
2012-03-16  Olaf Hering[myri10ge] Fix compilation error in myri10ge_command...
2012-03-14  Michael Brown[crypto] Use real prototypes for AXTLS' AES_encrypt...
2012-03-14  1d 2k[eepro100] Add PCI ID 8086:10fe
2012-03-13  Michael Brown[test] Add big integer self-tests
2012-03-13  Michael Brown[crypto] Add big-integer library for RSA calculations
2012-03-13  Michael Brown[crypto] Add ASN.1 functions for X.509 certificate...
2012-03-13  Michael Brown[rng] Remove obsolete (and unfinished) get_random_bytes...
2012-03-13  Michael Brown[802.11] Use rbg_generate() for secure random numbers
2012-03-13  Michael Brown[forcedeth] Use standard random() function
2012-03-13  Michael Brown[tls] Use const to mark incoming data being processed
2012-03-09  Michael Brown[crypto] Upgrade AES and RSA code to upstream axTLS...
2012-03-09  Michael Brown[ath9k] Fix compilation on older gcc versions
2012-03-09  Michael Brown[prefix] Eliminate uninitialised variable
next