Linux cryptographic layer development
 help / color / mirror / Atom feed
 messages from 2012-08-29 11:16:00 to 2012-09-27 09:08:25 UTC [more...]

[GIT PULL] Asymmetric keys and module signing
 2012-09-27  9:08 UTC  (18+ messages)
` Wrong system clock vs X.509 date specifiers

[PATCH 0/3] crypto: talitos fixes for 3.6-rc7
 2012-09-27  8:42 UTC  (8+ messages)
` [PATCH 1/3] crypto: talitos - fix icv management on outbound direction
` [PATCH 2/3] crypto: talitos - support for assoc data provided as scatterlist
` [PATCH 3/3] crypto: talitos - corrrectly handle zero-length assoc data

[PATCH 0/3] Optimize CRC32C calculation using PCLMULQDQ in crc32c-intel module
 2012-09-27  5:45 UTC  (6+ messages)
` [PATCH 1/3] Rename crc32c-intel.c to crc32c-intel_glue.c
` [PATCH 2/3] Optimize CRC32C calculation with PCLMULQDQ instruction
` [PATCH 3/3] Added speed test in tcrypt for crc32c

[PATCH] crypto: tcrypt - add missing tests for camellia and ghash
 2012-09-27  5:45 UTC  (3+ messages)

[PATCH 1/2] crypto: testmgr - make test_skcipher also test 'dst != src' code paths
 2012-09-27  5:45 UTC  (5+ messages)
` [PATCH 2/2] crypto: testmgr - make test_aead "

[PATCH] crypto: cast5/avx - fix storing of new IV in CBC encryption
 2012-09-27  5:45 UTC  (2+ messages)

[PATCH 1/3] crypto: testmgr - allow non-multi page and multi page skcipher tests from same test template
 2012-09-27  5:44 UTC  (4+ messages)
` [PATCH 2/3] crypto: testmgr - add test vectors for partial ctr(cast5) and ctr(cast6)
` [PATCH 3/3] crypto: testmgr - add test vectors for CTR mode IV increasement

[PATCH] crypto: caam - increase TRNG clocks per sample
 2012-09-27  5:44 UTC  (2+ messages)

[PATCH 1/4] drivers/crypto/ux500/cryp/cryp_core.c: fix error return code
 2012-09-27  5:43 UTC  (6+ messages)
` [PATCH 2/4] drivers/crypto/hifn_795x.c: "
` [PATCH 3/4] drivers/crypto/amcc/crypto4xx_core.c: "
` [PATCH 4/4] drivers/crypto/tegra-aes.c: "

[PATCH] crypto: caam - fix error IDs for SEC v5.x RNG4
 2012-09-27  5:43 UTC  (2+ messages)

[PATCH] crypto: x86/glue_helper - fix storing of new IV in CBC encryption
 2012-09-27  5:31 UTC  (2+ messages)

[patch v2 01/11] netlink: add reference of module in netlink_dump_start
 2012-09-27  0:14 UTC  (18+ messages)
` [patch v2 02/11] inet_diag: pass inet_diag module to netlink_dump_start
` [patch v2 03/11] unix_diag: pass unix_diag "
` [patch v2 04/11] nf_conntrack_netlink: pass nf_conntrack_netlink "
` [patch v2 05/11] nfnetlink_acct: pass nfnetlink_acct "
  ` [patch v2 06/11] nfnetlink_cthelper: pass nfnetlink_cthelper "
  ` [patch v2 07/11] nfnetlink_cttimeout: pass nfnetlink_cttimeout "
  ` [patch v2 10/11] ipset: pass ipset "
  ` [patch v2 11/11] infiniband: pass rdma_cm "
` [patch v2 08/11] crypto: pass crypto_user "
` [patch v2 09/11] xfrm: pass xfrm_user "

[PATCH 01/11] netlink: add reference of module in netlink_dump_start
 2012-09-26 17:26 UTC  (19+ messages)
` [PATCH 02/11] inet_diag: pass inet_diag module to netlink_dump_start
` [PATCH 03/11] unix_diag: pass unix_diag "
` [PATCH 04/11] nf_conntrack_netlink: pass nf_conntrack_netlink "
` [PATCH 05/11] nfnetlink_acct: pass nfnetlink_acct "
` [PATCH 06/11] nfnetlink_cthelper: pass nfnetlink_cthelper "
` [PATCH 07/11] nfnetlink_cttimeout: pass nfnetlink_cttimeout "
` [PATCH 08/11] crypto: pass crypto_user "
` [PATCH 09/11] xfrm: pass xfrm_user "
  ` [PATCH 10/11] ipset: pass ipset "
` [PATCH 11/11] infiniband: pass rdma_cm "

Question about Talitos Linux driver for MPC885
 2012-09-26  0:47 UTC  (2+ messages)

Bug in crypto module?
 2012-09-25 16:04 UTC 

Kernel crashes with crypto
 2012-09-25 15:51 UTC 

[PATCH 0/1] dm-integrity: integrity protection device-mapper target
 2012-09-25 15:42 UTC  (6+ messages)
` [PATCH 1/1] "

aesni intel and kernel crashes
 2012-09-25 15:21 UTC 

Kernel crashes while using aesni_intel
 2012-09-24 21:43 UTC 

[RFC][PATCH 00/16] Asymmetric / Public-key cryptography key type
 2012-09-20  9:45 UTC  (26+ messages)
