summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2023-10-24Copyright year updatesMatt Caswell
2023-10-24rand: fix seeding from a weak entropy sourceMatthias St. Pierre
2023-10-20rand: add callbacks to cleanup the user entropy resp. nonceMatthias St. Pierre
2023-10-17CMS_add1_signer(): add missing ERR_raise() callsDr. David von Oheimb
2023-10-17PKCS7_SIGNER_INFO: point out confusing names of digest_enc_alg and enc_digest...Dr. David von Oheimb
2023-10-04Restore the meaning of EVP_PKEY_print_private()Richard Levitte
2023-10-03rand: add extra error codePauli
2023-10-03Fix a mem leak when the FIPS provider is used in a different threadMatt Caswell
2023-10-03fips: use seed source requestedPauli
2023-10-03fips selftest: avoid relying on a real RNG for self testsPauli
2023-08-01Copyright year updatesMatt Caswell
2023-07-28vpaes: LoongArch: Use getauxval(AT_HWCAP) for LSX detectionXi Ruoyao
2023-07-24fix: reject adding a duplicity into STACK_OF(X509_ATTRIBUTE)Adam Ć ulc
2023-07-19Fix DH_check() excessive time with over sized modulusMatt Caswell
2023-05-30Update copyright yearTomas Mraz
2023-05-25Replace __attribute__((malloc)) with __attribute__((__malloc__)) in macros.hAnis-cpu-13
2023-05-12CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb
2023-04-04Revert "Fix Timing Oracle in RSA decryption"Bernd Edlinger
2023-03-29SM4 check should be for __aarch64__, not __ARM_MAX_ARCH__ >= 8Tom Cosgrove
2023-03-29fips: rework the option handling codePauli
2023-03-25CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb
2023-03-22Do not build P10-specific AES-GCM assembler on macOSEvan Miller
2023-03-21cmp: fix --strict-warnings windows buildsFdaSilvaYY
2023-03-21nit: tidy-up code, and fix a typo.FdaSilvaYY
2023-03-14Update copyright yearMatt Caswell
2023-03-07Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis
2023-03-01Fix potential infinite loops in ECDSA signing.slontis
2023-03-01Fix infinite loops in DSA sign code.slontis
2023-03-01Disable atomic refcounts with no-threadsJ.W. Jagersma
2023-02-08Fix the return values of the aarch64 unroll8_eor_aes_gcm_*_*_kernel functionsTom Cosgrove
2023-02-08Internaly declare the DSA type for no-deprecated buildsTomas Mraz
2023-02-07CVE-2023-0286: Fix GENERAL_NAME_cmp for x400Address (3.0)Hugo Landau
2023-02-07Do not create DSA keys without parameters by decoderTomas Mraz
2023-02-07Fix NULL deference when validating FFC public key.slontis
2023-02-07Fix Timing Oracle in RSA decryptionDmitry Belyavskiy
2022-12-22Avoid ifdefs in trace categoriesTomas Mraz
2022-12-22Ensure ossl_cms_EncryptedContent_init_bio() reports an error on no OIDMatt Caswell
2022-12-21Update copyright yearTomas Mraz
2022-12-14Do not build P10-specific AES-GCM assembler on AIXTomas Mraz
2022-12-13Make error reason for disallowed legacy sigalg more specificTomas Mraz
2022-12-12OSSL_CMP_validate_msg(): make sure to reject protection type mismatchDr. David von Oheimb
2022-12-09signature: Clamp PSS salt len to MD lenClemens Lang
2022-12-01Update copyright yearTomas Mraz
2022-11-25add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() functionDr. David von Oheimb
2022-11-24CMP: fix status held in OSSL_CMP_CTX, in particular for genp messagesDr. David von Oheimb
2022-11-23http_client.c: Dump response on error when tracing is enabledDr. David von Oheimb
2022-11-23Add vpaes-loongarch64.pl module.zhuchen
2022-11-23apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-11-23Fix AES-GCM on Power 8 CPUsTomas Mraz
2022-11-23OSSL_CRYPTO_ALLOC attribute introduction proposal.David Carlier