summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2022-11-23Improve FIPS RSA keygen performance.slontis
2022-11-22Release the drbg in the global default context before enginesTomas Mraz
2022-11-21Improve FIPS RSA keygen performance.slontis
2022-11-21Add config option OPENSSL_NO_UNIX_SOCKMax Bachmann
2022-11-21Add ROTATE inline asm support for SM3Hongren (Zenithal) Zheng
2022-11-21Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau
2022-11-21aes_platform: add riscv64 zkn asm supportHongren (Zenithal) Zheng
2022-11-21Add riscv scalar crypto extension capabilityHongren (Zenithal) Zheng
2022-11-21Move types.h #undefs for wincrypt.h compatibilitySamuel Lee
2022-11-21Drop ossl_namemap_add_name_n() and simplify ossl_namemap_add_names()Tomas Mraz
2022-11-21Add BSWAP4/BSWAP8 routines for riscv64 with ZbbHenry Brausen
2022-11-21Add basic RISC-V cpuid and OPENSSL_riscvcapHenry Brausen
2022-11-21Prepare NonStop for fixed-size integer types.Randall S. Becker
2022-11-21Header file cleanup for C++20 header-unitsNathan Sidwell
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-21Remove unused libctx functions (runonce, onfree)Hugo Landau
2022-11-21Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2022-11-16Ensure that SIZE_MAX is defined where OSSL_SSIZE_MAX is used.Richard Levitte
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-11Move e_os.h to include/internalRichard Levitte
2022-11-11Support different R_BITS lengths for KBKDFPatrick Uiterwijk
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-09Add context dup functions for digests and ciphersPauli
2022-11-09SM4 optimization for ARM by HW instructionDaniel Hu
2022-11-09err: add additional errorsPauli
2022-11-09Fix typosDimitris Apostolou
2022-11-09prov: remove unused field `flag_fallback` and function `ossl_provider_set_fal...Pauli
2022-11-09tsan: add an addition macroPauli
2022-11-02Update FIPS KATs for 140-3Pauli
2022-11-02rand: add set0 calls for the private and public DRBGsPauli
2022-10-26Add missing ERR_R_XXX_LIB codesTomas Mraz
2022-10-11Update copyright yearMatt Caswell
2022-10-04Disable printf format checking on MinGWDaniel Fiala
2022-09-29djgpp: Define WATT32_NO_OLDIES before including socket headersJ.W. Jagersma
2022-08-22Coverity 1508506: misuse of time_tPauli
2022-08-19Limit the size of various MAXCHUNK definitionsPauli
2022-07-20"Reserve" the method store when constructing methodsRichard Levitte
2022-07-19For known safe primes use the minimum key length according to RFC 7919Tomas Mraz
2022-07-13Pre-declare all core dispatch table functions, and fix the internal onesRichard Levitte
2022-07-05Update copyright yearRichard Levitte
2022-06-28store_result: Add fallback for fetching the keymgmt from the provider of the ...Tomas Mraz
2022-06-27der_writer: Use uint32_t instead of long.Daniel Fiala