` [PATCH 01/16] KEYS: Add payload preparsing opportunity prior to key instantiate or update
` [PATCH 02/16] MPILIB: Provide count_leading/trailing_zeros() based on arch functions
` [PATCH 03/16] KEYS: Document asymmetric key type
` [PATCH 04/16] KEYS: Implement "
` [PATCH 05/16] KEYS: Asymmetric key pluggable data parsers
` [PATCH 06/16] KEYS: Asymmetric public-key algorithm crypto key subtype
` [PATCH 07/16] KEYS: Provide signature verification with an asymmetric key
` [PATCH 08/16] MPILIB: Reinstate mpi_cmp[_ui]() and export for RSA signature verification
` [PATCH 09/16] RSA: Implement signature verification algorithm [PKCS#1 / RFC3447]
` [PATCH 10/16] RSA: Fix signature verification for shorter signatures
` [PATCH 11/16] X.509: Implement simple static OID registry
` [PATCH 12/16] X.509: Add utility functions to render OIDs as strings
` [PATCH 13/16] X.509: Add simple ASN.1 grammar compiler
` [PATCH 14/16] X.509: Add an ASN.1 decoder
` [PATCH 15/16] MPILIB: Provide a function to read raw data into an MPI
` [PATCH 16/16] X.509: Add a crypto key parser for binary (DER) X.509 certificates

[PATCHv2] crypto:caam - Improved support of CAAM era retrieval
 2012-09-20  4:15 UTC 

[PATCH] crypto:caam - Improved support of CAAM era retrieval
 2012-09-19 21:21 UTC  (2+ messages)

[PATCHv1] crypto-caam: added entry for P5040 in SEC-VID to SEC-ERA mapping table
 2012-09-18  9:18 UTC  (2+ messages)

cbc(des)
 2012-09-18  3:06 UTC 

[PATCH][1.3][SEC] Added entry for P5040 in SEC-VID to SEC-ERA mapping table
 2012-09-17  8:32 UTC  (2+ messages)

[PATCH] sparc64: Adjust crypto priorities
 2012-09-15 16:17 UTC 

[PATCH v7 1/8] Talitos: Support for async_tx XOR offload
 2012-09-12  9:45 UTC  (10+ messages)

Crypto Fixes for 2.6.35
 2012-09-11  4:10 UTC  (10+ messages)
    ` Crypto Fixes for 2.6.36
      ` Crypto Fixes for 2.6.37
          ` Crypto Fixes for 2.6.39
            ` Crypto Fixes for 3.0
              ` Crypto Fixes for 3.3
                ` Crypto Fixes for 3.6

Linux 3.6-rc5
 2012-09-10 17:18 UTC  (13+ messages)

[PATCH] crypto: caam - change key gen functions to return signed int
 2012-09-10 16:50 UTC 

[PATCH] Crypto: CESA: Add support for DT based instantiation
 2012-09-09 19:13 UTC  (4+ messages)

[PATCH] crypto: caam - add IPsec ESN support
 2012-09-06 20:22 UTC  (2+ messages)

[PATCH] crypto: 842 - remove .cra_list initialization
 2012-09-06 20:22 UTC  (3+ messages)

[PATCH] Revert "[CRYPTO] cast6: inline bloat--"
 2012-09-06 20:22 UTC  (2+ messages)

[PATCH 1/4] crypto: crypto_user - fix sparse warnings (symbol was not declared, should be static?)
 2012-09-06 20:22 UTC  (2+ messages)

[PATCH 1/3] [v2] crypto: twofish-avx - tune assembler code for more performance
 2012-09-06 20:21 UTC  (2+ messages)

[PATCH] crypto: geode-aes: Use module_pci_driver
 2012-09-06 20:21 UTC  (3+ messages)

[PATCH] crypto: remove duplicated include
 2012-09-06 20:21 UTC  (2+ messages)

[PATCH] crypto: ux500: hash: remove unneeded return at ux500_hash_mod_fini
 2012-09-06 20:20 UTC  (2+ messages)

[PATCH] crypto: caam - coccicheck fixes
 2012-09-06 20:21 UTC  (2+ messages)

[PATCH 1/1] arm/crypto: Add optimized AES and SHA1 routines
 2012-09-06 20:20 UTC  (2+ messages)

[PATCH] crypto: Add a MAINTAINERS entry for P7+ in-Nest crypto driver
 2012-09-06 20:20 UTC  (2+ messages)

[PATCH] crypto/caam: Export gen_split_key symbol for other modules
 2012-09-06 20:11 UTC  (3+ messages)

[PATCH 0/5] sparc64: AES driver improvements
 2012-09-06 19:49 UTC  (2+ messages)

[PATCH] sparc64: Add DES driver making use of the new des opcodes
 2012-09-06 19:47 UTC  (2+ messages)

[PATCH v7 6/8] fsl-dma: use spin_lock_bh to instead of spin_lock_irqsave
 2012-09-04 12:39 UTC  (3+ messages)

v3.6-rc4: aead selftest fails with BUG
 2012-09-01 20:37 UTC 

[PATCH 5/5] sparc64: Unroll CTR crypt loops in AES driver
 2012-08-30 15:46 UTC 

[PATCH 4/5] sparc64: Unroll ECB decryption loops in AES driver
 2012-08-30 15:46 UTC 

[PATCH 3/5] sparc64: Unroll ECB encryption loops in AES driver
 2012-08-30 15:46 UTC 

[PATCH 2/5] sparc64: Add ctr mode support to AES driver
 2012-08-30 15:46 UTC 

[PATCH 1/5] sparc64: Move AES driver over to a methods based implementation
 2012-08-30 15:46 UTC 

[PATCH v7 0/8] Raid: enable talitos xor offload for improving performance
 2012-08-30  6:20 UTC  (7+ messages)


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