summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x509: Add OID for NIST P384 and extend parser for itSaulo Alessandre2021-03-261-0/+3
* x509: Add support for parsing x509 certs with ECDSA keysStefan Berger2021-03-263-3/+39
* x509: Detect sm2 keys by their parameters OIDStefan Berger2021-03-261-1/+11
* crypto: ecdsa - Register NIST P384 and extend test suiteSaulo Alessandre2021-03-263-1/+195
* crypto: ecc - Add math to support fast NIST P384Saulo Alessandre2021-03-262-75/+194
* crypto: ecc - Add NIST P384 curve parametersSaulo Alessandre2021-03-262-0/+34
* crypto: ecdsa - Add support for ECDSA signature verificationStefan Berger2021-03-268-11/+671
* Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-240-0/+0
|\
| * Merge branch 'devel-stable' of git://git.armlinux.org.uk/~rmk/linux-arm into ...Greg Kroah-Hartman2021-02-050-0/+0
| |\
* | \ Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-234-11/+11
|\ \ \
| * | | crypto: pkcs7: Use match_string() helper to simplify the codeYueHaibing2021-01-211-5/+4
| * | | PKCS#7: drop function from kernel-doc pkcs7_validate_trust_oneAlex Shi2021-01-211-1/+1
| * | | crypto: asymmetric_keys: fix some comments in pkcs7_parser.hRandy Dunlap2021-01-211-3/+2
| * | | KEYS: asymmetric: Fix kerneldocKrzysztof Kozlowski2021-01-211-2/+4
* | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-02-220-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'amba-make-remove-return-void' of https://git.pengutronix.de/git/uk...Russell King2021-02-0214-273/+447
| |\ \ \
* | \ \ \ Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-02-2141-4374/+248
|\ \ \ \ \
| * | | | | crypto: xor - Fix typo of optimizationBhaskar Chowdhury2021-02-101-1/+1
| * | | | | crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()Daniele Alessandrelli2021-02-101-0/+3
| * | | | | crypto: twofish - use unaligned accessors instead of alignmaskArd Biesheuvel2021-02-101-8/+3
| * | | | | crypto: fcrypt - drop unneeded alignmaskArd Biesheuvel2021-02-101-1/+0
| * | | | | crypto: cast6 - use unaligned accessors instead of alignmaskArd Biesheuvel2021-02-101-22/+17
| * | | | | crypto: cast5 - use unaligned accessors instead of alignmaskArd Biesheuvel2021-02-101-14/+9
| * | | | | crypto: camellia - use unaligned accessors instead of alignmaskArd Biesheuvel2021-02-101-29/+16
| * | | | | crypto: blowfish - use unaligned accessors instead of alignmaskArd Biesheuvel2021-02-101-14/+9
| * | | | | crypto: serpent - use unaligned accessors instead of alignmaskArd Biesheuvel2021-02-101-27/+17
| * | | | | crypto: serpent - get rid of obsolete tnepres variantArd Biesheuvel2021-02-105-169/+7
| * | | | | crypto: michael_mic - fix broken misalignment handlingArd Biesheuvel2021-02-101-19/+12
| * | | | | crypto: salsa20 - remove Salsa20 stream cipher algorithmArd Biesheuvel2021-01-296-1403/+1
| * | | | | crypto: tgr192 - remove Tiger 128/160/192 hash algorithmsArd Biesheuvel2021-01-296-876/+0
| * | | | | crypto: rmd320 - remove RIPE-MD 320 hash algorithmArd Biesheuvel2021-01-296-494/+1
| * | | | | crypto: rmd256 - remove RIPE-MD 256 hash algorithmArd Biesheuvel2021-01-297-441/+1
| * | | | | crypto: rmd128 - remove RIPE-MD 128 hash algorithmArd Biesheuvel2021-01-297-506/+1
| * | | | | crypto: x86 - remove glue helper moduleArd Biesheuvel2021-01-142-11/+0
| * | | | | crypto: x86/twofish - drop dependency on glue helperArd Biesheuvel2021-01-141-2/+0
| * | | | | crypto: x86/cast6 - drop dependency on glue helperArd Biesheuvel2021-01-141-1/+0
| * | | | | crypto: x86/serpent - drop dependency on glue helperArd Biesheuvel2021-01-141-3/+0
| * | | | | crypto: x86/camellia - drop dependency on glue helperArd Biesheuvel2021-01-141-2/+0
| * | | | | crypto: x86/blowfish - drop CTR mode implementationArd Biesheuvel2021-01-141-0/+1
| * | | | | crypto: x86/des - drop CTR mode implementationArd Biesheuvel2021-01-141-0/+1
| * | | | | crypto: x86/twofish - drop CTR mode implementationArd Biesheuvel2021-01-141-0/+2
| * | | | | crypto: x86/cast6 - drop CTR mode implementationArd Biesheuvel2021-01-141-0/+1
| * | | | | crypto: x86/cast5 - drop CTR mode implementationArd Biesheuvel2021-01-141-0/+1
| * | | | | crypto: x86/serpent - drop CTR mode implementationArd Biesheuvel2021-01-141-0/+3
| * | | | | crypto: x86/camellia - drop CTR mode implementationArd Biesheuvel2021-01-141-0/+1
| * | | | | crypto: x86/twofish - switch to XTS templateArd Biesheuvel2021-01-141-0/+1
| * | | | | crypto: x86/serpent- switch to XTS templateArd Biesheuvel2021-01-141-1/+1
| * | | | | crypto: x86/cast6 - switch to XTS templateArd Biesheuvel2021-01-141-1/+1
| * | | | | crypto: x86/camellia - switch to XTS templateArd Biesheuvel2021-01-141-1/+1
| * | | | | crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helperArd Biesheuvel2021-01-081-1/+0