Gitiles Standalone
repos
/
linux-4.4
/
d35282d633aa36bacd795e093207f0fc4e1ff02c
/
crypto
8825a9c
tcrypt: add code to test plain SHA Perf
by Shravani Dingari
· 9 years ago
0db3dcf
tcrypt: use testmgr w/o run-time tests
by Shravani Dingari
· 9 years ago
2251134
crypto: blkcipher: ensure geniv is null terminated
by George Bauernschmidt
· 9 years ago
19c1764
PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
by Nicolai Stange
· 10 years ago
499f9ff
X.509: Fix leap year handling again
by David Howells
· 10 years ago
f69c1b5
crypto: keywrap - memzero the correct memory
by Dan Carpenter
· 10 years ago
12426bd
crypto: algif_skcipher - Do not set MAY_BACKLOG on the async path
by Herbert Xu
· 10 years ago
66bca97
crypto: algif_skcipher - Do not dereference ctx without socket lock
by Herbert Xu
· 10 years ago
3e597bb
crypto: algif_skcipher - Do not assume that req is unchanged
by Herbert Xu
· 10 years ago
cfeab1c
crypto: user - lock crypto_alg_list on alg dump
by Mathias Krause
· 10 years ago
792c6ff
crypto: algif_hash - wait for crypto_ahash_init() to complete
by Wang, Rui Y
· 10 years ago
6bb06a4
crypto: shash - Fix has_key setting
by Herbert Xu
· 10 years ago
3dd3e25
crypto: algif_skcipher - sendmsg SG marking is off by one
by Herbert Xu
· 10 years ago
fec8bea
crypto: algif_skcipher - Load TX SG list after waiting
by Herbert Xu
· 10 years ago
d175a4e
crypto: crc32c - Fix crc32c soft dependency
by Jean Delvare
· 10 years ago
f84d1fc
crypto: algif_skcipher - Fix race condition in skcipher_check_key
by Herbert Xu
· 10 years ago
aa51954
crypto: algif_hash - Fix race condition in hash_check_key
by Herbert Xu
· 10 years ago
1bdbb041
crypto: af_alg - Forbid bind(2) when nokey child sockets are present
by Herbert Xu
· 10 years ago
40bfd37
crypto: algif_skcipher - Remove custom release parent function
by Herbert Xu
· 10 years ago
20509d9
crypto: algif_hash - Remove custom release parent function
by Herbert Xu
· 10 years ago
758c560
crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey path
by Herbert Xu
· 10 years ago
a8e70a1
crypto: algif_skcipher - Add key check exception for cipher_null
by Herbert Xu
· 10 years ago
7f5c995
crypto: skcipher - Add crypto_skcipher_has_setkey
by Herbert Xu
· 10 years ago
017db8b
crypto: algif_hash - Require setkey before accept(2)
by Herbert Xu
· 10 years ago
f2e274c
crypto: hash - Add crypto_ahash_has_setkey
by Herbert Xu
· 10 years ago
eeb2e2e
crypto: algif_skcipher - Add nokey compatibility path
by Herbert Xu
· 10 years ago
d1b886e
crypto: af_alg - Add nokey compatibility path
by Herbert Xu
· 10 years ago
aa435a1
crypto: af_alg - Fix socket double-free when accept fails
by Herbert Xu
· 10 years ago
7509864
crypto: af_alg - Disallow bind/setkey/... after accept(2)
by Herbert Xu
· 10 years ago
b238717
crypto: algif_skcipher - Require setkey before accept(2)
by Herbert Xu
· 10 years ago
b02bab6
async_tx: use GFP_NOWAIT rather than GFP_IO
by NeilBrown
· 10 years ago
8513342
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 10 years ago
0d96e4b
crypto: algif_skcipher - Use new skcipher interface
by Herbert Xu
· 10 years ago
ca43444
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 10 years ago
70d906b
crypto: skcipher - Copy iv from desc even for 0-len walks
by Jason A. Donenfeld
· 10 years ago
9cd3e07
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
by Eric Dumazet
· 10 years ago
cc25b99
X.509: Fix the time validation [ver #2]
by David Howells
· 10 years ago
65d57b30
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 10 years ago
1873499
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 10 years ago
ccc9d4a
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 10 years ago
4afa5f9
crypto: algif_hash - Only export and import on sockets with data
by Herbert Xu
· 10 years ago
dc5bc3f
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 10 years ago
146aa8b
KEYS: Merge the type-specific data with the payload data
by David Howells
· 10 years ago
271817a
crypto: asymmetric_keys - Fix unaligned access in x509_get_sig_params()
by Sowmini Varadhan
· 10 years ago
381ceef
crypto: akcipher - Don't #include crypto/public_key.h as the contents aren't used
by David Howells
· 10 years ago
3fc89ad
crypto: api - Only abort operations on fatal signal
by Herbert Xu
· 10 years ago
3535198
crypto: keywrap - add testmgr support
by Stephan Mueller
· 10 years ago
1c49678e
crypto: keywrap - enable compilation
by Stephan Mueller
· 10 years ago
e28facd
crypto: keywrap - add key wrapping block chaining mode
by Stephan Mueller
· 10 years ago
8a826a3
crypto: testmgr - test IV value after a cipher operation
by Boris BREZILLON
· 10 years ago
62f57d0
crypto: pkcs7 - Fix unaligned access in pkcs7_verify()
by Sowmini Varadhan
· 10 years ago
f5128432
crypto: jitterentropy - remove unnecessary information from a comment
by Alexander Kuleshov
· 10 years ago
22287b0
crypto: akcipher - Changes to asymmetric key API
by Tadeusz Struk
· 10 years ago
6006d452
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 10 years ago
8996eaf
crypto: ahash - ensure statesize is non-zero
by Russell King
· 10 years ago
ecdd6be
crypto: skcipher - blkcipher and ablkcipher should it be static
by Geliang Tang
· 10 years ago
284a0f6
crypto: testmgr - Disable fips-allowed for authenc() and des() ciphers
by John Haxby
· 10 years ago
e7c87be
X.509: Don't strip leading 00's from key ID when constructing key description
by David Howells
· 10 years ago
e38b6b7
crypto: x86/sha - Add build support for Intel SHA Extensions optimized SHA1 and SHA256
by tim
· 10 years ago
4dd17c9
crypto: asymmetric_keys - remove always false comparison
by sudip
· 10 years ago
f074f7b
crypto: tcrypt - avoid mapping from module image addresses
by Horia Geant?
· 10 years ago
aa57e0b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 10 years ago
84cba17
crypto: testmgr - don't copy from source IV too much
by Andrey Ryabinin
· 10 years ago
b793c00
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 10 years ago
d975f30
Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
07f081f
PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use them
by David Howells
· 10 years ago
bf43341
crypto: algif_aead - fix for multiple operations on AF_ALG sockets
by Lars Persson
· 10 years ago
12773d9
crypto: testmgr - Use new skcipher interface
by Herbert Xu
· 10 years ago
7a7ffe6
crypto: skcipher - Add top-level skcipher interface
by Herbert Xu
· 10 years ago
8f18375
crypto: cmac - allow usage in FIPS mode
by Stephan Mueller
· 10 years ago
c56f6d1
crypto: replace scatterwalk_sg_chain with sg_chain
by Dan Williams
· 10 years ago
dd43c4e
crypto: null - Add missing Kconfig tristate for NULL2
by Herbert Xu
· 10 years ago
a26bcb0
crypto: null - Use NULL2 in Makefile
by Herbert Xu
· 10 years ago
5e4b8c1
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
by Herbert Xu
· 10 years ago
b0d955b
crypto: aead - Remove old AEAD interfaces
by Herbert Xu
· 10 years ago
ba3749a
crypto: cryptd - Remove reference to crypto_aead_crt
by Herbert Xu
· 10 years ago
376e0d6
crypto: echainiv - Use generic geniv init/exit helpers
by Herbert Xu
· 10 years ago
659e7f5
crypto: seqiv - Use generic geniv init/exit helpers
by Herbert Xu
· 10 years ago
149a397
crypto: aead - Add type-safe geniv init/exit helpers
by Herbert Xu
· 10 years ago
66008d4
crypto: echainiv - Remove AEAD compatibility code
by Herbert Xu
· 10 years ago
92932d0
crypto: seqiv - Remove AEAD compatibility code
by Herbert Xu
· 10 years ago
8a2cd1c
crypto: seqiv - Remove seqniv
by Herbert Xu
· 10 years ago
60333f7
crypto: user - Remove crypto_lookup_aead call
by Herbert Xu
· 10 years ago
aa1b6bb
crypto: algboss - Remove reference to nivaead
by Herbert Xu
· 10 years ago
cfc411e
Move certificate handling to its own directory
by David Howells
· 10 years ago
772111a
PKCS#7: Add MODULE_LICENSE() to test module
by David Howells
· 10 years ago
99db443
PKCS#7: Appropriately restrict authenticated attributes and content type
by David Howells
· 10 years ago
f29299b4
KEYS: Add a name for PKEY_ID_PKCS7
by David Howells
· 10 years ago
fd19a3d
PKCS#7: Improve and export the X.509 ASN.1 time object decoder
by David Howells
· 10 years ago
60d65ca
PKCS#7: Support CMS messages also [RFC5652]
by David Howells
· 10 years ago
a4c6e57
X.509: Change recorded SKID & AKID to not include Subject or Issuer
by David Howells
· 10 years ago
2c7fd36
PKCS#7: Check content type and versions
by David Howells
· 10 years ago
104880a
crypto: authencesn - Convert to new AEAD interface
by Herbert Xu
· 10 years ago
bf20d77
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 10 years ago
443c0d7
crypto: authencesn - Fix breakage with new ESP code
by Herbert Xu
· 10 years ago
4ebdb76f
PKCS#7: Allow detached data to be supplied for signature checking purposes
by David Howells
· 10 years ago
4573b64
X.509: Support X.509 lookup by Issuer+Serial form AuthorityKeyIdentifier
by David Howells
· 10 years ago
b92e657
X.509: Extract both parts of the AuthorityKeyIdentifier
by David Howells
· 10 years ago
e94c6a7
crypto: authenc - Add Kconfig dependency on CRYPTO_NULL
by Herbert Xu
· 10 years ago
a4198fd
crypto: testmgr - Reenable authenc tests
by Herbert Xu
· 10 years ago
Next »