summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
Commit message (Expand)AuthorAgeFilesLines
* [menu] Add "--default" option to "choose" commandMichael Brown2012-04-291-1/+1
* [myson] Replace driver for Myson Technology NICsMichael Brown2012-04-271-0/+1
* [natsemi] Replace driver for National Semicondutor NICsMichael Brown2012-04-261-0/+13
* [crypto] Allow client certificate to be changed without a rebuildMichael Brown2012-04-241-0/+6
* [intel] Replace driver for Intel Gigabit NICsMichael Brown2012-04-241-0/+1
* [skel] Add skeleton network driverMichael Brown2012-04-211-0/+1
* [crypto] Allow trusted root certificate to be changed without a rebuildMichael Brown2012-04-192-1/+5
* [settings] Add fetch_setting_copy()Michael Brown2012-04-191-0/+2
* [multiboot] Place multiboot modules low in memoryMichael Brown2012-04-191-1/+1
* [realtek] Replace driver for Realtek Gigabit NICsMichael Brown2012-04-181-0/+1
* [mii] Add generic MII reset functionMichael Brown2012-04-182-0/+87
* [settings] Split fetching and storing out of setting type handlersMichael Brown2012-04-172-29/+14Star
* [test] Add self-tests for setting typesMichael Brown2012-04-171-0/+2
* [syslog] Add basic support for encrypted syslog via TLSMichael Brown2012-04-101-0/+3
* [menu] Add menu commandsMichael Brown2012-03-293-0/+4
* [menu] Add menu user interfaceMichael Brown2012-03-292-0/+3
* [menu] Add the abstract concept of a menuMichael Brown2012-03-291-0/+47
* [parseopt] Allow "prompt" command to accept character literals for --keyMichael Brown2012-03-291-0/+1
* [syslog] Pass internal syslog() priority through to syslog consoleMichael Brown2012-03-262-4/+11
* [console] Do not share ANSI escape context between lineconsole usersMichael Brown2012-03-261-0/+3
* [console] Add "log message" console usage and an internal syslog() callMichael Brown2012-03-262-3/+8
* [console] Exclude text-based UI output from logfile-based consolesMichael Brown2012-03-261-1/+5
* [console] Allow usage to be defined independently for each consoleMichael Brown2012-03-261-1/+50
* [console] Move putchar() and getchar() declarations to stdio.hMichael Brown2012-03-261-2/+1Star
* [image] Add the "imgtrust" and "imgverify" commandsMichael Brown2012-03-251-0/+1
* [image] Simplify image management commands and internal APIMichael Brown2012-03-252-11/+10Star
* [image] Add concept of trusted imagesMichael Brown2012-03-221-0/+22
* [crypto] Add support for Cryptographic Message Syntax (PKCS #7)Michael Brown2012-03-223-0/+57
* [crypto] Parse X.509 extended key usage extensionMichael Brown2012-03-222-0/+39
* [crypto] Add previous certificate in chain as a parameter to parse_next()Michael Brown2012-03-221-0/+1
* [crypto] Parse X.509 certificate serial numberMichael Brown2012-03-221-0/+8
* [crypto] Generalise X.509 OID-identified algorithm to asn1.cMichael Brown2012-03-222-26/+26
* [test] Add X.509 self-testsMichael Brown2012-03-221-0/+1
* [crypto] Treat ASN.1 OIDs as opaqueMichael Brown2012-03-211-105/+60Star
* [crypto] Move all ASN.1 OIDs to asn1.hMichael Brown2012-03-213-91/+91
* [crypto] Use standard bit-rotation functionsMichael Brown2012-03-211-4/+8
* [tls] Support sending a client certificateMichael Brown2012-03-201-2/+31
* [build] Allow a client certificate to be specified at build timeMichael Brown2012-03-201-0/+43
* [crypto] Use linker tables for RSA digestInfo prefixesMichael Brown2012-03-201-0/+18
* [tls] Treat handshake digest algorithm as a session parameterMichael Brown2012-03-201-0/+4
* [tls] Use hybrid MD5+SHA1 algorithmMichael Brown2012-03-201-4/+24
* [tls] Check certificate validity period against current date and timeMichael Brown2012-03-201-3/+5
* [tls] Parse X.509 validity times into seconds since the EpochMichael Brown2012-03-201-12/+3Star
* [time] Define an API for getting the current timeMichael Brown2012-03-192-0/+81
* [tls] Add full X.509 certificate parsingMichael Brown2012-03-192-5/+225
* [crypto] Force caller to provide temporary storage for modular calculationsMichael Brown2012-03-182-8/+43
* [rng] Add Linux entropy source using /dev/randomMichael Brown2012-03-183-0/+34
* [rng] Allow entropy_enable() to return an errorMichael Brown2012-03-182-2/+4
* [tls] Use iPXE native RSA algorithmMichael Brown2012-03-182-23/+3Star
* [crypto] Add native RSA algorithmMichael Brown2012-03-182-3/+128