index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
asymmetric_keys
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-23
certs: Add support for using elliptic curve keys for signing modules
Stefan Berger
1
-0
/
+8
2021-03-26
x509: Add OID for NIST P384 and extend parser for it
Saulo Alessandre
1
-0
/
+3
2021-03-26
x509: Add support for parsing x509 certs with ECDSA keys
Stefan Berger
3
-3
/
+39
2021-03-26
x509: Detect sm2 keys by their parameters OID
Stefan Berger
1
-1
/
+11
2021-02-23
Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-11
/
+11
2021-02-16
keys: Update comment for restrict_link_by_key_or_keyring_chain
Andrew Zaborowski
1
-3
/
+4
2021-01-21
crypto: pkcs7: Use match_string() helper to simplify the code
YueHaibing
1
-5
/
+4
2021-01-21
PKCS#7: drop function from kernel-doc pkcs7_validate_trust_one
Alex Shi
1
-1
/
+1
2021-01-21
crypto: asymmetric_keys: fix some comments in pkcs7_parser.h
Randy Dunlap
1
-3
/
+2
2021-01-21
KEYS: asymmetric: Fix kerneldoc
Krzysztof Kozlowski
1
-2
/
+4
2021-01-20
X.509: Fix crash caused by NULL pointer
Tianjia Zhang
1
-1
/
+2
2020-12-31
crypto: asym_tpm: correct zero out potential secrets
Greg Kroah-Hartman
1
-1
/
+1
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
1
-1
/
+1
2020-10-08
X.509: Fix modular build of public_key_sm2
Herbert Xu
3
-64
/
+57
2020-10-08
X.509: fix error return value on the failed path
Tianjia Zhang
1
-1
/
+3
2020-09-25
X.509: support OSCCA SM2-with-SM3 certificate verification
Tianjia Zhang
4
-0
/
+71
2020-09-25
X.509: support OSCCA certificate parse
Tianjia Zhang
1
-5
/
+22
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
1
-2
/
+2
2020-08-04
Merge tag 'docs-5.9' of git://git.lwn.net/linux
Linus Torvalds
3
-3
/
+3
2020-07-15
keys: asymmetric: fix error return code in software_key_query()
Wei Yongjun
1
-0
/
+1
2020-06-19
docs: crypto: convert asymmetric-keys.txt to ReST
Mauro Carvalho Chehab
3
-3
/
+3
2019-12-12
KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() fails
Eric Biggers
2
-0
/
+2
2019-11-12
KEYS: trusted: Create trusted keys subsystem
Sumit Garg
1
-1
/
+1
2019-11-12
KEYS: Use common tpm_buf for trusted and asymmetric keys
Sumit Garg
1
-62
/
+45
2019-11-12
tpm: Move tpm_buf code to include/linux/
Sumit Garg
1
-6
/
+6
2019-09-28
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+3
2019-08-19
kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
Jiri Bohac
1
-1
/
+3
2019-08-05
PKCS#7: Introduce pkcs7_get_digest()
Thiago Jung Bauermann
1
-0
/
+33
2019-07-08
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-0
/
+3
2019-07-08
Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2019-06-27
crypto: asymmetric_keys - select CRYPTO_HASH where needed
Arnd Bergmann
1
-0
/
+3
2019-06-26
keys: Add a 'recurse' flag for keyring searches
David Howells
1
-1
/
+1
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
17
-85
/
+17
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
3
-3
/
+0
2019-04-18
crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm
Vitaly Chikunov
1
-4
/
+22
2019-04-18
X.509: parse public key parameters from x509 for akcipher
Vitaly Chikunov
4
-17
/
+97
2019-04-18
KEYS: do not kmemdup digest in {public,tpm}_key_verify_signature
Vitaly Chikunov
2
-17
/
+2
2019-04-18
crypto: akcipher - new verify API for public key algorithms
Vitaly Chikunov
2
-48
/
+20
2018-10-26
KEYS: asym_tpm: Add support for the sign operation [ver #2]
Denis Kenzior
1
-1
/
+155
2018-10-26
KEYS: asym_tpm: Implement tpm_sign [ver #2]
Denis Kenzior
1
-0
/
+87
2018-10-26
KEYS: asym_tpm: Implement signature verification [ver #2]
Denis Kenzior
1
-6
/
+100
2018-10-26
KEYS: asym_tpm: Implement the decrypt operation [ver #2]
Denis Kenzior
1
-1
/
+57
2018-10-26
KEYS: asym_tpm: Implement tpm_unbind [ver #2]
Denis Kenzior
1
-0
/
+82
2018-10-26
KEYS: asym_tpm: Add loadkey2 and flushspecific [ver #2]
Denis Kenzior
1
-0
/
+94
2018-10-26
KEYS: trusted: Expose common functionality [ver #2]
Denis Kenzior
1
-0
/
+1
2018-10-26
KEYS: asym_tpm: Implement encryption operation [ver #2]
Denis Kenzior
1
-0
/
+84
2018-10-26
KEYS: asym_tpm: Implement pkey_query [ver #2]
Denis Kenzior
1
-0
/
+135
2018-10-26
KEYS: Add parser for TPM-based keys [ver #2]
Denis Kenzior
4
-0
/
+127
2018-10-26
KEYS: asym_tpm: extract key size & public key [ver #2]
Denis Kenzior
1
-0
/
+112
2018-10-26
KEYS: asym_tpm: add skeleton for asym_tpm [ver #2]
Denis Kenzior
3
-0
/
+102
[next]