Nuno Goncalves
Nuno Goncalves
Standard arm: little-endian. I am cross compiling. INFO: Target is gcc:12.2-linux-arm32 INFO: Assuming target arm32 is little endian All tests pass. Trying to add a failing test at the moment.
If I don't include module aes_vperm in the build, then loading the key works fine! And I don't need this module. It works fine as soon as I exclude it....
Something like botan-test --run-long-tests pbkdf pubkey? So far only got one to fail due to out of memory: ``` scrypt.vec ran 2 tests 2 FAILED Failure 1: Test # 4...
``` [PBKDF2(HMAC(SHA-256))] Salt = 0001020304050607 Iterations = 10000 Passphrase = xyz Output = DEFD2987FA26A4672F4D16D98398432AD95E896BF619F6A6B8D4ED1FAF98E8B531B39FFB66966D0E115A6CD8E70B72D0 ``` This test passes. But as soon as I added another char to xyz or increase...
Loading keys...[AES-256] Key = 76BAF229C45EF344A01771279817B4F1DF7EFED49E28224B3E74AB046F24C0C4 In = 11A0372E185099408D4A5D31B6C90B9908E21716A100D1554DB1CF8658A8E09020B10FAE6A2028D0C6BC889F36E04FB694CE593058B22D3B2648B0026ACF100EE3A701E1FCD2F0ED83F7BCB75884DE8DDEC323F5D7BC56FE87EE8014D97C25E466A5233093B66B7A774070928BB26BEBF6E4F22443822E49C247EE92AD37E8CD Out = 7676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676 In = FDC7F43B6E6687556E05C536DB7E424B Out = 76767676767676767676767676767676
So, with the CLI works OK. When I dynamically link botan to my app it also works ok, only fails when I statically link. My app runs totally clean under...
Hi @rizlik, sure, I build master with "./configure --enable-shared=no --enable-sessionexport=nopeer --enable-dtls". Let's just use server-dtls.c example with this patch: ``` diff --git a/dtls/server-dtls.c b/dtls/server-dtls.c index 5e4c13e..96d3d4a 100644 --- a/dtls/server-dtls.c +++...
Maybe it is checking for the maximum size as you say, what I am sure it's not checking for the minimum size as the source code comment says: `/* check...
Nothing essential. It's just the canonical form to provide a binary command. Onde of the states is the empty payload. Just want to confirm what is the support status. Wouldn't...
I use GCC currently with ubsan just fyi