aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-23Fix regression from GCM mode refactoringTomas Mraz1-6/+10
2022-11-23s390x: Optimize kmacJuergen Christ1-1/+38
2022-11-23s390x: Fix GCM setupJuergen Christ1-0/+5
2022-11-23Clean up GCM_MUL and remove GCM_FUNCREF_4BITTodd Short1-32/+1
2022-11-23Clean up use of GHASH macroTodd Short1-23/+1
2022-11-23Use separate function to get GCM functionsTodd Short3-103/+110
2022-11-23Remove some unused 4bit GCM codeTodd Short1-95/+0
2022-11-23Remove unused 1bit GCM implementationTodd Short2-102/+29
2022-11-23Remove unused 8bit GCM implementationTodd Short2-148/+2
2022-11-23Emit rev8 on __riscv_zbkb as on __riscv_zbbmarcfedorow1-2/+2
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY19-9/+11
2022-11-23Improve FIPS RSA keygen performance.slontis3-8/+54
2022-11-22params_api_test.c: Fix mistake in backported test fixTomas Mraz1-1/+1
2022-11-22Release the drbg in the global default context before enginesTomas Mraz3-0/+11
2022-11-22Add a test case for the engine crash with AES-256-CTRBernd Edlinger2-1/+89
2022-11-22Add an EVP signature demo using DSADaniel Fiala4-4/+322
2022-11-22test/recipes/80-test_cms.t: Fix the "CAdES ko" testRichard Levitte1-3/+4
2022-11-21Fix coverity issues in X509v3_addrslontis2-24/+68
2022-11-21Add missing HISTORY sections for OpenSSL 3.0 related documents.slontis25-11/+66
2022-11-21Improve FIPS RSA keygen performance.slontis6-12/+85
2022-11-21Fix no-dtls1_2Matt Caswell1-0/+6
2022-11-21dhparam: Correct the documentation of -dsaparamTomas Mraz1-6/+5
2022-11-21dhparam_test: Test that we add private key length on generation and print itTomas Mraz1-8/+16
2022-11-21Use as small dh key size as possible to support the securityTomas Mraz2-0/+9
2022-11-21Add ROTATE inline RISC-V zbb/zbkb asm for chachaHongren (Zenithal) Zheng1-0/+22
2022-11-21Add config option OPENSSL_NO_UNIX_SOCKMax Bachmann3-19/+21
2022-11-21Add a DTLS next epoch testMatt Caswell3-0/+159
2022-11-21VMS: For executables, process the use of /INCLUDE=main a bit differentlyRichard Levitte1-8/+11
2022-11-21VMS: use selective search when linking with shareable imagesRichard Levitte1-31/+42
2022-11-21Add ROTATE inline asm support for SM3Hongren (Zenithal) Zheng2-8/+30
2022-11-21Add SM3 implementation in RISC-V Zksh asmHongren (Zenithal) Zheng1-2/+22
2022-11-21Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau23-84/+177
2022-11-21Optimize chacha20 on aarch64 by SVE2Daniel Hu1-162/+235
2022-11-21Add test cases for verification of time stamping certificatesLutz Jaenicke11-1/+203
2022-11-21Remove debug and other outdated build targets.Daniel Fiala1-94/+0
2022-11-21[crypto/bn] BN_consttime_swap: remove superfluous early exitBilly Brumley2-3/+15
2022-11-21providers: cipher: aes: add riscv64 zkn supportHongren (Zenithal) Zheng8-4/+192
2022-11-21aes_platform: add riscv64 zkn asm supportHongren (Zenithal) Zheng1-0/+13
2022-11-21Add riscv scalar crypto extension capabilityHongren (Zenithal) Zheng1-0/+10
2022-11-21add build support for riscv64 aes zknHongren (Zenithal) Zheng1-1/+2
2022-11-21Add AES implementation in riscv64 zkn asmHongren (Zenithal) Zheng1-0/+655
2022-11-21Fix code format: BLOCK_CIPHER_customJiuhai Zhang1-3/+3
2022-11-21Move types.h #undefs for wincrypt.h compatibilitySamuel Lee3-11/+60
2022-11-21Make running individual ssl-test easierTodd Short2-5/+24
2022-11-21Add riscv64 asm_arch to BSD-riscv64 targetHongren (Zenithal) Zheng1-0/+1
2022-11-21Apply the AES-GCM unroll8 optimization patch to Neoverse N2XiaokangQian2-1/+3
2022-11-21performance: improve ossl_lh_strcasehashPauli1-1/+20
2022-11-21Drop ossl_namemap_add_name_n() and simplify ossl_namemap_add_names()Tomas Mraz3-65/+48
2022-11-21ossl_namemap_name2_num: Avoid unnecessary OPENSSL_strndup().Tomas Mraz1-18/+37
2022-11-21Add BSWAP4/BSWAP8 routines for riscv64 with ZbbHenry Brausen1-0/+7