Vadím Sukhomlínov
Vadím Sukhomlínov
Added a test to retrieve entropy from entropy_src and dump in on UART as hex, scripts to parse log and extract it and prepare for NIST Entropy Assessment tools. Entropy...
### Description I was trying to dump plenty of data using UART console, such as dumps lasted more than 666s (funny constant, but it was minimal when I noticed it....
### Description I instantiate CSRNG with: SW_CMD_STS=0x00000002 CMD_REQ=0x00800901 // Instantiate INTR_STATE=0x00000003, ERR_CODE=0x00000000 SW_CMD_STS=0x00000006 Then I try to send Generate command with glen=0x800 SW_CMD_STS=00000006 // from previous Instantiate CMD_REQ=00800603 // Generate...
### Description As an alternative to #22121 it is possible to implement software DRBG which will be used to separate in time preparation of DRBG for key generation and actually...
### Description Due to #22283, #22297, #22296 it is unlikely we will be able to claim that output of keymgr is a "key" in the NIST sense. This means we...
### Description Currently cryptolib provides certain public API, but the decision was made to not provide some deprecated features like SHA-1, TDES or use AES GCM in streaming mode. Certain...
### Description This is less technical, but more a manufacturing/owner transfer requirement, require supporting documentation for evaluation. If we want to rely on keymgr's sideloading, we need to be able...
Fix for #2441
### Describe bug From time to time I'm getting: `requests.exceptions.HTTPError: 429 Client Error: Too Many Requests for url: https://query1.finance.yahoo.com/v7/finance/quote?symbols=INGR&formatted=false&crumb=Too+Many+Requests%0D%0A` Note `crumb=Too+Many+Requests%0D%0A` - this specific value shall be treated as no...
Address #2441, #2480