aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [crypto] Generalise x509_parse_time() to asn1_generalized_time()Michael Brown2012-05-141-0/+3
* [crypto] Parse X.509 raw public key bit stringMichael Brown2012-05-141-1/+3
* [crypto] Automatically download cross-signed certificatesMichael Brown2012-05-081-0/+3
* [xferbuf] Add generic data-transfer bufferMichael Brown2012-05-082-0/+32
* [tls] Use asynchronous certificate validatorMichael Brown2012-05-081-2/+7
* [crypto] Add asynchronous certificate validatorMichael Brown2012-05-082-0/+18
* [crypto] Add x509_auto_append()Michael Brown2012-05-081-0/+2
* [crypto] Add x509_append_raw()Michael Brown2012-05-081-0/+16
* [list] Add list_last_entry()Michael Brown2012-05-081-0/+13
* [crypto] Allow certificate chains to be long-lived data structuresMichael Brown2012-05-043-38/+174
* [time] Add Linux time source using gettimeofday()Michael Brown2012-05-043-1/+19
* [crypto] Parse OCSP responder URI from X.509 certificateMichael Brown2012-05-042-4/+51
* [list] Add list_for_each_entry_continue() and _continue_reverse()Michael Brown2012-05-041-0/+26
* [menu] Add "--default" option to "choose" commandMichael Brown2012-04-281-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-231-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
* [mii] Synchronise constants with current Linux include/linux/mii.hMichael Brown2012-04-181-116/+113
* [mii] Remove unused functionalityMichael Brown2012-04-181-59/+0
* [settings] Split fetching and storing out of setting type handlersMichael Brown2012-04-172-29/+14
* [test] Add self-tests for setting typesMichael Brown2012-04-171-0/+2
* [libc] Allow strtoul() to interpret negative numbersMichael Brown2012-04-171-4/+0
* [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
* [console] Add LOG_ALL as a synonym for LOG_DEBUGMichael Brown2012-03-271-0/+3
* [syslog] Pass internal syslog() priority through to syslog consoleMichael Brown2012-03-263-12/+32
* [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-263-3/+92
* [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-262-14/+53
* [console] Remove unused "btext" consoleMichael Brown2012-03-261-62/+0
* [console] Move putchar() and getchar() declarations to stdio.hMichael Brown2012-03-263-3/+5
* [image] Add the "imgtrust" and "imgverify" commandsMichael Brown2012-03-252-0/+18
* [image] Simplify image management commands and internal APIMichael Brown2012-03-243-46/+13
* [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