Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
109728ccc5933151c68d1106e4065478a487a323
/
crypto
/
asymmetric_keys
5fb94e9
docs: Fix some broken references
by Mauro Carvalho Chehab
· 6 years ago
4fa8bc9
kbuild: rename *-asn1.[ch] to *.asn1.[ch]
by Masahiro Yamada
· 7 years ago
3ca3273e
kbuild: clean up *-asn1.[ch] patterns from top-level Makefile
by Masahiro Yamada
· 7 years ago
9ce285c
.gitignore: move *-asn1.[ch] patterns to the top-level .gitignore
by Masahiro Yamada
· 7 years ago
4b34968
X.509: fix NULL dereference when restricting key with unsupported_sig
by Eric Biggers
· 7 years ago
437499e
X.509: fix BUG_ON() when hash algorithm is unsupported
by Eric Biggers
· 7 years ago
6459ae3
PKCS#7: fix direct verification of SignerInfo signature
by Eric Biggers
· 7 years ago
29f4a67
PKCS#7: fix certificate blacklisting
by Eric Biggers
· 7 years ago
971b42c
PKCS#7: fix certificate chain verification
by Eric Biggers
· 7 years ago
54c1fb3
X.509: fix comparisons of ->pkey_algo
by Eric Biggers
· 7 years ago
aa33003
X.509: use crypto_shash_digest()
by Eric Biggers
· 7 years ago
72f9a07
KEYS: be careful with error codes in public_key_verify_signature()
by Eric Biggers
· 7 years ago
a80745a
pkcs7: use crypto_shash_digest()
by Eric Biggers
· 7 years ago
7204eb8
pkcs7: fix check for self-signed certificate
by Eric Biggers
· 7 years ago
8ecb506
pkcs7: return correct error code if pkcs7_check_authattrs() fails
by Eric Biggers
· 7 years ago
0f30cbea
X.509: reject invalid BIT STRING for subjectPublicKey
by Eric Biggers
· 7 years ago
1e684d3
pkcs7: Set the module licence to prevent tainting
by David Howells
· 7 years ago
37dc795
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
0ca2a04
crypto: move pub key to generic async completion
by Gilad Ben-Yossef
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
68a1fdb
pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.
by Eric Sesterhenn
· 7 years ago
b3811d3
KEYS: checking the input id parameters before finding asymmetric key
by Chun-Yi Lee
· 7 years ago
6a6d2a7
KEYS: Fix the wrong index when checking the existence of second id
by Chun-Yi Lee
· 7 years ago
da7798a
crypto : asymmetric_keys : verify_pefile:zero memory content before freeing
by Loganaden Velvindron
· 7 years ago
4e88016
X.509: Fix error code in x509_cert_parse()
by Dan Carpenter
· 7 years ago
e68368ae
crypto: asymmetric_keys - handle EBUSY due to backlog correctly
by Gilad Ben-Yossef
· 7 years ago
8e323a0
KEYS: Keyring asymmetric key restrict method with chaining
by Mat Martineau
· 8 years ago
7e3c4d2
KEYS: Restrict asymmetric key linkage using a specific keychain
by Mat Martineau
· 8 years ago
97d3aa0
KEYS: Add a lookup_restriction function for the asymmetric key type
by Mat Martineau
· 8 years ago
aaf66c8
KEYS: Split role of the keyring pointer for keyring restrict functions
by Mat Martineau
· 8 years ago
03bb793
PKCS#7: Handle blacklisted certificates
by David Howells
· 8 years ago
4365295
X.509: Allow X.509 certs to be blacklisted
by David Howells
· 8 years ago
19c75bc
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
fbb7263
crypto: asymmetric_keys - set error code on failure
by Pan Bian
· 8 years ago
2b95fda
X.509: Fix double free in x509_cert_parse() [ver #3]
by Andrey Ryabinin
· 8 years ago
acddc72
KEYS: Fix for erroneous trust of incorrectly signed X.509 certs
by Mat Martineau
· 8 years ago
d128471
pefile: Fix the failure of calculation for digest
by Lans Zhang
· 8 years ago
a46e667
PKCS#7: Fix panic when referring to the empty AKID when DEBUG defined
by Lans Zhang
· 8 years ago
4469854
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
bad6a18
crypto: public_key: select CRYPTO_AKCIPHER
by Arnd Bergmann
· 8 years ago
3c8f227
KEYS: The PKCS#7 test key type should use the secondary keyring
by David Howells
· 8 years ago
a511e1a
KEYS: Move the point of trust determination to __key_link()
by David Howells
· 9 years ago
99716b7
KEYS: Make the system trusted keyring depend on the asymmetric key type
by David Howells
· 9 years ago
cfb664f
X.509: Move the trust validation code out to its own file
by David Howells
· 9 years ago
5f7f5c8
X.509: Use verify_signature() if we have a struct key * to use
by David Howells
· 9 years ago
9eb0298
KEYS: Generalise x509_request_asymmetric_key()
by David Howells
· 9 years ago
983023f
KEYS: Move x509_request_asymmetric_key() to asymmetric_type.c
by David Howells
· 9 years ago
bda850c
PKCS#7: Make trust determination dependent on contents of trust keyring
by David Howells
· 9 years ago
e68503b
KEYS: Generalise system_verify_data() to provide access to internal content
by David Howells
· 9 years ago
ad3043f
X.509: Fix self-signed determination
by David Howells
· 9 years ago
6c2dc5a
X.509: Extract signature digest and make self-signed cert checks earlier
by David Howells
· 9 years ago
566a117
PKCS#7: Make the signature a pointer rather than embedding it
by David Howells
· 9 years ago
77d0910
X.509: Retain the key verification data
by David Howells
· 9 years ago
a022ec0
KEYS: Add identifier pointers to public_key_signature struct
by David Howells
· 9 years ago
3b76456
KEYS: Allow authentication data to be stored in an asymmetric key
by David Howells
· 9 years ago
864e7a8
X.509: Whitespace cleanup
by David Howells
· 9 years ago
06af9b0
PKCS#7: fix missing break on OID_sha224 case
by Colin Ian King
· 9 years ago
62f444e
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
e543589
PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
by Nicolai Stange
· 9 years ago
4e8ae72
X.509: Make algo identifiers text instead of enum
by David Howells
· 9 years ago
d43de6c
akcipher: Move the RSA DER encoding check to the crypto layer
by David Howells
· 9 years ago
7650cb8
X.509: Handle midnight alternative notation in GeneralizedTime
by David Howells
· 9 years ago
da02559
X.509: Support leap seconds
by David Howells
· 9 years ago
ac4cbed
X.509: Fix leap year handling again
by David Howells
· 9 years ago
06aae592
PKCS#7: fix unitialized boolean 'want'
by Colin Ian King
· 9 years ago
db6c43b
crypto: KEYS: convert public key and digsig asym to the akcipher api
by Tadeusz Struk
· 9 years ago
f75516a
crypto: keys - Revert "convert public key to akcipher api"
by Herbert Xu
· 9 years ago
57f96bb
crypto: asymmetric_keys - convert public key and digsig asym to the akcipher api
by Tadeusz Struk
· 9 years ago
7ee7014
PKCS#7: Don't require SpcSpOpusInfo in Authenticode pkcs7 signatures
by Peter Jones
· 9 years ago
5807fca
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 9 years ago
41c89b6
IMA: create machine owner and blacklist keyrings
by Petko Manolov
· 9 years ago
1f6a9ab
crypto: asymmetric_keys - signature.c does not need <module.h>
by Paul Gortmaker
· 9 years ago
cc25b99
X.509: Fix the time validation [ver #2]
by David Howells
· 9 years ago
1873499
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 9 years ago
ccc9d4a
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
146aa8b
KEYS: Merge the type-specific data with the payload data
by David Howells
· 9 years ago
271817a
crypto: asymmetric_keys - Fix unaligned access in x509_get_sig_params()
by Sowmini Varadhan
· 9 years ago
62f57d0
crypto: pkcs7 - Fix unaligned access in pkcs7_verify()
by Sowmini Varadhan
· 9 years ago
e7c87be
X.509: Don't strip leading 00's from key ID when constructing key description
by David Howells
· 9 years ago
4dd17c9
crypto: asymmetric_keys - remove always false comparison
by sudip
· 9 years ago
07f081f
PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use them
by David Howells
· 9 years ago
772111a
PKCS#7: Add MODULE_LICENSE() to test module
by David Howells
· 9 years ago
99db443
PKCS#7: Appropriately restrict authenticated attributes and content type
by David Howells
· 9 years ago
f29299b4
KEYS: Add a name for PKEY_ID_PKCS7
by David Howells
· 9 years ago
fd19a3d
PKCS#7: Improve and export the X.509 ASN.1 time object decoder
by David Howells
· 9 years ago
60d65ca
PKCS#7: Support CMS messages also [RFC5652]
by David Howells
· 9 years ago
a4c6e57
X.509: Change recorded SKID & AKID to not include Subject or Issuer
by David Howells
· 9 years ago
2c7fd36
PKCS#7: Check content type and versions
by David Howells
· 9 years ago
4ebdb76f
PKCS#7: Allow detached data to be supplied for signature checking purposes
by David Howells
· 9 years ago
4573b64
X.509: Support X.509 lookup by Issuer+Serial form AuthorityKeyIdentifier
by David Howells
· 9 years ago
b92e657
X.509: Extract both parts of the AuthorityKeyIdentifier
by David Howells
· 9 years ago
9d86b41
Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 9 years ago
e22619a
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 9 years ago
2cdcc35
crypto: asymmetric_keys/rsa - Use non-conflicting variable name
by Guenter Roeck
· 9 years ago
8877558
crypto/asymmetric_keys: pkcs7_key_type needs module.h
by Paul Gortmaker
· 10 years ago
f2b3dee
KEYS: fix "ca_keys=" partial key matching
by Mimi Zohar
· 10 years ago
5e40d33
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 10 years ago
d401658
KEYS: output last portion of fingerprint in /proc/keys
by Dmitry Kasatkin
· 10 years ago
7a224e7
KEYS: strip 'id:' from ca_keyid
by Dmitry Kasatkin
· 10 years ago
8dd6098
KEYS: use swapped SKID for performing partial matching
by Dmitry Kasatkin
· 10 years ago
Next »