summaryrefslogtreecommitdiff
path: root/lib/asn1_decoder.c
Commit message (Expand)AuthorAge
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-17
|\
| * lib: asn1_decoder - add MODULE_LICENSE("GPL")Tudor Ambarus2016-05-03
* | KEYS: Fix ASN.1 indefinite length object parsingDavid Howells2016-05-12
|/
* ASN.1: Handle 'ANY OPTIONAL' in grammarDavid Howells2015-08-05
* ASN.1: Fix non-match detection failure on data overrunDavid Howells2015-08-05
* ASN.1: Fix actions on CHOICE elements with IMPLICIT tagsDavid Howells2015-08-05
* lib/asn1_decoder.c: kernel-doc warning fixFabian Frederick2014-06-04
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-19
|\
| * ASN.1: Use the ASN1_LONG_TAG and ASN1_INDEFINITE_LENGTH constantsDavid Howells2012-12-14
* | ASN.1: Fix an indefinite length skip errorDavid Howells2012-12-05
|/
* X.509: Fix indefinite length element skip error handlingDavid Howells2012-10-10
* X.509: Add an ASN.1 decoderDavid Howells2012-10-08