CVE-2024-0727: Fix NULL pointer dereference in processing PKCS12 files,
preventing potential DoS attack
CVE-2023-6129: Fix POLY1305 MAC implementation bug that corrupts internal
state on PowerPC CPUs with vector instructions
CVE-2023-5678: Fix issue with excessively long X9.42 DH keys or parameters
causing long delays and potential DoS by adding checks in DHgeneratekey()
and DHcheckpub_key() functions
CVE-2023-3817: Fix excessively long DH key or parameters check causing
potential Denial of Service by preventing unnecessary checks if q is larger
than p
CVE-2023-3446: Fix issue of excessively long DH keys or parameters causing
slow checks, leading to potential Denial of Service. Added additional checks
to prevent DoS vulnerability in DHcheck(), DHcheckex(), and
EVPPKEYparamcheck() functions
CVE-2023-2975: Fix issue with AES-SIV cipher ignoring empty associated data
entries by performing authentication operation for empty data during
EVP_EncryptUpdate()