summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2022-10-20add a check for the return of sk_SRP_gN_new_null() so that capture the potent...xkernel
2022-10-19Avoid putting ripemd_prov.c in libcommon otherwise it is regarded as fips sourceTomas Mraz
2022-10-19default provider: include RIPEMD160Pauli
2022-10-18Update COMP_METHODTodd Short
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-10-18Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short
2022-10-18Add ZSTD compression support (RFC8478bis)Todd Short
2022-10-18Add brotli compression support (RFC7924)Todd Short
2022-10-17crypto: add preemptive threading supportČestmír Kalina
2022-10-14Coverity 1515953: negative loop boundPauli
2022-10-13Fix LLVM vs Apple LLVM version numbering confusion, for $avx512ifmaRichard Levitte
2022-10-13Add translation for ECX group parameterJuergen Christ
2022-10-13Fix an occasional CI failure due to unaligned accessBernd Edlinger
2022-10-13Improve performance of the encoder collectionslontis
2022-10-13PKCS12_SAFEBAG_set0_attrs: Remove const from function signatureDaniel Fiala
2022-10-13Fix typo in PKCS12_SAFEBAG_set0_attrsDaniel Fiala
2022-10-13optimize ossl_sm4_set_key speedzhangzhilei
2022-10-12Add vpaes-loongarch64.pl module.zhuchen
2022-10-12Add LoongArch64 cpuid and OPENSSL_loongarchcap_Pzhuchen
2022-10-12nit: fix some pointer comparisonsFdaSilvaYY
2022-10-12crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-12crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-11eckey_priv_encode(): Call ASN1_STRING_free() only on an ASN1_STRINGTomas Mraz
2022-10-07Reimplement brainpool TLSv1.3 support group supportMatt Caswell
2022-10-07Fix crypto/dso/dso_vms.cRichard Levitte
2022-10-07Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branchRichard Levitte
2022-10-06Rename ossl_sleep calls to OSSL_sleep everywhereRichard Levitte
2022-10-06Rename ossl_sleep() to OSSL_sleep() and make it publicRichard Levitte
2022-10-05Fix regression in i2d_re_X509_REQ_tbs()Tomas Mraz
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-10-05Adapt CRYPTO_secure_malloc() like CRYPTO_malloc()Richard Levitte
2022-10-05CRYPTO_THREAD_lock_new(): Avoid infinite recursion on allocation errorTomas Mraz
2022-10-04err_set_debug(): Prevent possible recursion on malloc failureTomas Mraz
2022-10-04armcap: skip probing _armv7_tick()Cameron Gutman
2022-10-04Fix error propagatation in BN_check_prime()Kazuki Yamaguchi
2022-10-03Ensure we call the cleanup() function when cleaning an EVP_CIPHER_CTXMatt Caswell
2022-10-03Fix usage of custom EVP_CIPHER objectsMatt Caswell
2022-10-03Add Content Type OID for RPKI id-ct-signedTALJob Snijders
2022-09-30Fix missing null checkGraham Woodward
2022-09-30ERR: replace remnant ECerr() and EVPerr() calls in crypto/Dr. David von Oheimb
2022-09-29djgpp: Set TZ=UTC to convert UTC timestamp to time_tJ.W. Jagersma
2022-09-27dgram_pair_read_inner(): Do not move buf pointer if it is NULLTomas Mraz
2022-09-27A static const variable is implicitly zero initializedTomas Mraz
2022-09-23Allow PKCS12 export to set arbitrary bag attributesGraham Woodward
2022-09-23Maximum return value of BIO_ctrl_(w)pending is SIZE_MAXTomas Mraz
2022-09-23Fix error return values from BIO_ctrl_(w)pending()Tomas Mraz
2022-09-23Clear incorrectly reported errors in d2i_CMS_ContentInfoDaniel Fiala
2022-09-23Add HPKE DHKEM provider support for EC, X25519 and X448.slontis
2022-09-23BIO_s_dgram_pairHugo Landau
2022-09-16stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb