aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/oid_registry.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-18lib/oid_registry.c: remove redundant assignment to variable numColin Ian King1-1/+0
2021-07-08lib: fix spelling mistakesZhen Lei1-1/+1
2021-03-26x509: Detect sm2 keys by their parameters OIDStefan Berger1-0/+24
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2017-12-08509: fix printing uninitialized stack memory when OID is emptyEric Biggers1-2/+6
2017-12-08X.509: fix buffer overflow detection in sprint_oid()Eric Biggers1-4/+4
2017-09-08lib/oid_registry.c: X.509: fix the buffer overflow in the utility function for OID stringTakashi Iwai1-2/+2
2013-05-05Give the OID registry file module info to avoid kernel taintingDavid Howells1-0/+5
2012-10-08X.509: Add utility functions to render OIDs as stringsDavid Howells1-0/+81
2012-10-08X.509: Implement simple static OID registryDavid Howells1-0/+89