summaryrefslogtreecommitdiffstats
path: root/src/crypto/asn1.c
Commit message (Expand)AuthorAgeFilesLines
* [crypto] Expose asn1_grow()Michael Brown2017-06-201-1/+1
* [crypto] Enable both DER and PEM formats by defaultMichael Brown2016-07-291-0/+42
* [crypto] Allow for parsing of partial ASN.1 cursorsMichael Brown2016-07-281-6/+7
* [crypto] Allow for zero-length ASN.1 cursorsMichael Brown2016-03-111-12/+0Star
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [crypto] Accept UTCTime/GeneralizedTime with no "seconds" fieldMichael Brown2012-05-221-0/+6
* [crypto] Add functions for constructing ASN.1 objectsMichael Brown2012-05-141-0/+139
* [crypto] Generalise x509_parse_bit_string() to asn1_bit_string()Michael Brown2012-05-141-1/+88
* [crypto] Generalise asn1_{digest,pubkey,signature}_algorithm()Michael Brown2012-05-141-8/+107
* [crypto] Generalise x509_parse_time() to asn1_generalized_time()Michael Brown2012-05-141-0/+113
* [crypto] Avoid an error when asn1_shrink() is already at end of objectMichael Brown2012-03-221-7/+12
* [crypto] Generalise X.509 OID-identified algorithm to asn1.cMichael Brown2012-03-221-0/+54
* [crypto] Add more ASN.1 functions for X.509 certificate parsingMichael Brown2012-03-181-1/+105
* [crypto] Add ASN.1 functions for X.509 certificate parsingMichael Brown2012-03-131-5/+57
* [tls] Accept certificates without a version numberMichael Brown2011-08-131-27/+48
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-1/+1
* [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-13/+18
* Fix compiler warnings that appear only on OpenBSD.Michael Brown2007-12-061-3/+3
* Trivial ASN.1 decoding functions.Michael Brown2007-04-211-0/+159