2018 Commits (master)

Author SHA1 Message Date
  Michael Brown 4aad46ac70 [crypto] Generalise x509_parse_bit_string() to asn1_bit_string() 12 years ago
  Michael Brown 7deb610881 [crypto] Generalise asn1_{digest,pubkey,signature}_algorithm() 12 years ago
  Michael Brown 88c09b36cf [crypto] Generalise x509_parse_time() to asn1_generalized_time() 12 years ago
  Michael Brown e5858c1938 [crypto] Parse X.509 raw public key bit string 12 years ago
  Michael Brown 3e6e0078e0 [crypto] Automatically download cross-signed certificates 12 years ago
  Michael Brown 2e4be01690 [xferbuf] Add generic data-transfer buffer 12 years ago
  Michael Brown f19565f58f [tls] Use asynchronous certificate validator 12 years ago
  Michael Brown 29dcb0631b [crypto] Add asynchronous certificate validator 12 years ago
  Michael Brown 1a5f025ad8 [crypto] Add x509_auto_append() 12 years ago
  Michael Brown 99c798d87a [crypto] Add x509_append_raw() 12 years ago
  Michael Brown 6ba7fb7c5c [list] Add list_last_entry() 12 years ago
  Michael Brown 557f467bab [crypto] Allow certificate chains to be long-lived data structures 12 years ago
  Michael Brown 6ed905aba2 [time] Add Linux time source using gettimeofday() 12 years ago
  Michael Brown 601cb3610f [crypto] Parse OCSP responder URI from X.509 certificate 12 years ago
  Michael Brown f91995f193 [list] Add list_for_each_entry_continue() and _continue_reverse() 12 years ago
  Michael Brown 838a76a042 [menu] Add "--default" option to "choose" command 12 years ago
  Michael Brown 1fe27a3e0e [myson] Replace driver for Myson Technology NICs 12 years ago
  Michael Brown 2c1e8d2cb1 [natsemi] Replace driver for National Semicondutor NICs 12 years ago
  Michael Brown 63d9cc28b9 [crypto] Allow client certificate to be changed without a rebuild 12 years ago
  Michael Brown 945e428137 [intel] Replace driver for Intel Gigabit NICs 12 years ago
  Michael Brown 38d2ad8676 [skel] Add skeleton network driver 12 years ago
  Michael Brown 02f1f3066d [crypto] Allow trusted root certificate to be changed without a rebuild 12 years ago
  Michael Brown 31e60de676 [settings] Add fetch_setting_copy() 12 years ago
  Michael Brown 62eb2294f0 [multiboot] Place multiboot modules low in memory 12 years ago
  Michael Brown 2a0154db5b [realtek] Replace driver for Realtek Gigabit NICs 12 years ago
  Michael Brown 9b2aabe534 [mii] Add generic MII reset function 12 years ago
  Michael Brown d27e6d6efd [mii] Synchronise constants with current Linux include/linux/mii.h 12 years ago
  Michael Brown 2f3f0ca953 [mii] Remove unused functionality 12 years ago
  Michael Brown 831b16adde [settings] Split fetching and storing out of setting type handlers 12 years ago
  Michael Brown 46409231ba [test] Add self-tests for setting types 12 years ago
  Michael Brown 1d33649516 [libc] Allow strtoul() to interpret negative numbers 12 years ago
  Michael Brown 943b3003bd [syslog] Add basic support for encrypted syslog via TLS 12 years ago
  Michael Brown 3425726cf3 [menu] Add menu commands 12 years ago
  Michael Brown 493f194531 [menu] Add menu user interface 12 years ago
  Michael Brown 0d2fba2887 [menu] Add the abstract concept of a menu 12 years ago
  Michael Brown 0b1fe005b3 [parseopt] Allow "prompt" command to accept character literals for --key 12 years ago
  Michael Brown d45392a67f [console] Add LOG_ALL as a synonym for LOG_DEBUG 12 years ago
  Michael Brown 3ff7927d2f [syslog] Pass internal syslog() priority through to syslog console 12 years ago
  Michael Brown c2875ae329 [console] Do not share ANSI escape context between lineconsole users 12 years ago
  Michael Brown 24b7296319 [console] Add "log message" console usage and an internal syslog() call 12 years ago
  Michael Brown 64d17dbd50 [console] Exclude text-based UI output from logfile-based consoles 12 years ago
  Michael Brown e024cd39a8 [console] Allow usage to be defined independently for each console 12 years ago
  Michael Brown b35d454422 [console] Remove unused "btext" console 12 years ago
  Michael Brown a6d49c17c9 [console] Move putchar() and getchar() declarations to stdio.h 12 years ago
  Michael Brown d1465f7b0b [image] Add the "imgtrust" and "imgverify" commands 12 years ago
  Michael Brown 1c127a6962 [image] Simplify image management commands and internal API 12 years ago
  Michael Brown 97dcc824bf [image] Add concept of trusted images 12 years ago
  Michael Brown bdb69d587e [crypto] Add support for Cryptographic Message Syntax (PKCS #7) 12 years ago
  Michael Brown fe6e741c62 [crypto] Parse X.509 extended key usage extension 12 years ago
  Michael Brown 2d9d0adc4e [crypto] Add previous certificate in chain as a parameter to parse_next() 12 years ago