summaryrefslogtreecommitdiffstats
path: root/include/crypto
AgeCommit message (Expand)Author
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-01-30Copyright year updatesMatt Caswell
2024-01-03Allow duplicate CMS attributesTomas Mraz
2023-12-22Detect and prevent recursive config parsingNeil Horman
2023-11-06Make DH_check_pub_key() and DH_generate_key() safer yetRichard Levitte
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-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-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-05-30Update copyright yearTomas Mraz
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-22Do not build P10-specific AES-GCM assembler on macOSEvan Miller
2023-03-14Update copyright yearMatt Caswell
2023-03-01Fix potential infinite loops in ECDSA signing.slontis
2023-03-01Fix infinite loops in DSA sign code.slontis
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-07Do not create DSA keys without parameters by decoderTomas Mraz
2023-02-07Fix Timing Oracle in RSA decryptionDmitry Belyavskiy
2022-12-14Do not build P10-specific AES-GCM assembler on AIXTomas Mraz
2022-12-01Update copyright yearTomas Mraz
2022-11-23Add vpaes-loongarch64.pl module.zhuchen
2022-11-23Fix AES-GCM on Power 8 CPUsTomas Mraz
2022-11-23aes_platform: add riscv32 zkn asm supportHongren (Zenithal) Zheng
2022-11-23Use separate function to get GCM functionsTodd Short
2022-11-23Remove unused 1bit GCM implementationTodd Short
2022-11-23Remove unused 8bit GCM implementationTodd Short
2022-11-23Emit rev8 on __riscv_zbkb as on __riscv_zbbmarcfedorow
2022-11-23Improve FIPS RSA keygen performance.slontis
2022-11-22Release the drbg in the global default context before enginesTomas Mraz
2022-11-21Add ROTATE inline asm support for SM3Hongren (Zenithal) Zheng
2022-11-21aes_platform: add riscv64 zkn asm supportHongren (Zenithal) Zheng
2022-11-21Add riscv scalar crypto extension capabilityHongren (Zenithal) Zheng
2022-11-21Add BSWAP4/BSWAP8 routines for riscv64 with ZbbHenry Brausen
2022-11-21Add basic RISC-V cpuid and OPENSSL_riscvcapHenry Brausen
2022-11-21Remove the _fetch_by_number functionsPauli
2022-11-21evp_md_init_internal: Avoid reallocating algctx if digest unchangedTomas Mraz
2022-11-21SM4 optimization for ARM by ASIMDDaniel Hu
2022-11-21Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2022-11-15Propagate selection all the way on key exportSimo Sorce
2022-11-11chacha20 performance optimizations for ppc64le with 8x lanes,Deepankar Bhattacharjee
2022-11-11AES-GCM enabled with AVX512 vAES and vPCLMULQDQ.Andrey Matyukov