linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-06 18:04:04 to 2018-03-16 20:38:37 UTC [more...]

[PATCH v6 00/12] Appended signatures support for IMA appraisal
 2018-03-16 20:38 UTC  (13+ messages)
` [PATCH v6 01/12] MODSIGN: Export module signature definitions
` [PATCH v6 02/12] PKCS#7: Introduce pkcs7_get_message_sig() and verify_pkcs7_message_sig()
` [PATCH v6 03/12] PKCS#7: Introduce pkcs7_get_digest()
` [PATCH v6 04/12] ima: Introduce is_ima_sig()
` [PATCH v6 05/12] integrity: Introduce integrity_keyring_from_id()
` [PATCH v6 06/12] integrity: Introduce asymmetric_sig_has_known_key()
` [PATCH v6 07/12] integrity: Select CONFIG_KEYS instead of depending on it
` [PATCH v6 08/12] ima: Export func_tokens
` [PATCH v6 09/12] ima: Add modsig appraise_type option for module-style appended signatures
` [PATCH v6 10/12] ima: Add functions to read and verify a modsig signature
` [PATCH v6 11/12] ima: Implement support for module-style appended signatures
` [PATCH v6 12/12] ima: Write modsig to the measurement list

[PATCH v2 00/21] Allow compile-testing NO_DMA (drivers)
 2018-03-16 16:01 UTC  (32+ messages)
` [PATCH v2 02/21] ata: Remove depends on HAS_DMA in case of platform dependency
  ` [PATCH v2 01/21] ASoC: "
  ` [PATCH v2 03/21] crypto: "
  ` [PATCH v2 04/21] fbdev: "
  ` [PATCH v2 05/21] firewire: "
  ` [PATCH v2 06/21] fpga: "
  ` [PATCH v2 07/21] i2c: "
  ` [PATCH v2 08/21] iio: adc: "
  ` [PATCH v2 09/21] iommu: "
  ` [PATCH v2 10/21] lightnvm: "
  ` [PATCH v2 11/21] mailbox: "
  ` [PATCH v2 12/21] media: "
  ` [PATCH v2 13/21] mmc: "
  ` [PATCH v2 14/21] mtd: "
  ` [PATCH v2 15/21] net: "
  ` [PATCH v2 16/21] remoteproc: "
  ` [PATCH v2 18/21] serial: "
  ` [PATCH v2 19/21] spi: "
  ` [PATCH v2 20/21] staging: vc04_services: "
  ` [PATCH v2 21/21] usb: "
` [PATCH v2 17/21] scsi: hisi_sas: "

[PATCH v5 00/23] crypto: arm64 - play nice with CONFIG_PREEMPT
 2018-03-16 15:57 UTC  (27+ messages)
` [PATCH v5 01/23] crypto: testmgr - add a new test case for CRC-T10DIF
` [PATCH v5 02/23] crypto: arm64/aes-ce-ccm - move kernel mode neon en/disable into loop
` [PATCH v5 03/23] crypto: arm64/aes-blk "
` [PATCH v5 04/23] crypto: arm64/aes-bs "
` [PATCH v5 05/23] crypto: arm64/chacha20 "
` [PATCH v5 06/23] crypto: arm64/aes-blk - remove configurable interleave
` [PATCH v5 07/23] crypto: arm64/aes-blk - add 4 way interleave to CBC encrypt path
` [PATCH v5 08/23] crypto: arm64/aes-blk - add 4 way interleave to CBC-MAC "
` [PATCH v5 09/23] crypto: arm64/sha256-neon - play nice with CONFIG_PREEMPT kernels
` [PATCH v5 10/23] arm64: assembler: add utility macros to push/pop stack frames
` [PATCH v5 11/23] arm64: assembler: add macros to conditionally yield the NEON under PREEMPT
` [PATCH v5 12/23] crypto: arm64/sha1-ce - yield NEON after every block of input
` [PATCH v5 13/23] crypto: arm64/sha2-ce "
` [PATCH v5 14/23] crypto: arm64/aes-ccm "
` [PATCH v5 15/23] crypto: arm64/aes-blk "
` [PATCH v5 16/23] crypto: arm64/aes-bs "
` [PATCH v5 17/23] crypto: arm64/aes-ghash "
` [PATCH v5 18/23] crypto: arm64/crc32-ce "
` [PATCH v5 19/23] crypto: arm64/crct10dif-ce "
` [PATCH v5 20/23] crypto: arm64/sha3-ce "
` [PATCH v5 21/23] crypto: arm64/sha512-ce "
` [PATCH v5 22/23] crypto: arm64/sm3-ce "
` [PATCH v5 23/23] DO NOT MERGE

