Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seblu
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
archlinux
linux-seblu
Commits
c139b83a
Commit
c139b83a
authored
1 year ago
by
Seblu
Browse files
Options
Downloads
Patches
Plain Diff
Add ECDSA crypto
parent
ac461f39
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
PKGBUILD
+1
-1
1 addition, 1 deletion
PKGBUILD
config.x86_64
+3
-3
3 additions, 3 deletions
config.x86_64
with
4 additions
and
4 deletions
PKGBUILD
+
1
−
1
View file @
c139b83a
...
...
@@ -21,7 +21,7 @@ _stable=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
source
=(
"git+
$_stable
#tag=v6.3-rc3"
"config.
$CARCH
"
)
sha256sums
=(
'SKIP'
'
c8975a61300c5b38895e9c32759de52c6aaf823fa2534e57d2b8246f580897ff
'
)
'
67f13ae43bac8241e800638e1bb492b504549ab4705db8d0916a152debb7e4b4
'
)
prepare
()
{
[[
-d
linux-stable
]]
&&
ln
-snf
linux-stable linux
...
...
This diff is collapsed.
Click to expand it.
config.x86_64
+
3
−
3
View file @
c139b83a
...
...
@@ -8853,7 +8853,7 @@ CONFIG_CRYPTO_DH=y
CONFIG_CRYPTO_DH_RFC7919_GROUPS=y
CONFIG_CRYPTO_ECC=m
CONFIG_CRYPTO_ECDH=m
#
CONFIG_CRYPTO_ECDSA
is not set
CONFIG_CRYPTO_ECDSA
=m
CONFIG_CRYPTO_ECRDSA=m
CONFIG_CRYPTO_SM2=m
CONFIG_CRYPTO_CURVE25519=m
...
...
@@ -8964,8 +8964,8 @@ CONFIG_CRYPTO_ZSTD=y
CONFIG_CRYPTO_ANSI_CPRNG=m
CONFIG_CRYPTO_DRBG_MENU=y
CONFIG_CRYPTO_DRBG_HMAC=y
#
CONFIG_CRYPTO_DRBG_HASH
is not set
#
CONFIG_CRYPTO_DRBG_CTR
is not set
CONFIG_CRYPTO_DRBG_HASH
=y
CONFIG_CRYPTO_DRBG_CTR
=y
CONFIG_CRYPTO_DRBG=y
CONFIG_CRYPTO_JITTERENTROPY=y
# end of Random number generation
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment