summaryrefslogtreecommitdiffstats
path: root/lib/asn1_decoder.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-171-0/+3
|\
| * lib: asn1_decoder - add MODULE_LICENSE("GPL")Tudor Ambarus2016-05-031-0/+3
* | KEYS: Fix ASN.1 indefinite length object parsingDavid Howells2016-05-121-7/+9
|/
* ASN.1: Handle 'ANY OPTIONAL' in grammarDavid Howells2015-08-051-0/+8
* ASN.1: Fix non-match detection failure on data overrunDavid Howells2015-08-051-3/+2
* ASN.1: Fix actions on CHOICE elements with IMPLICIT tagsDavid Howells2015-08-051-1/+13
* lib/asn1_decoder.c: kernel-doc warning fixFabian Frederick2014-06-041-1/+1
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-191-4/+4
|\
| * ASN.1: Use the ASN1_LONG_TAG and ASN1_INDEFINITE_LENGTH constantsDavid Howells2012-12-141-4/+4
* | ASN.1: Fix an indefinite length skip errorDavid Howells2012-12-051-1/+1
|/
* X.509: Fix indefinite length element skip error handlingDavid Howells2012-10-101-9/+19
* X.509: Add an ASN.1 decoderDavid Howells2012-10-081-0/+477