aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto/x509.c
Commit message (Expand)AuthorAgeFilesLines
...
* [crypto] Parse X.509 certificate serial numberMichael Brown2012-03-221-2/+29
* [crypto] Generalise X.509 OID-identified algorithm to asn1.cMichael Brown2012-03-221-95/+28
* [crypto] Validate path length constraint in certificate chainMichael Brown2012-03-211-0/+14
* [tls] Check certificate validity period against current date and timeMichael Brown2012-03-191-7/+41
* [tls] Parse X.509 validity times into seconds since the EpochMichael Brown2012-03-191-12/+14
* [tls] Add full X.509 certificate parsingMichael Brown2012-03-191-23/+1156
* [tls] Use iPXE native RSA algorithmMichael Brown2012-03-181-142/+14
* [crypto] Add more ASN.1 functions for X.509 certificate parsingMichael Brown2012-03-181-1/+1
* [crypto] Upgrade AES and RSA code to upstream axTLS version 1.4.5Michael Brown2012-03-091-0/+10
* [tls] Accept certificates without a version numberMichael Brown2011-08-121-1/+1
* [build] Rename gPXE to iPXEMichael Brown2010-04-191-2/+2
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [tls] Use our own ASN.1 routines for certificate parsingMichael Brown2009-02-101-0/+181