aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/x509.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-22[crypto] Parse X.509 certificate serial numberMichael Brown1-2/+29
2012-03-22[crypto] Generalise X.509 OID-identified algorithm to asn1.cMichael Brown1-95/+28
2012-03-21[crypto] Validate path length constraint in certificate chainMichael Brown1-0/+14
2012-03-19[tls] Check certificate validity period against current date and timeMichael Brown1-7/+41
2012-03-19[tls] Parse X.509 validity times into seconds since the EpochMichael Brown1-12/+14
2012-03-19[tls] Add full X.509 certificate parsingMichael Brown1-23/+1156
2012-03-18[tls] Use iPXE native RSA algorithmMichael Brown1-142/+14
2012-03-18[crypto] Add more ASN.1 functions for X.509 certificate parsingMichael Brown1-1/+1
2012-03-09[crypto] Upgrade AES and RSA code to upstream axTLS version 1.4.5Michael Brown1-0/+10
2011-08-12[tls] Accept certificates without a version numberMichael Brown1-1/+1
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-2/+2
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-02-10[tls] Use our own ASN.1 routines for certificate parsingMichael Brown1-0/+181