summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2022-12-21Update copyright yearTomas Mraz
2022-12-16Refine the documents of several APIsPeiwei Hu
2022-12-14Do not build P10-specific AES-GCM assembler on AIXTomas Mraz
2022-12-14Do not build P10-specific Chacha20 assembler on AIXTomas Mraz
2022-12-13Make error reason for disallowed legacy sigalg more specificTomas Mraz
2022-12-13Fix SM4-CBC regression on Armv8fangming.fang
2022-12-12crypto/err: expand on error code generationČestmír Kalina
2022-12-12OSSL_CMP_validate_msg(): make sure to reject protection type mismatchDr. David von Oheimb
2022-12-09signature: Clamp PSS salt len to MD lenClemens Lang
2022-12-09Obtain PSS salt length from providerClemens Lang
2022-12-08x509: fix double locking problemPauli
2022-12-08djgpp: Fix unused-but-set-variable warningJ.W. Jagersma
2022-12-08Define threads_lib.c functions only for OPENSSL_SYS_UNIXJ.W. Jagersma
2022-12-08Cast socklen_t to size_t in assert comparisonJ.W. Jagersma
2022-12-08Cast values to match printf format strings.J.W. Jagersma
2022-12-07Replace "a RSA" with "an RSA"Daniel Fiala
2022-12-06Fix the code used to detect aarch64 capabilities when we don't have getauxval()Tom Cosgrove
2022-12-05Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_sizePeiwei Hu
2022-12-05Fix the check of EVP_PKEY_decrypt_initPeiwei Hu
2022-12-01Update copyright yearTomas Mraz
2022-11-30Remove redundant assignment in felem_mul_ref in p521Rohan McLure
2022-11-29Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...Nicola Tuveri
2022-11-29Fix occasional assertion failure when storing propertiesTomas Mraz
2022-11-25When using PEM_read_bio_PrivateKey_ex() the public key is optionalTomas Mraz
2022-11-25add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() functionDr. David von Oheimb
2022-11-25OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVsDr. David von Oheimb
2022-11-25CMP: fix gen_new() in cmp_msg.c checking wrong ITAVsDr. David von Oheimb
2022-11-24Add SM2 support for EVP_PKEY_Q_keygenJiaxun Yang
2022-11-24CMP: fix handling of unset or missing failInfo PKI status informationDr. David von Oheimb
2022-11-24CMP: fix status held in OSSL_CMP_CTX, in particular for genp messagesDr. David von Oheimb
2022-11-24Add two new build targets to enable the possibility of using clang-cl asEverton Constantino
2022-11-23http_client.c: Dump response on error when tracing is enabledDr. David von Oheimb
2022-11-23Coverity 1515953: negative loop boundPauli
2022-11-23Improve performance of the encoder collectionslontis
2022-11-23optimize ossl_sm4_set_key speedzhangzhilei
2022-11-23Add vpaes-loongarch64.pl module.zhuchen
2022-11-23Add LoongArch64 cpuid and OPENSSL_loongarchcap_Pzhuchen
2022-11-23nit: fix some pointer comparisonsFdaSilvaYY
2022-11-23crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-11-23crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-11-23ERR: replace remnant ECerr() and EVPerr() calls in crypto/Dr. David von Oheimb
2022-11-23Add tests for trace_api.Daniel Fiala
2022-11-23add build support for riscv32 aes zknHongren (Zenithal) Zheng
2022-11-23Add RISC-V 32 cpuid supportHongren (Zenithal) Zheng
2022-11-23Add AES implementation in riscv32 zkn asmHongren (Zenithal) Zheng
2022-11-23Improve chacha20 perfomance on aarch64 by interleaving scalar with SVE/SVE2Daniel Hu
2022-11-23Fix unrolled montgomery multiplication for POWER9Rohan McLure
2022-11-23Revert "Revert "bn: Add fixed length (n=6), unrolled PPC Montgomery Multiplic...Rohan McLure
2022-11-23Add ROTATE inline RISC-V zbb/zbkb asm for DESHongren (Zenithal) Zheng
2022-11-23Fix GHASH-ASM implementation on s390xJuergen Christ