aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-25X.509: support OSCCA SM2-with-SM3 certificate verificationTianjia Zhang4-0/+71
2020-09-25X.509: support OSCCA certificate parseTianjia Zhang1-5/+22
2020-09-25crypto: sm2 - add SM2 test vectors to testmgrTianjia Zhang2-0/+65
2020-09-25crypto: testmgr - Fix potential memory leak in test_akcipher_one()Tianjia Zhang1-4/+7
2020-09-25crypto: testmgr - support test with different ciphertext per encryptionTianjia Zhang1-1/+6
2020-09-25crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithmTianjia Zhang4-0/+510
2020-09-25crypto: sm3 - export crypto_sm3_final functionTianjia Zhang1-3/+4
2020-09-25crypto: af_alg - add extra parameters for DRBG interfaceElena Petrova3-12/+186
2020-09-25crypto: proc - Removing some useless only space linesCorentin Labbe1-2/+2
2020-09-18crypto: Kconfig - mark unused ciphers as obsoleteArd Biesheuvel1-0/+4
2020-09-11crypto: cbc - Remove cbc.hHerbert Xu1-11/+133
2020-09-11crypto: arc4 - mark ecb(arc4) skcipher as obsoleteArd Biesheuvel2-0/+21
2020-08-28crypto: ahash - Add init_tfm/exit_tfmHerbert Xu1-1/+12
2020-08-21crypto: hash - Remove unused async iteratorsIra Weiny1-37/+4
2020-08-21crypto: tcrypt - Add support for hash speed testing with keysHerbert Xu2-34/+9
2020-08-21crypto: algif_aead - Do not set MAY_BACKLOG on the async pathHerbert Xu1-3/+4
2020-08-21crypto: algif_skcipher - EBUSY on aio should be an errorHerbert Xu1-1/+1
2020-08-21crypto: tcrypt - delete duplicated words in messagesRandy Dunlap1-2/+2
2020-08-21crypto: engine - delete duplicated wordRandy Dunlap1-1/+1
2020-08-21crypto: crct10dif_generic - fix duplicated wordsRandy Dunlap1-1/+1
2020-08-21crypto: crc32c_generic - delete and fix duplicated wordsRandy Dunlap1-2/+2
2020-08-21crypto: algif_aead - delete duplicated wordRandy Dunlap1-1/+1
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu5-1/+5
2020-08-19crypto: algapi - Move crypto_yield into internal.hHerbert Xu1-6/+10
2020-08-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-12/+1
2020-08-13crypto: algif_aead - fix uninitialized ctx->initOndrej Mosnacek2-12/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long18-32/+32
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds5-19/+3
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds3-3/+3
2020-08-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds40-444/+456
2020-07-31crypto: xts - Replace memcpy() invocation with simple assignmentArd Biesheuvel1-1/+1
2020-07-31crypto: ecc - SP800-56A rev 3 local public key validationStephan Müller2-1/+44
2020-07-31crypto: dh - SP800-56A rev 3 local public key validationStephan Müller1-25/+34
2020-07-31crypto: dh - check validity of Z before exportStephan Müller1-0/+29
2020-07-31crypto: ecdh - check validity of Z before exportStephan Müller1-3/+8
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-4/+3
2020-07-23crypto: testmgr - delete duplicated wordsRandy Dunlap1-5/+5
2020-07-23crypto: Replace HTTP links with HTTPS onesAlexander A. Klimov8-32/+32
2020-07-23padata: fold padata_alloc_possible() into padata_alloc()Daniel Jordan1-1/+1
2020-07-23padata: remove stop functionDaniel Jordan1-9/+3
2020-07-23padata: remove start functionDaniel Jordan1-3/+0
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig5-15/+0
2020-07-16crypto: lrw - prefix function and struct names with "lrw"Eric Biggers1-58/+61
2020-07-16crypto: xts - prefix function and struct names with "xts"Eric Biggers1-65/+72
2020-07-16crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSEric Biggers3-6/+0
2020-07-16crypto: algapi - use common mechanism for inheriting flagsEric Biggers22-227/+137
2020-07-16crypto: seqiv - remove seqiv_create()Eric Biggers1-15/+1
2020-07-16crypto: geniv - remove unneeded arguments from aead_geniv_alloc()Eric Biggers3-5/+6