summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
11 daysAdd reason codes with the correct offset for two alertsJacob Champion
2024-05-09Rename BN_generate_dsa_nonce() to ossl_bn_gen_dsa_nonce_fixed_top()Tomas Mraz
2024-05-09Add ossl_bn_priv_rand_range_fixed_top() and use it for EC/DSATomas Mraz
2024-05-09Add ossl_bn_is_word_fixed_top()Tomas Mraz
2024-05-09Make BN_generate_dsa_nonce() constant time and non-biasedTomas Mraz
2024-05-06Correct ossl_sleep for threaded model by introducing sleep().Randall S. Becker
2024-01-30Copyright year updatesMatt Caswell
2024-01-03Allow duplicate CMS attributesTomas Mraz
2023-12-22Fixed windows compilation issueGopal Sharma
2023-12-22Detect and prevent recursive config parsingNeil Horman
2023-11-06Fix conflicts between DH check flags and FFC check flagsRichard Levitte
2023-11-06Make DH_check_pub_key() and DH_generate_key() safer yetRichard Levitte
2023-10-25Avoid using gets as an argument name in a prototypeTomas Mraz
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