4243 Commits (ee3636370d901bca306cf85241491f23e0f5034a)
 

Author SHA1 Message Date
  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
  Michael Brown c130001bdf [test] Add self-tests for mktime() 12 years ago
  Michael Brown bd6805a8c1 [libc] Add mktime() function 12 years ago
  Michael Brown 0b2c7885c7 [crypto] Use correct constraint for byte-addressable register 12 years ago
  Michael Brown f3a791c6de [tls] Validate server certificate 12 years ago
  Michael Brown aee3a064f2 [build] Allow trusted root certificates to be specified at build time 12 years ago
  Michael Brown 4d3b5473f8 [tls] Add full X.509 certificate parsing 12 years ago
  Michael Brown d6979e0d55 [rsa] Actually check the unused-bits byte in the public key bit string 12 years ago
  Michael Brown 3ec773cd2b [crypto] Force caller to provide temporary storage for modular calculations 12 years ago
  Michael Brown 5af9e62196 [rng] Add Linux entropy source using /dev/random 12 years ago
  Michael Brown 196f0bb081 [rng] Allow entropy_enable() to return an error 12 years ago
  Michael Brown 66f200bdac [crypto] Remove obsolete AXTLS RSA algorithm 12 years ago
  Michael Brown dc87161c30 [tls] Use iPXE native RSA algorithm 12 years ago
  Michael Brown 7fb064470f [test] Add self-tests for RSA 12 years ago
  Michael Brown 299dedcff0 [crypto] Add native RSA algorithm 12 years ago