Hi All,
We are working on a product that requires NIAP certification and use IPSec
environment for certification. IPSec functionality is achieved by third party
IPsec library and native XFRM.
Third party IPsec library is used for ISAKMP and XFRM for IPsec.
CAVS test cases are required for NIA
The pull request you sent on Mon, 8 Jul 2019 23:08:00 +0800:
> git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4d2fa8b44b891f0da5ceda3e5a1402ccf0ab6f26
Thank you!
--
Deet-doot-dot, I am a bot.
On Wed, Jul 3, 2019 at 11:52 AM Nick Desaulniers
wrote:
>
> On Wed, Jul 3, 2019 at 9:15 AM Eric Biggers wrote:
> > Sorry, I am still confused. Are you saying that something still needs to be
> > fixed in the kernel code, and if so, why? To reiterate, the byteshift_table
> > doesn't actually *ne
Change the assembly code to use only relative references of symbols for the
kernel to be PIE compatible.
Position Independent Executable (PIE) support will allow to extend the
KASLR randomization range below 0x8000.
Signed-off-by: Thomas Garnier
---
arch/x86/crypto/aegis128-aesni-as
/hibernate_asm_64.S|4 -
29 files changed, 306 insertions(+), 213 deletions(-)
Patchset is based on next-20190708.
On 7/5/19 2:40 PM, Eric Biggers wrote:
> Hi Gary,
>
> On Wed, Jul 03, 2019 at 07:21:26PM +, Hook, Gary wrote:
>> The AES GCM function reuses an 'op' data structure, which members
>> contain values that must be cleared for each (re)use.
>>
>> Fixes: 36cf515b9bbe ("crypto: ccp - Enable support f
Hi Linus:
Here is the crypto update for 5.3:
API:
- Test shash interface directly in testmgr.
- cra_driver_name is now mandatory.
Algorithms:
- Replace arc4 crypto_cipher with library helper.
- Implement 5 way interleave for ECB, CBC and CTR on arm64.
- Add xxhash.
- Add continuous self-test