4057 Commits (e7d4d69031b944882fae786f4453e747bd9406c3)
 

Author SHA1 Message Date
  Michael Brown e7d4d69031 [console] Add "no_latin1" keymap 12 years ago
  Michael Brown 4740703d9d [console] Ignore unexpected keysyms when generating keyboard maps 12 years ago
  Michael Brown ed64732b73 [crypto] Add an explicit "RSA signature incorrect" error message 12 years ago
  Michael Brown d45392a67f [console] Add LOG_ALL as a synonym for LOG_DEBUG 12 years ago
  Michael Brown 730c972124 [image] Log image executions 12 years ago
  Michael Brown 82ecaaac91 [console] Remove "log message" usage from interactive console defaults 12 years ago
  Michael Brown cef3beaba4 [downloader] Use a more meaningful error message when out of memory 12 years ago
  Michael Brown 9445cb9f8b [downloader] Abort download immediately if buffer resizing fails 12 years ago
  Michael Brown 2834f9f6de [umalloc] Unhide umalloc()ed memory region when there are no allocations 12 years ago
  Michael Brown 920799a0ba [umalloc] Fail allocations when we run out of external memory 12 years ago
  Michael Brown 0f0a94f2fa [crypto] Disambiguate all CMS errors 12 years ago
  Michael Brown 2d11a46b71 [image] Log results of image signature checks 12 years ago
  Michael Brown 5a91f5646a [downloader] Log final status of all downloads 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 4766b1455f [build] Fix compilation under Cygwin 12 years ago
  Michael Brown 97dcc824bf [image] Add concept of trusted images 12 years ago
  Michael Brown efb0c7fce4 [bios] Set character attributes only when necessary 12 years ago
  Michael Brown 7ace2ebe94 [test] Add CMS self-tests 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 f2af64aba5 [crypto] Differentiate "untrusted root" and "incomplete chain" error cases 12 years ago
  Michael Brown 5c66395939 [crypto] Shrink raw certificate data to fit certificate 12 years ago
  Michael Brown 2cd24473b8 [crypto] Avoid an error when asn1_shrink() is already at end of object 12 years ago
  Michael Brown 2d9d0adc4e [crypto] Add previous certificate in chain as a parameter to parse_next() 12 years ago
  Michael Brown c285378388 [crypto] Parse X.509 certificate serial number 12 years ago
  Michael Brown d56499ab18 [crypto] Define ASN.1 OID-identified algorithms for all supported digests 12 years ago
  Michael Brown 38b7e43f7d [crypto] Generalise X.509 OID-identified algorithm to asn1.c 12 years ago
  Michael Brown 9a03a8e3d2 [test] Add X.509 self-tests 12 years ago
  Michael Brown b1316ef276 [crypto] Validate path length constraint in certificate chain 12 years ago
  Michael Brown 94cdbd76d6 [crypto] Treat ASN.1 OIDs as opaque 12 years ago
  Michael Brown 225be9d598 [crypto] Move all ASN.1 OIDs to asn1.h 12 years ago
  Michael Brown c76afb3605 [crypto] Use standard bit-rotation functions 12 years ago
  Michael Brown cf78afa5c5 [tls] Support sending a client certificate 12 years ago
  Michael Brown 8685280cbd [build] Allow a client certificate to be specified at build time 12 years ago
  Michael Brown 05c13716f9 [crypto] Use linker tables for RSA digestInfo prefixes 12 years ago
  Michael Brown 7869f71ae7 [tls] Treat handshake digest algorithm as a session parameter 12 years ago
  Michael Brown a156c15746 [tls] Use hybrid MD5+SHA1 algorithm 12 years ago
  Michael Brown 8583c323a2 [tls] Check certificate validity period against current date and time 12 years ago
  Michael Brown 0610bcb1d2 [tls] Parse X.509 validity times into seconds since the Epoch 12 years ago
  Michael Brown 5da712385e [tls] Include current time within the client random bytes 12 years ago
  Michael Brown 12002d6955 [time] Add RTC-based time source 12 years ago
  Michael Brown 846bde90e6 [time] Define an API for getting the current time 12 years ago