summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-10X.509: Convert some printk calls to pr_develDavid Howells1-3/+3
2012-10-10asymmetric keys: fix printk format warningRandy Dunlap1-1/+1
2012-10-10MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checkingDavid Howells3-20/+51
2012-10-10MODSIGN: Make mrproper should remove generated files.Rusty Russell2-2/+4
2012-10-10MODSIGN: Use utf8 strings in signer's name in autogenerated X.509 certsDavid Howells1-0/+1
2012-10-10MODSIGN: Use the same digest for the autogen key sig as for the module sigDavid Howells1-1/+21
2012-10-10MODSIGN: Sign modules during the build processDavid Howells2-1/+191
2012-10-10MODSIGN: Provide a script for generating a key ID from an X.509 certDavid Howells1-0/+268
2012-10-10MODSIGN: Implement module signature checkingDavid Howells2-1/+229
2012-10-10MODSIGN: Provide module signing public keys to the kernelDavid Howells3-2/+124
2012-10-10MODSIGN: Automatically generate module signing keys if missingDavid Howells1-0/+49
2012-10-10MODSIGN: Provide Kconfig optionsDavid Howells1-0/+38
2012-10-10MODSIGN: Provide gitignore and make clean rules for extra filesDavid Howells2-0/+15
2012-10-10MODSIGN: Add FIPS policyDavid Howells1-0/+4
2012-10-10module: signature checking hookRusty Russell7-1/+157
2012-10-08X.509: Add a crypto key parser for binary (DER) X.509 certificatesDavid Howells8-0/+832
2012-10-08MPILIB: Provide a function to read raw data into an MPIDavid Howells2-0/+56
2012-10-08X.509: Add an ASN.1 decoderDavid Howells3-0/+503
2012-10-08X.509: Add simple ASN.1 grammar compilerDavid Howells7-0/+1721
2012-10-08X.509: Add utility functions to render OIDs as stringsDavid Howells2-0/+83
2012-10-08X.509: Implement simple static OID registryDavid Howells6-1/+410
2012-10-08RSA: Fix signature verification for shorter signaturesDavid Howells1-3/+11
2012-10-08RSA: Implement signature verification algorithm [PKCS#1 / RFC3447]David Howells4-0/+279
2012-10-08MPILIB: Reinstate mpi_cmp[_ui]() and export for RSA signature verificationDavid Howells2-0/+71
2012-10-08KEYS: Provide signature verification with an asymmetric keyDavid Howells3-1/+54
2012-10-08KEYS: Asymmetric public-key algorithm crypto key subtypeDavid Howells5-0/+250
2012-10-08KEYS: Asymmetric key pluggable data parsersDavid Howells2-1/+156
2012-10-08KEYS: Implement asymmetric key typeDavid Howells8-0/+273
2012-10-08KEYS: Document asymmetric key typeDavid Howells1-0/+312
2012-10-08MPILIB: Provide count_leading/trailing_zeros() based on arch functionsDavid Howells4-139/+62
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells15-102/+250
2012-09-28module: wait when loading a module which is currently initializing.Rusty Russell1-2/+26
2012-09-28module: fix symbol waiting when module fails before initRusty Russell1-4/+4
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells57-224/+168
2012-09-28MIPS: Fix module.c build for 32 bitRalf Baechle3-120/+147
2012-09-28module: taint kernel when lve module is loadedMatthew Garrett1-0/+4
2012-09-18Merge tag 'hwspinlock-3.6-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2012-09-18vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi2-2/+4
2012-09-18Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+10
2012-09-18workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn()Lai Jiangshan1-2/+10
2012-09-18Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds13-20/+60
2012-09-18memory hotplug: fix section info double registration bugqiuxishi1-6/+10
2012-09-18mm/page_alloc: fix the page address of higher page's buddy calculationLi Haifeng1-1/+1
2012-09-18drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probeKevin Hilman1-0/+5
2012-09-18compiler.h: add __visibleAndi Kleen2-0/+11
2012-09-18pid-namespace: limit value of ns_last_pid to (0, max_pid)Andrew Vagin1-1/+5
2012-09-18include/net/sock.h: squelch compiler warning in sk_rmem_schedule()Chuck Lever1-1/+1
2012-09-18slub: consider pfmemalloc_match() in get_partial_node()Joonsoo Kim1-5/+10
2012-09-18slab: fix starting index for finding another objectJoonsoo Kim1-1/+1
2012-09-18slab: do ClearSlabPfmemalloc() for all pages of slabMel Gorman1-2/+2