Linux cryptographic layer development
 help / color / mirror / Atom feed
 messages from 2017-06-01 11:02:56 to 2017-06-07 23:23:33 UTC [more...]

[PATCH v5 00/13] Unseeded In-Kernel Randomness Fixes
 2017-06-07 23:21 UTC 

[PATCH v1 0/2] remove mediatek ethif clock in crypto driver
 2017-06-07 21:38 UTC  (3+ messages)
` [PATCH v1 2/2] dt-bindings: crypto: remove mediatek ethif clock

[PATCH v3 00/13] Unseeded In-Kernel Randomness Fixes
 2017-06-07 21:27 UTC  (39+ messages)
` [PATCH v3 01/13] random: add synchronous API for the urandom pool
` [PATCH v3 02/13] random: add get_random_{bytes,u32,u64,int,long,once}_wait family
` [PATCH v3 03/13] random: invalidate batched entropy after crng init
` [PATCH v3 04/13] crypto/rng: ensure that the RNG is ready before using
      ` [kernel-hardening] "
                `  "
` [PATCH v3 05/13] security/keys: ensure RNG is seeded before use
` [PATCH v3 06/13] iscsi: "
` [PATCH v3 07/13] ceph: ensure RNG is seeded before using
` [PATCH v3 08/13] cifs: use get_random_u32 for 32-bit lock random
` [PATCH v3 09/13] rhashtable: use get_random_u32 for hash_rnd
` [PATCH v3 10/13] net/neighbor: use get_random_u32 for 32-bit hash random
` [PATCH v3 11/13] net/route: use get_random_int for random counter
` [PATCH v3 12/13] bluetooth/smp: ensure RNG is properly seeded before ECDH use
` [PATCH v3 13/13] random: warn when kernel uses unseeded randomness

[PATCH v2 net-next 1/4] tcp: ULP infrastructure
 2017-06-07 18:48 UTC  (5+ messages)
` [PATCH v2 net-next 2/4] tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functions
` [PATCH v2 net-next 3/4] tls: kernel TLS support
` [PATCH v2 net-next 4/4] tls: Documentation

[PATCH 1/4] dt-bindings: rng: add generic bindings for MediaTek SoCs
 2017-06-07 14:48 UTC  (5+ messages)

Can someone check linux kernel 4.4, and 4.9 rfc4309 test vectors?
 2017-06-07 14:35 UTC  (2+ messages)

[PATCH v4 00/13] Unseeded In-Kernel Randomness Fixes
 2017-06-07 12:33 UTC  (15+ messages)
` [PATCH v4 01/13] random: invalidate batched entropy after crng init
` [PATCH v4 02/13] random: add synchronous API for the urandom pool
` [PATCH v4 03/13] random: add get_random_{bytes,u32,u64,int,long,once}_wait family
` [PATCH v4 04/13] security/keys: ensure RNG is seeded before use
` [PATCH v4 05/13] crypto/rng: ensure that the RNG is ready before using
` [PATCH v4 06/13] iscsi: ensure RNG is seeded before use
` [PATCH v4 07/13] ceph: ensure RNG is seeded before using
` [PATCH v4 08/13] cifs: use get_random_u32 for 32-bit lock random
` [PATCH v4 09/13] rhashtable: use get_random_u32 for hash_rnd
` [PATCH v4 10/13] net/neighbor: use get_random_u32 for 32-bit hash random
` [PATCH v4 11/13] net/route: use get_random_int for random counter
` [PATCH v4 12/13] bluetooth/smp: ensure RNG is properly seeded before ECDH use
` [PATCH v4 13/13] random: warn when kernel uses unseeded randomness

crypto: Work around deallocated stack frame reference gcc bug on sparc
 2017-06-07  3:04 UTC  (6+ messages)

[PATCH v2 net-next 0/4] kernel TLS
 2017-06-06 16:59 UTC 

[PATCH v2 0/2] crypto: engine - Permit to enqueue skcipher request
 2017-06-06 14:24 UTC  (5+ messages)
` [PATCH v2 1/2] crypto: engine - replace pr_xxx by dev_xxx
` [PATCH v2 2/2] crypto: engine - Permit to enqueue skcipher request

