index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
crypto
/
x509.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[crypto] Add x509_truncate() to truncate a certificate chain
Michael Brown
2024-02-14
1
-9
/
+23
*
[x509] Use case-insensitive comparison for certificate names
Michael Brown
2021-05-18
1
-1
/
+2
*
[x509] Clarify debug message for an untrusted X.509 issuer
Josh McSavaney
2020-12-28
1
-1
/
+1
*
[x509] Make root of trust a reference-counted structure
Michael Brown
2020-12-09
1
-11
/
+45
*
[x509] Record root of trust used when validating a certificate
Michael Brown
2020-12-08
1
-4
/
+19
*
[asn1] Rename ASN1_OID_CURSOR to ASN1_CURSOR
Michael Brown
2020-12-08
1
-9
/
+9
*
[ocsp] Centralise test for whether or not an OCSP check is required
Michael Brown
2018-03-18
1
-2
/
+2
*
[crypto] Add certstat() to display basic certificate information
Michael Brown
2016-08-31
1
-2
/
+2
*
[crypto] Generalise X.509 "valid" field to a "flags" field
Michael Brown
2016-08-25
1
-4
/
+4
*
[crypto] Add image_x509() to extract X.509 certificates from image
Michael Brown
2016-08-25
1
-0
/
+42
*
[crypto] Support SHA-{224,384,512} in X.509 certificates
Michael Brown
2015-08-02
1
-0
/
+3
*
[base16] Add buffer size parameter to base16_encode() and base16_decode()
Michael Brown
2015-04-24
1
-1
/
+2
*
[build] Fix the REQUIRE_SYMBOL mechanism
Michael Brown
2015-03-05
1
-0
/
+3
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[crypto] Fix debug message
Michael Brown
2014-07-12
1
-1
/
+1
*
[crypto] Add support for iPAddress subject alternative names
Michael Brown
2014-07-11
1
-0
/
+55
*
[crypto] Allow wildcard matches on commonName as well as subjectAltName
Michael Brown
2014-04-01
1
-10
/
+8
*
[crypto] Add support for subjectAltName and wildcard certificates
Michael Brown
2014-03-31
1
-8
/
+132
*
[crypto] Allow signed timestamp error margin to be configured at build time
Michael Brown
2014-03-30
1
-2
/
+3
*
[crypto] Use fingerprint when no common name is available for debug messages
Michael Brown
2014-03-28
1
-4
/
+14
*
[crypto] Generalise X.509 cache to a full certificate store
Michael Brown
2014-03-28
1
-61
/
+32
*
[crypto] Remove dynamically-allocated storage for certificate OCSP URI
Michael Brown
2014-03-25
1
-26
/
+7
*
[crypto] Remove dynamically-allocated storage for certificate name
Michael Brown
2014-03-25
1
-50
/
+86
*
[crypto] Report meaningful error when certificate chain validation fails
Michael Brown
2013-05-10
1
-7
/
+5
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[arp] Try to avoid discarding ARP cache entries
Michael Brown
2012-07-09
1
-1
/
+1
*
[crypto] Allow an error margin on X.509 certificate validity periods
Michael Brown
2012-06-20
1
-2
/
+2
*
[crypto] Require OCSP check if certificate provides an OCSP URI
Michael Brown
2012-05-22
1
-0
/
+12
*
[crypto] Return a NULL X.509 certificate if construction fails
Michael Brown
2012-05-21
1
-0
/
+1
*
[crypto] Add framework for OCSP
Michael Brown
2012-05-15
1
-3
/
+3
*
[crypto] Parse OCSPSigning key purpose, if present
Michael Brown
2012-05-14
1
-0
/
+8
*
[crypto] Generalise x509_parse_bit_string() to asn1_bit_string()
Michael Brown
2012-05-14
1
-93
/
+16
*
[crypto] Generalise asn1_{digest,pubkey,signature}_algorithm()
Michael Brown
2012-05-14
1
-66
/
+13
*
[crypto] Generalise x509_parse_time() to asn1_generalized_time()
Michael Brown
2012-05-14
1
-116
/
+10
*
[crypto] Parse X.509 raw public key bit string
Michael Brown
2012-05-14
1
-2
/
+8
*
[crypto] Reduce standard debugging output
Michael Brown
2012-05-09
1
-47
/
+49
*
[crypto] Add x509_auto_append()
Michael Brown
2012-05-08
1
-0
/
+66
*
[crypto] Add x509_append_raw()
Michael Brown
2012-05-08
1
-0
/
+32
*
[crypto] Check that common name contains no NUL characters
Michael Brown
2012-05-08
1
-0
/
+9
*
[crypto] Allow for X.509 certificates with no common name
Michael Brown
2012-05-08
1
-3
/
+3
*
[crypto] Allow certificate chains to be long-lived data structures
Michael Brown
2012-05-04
1
-116
/
+362
*
[crypto] Parse OCSP responder URI from X.509 certificate
Michael Brown
2012-05-04
1
-6
/
+142
*
[crypto] Parse X.509 extended key usage extension
Michael Brown
2012-03-22
1
-0
/
+85
*
[crypto] Differentiate "untrusted root" and "incomplete chain" error cases
Michael Brown
2012-03-22
1
-1
/
+13
*
[crypto] Shrink raw certificate data to fit certificate
Michael Brown
2012-03-22
1
-0
/
+1
*
[crypto] Add previous certificate in chain as a parameter to parse_next()
Michael Brown
2012-03-22
1
-4
/
+6
*
[crypto] Parse X.509 certificate serial number
Michael Brown
2012-03-22
1
-2
/
+29
*
[crypto] Generalise X.509 OID-identified algorithm to asn1.c
Michael Brown
2012-03-22
1
-95
/
+28
*
[crypto] Validate path length constraint in certificate chain
Michael Brown
2012-03-21
1
-0
/
+14
*
[tls] Check certificate validity period against current date and time
Michael Brown
2012-03-19
1
-7
/
+41
[next]