summaryrefslogtreecommitdiffstats
path: root/include/crypto
AgeCommit message (Expand)Author
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
2022-11-11Fixed counter overflowDanny Tsen
2022-11-11Optimize AES-GCM for uarchs with unroll and new instructionsXiaokangQian
2022-11-11AES-GCM performance optimzation with stitched method for p9+ ppc64leDanny Tsen
2022-11-11fuzz: add punycode decoder fuzz testPauli
2022-11-11punycode: update to use WPACKET instead of using custom range checkingPauli
2022-11-09SM4 optimization for ARM by HW instructionDaniel Hu
2022-11-09err: add additional errorsPauli
2022-10-11Update copyright yearMatt Caswell
2022-08-19Limit the size of various MAXCHUNK definitionsPauli
2022-07-13Pre-declare all core dispatch table functions, and fix the internal onesRichard Levitte
2022-06-28store_result: Add fallback for fetching the keymgmt from the provider of the ...Tomas Mraz
2022-06-21Update copyright yearMatt Caswell
2022-06-13RSA keygen update: Raise an error if no prime candidate q is found.slontis