aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/asn1.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-05-21[crypto] Accept UTCTime/GeneralizedTime with no "seconds" fieldMichael Brown1-0/+6
2012-05-14[crypto] Add functions for constructing ASN.1 objectsMichael Brown1-0/+139
2012-05-14[crypto] Generalise x509_parse_bit_string() to asn1_bit_string()Michael Brown1-1/+88
2012-05-14[crypto] Generalise asn1_{digest,pubkey,signature}_algorithm()Michael Brown1-8/+107
2012-05-14[crypto] Generalise x509_parse_time() to asn1_generalized_time()Michael Brown1-0/+113
2012-03-22[crypto] Avoid an error when asn1_shrink() is already at end of objectMichael Brown1-7/+12
2012-03-22[crypto] Generalise X.509 OID-identified algorithm to asn1.cMichael Brown1-0/+54
2012-03-18[crypto] Add more ASN.1 functions for X.509 certificate parsingMichael Brown1-1/+105
2012-03-13[crypto] Add ASN.1 functions for X.509 certificate parsingMichael Brown1-5/+57
2011-08-12[tls] Accept certificates without a version numberMichael Brown1-27/+48
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-1/+1
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-13/+18
2007-12-06Fix compiler warnings that appear only on OpenBSD.Michael Brown1-3/+3
2007-04-21Trivial ASN.1 decoding functions.Michael Brown1-0/+159