index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-20
Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-0
/
+22
2024-05-18
Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux
Linus Torvalds
2
-10
/
+11
2024-05-17
crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytes
Stefan Berger
1
-0
/
+22
2024-05-15
Merge tag 'asymmetric-keys-next-6.10-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
6
-189
/
+330
2024-05-15
Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
3
-2
/
+87
2024-05-14
certs: Add ECDSA signature verification self-test
Joachim Vandersmissen
5
-0
/
+103
2024-05-14
certs: Move RSA self-test data to separate file
Joachim Vandersmissen
5
-189
/
+224
2024-05-14
net: change proto and proto_ops accept type
Jens Axboe
2
-10
/
+11
2024-05-14
Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
36
-864
/
+425
2024-05-13
KEYS: asymmetric: Add missing dependencies of FIPS_SIGNATURE_SELFTEST
Eric Biggers
1
-0
/
+2
2024-05-13
KEYS: asymmetric: Add missing dependency on CRYPTO_SIG
Eric Biggers
1
-0
/
+1
2024-05-10
crypto: api - use 'time_left' variable with wait_for_completion_killable_time...
Wolfram Sang
1
-4
/
+4
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-0
/
+85
2024-04-26
crypto: ecdh - Initialize ctx->private_key in proper byte order
Stefan Berger
2
-24
/
+13
2024-04-26
crypto: ecdh - Pass private key in proper byte order to check valid key
Stefan Berger
1
-3
/
+8
2024-04-26
crypto: aead,cipher - zeroize key buffer after use
Hailey Mothershead
2
-4
/
+2
2024-04-25
bpf: crypto: add skcipher to bpf crypto
Vadim Fedorenko
2
-0
/
+85
2024-04-12
X.509: Introduce scope-based x509_certificate allocation
Lukas Wunner
3
-49
/
+28
2024-04-12
crypto: x509 - Add OID for NIST P521 and extend parser for it
Stefan Berger
1
-0
/
+3
2024-04-12
crypto: asymmetric_keys - Adjust signature size calculation for NIST P521
Stefan Berger
1
-1
/
+13
2024-04-12
crypto: ecdsa - Register NIST P521 and extend test suite
Stefan Berger
3
-0
/
+184
2024-04-12
crypto: ecdsa - Rename keylen to bufsize where necessary
Stefan Berger
1
-6
/
+6
2024-04-12
crypto: ecdsa - Replace ndigits with nbits where precision is needed
Stefan Berger
1
-1
/
+1
2024-04-12
crypto: ecc - Add NIST P521 curve parameters
Stefan Berger
2
-0
/
+47
2024-04-12
crypto: ecc - Add special case for NIST P521 in ecc_point_mult
Stefan Berger
1
-1
/
+4
2024-04-12
crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
Stefan Berger
1
-0
/
+25
2024-04-12
crypto: ecc - Add nbits field to ecc_curve structure
Stefan Berger
2
-0
/
+9
2024-04-12
crypto: ecdsa - Extend res.x mod n calculation for NIST P521
Stefan Berger
1
-1
/
+1
2024-04-12
crypto: ecdsa - Adjust tests on length of key parameters
Stefan Berger
1
-1
/
+1
2024-04-12
crypto: ecdsa - Convert byte arrays with key coordinates to digits
Stefan Berger
1
-5
/
+9
2024-04-12
crypto: ecc - Use ECC_CURVE_NIST_P192/256/384_DIGITS where possible
Stefan Berger
1
-6
/
+6
2024-04-12
crypto: algboss - remove NULL check in cryptomgr_schedule_probe()
Roman Smirnov
1
-3
/
+0
2024-04-12
crypto: ecc - remove checks in crypto_ecdh_shared_secret() and ecc_make_pub_k...
Roman Smirnov
1
-2
/
+2
2024-04-05
crypto: jitter - Replace http with https
Thorsten Blum
1
-1
/
+1
2024-04-05
crypto: jitter - Remove duplicate word in comment
Thorsten Blum
1
-1
/
+1
2024-04-05
crypto: ecdh - explicitly zeroize private_key
Joachim Vandersmissen
1
-0
/
+2
2024-04-05
crypto: fips - Remove the now superfluous sentinel element from ctl_table array
Joel Granados
1
-1
/
+0
2024-04-05
crypto: jitter - Use kvfree_sensitive() to fix Coccinelle warning
Thorsten Blum
1
-2
/
+1
2024-04-02
crypto: ecdsa - Fix module auto-load on add-key
Stefan Berger
1
-0
/
+3
2024-04-02
crypto: ecc - update ecc_gen_privkey for FIPS 186-5
Joachim Vandersmissen
1
-12
/
+17
2024-04-02
crypto: ecrdsa - Fix module auto-load on add_key
Vitaly Chikunov
1
-0
/
+1
2024-04-02
crypto: remove CONFIG_CRYPTO_STATS
Eric Biggers
18
-744
/
+42
2024-03-30
net: add sk_wake_async_rcu() helper
Eric Dumazet
1
-2
/
+2
2024-03-25
Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
6
-2
/
+98
2024-03-22
Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+3
2024-03-22
Revert "crypto: pkcs7 - remove sha1 support"
Eric Biggers
6
-2
/
+98
2024-03-16
Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
9
-64
/
+110
2024-03-15
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2024-03-13
Revert "crypto: remove CONFIG_CRYPTO_STATS"
Herbert Xu
18
-47
/
+760
2024-03-08
crypto: scomp - remove memcpy if sg_nents is 1 and pages are lowmem
Barry Song
1
-7
/
+29
[next]