Include jeanmswe...@gmail.com please

2022-10-12 Thread Jean Sweeny via openssl-users
Sent from my iPad

Withdrawal of OpenSSL 3.0.6 and 1.1.1r

2022-10-12 Thread Matt Caswell
We have received a report of a significant regression in the latest 3.0.6 and 1.1.1r versions. The regression is not thought to have security consequences. While the regression is further investigated we have taken the decision to withdraw the 3.0.6 and 1.1.1r versions and instead recommend that

Urlaub

2022-10-12 Thread silvan . scherrer
Sehr geehrte Damen und Herren vom 8. Oktober bis und mit dem 18. Oktober bin ich im Urlaub. eMails werden nur sehr spärlich gelesen und nur in dringenden Fällen beantwortet freundliche Grüsse Silvan Scherrer

PBKDF2 & HMAC-SHA1-128 Functions

2022-10-12 Thread John Deer via openssl-users
What OpenSSL functions to use in "Visual Studio 2022" to create a C++ program:: PSK = PBKDF2(Passphrase, SSID, 4096) PMK = PBKDF2(HMAC−SHA1, PSK, SSID, 4096, 256) PMKID = HMAC-SHA1-128(PMK,"PMK Name" | MAC_AP | MAC_STA) Sample test data for PSK (Pre-Shared Key) Network SSID:   linksys54gh

Re: CMAC not working

2022-10-12 Thread Tomas Mraz
On Wed, 2022-10-12 at 11:02 +0200, Tomas Mraz wrote: > On Tue, 2022-10-11 at 10:50 +, Fernando Elena Benavente wrote: > > Hi guys, Im triying to use the EVP_MAC  OpenSSL API with the > > CMAC_AES256, I have been using some testing vectors I found on > > github, but seems they doesn’t work on

Re: CMAC not working

2022-10-12 Thread Tomas Mraz
On Tue, 2022-10-11 at 10:50 +, Fernando Elena Benavente wrote: > Hi guys, Im triying to use the EVP_MAC  OpenSSL API with the > CMAC_AES256, I have been using some testing vectors I found on > github, but seems they doesn’t work on the CMAC  of OpenSSl, as the > expected output of the test