[PATCH 0/4] Fixed comment coding style issues
 2017-06-06 13:40 UTC  (7+ messages)
` [PATCH 1/4] Staging: ccree: cc_crypto_ctx.h: Added * on subsequent lines of a comment block
` [PATCH 2/4] Staging: ccree: cc_crypto_ctx.h: Fixed trailing */ issue in "
` [PATCH 3/4] Staging: ccree: cc_crypto_ctx.h: Fixed * alignment issues "
` [PATCH 4/4] Staging: ccree: cc_crypto_ctx.h: Added * on subsequent lines of "

[PATCH RFC v2 0/8] get_random_bytes_wait family of APIs
 2017-06-06 12:24 UTC  (13+ messages)
` [PATCH RFC v2 1/8] random: add synchronous API for the urandom pool
` [PATCH RFC v2 2/8] random: add get_random_{bytes,u32,u64,int,long,once}_wait family
` [PATCH RFC v2 3/8] random: warn when kernel uses unseeded randomness
` [PATCH RFC v2 4/8] crypto/rng: ensure that the RNG is ready before using
` [PATCH RFC v2 5/8] security/keys: ensure RNG is seeded before use
` [PATCH RFC v2 6/8] iscsi: "
` [PATCH RFC v2 7/8] bluetooth/smp: ensure RNG is properly seeded before ECDH use
` [PATCH RFC v2 8/8] ceph: ensure RNG is seeded before using

[BUGFIX PATCH] staging: ccree: fix buffer copy
 2017-06-06  8:00 UTC 

workqueue list corruption
 2017-06-05 19:42 UTC  (2+ messages)

[PATCH] crypto: brcm: fix spelling mistake: "fallbck" -> "fallback"
 2017-06-05 14:10 UTC  (2+ messages)

[PATCH] crypto: testmgr: use consistent format for errors
 2017-06-05  5:33 UTC 

[PATCH] Drivers: ccree - style fix, spaces and tabs
 2017-06-05  2:19 UTC 

(unknown),
 2017-06-04 19:55 UTC 

[PATCH] Staging: ccree: ssi_aead.h: Fixed a comment coding style issue
 2017-06-04  8:19 UTC  (2+ messages)

[PATCH v3 00/18] additional driver cleanups
 2017-06-04  8:02 UTC  (19+ messages)
` [PATCH v3 01/18] staging: ccree: replace bit shift with BIT macro
` [PATCH v3 02/18] staging: ccree: refactor HW command FIFO access
` [PATCH v3 03/18] staging: ccree: remove 48 bit dma addr sim
` [PATCH v3 04/18] staging: ccree: refactor LLI access macros
` [PATCH v3 05/18] staging: ccree: move M/LLI defines to header file
` [PATCH v3 06/18] staging: ccree: remove unused debug macros
` [PATCH v3 07/18] staging: ccree: remove cycle count debug support
` [PATCH v3 08/18] staging: ccree: move request_mgr to generic bitfield ops
` [PATCH v3 09/18] staging: ccree: remove custom bitfield macros
` [PATCH v3 10/18] staging: ccree: remove unused struct
` [PATCH v3 11/18] staging: ccree: use snake_case for hash enums
` [PATCH v3 12/18] staging: ccree: drop no longer used macro
` [PATCH v3 13/18] staging: ccree: remove dead code
` [PATCH v3 14/18] staging: ccree: remove spurious blank line
` [PATCH v3 15/18] staging: ccree: fix wrong whitespace usage
` [PATCH v3 16/18] staging: ccree: remove last remnants of sash algo
` [PATCH v3 17/18] staging: ccree: remove last remnants of sblkcipher
` [PATCH v3 18/18] staging: ccree: remove descriptor context definitions

get_random_bytes returns bad randomness before seeding is complete
 2017-06-04  6:23 UTC  (24+ messages)
  ` [kernel-hardening] "
    `  "
        ` [PATCH RFC 0/3] get_random_bytes seed blocking
          ` [PATCH RFC 1/3] random: add synchronous API for the urandom pool
          ` [PATCH RFC 2/3] random: add get_random_{bytes,u32,u64,int,long}_wait family
          ` [PATCH RFC 3/3] random: warn when kernel uses unseeded randomness

