summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2021-12-14Update copyright yearMatt Caswell
2021-12-14Fix infinite verification loops due to has_san_idTobias Nießen
2021-12-14Fix a carry overflow bug in bn_sqr_comba4/8 for mips 32-bit targetsBernd Edlinger
2021-12-13bn2binpad: Use memset as the buffer will be used laterTomas Mraz
2021-12-13Fix EVP_PKEY_eq() to be possible to use with strictly private keysRichard Levitte
2021-12-13Fix Coverity 1494385 logically dead code.Pauli
2021-12-09Minor code cleanup in o_names_initBernd Edlinger
2021-12-09OSSL_HTTP_get(): Fix timeout handling on redirectionDr. David von Oheimb
2021-12-09OSSL_CMP_MSG_read(): Fix mem leak on file read errorDr. David von Oheimb
2021-12-07X509V3_set_ctx(): Clarify subject/req parameter for constructing SAN email ad...Dr. David von Oheimb
2021-12-07X509V3_set_ctx(): Clarify use of subject/req parameter for constructing SKID ...Dr. David von Oheimb
2021-12-07OSSL_HTTP_set1_request(): Fix check for presence of port option and its docum...Dr. David von Oheimb
2021-12-06Fix pvk encoder to properly query for the passphraseTomas Mraz
2021-12-03OSSL_HTTP_REQ_CTX_nbio(): Fix parsing of responses with status code != 200Dr. David von Oheimb
2021-12-03parse_http_line1(): Fix diagnostic output on error and return codeDr. David von Oheimb
2021-12-02check the return value of BN_dup() in rsa_lib.c:1248x2018
2021-11-27Fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a valueTom Cosgrove
2021-11-24Allow sign extension in OSSL_PARAM_allocate_from_text()Richard Levitte
2021-11-24Have OSSL_PARAM_allocate_from_text() raise error on unexpected neg numberRichard Levitte
2021-11-24EVP_MD_CTX_copy_ex: Allow copying uninitialized digest contextsTomas Mraz
2021-11-24Fix detection of ARMv7 and ARM64 CPU features on FreeBSDAllan Jude
2021-11-23Make OSSL_PARAM_BLD_push_BN{,_pad}() return an error on negative numbersRichard Levitte
2021-11-23Avoid loading of a dynamic engine twiceBernd Edlinger
2021-11-22EVP_RAND_generate: fix return checkPeiwei Hu
2021-11-22asn1_item_embed_d2i: fix th return checkPeiwei Hu
2021-11-22Make ERR_str_reasons in err.c consistent again with err.hDr. David von Oheimb
2021-11-22HTTP client: workaround for #16028 (BIO_gets not supported by connect and SSL...Dr. David von Oheimb
2021-11-22Fix the return check of OBJ_obj2txtPW Hu
2021-11-22d2i_PublicKey: Make it work with EC parameters in a provided keyTomas Mraz
2021-11-18perlasm/ppc-xlate.pl: Fix build on OS XMartin Schwenke
2021-11-17cmp_server.c: Log received request type before checking detailsDr. David von Oheimb
2021-11-16EVP_Cipher: fix the incomplete return checkPeiwei Hu
2021-11-16Don't create an ECX key with short keysMatt Caswell
2021-11-15Hold the flag_lock when calling child callbacksMatt Caswell
2021-11-15Use a write lock during ossl_provider_find()Matt Caswell
2021-11-15Correctly activate the provider in OSSL_PROVIDER_try_loadMatt Caswell
2021-11-15Stop receiving child callbacks in a child libctx when appropriateMatt Caswell
2021-11-15Don't bail out during provider deactivation if we don't have storeMatt Caswell
2021-11-15Don't try and do ossl_provider_find in ossl_provider_newMatt Caswell
2021-11-15Remove the isinited variable from child_prov_globalsMatt Caswell
2021-11-15Avoid a race in init_thread_stop()Matt Caswell
2021-11-15Don't attempt to deactive child providers if we don't need toMatt Caswell
2021-11-15Don't write to the globals ossl_property_true and ossl_property_falseMatt Caswell
2021-11-15Add null digest implementation to the default providerTomas Mraz
2021-11-12do_sigver_init: Allow reinitialization of an existing operation.Tomas Mraz
2021-11-12Fix return value checking of BN_check_prime invocationsPW Hu
2021-11-12Add return value NULL checks that were missingPauli
2021-11-09Fix: invoking X509_self_signed improperlyPW Hu
2021-11-09Fix: invoking x509_name_cannon improperlyPW Hu
2021-11-08APPS/x509: Fix generation of AKID via v2i_AUTHORITY_KEYID()Dr. David von Oheimb