summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [tls] Mark security negotiation as a pending operationMichael Brown2012-06-091-4/+5
* [pending] Add concept of "pending operations"Michael Brown2012-06-092-0/+35
* [crypto] Construct OCSP check URIMichael Brown2012-05-221-0/+2
* [crypto] Add framework for OCSPMichael Brown2012-05-154-0/+125
* [crypto] Add functions for constructing ASN.1 objectsMichael Brown2012-05-141-0/+33
* [crypto] Parse OCSPSigning key purpose, if presentMichael Brown2012-05-142-0/+8
* [crypto] Generalise x509_parse_bit_string() to asn1_bit_string()Michael Brown2012-05-142-21/+11Star
* [crypto] Generalise asn1_{digest,pubkey,signature}_algorithm()Michael Brown2012-05-141-2/+8
* [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-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
* [mii] Synchronise constants with current Linux include/linux/mii.hMichael Brown2012-04-181-116/+113Star
* [mii] Remove unused functionalityMichael Brown2012-04-181-59/+0Star
* [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
* [libc] Allow strtoul() to interpret negative numbersMichael Brown2012-04-171-4/+0Star
* [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/+0Star
* [console] Move putchar() and getchar() declarations to stdio.hMichael Brown2012-03-263-3/+5