[PATCH v2 00/20] additional driver cleanups
 2017-06-04  5:31 UTC  (22+ messages)
` [PATCH v2 01/20] staging: ccree: remove spurious blank lines
` [PATCH v2 02/20] staging: ccree: replace bit shift with BIT macro
` [PATCH v2 06/20] staging: ccree: add parentheses to macro argument
` [PATCH v2 07/20] staging: ccree: refactor HW command FIFO access
` [PATCH v2 08/20] staging: ccree: remove 48 bit dma addr sim
` [PATCH v2 09/20] staging: ccree: refactor LLI access macros
` [PATCH v2 10/20] staging: ccree: move M/LLI defines to header file
` [PATCH v2 11/20] staging: ccree: remove unused debug macros
` [PATCH v2 12/20] staging: ccree: remove cycle count debug support
` [PATCH v2 13/20] staging: ccree: move request_mgr to generic bitfield ops
` [PATCH v2 14/20] staging: ccree: remove custom bitfield macros
` [PATCH v2 15/20] staging: ccree: remove unused struct
` [PATCH v2 16/20] staging: ccree: use snake_case for hash enums
` [PATCH v2 17/20] staging: ccree: drop no longer used macro
` [PATCH v2 18/20] staging: ccree: remove dead code
` [PATCH v2 19/20] staging: ccree: remove spurious blank line
` [PATCH v2 20/20] staging: ccree: fix wrong whitespace usage

[PATCH][V2] staging: ccree: fix spelling mistake: "chanined" -> "chained"
 2017-06-03 23:31 UTC 

[PATCH] taging: ccree: fix spelling mistake: "chanined" -> "chained"
 2017-06-03 23:31 UTC 

[PATCH] Staging: ccree: ssi_aead.h: Fixed a pointer declaration error
 2017-06-03 17:58 UTC  (3+ messages)

[PATCH] Staging: ccree: cc_crypto_ctx.h: Fixed a comment coding style issue
 2017-06-03  8:36 UTC  (2+ messages)

[PATCH V2 00/27] Drivers: ccree - align block comments
 2017-06-03  8:53 UTC  (2+ messages)

[PATCH V2 01/27] Drivers: ccree: ssi_sysfs.h - align block comments
 2017-06-03  8:51 UTC  (2+ messages)

[PATCH v3 2/5] crypto : stm32 - Add STM32F4 CRC32 support
 2017-06-02 13:56 UTC  (3+ messages)

[PATCH v3 00/13] ARM: sun5i: cryptographic engine support
 2017-06-02 13:21 UTC  (16+ messages)
` [PATCH v3 01/13] crypto: sun4i-ss: group variable definitions in sun4i_hash()
` [PATCH v3 02/13] crypto: sun4i-ss: remove conditional checks against 0
` [PATCH v3 03/13] crypto: sun4i-ss: use lower/upper_32_bits helpers
` [PATCH v3 04/13] crypto: sun4i-ss: cannot use DMA is the request is 0 length
` [PATCH v3 05/13] crypto: sun4i-ss: do not dynamically set parts of the last buffer to 0
` [PATCH v3 06/13] crypto: sun4i-ss: simplify the pad length calculation
` [PATCH v3 07/13] crypto: sun4i-ss: simplify the appended bit assignment
` [PATCH v3 08/13] crypto: sun4i-ss: use GENMASK to generate masks
` [PATCH v3 09/13] crypto: sun4i-ss: move from ablkcipher to skcipher API
` [PATCH v3 10/13] crypto: sun4i-ss: add the CRYPTO_ALG_KERN_DRIVER_ONLY flag
` [PATCH v3 11/13] crypto: sun4i-ss: fix large block size support
` [PATCH v3 12/13] ARM: sun5i: add a cryptographic engine node
` [PATCH v3 13/13] ARM: dts: sunxi: add SoC specific compatibles for the crypto nodes

[RFC PATCH 0/2] crypto: caam - fix cts(cbc(aes)) with CAAM driver
 2017-06-02 12:24 UTC  (3+ messages)
` [RFC PATCH 1/2] crypto: caam - properly set IV after {en,de}crypt
` [RFC PATCH 2/2] crypto: caam - fix k*alloc if called from own cipher callback


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox