aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe
AgeCommit message (Expand)AuthorFilesLines
2012-05-21[crypto] Construct OCSP check URIMichael Brown1-0/+2
2012-05-15[crypto] Add framework for OCSPMichael Brown4-0/+125
2012-05-14[crypto] Add functions for constructing ASN.1 objectsMichael Brown1-0/+33
2012-05-14[crypto] Parse OCSPSigning key purpose, if presentMichael Brown2-0/+8
2012-05-14[crypto] Generalise x509_parse_bit_string() to asn1_bit_string()Michael Brown2-21/+11
2012-05-14[crypto] Generalise asn1_{digest,pubkey,signature}_algorithm()Michael Brown1-2/+8
2012-05-14[crypto] Generalise x509_parse_time() to asn1_generalized_time()Michael Brown1-0/+3
2012-05-14[crypto] Parse X.509 raw public key bit stringMichael Brown1-1/+3
2012-05-08[crypto] Automatically download cross-signed certificatesMichael Brown1-0/+3
2012-05-08[xferbuf] Add generic data-transfer bufferMichael Brown2-0/+32
2012-05-08[tls] Use asynchronous certificate validatorMichael Brown1-2/+7
2012-05-08[crypto] Add asynchronous certificate validatorMichael Brown2-0/+18
2012-05-08[crypto] Add x509_auto_append()Michael Brown1-0/+2
2012-05-08[crypto] Add x509_append_raw()Michael Brown1-0/+16
2012-05-08[list] Add list_last_entry()Michael Brown1-0/+13
2012-05-04[crypto] Allow certificate chains to be long-lived data structuresMichael Brown3-38/+174
2012-05-04[time] Add Linux time source using gettimeofday()Michael Brown2-0/+19
2012-05-04[crypto] Parse OCSP responder URI from X.509 certificateMichael Brown2-4/+51
2012-05-04[list] Add list_for_each_entry_continue() and _continue_reverse()Michael Brown1-0/+26
2012-04-28[menu] Add "--default" option to "choose" commandMichael Brown1-1/+1
2012-04-27[myson] Replace driver for Myson Technology NICsMichael Brown1-0/+1
2012-04-26[natsemi] Replace driver for National Semicondutor NICsMichael Brown1-0/+13
2012-04-24[crypto] Allow client certificate to be changed without a rebuildMichael Brown1-0/+6
2012-04-23[intel] Replace driver for Intel Gigabit NICsMichael Brown1-0/+1
2012-04-21[skel] Add skeleton network driverMichael Brown1-0/+1
2012-04-19[crypto] Allow trusted root certificate to be changed without a rebuildMichael Brown2-1/+5
2012-04-19[settings] Add fetch_setting_copy()Michael Brown1-0/+2
2012-04-19[multiboot] Place multiboot modules low in memoryMichael Brown1-1/+1
2012-04-18[realtek] Replace driver for Realtek Gigabit NICsMichael Brown1-0/+1
2012-04-18[mii] Add generic MII reset functionMichael Brown2-0/+87
2012-04-17[settings] Split fetching and storing out of setting type handlersMichael Brown2-29/+14
2012-04-17[test] Add self-tests for setting typesMichael Brown1-0/+2
2012-04-10[syslog] Add basic support for encrypted syslog via TLSMichael Brown1-0/+3
2012-03-29[menu] Add menu commandsMichael Brown3-0/+4
2012-03-29[menu] Add menu user interfaceMichael Brown2-0/+3
2012-03-29[menu] Add the abstract concept of a menuMichael Brown1-0/+47
2012-03-29[parseopt] Allow "prompt" command to accept character literals for --keyMichael Brown1-0/+1
2012-03-26[syslog] Pass internal syslog() priority through to syslog consoleMichael Brown2-4/+11
2012-03-26[console] Do not share ANSI escape context between lineconsole usersMichael Brown1-0/+3
2012-03-26[console] Add "log message" console usage and an internal syslog() callMichael Brown2-3/+8
2012-03-26[console] Exclude text-based UI output from logfile-based consolesMichael Brown1-1/+5
2012-03-26[console] Allow usage to be defined independently for each consoleMichael Brown1-1/+50
2012-03-26[console] Move putchar() and getchar() declarations to stdio.hMichael Brown1-2/+1
2012-03-25[image] Add the "imgtrust" and "imgverify" commandsMichael Brown1-0/+1
2012-03-24[image] Simplify image management commands and internal APIMichael Brown2-11/+10
2012-03-22[image] Add concept of trusted imagesMichael Brown1-0/+22
2012-03-22[crypto] Add support for Cryptographic Message Syntax (PKCS #7)Michael Brown3-0/+57
2012-03-22[crypto] Parse X.509 extended key usage extensionMichael Brown2-0/+39
2012-03-22[crypto] Add previous certificate in chain as a parameter to parse_next()Michael Brown1-0/+1
2012-03-22[crypto] Parse X.509 certificate serial numberMichael Brown1-0/+8