[PATCH v2] crypto/ecc: Remove stack VLA usage
 2018-03-16 15:56 UTC  (3+ messages)

[PATCH v2] crypto: hash.h: Prevent use of req->result in ahash update
 2018-03-16 15:56 UTC  (2+ messages)

[PATCH] crypto: virtio - remove dependency on CRYPTO_AUTHENC
 2018-03-16 15:56 UTC 

[PATCH 0/2] crypto: introduce SM4 symmetric cipher algorithm
 2018-03-16 15:55 UTC  (2+ messages)

[RFC PATCH] crypto: arm64/speck - add NEON-accelerated implementation of Speck-XTS
 2018-03-16 15:53 UTC  (2+ messages)

[PATCH] crypto: ccp: Use memdup_user() rather than duplicating its implementation
 2018-03-16 15:53 UTC  (2+ messages)

[PATCH v12 0/9] Add io{read|write}64 to io-64-atomic headers
 2018-03-16 15:48 UTC  (10+ messages)
` [PATCH v12 1/9] iomap: Fix sparse endian check warnings
` [PATCH v12 2/9] parisc: iomap: introduce io{read|write}64
` [PATCH v12 3/9] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
` [PATCH v12 4/9] powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v12 5/9] iomap: "
` [PATCH v12 6/9] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v12 7/9] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v12 8/9] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64
` [PATCH v12 9/9] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header

[PATCH][next] crypto: x86/des3_ede: make array des3_ede_skciphers static
 2018-03-16 15:35 UTC  (2+ messages)

[PATCH] crypto: doc - clarify hash callbacks state machine
 2018-03-16 15:16 UTC  (2+ messages)

[PATCH V8 0/5] crypto: AES CBC multibuffer implementation
 2018-03-16 14:53 UTC  (5+ messages)
` [PATCH V8 1/5] crypto: Multi-buffer encryption infrastructure support

[PATCH 00/12] crypto: inside-secure - hmac(sha256/sha224) support
 2018-03-16  8:37 UTC  (15+ messages)
` [PATCH 01/12] crypto: inside-secure - move hash result dma mapping to request
` [PATCH 02/12] crypto: inside-secure - move cache "
` [PATCH 03/12] crypto: inside-secure - wait for the request to complete if in the backlog
` [PATCH 04/12] crypto: inside-secure - move the digest to the request context
` [PATCH 05/12] crypto: inside-secure - fix typo s/allways/always/ in a define
` [PATCH 06/12] crypto: inside-secure - fix a typo in a register name
` [PATCH 07/12] crypto: inside-secure - improve the send error path
` [PATCH 08/12] crypto: inside-secure - do not access buffers mapped to the device
` [PATCH 09/12] crypto: inside-secure - improve the skcipher token
` [PATCH 10/12] crypto: inside-secure - the context ipad/opad should use the state sz
` [PATCH 11/12] crypto: inside-secure - hmac(sha256) support
` [PATCH 12/12] crypto: inside-secure - hmac(sha224) support

[PATCH] crypto: ctr: avoid VLA use
 2018-03-15 14:41 UTC  (10+ messages)

[PATCH v2] crypto: ctr - avoid VLA use
 2018-03-15 11:18 UTC 

[PATCH v2 00/27] x86: PIE support and option to extend KASLR randomization
 2018-03-15 10:18 UTC  (34+ messages)
` [PATCH v2 01/27] x86/crypto: Adapt assembly for PIE support
` [PATCH v2 02/27] x86: Use symbol name on bug table "
` [PATCH v2 03/27] x86: Use symbol name in jump "
` [PATCH v2 04/27] x86: Add macro to get symbol address "
` [PATCH v2 05/27] x86: relocate_kernel - Adapt assembly "
` [PATCH v2 06/27] x86/entry/64: "
` [PATCH v2 07/27] x86: pm-trace - "
` [PATCH v2 08/27] x86/CPU: "
` [PATCH v2 09/27] x86/acpi: "
` [PATCH v2 10/27] x86/boot/64: "
` [PATCH v2 11/27] x86/power/64: "
` [PATCH v2 12/27] x86/paravirt: "
` [PATCH v2 13/27] x86/boot/64: Build head64.c as mcmodel large when PIE is enabled
` [PATCH v2 14/27] x86/percpu: Adapt percpu for PIE support
` [PATCH v2 15/27] compiler: Option to default to hidden symbols
` [PATCH v2 16/27] compiler: Option to add PROVIDE_HIDDEN replacement for weak symbols
` [PATCH v2 17/27] x86/relocs: Handle PIE relocations
` [PATCH v2 18/27] xen: Adapt assembly for PIE support
` [PATCH v2 19/27] kvm: "
` [PATCH v2 20/27] x86: Support global stack cookie
` [PATCH v2 21/27] x86/ftrace: Adapt function tracing for PIE support
` [PATCH v2 22/27] x86/modules: Add option to start module section after kernel
` [PATCH v2 23/27] x86/modules: Adapt module loading for PIE support
` [PATCH v2 24/27] x86/mm: Make the x86 GOT read-only
` [PATCH v2 25/27] x86/pie: Add option to build the kernel as PIE
` [PATCH v2 26/27] x86/relocs: Add option to generate 64-bit relocations
` [PATCH v2 27/27] x86/kaslr: Add option to extend KASLR range from 1GB to 3GB

