david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src
Michael Brown 4010890a39 [crypto] Allow an error margin on X.509 certificate validity periods
iPXE has no concept of the local time zone, mainly because there is no
viable way to obtain time zone information in the absence of local
state.  This causes potential problems with newly-issued certificates
and certificates that are about to expire.

Avoid such problems by allowing an error margin of around 12 hours on
certificate validity periods, similar to the error margin already
allowed for OCSP response timestamps.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2012-06-20 12:15:42 +01:00
..
arch [romprefix] Treat 0xffffffff as an error return from PMM 2012-06-19 19:35:48 +01:00
bin Rename .cvsignore files to .gitignore 2007-06-09 22:57:00 +01:00
config [cmdline] Add "sync" command 2012-06-09 19:00:04 +01:00
core [pending] Add concept of "pending operations" 2012-06-09 18:48:28 +01:00
crypto [crypto] Allow an error margin on X.509 certificate validity periods 2012-06-20 12:15:42 +01:00
doc [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
drivers [realtek] Support RTL8139 cards within generic Realtek driver 2012-04-28 19:10:41 +01:00
hci [cmdline] Add "sync" command 2012-06-09 19:00:04 +01:00
image [script] Avoid using stack-allocated memory in process_line() 2012-04-23 22:42:10 +01:00
include [crypto] Allow an error margin on X.509 certificate validity periods 2012-06-20 12:15:42 +01:00
interface [efi] Work around platforms which choke on EFI_PCI_DEVICE_ENABLE 2012-05-16 19:40:46 +01:00
libgcc [build] Mark __intel_new_proc_init with __libgcc rather than cdecl 2009-08-03 15:56:10 +01:00
net [dhcp] Request broadcast responses when we already have an IPv4 address 2012-06-20 12:01:50 +01:00
tests [crypto] Construct OCSP check URI 2012-05-21 23:21:38 +01:00
usr [image] Allow "imgtrust" to automatically download cross-signed certificates 2012-05-22 00:47:19 +01:00
util [util] Update mergerom.pl to handle .mrom images 2012-06-12 15:15:06 +01:00
.gitignore [build] Add support for local configuration files 2010-03-26 19:07:22 +00:00
Makefile [build] Enable warnings when building utilities 2012-04-10 19:38:54 +01:00
Makefile.housekeeping [crypto] Rename KEY= to PRIVKEY= and "key" to "privkey" 2012-05-22 01:13:43 +01:00
doxygen.cfg [build] Remove PACKED macro 2010-05-29 23:49:47 +01:00