index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
asymmetric_keys
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KEYS: asymmetric: enforce SM2 signature use pkey algo
Tianjia Zhang
2022-08-03
1
-2
/
+5
*
pkcs7: support EC-RDSA/streebog in SignerInfo
Elvira Khabirova
2022-08-03
1
-0
/
+11
*
pkcs7: parser support SM2 and SM3 algorithms combination
Tianjia Zhang
2022-08-03
1
-0
/
+7
*
X.509: Support parsing certificate using SM2 algorithm
Tianjia Zhang
2022-08-03
1
-0
/
+3
*
certs: Add FIPS selftests
David Howells
2022-06-21
5
-1
/
+251
*
certs: Move load_certificate_list() to be with the asymmetric keys code
David Howells
2022-06-21
2
-0
/
+58
*
certs: Factor out the blacklist hash creation
Mickaël Salaün
2022-05-23
1
-1
/
+2
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2022-03-21
2
-2
/
+2
|
\
|
*
crypto: cleanup comments
Tom Rix
2022-03-03
2
-2
/
+2
*
|
KEYS: asymmetric: properly validate hash_algo and encoding
Eric Biggers
2022-03-10
1
-35
/
+76
*
|
KEYS: asymmetric: enforce that sig algo matches key algo
Eric Biggers
2022-03-10
3
-12
/
+15
*
|
KEYS: remove support for asym_tpm keys
Eric Biggers
2022-03-08
5
-1097
/
+0
*
|
KEYS: x509: remove dead code that set ->unsupported_sig
Eric Biggers
2022-03-08
1
-9
/
+0
*
|
KEYS: x509: remove never-set ->unsupported_key flag
Eric Biggers
2022-03-08
3
-15
/
+2
*
|
KEYS: x509: remove unused fields
Eric Biggers
2022-03-08
1
-2
/
+0
*
|
KEYS: x509: clearly distinguish between key and signature algorithms
Eric Biggers
2022-03-08
2
-15
/
+19
|
/
*
keys: X.509 public key issuer lookup without AKID
Andrew Zaborowski
2022-01-09
5
-35
/
+96
*
certs: Add support for using elliptic curve keys for signing modules
Stefan Berger
2021-08-23
1
-0
/
+8
*
x509: Add OID for NIST P384 and extend parser for it
Saulo Alessandre
2021-03-26
1
-0
/
+3
*
x509: Add support for parsing x509 certs with ECDSA keys
Stefan Berger
2021-03-26
3
-3
/
+39
*
x509: Detect sm2 keys by their parameters OID
Stefan Berger
2021-03-26
1
-1
/
+11
*
Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-02-23
4
-11
/
+11
|
\
|
*
crypto: pkcs7: Use match_string() helper to simplify the code
YueHaibing
2021-01-21
1
-5
/
+4
|
*
PKCS#7: drop function from kernel-doc pkcs7_validate_trust_one
Alex Shi
2021-01-21
1
-1
/
+1
|
*
crypto: asymmetric_keys: fix some comments in pkcs7_parser.h
Randy Dunlap
2021-01-21
1
-3
/
+2
|
*
KEYS: asymmetric: Fix kerneldoc
Krzysztof Kozlowski
2021-01-21
1
-2
/
+4
*
|
keys: Update comment for restrict_link_by_key_or_keyring_chain
Andrew Zaborowski
2021-02-16
1
-3
/
+4
*
|
X.509: Fix crash caused by NULL pointer
Tianjia Zhang
2021-01-20
1
-1
/
+2
|
/
*
crypto: asym_tpm: correct zero out potential secrets
Greg Kroah-Hartman
2020-12-31
1
-1
/
+1
*
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
2020-11-20
1
-1
/
+1
*
X.509: Fix modular build of public_key_sm2
Herbert Xu
2020-10-08
3
-64
/
+57
*
X.509: fix error return value on the failed path
Tianjia Zhang
2020-10-08
1
-1
/
+3
*
X.509: support OSCCA SM2-with-SM3 certificate verification
Tianjia Zhang
2020-09-25
4
-0
/
+71
*
X.509: support OSCCA certificate parse
Tianjia Zhang
2020-09-25
1
-5
/
+22
*
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-08-07
1
-2
/
+2
*
Merge tag 'docs-5.9' of git://git.lwn.net/linux
Linus Torvalds
2020-08-04
3
-3
/
+3
|
\
|
*
docs: crypto: convert asymmetric-keys.txt to ReST
Mauro Carvalho Chehab
2020-06-19
3
-3
/
+3
*
|
keys: asymmetric: fix error return code in software_key_query()
Wei Yongjun
2020-07-15
1
-0
/
+1
|
/
*
KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() fails
Eric Biggers
2019-12-12
2
-0
/
+2
*
KEYS: trusted: Create trusted keys subsystem
Sumit Garg
2019-11-12
1
-1
/
+1
*
KEYS: Use common tpm_buf for trusted and asymmetric keys
Sumit Garg
2019-11-12
1
-62
/
+45
*
tpm: Move tpm_buf code to include/linux/
Sumit Garg
2019-11-12
1
-6
/
+6
*
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-09-28
1
-1
/
+3
|
\
|
*
kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
Jiri Bohac
2019-08-19
1
-1
/
+3
*
|
PKCS#7: Introduce pkcs7_get_digest()
Thiago Jung Bauermann
2019-08-05
1
-0
/
+33
*
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-07-08
1
-0
/
+3
|
\
\
|
*
|
crypto: asymmetric_keys - select CRYPTO_HASH where needed
Arnd Bergmann
2019-06-27
1
-0
/
+3
*
|
|
Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-07-08
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
keys: Add a 'recurse' flag for keyring searches
David Howells
2019-06-26
1
-1
/
+1
|
|
/
*
/
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
2019-05-24
17
-85
/
+17
|
/
[next]