[PATCH 00/47] arch-removal: device drivers
 2018-03-15  9:09 UTC  (5+ messages)
` [PATCH 19/47] crypto: remove blackfin CRC driver

[PATCH] crypto: arm,arm64 - Fix random regeneration of S_shipped
 2018-03-14  7:45 UTC  (3+ messages)

[PATCH v2 0/2] Keystone2 HW random generator
 2018-03-13 17:33 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: rng: add bindings doc for Keystone SA HWRNG driver
` [PATCH v2 2/2] hw_random: keystone2: add hw_random driver

[PATCH 0/3] crypto: inside-secure: improve clock management
 2018-03-13 16:48 UTC  (4+ messages)
` [PATCH 1/3] crypto: inside-secure - fix "
` [PATCH 2/3] crypto: inside-secure - improve clock initialization
` [PATCH 3/3] crypto: inside-secure - fix clock resource by adding a register clock

in-kernel user of ecdsa
 2018-03-12 21:55 UTC  (3+ messages)

[PATCH 0/2] crypto/talitos: Adjustments for talitos_edesc_alloc()
 2018-03-12 14:13 UTC  (5+ messages)
` [PATCH 1/2] crypto: talitos: Use common error handling code in talitos_edesc_alloc()
` [PATCH 2/2] crypto: talitos: Delete an error message for a failed memory allocation "

[RESEND PATCH v3] crypto: add zBeWalgo compression for zram
 2018-03-11 19:58 UTC  (4+ messages)

[PATCH 1/4] crypto: omap-sham: Remove useless check for non-null request
 2018-03-09 15:19 UTC  (2+ messages)

[PATCH 0/2] hwrng: omap: Fix clock resource for Armada 7K/8K
 2018-03-09 15:18 UTC  (2+ messages)

[PATCH 1/2] crypto: talitos - don't persistently map req_ctx->hw_context and req_ctx->buf
 2018-03-09 15:17 UTC  (4+ messages)
` [PATCH 2/2] crypto: talitos - do not perform unnecessary dma synchronisation

[PATCH 1/4] crypto: bcm: Remove unused variable (char *tag_to_hash_idx[])
 2018-03-09 15:04 UTC  (6+ messages)
` [PATCH 3/4] crypto: bcm: Constify *hash_alg_name[]

[PATCH] crypto/ecc: Remove stack VLA usage
 2018-03-09  8:21 UTC  (4+ messages)

[PATCH] X.509: unpack RSA signatureValue field from BIT STRING
 2018-03-07 17:56 UTC  (3+ messages)

[RESEND PATCH v3] crypto: add zBeWalgo compression for zram
 2018-03-07 11:19 UTC  (2+ messages)

[PATCH] crypto: hash.h: Prevent use of req->digest in ahash update
 2018-03-07 10:22 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).