summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2022-07-17evp: make all _is_a functions accept and handle a NULL argumentPauli
2022-07-17Coverity 1503321 & 1503327: dereference after null checkPauli
2022-07-14Fix EC ASM flag passingJuergen Christ
2022-07-14http_client.c: 2nd fix for calculation of Content-Length in set1_content()Dr. David von Oheimb
2022-07-13Pre-declare all core dispatch table functions, and fix the internal onesRichard Levitte
2022-07-13add a check for the return of OBJ_new_nid()xkernel
2022-07-12x509_vfy.c: Revert the core of #14094 regarding chain_build() error reportingDr. David von Oheimb
2022-07-12Fix memory leak in EVP_PKEY_get1_encoded_public_key.slontis
2022-07-11http_client.c: fix calculation of Content-Length in set1_content()Dr. David von Oheimb
2022-07-11cmp_http.c: extend comment in keep_alive()Dr. David von Oheimb
2022-07-11Fix memory leak in X509V3_add1_i2d when flag is X509V3_ADD_DELETEAllan
2022-07-11Fix SHA, SHAKE, and KECCAK ASM flag passingJuergen Christ
2022-07-08Fix reported performance degradation on aarch64Bernd Edlinger
2022-07-06http_client.c: fix comment and documentation of the memory BIOs usedDr. David von Oheimb
2022-07-06OSSL_HTTP_REQ_CTX_nbio(): fix copy&paste glitch calling BIO_should_retry(rctx...Dr. David von Oheimb
2022-07-06OSSL_HTTP_open(): improve use of use_ssl and its documentationDr. David von Oheimb
2022-07-05Update copyright yearRichard Levitte
2022-07-05Fix AES OCB encrypt/decrypt for x86 AES-NIAlex Chernyakhovsky
2022-07-05Fix bn_gcd code to check return value when calling BN_one()slontis
2022-07-05v3_sxnet: add a check for the return of i2s_ASN1_INTEGER()xkernel
2022-07-01Avoid crashing if CONF_modules_unload() is called after OPENSSL_cleanup()Tomas Mraz
2022-07-01Coverity: fix 1506297: negative returnsPauli
2022-07-01Coverity: fix 1506298: negative returnsPauli
2022-06-29Fix memory leak in cmp_calc_protection()slontis
2022-06-29Avoid using union wrt. SystemTimeToFileTimeTee KOBAYASHI
2022-06-29Avoid using union wrt. optlen parameter for getsockoptTee KOBAYASHI
2022-06-28store_result: Add fallback for fetching the keymgmt from the provider of the ...Tomas Mraz
2022-06-28crypto/provider_core.c: Avoid calling unlock two timesPeiwei Hu
2022-06-28Allocate EVP_PBE_CTL with OPENSSL_zalloc.Daniel Fiala
2022-06-28Fix range_should_be_prefix() to actually return the correct resultMatt Caswell
2022-06-28Fix memory leak in ossl_rsa_fromdata.slontis
2022-06-28The rsa_validate_keypair_multiprime() function return is not booleanMatt Caswell
2022-06-27der_writer: Use uint32_t instead of long.Daniel Fiala
2022-06-25Fix a memory leak in EC_GROUP_new_from_ecparametersBernd Edlinger
2022-06-24Avoid including decoder/encoder/store headers into fips moduleTomas Mraz
2022-06-23The flag "decoded-from-explicit" must be imp/exportableTomas Mraz
2022-06-23put_str: Use memcpy instead of strncpyTomas Mraz
2022-06-23Fix the checks of X509_LOOKUP_* functionsPeiwei Hu
2022-06-23crypto/http/http_client.c: Add the check for OPENSSL_strdupJiasheng Jiang
2022-06-23rsa: fix bn_reduce_once_in_place call for rsaz_mod_exp_avx512_x2Xi Ruoyao
2022-06-22crypto/x509/by_store.c: Add check for OPENSSL_strdupJiasheng Jiang
2022-06-21Update copyright yearMatt Caswell
2022-06-17Clarify use of EGD for HPNS in rand/rand_egd.c comments.Randall S. Becker
2022-06-16Add an extra reduction step to RSAZ mod_exp implementationsTomas Mraz
2022-06-16Always end BN_mod_exp_mont_consttime with normal Montgomery reduction.Tomas Mraz
2022-06-16Add sensitive memory clean in priv encodeKan
2022-06-15Fix a mem leak in evp_pkey_export_to_providerK1
2022-06-15Fix a crash in X509v3_asid_subset()Matt Caswell
2022-06-15ossl_dh_check_priv_key: Do not fail on private keys without qTomas Mraz
2022-06-15Revert "bn: Add fixed length (n=6), unrolled PPC Montgomery Multiplication"Tomas Mraz