summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2021-07-06fips module header inclusion fine-tunningTomas Mraz
2021-07-06bn: Make fixed-length Montgomery Multiplication conditional on PPC64Martin Schwenke
2021-07-06bn: Fix .size directiveMartin Schwenke
2021-07-06bn: Use a basic branch-if-not-zeroMartin Schwenke
2021-07-06rsa_cms_verify: Avoid negative return with missing pss parametersTomas Mraz
2021-07-05Coverity #1486687: fix potential dereference of NULL keymgmtTomas Mraz
2021-07-03PROV & STORE: Make the 'file:' store loader understand more binary formatsRichard Levitte
2021-07-02Fix memory leak in i2d_ASN1_bio_streamOliver Mihatsch
2021-07-02pem_read_bio_key: Add passphrase caching to avoid asking for password twiceTomas Mraz
2021-07-02pem_read_bio_key_decoder: Avoid spurious error on unknown PEM dataTomas Mraz
2021-07-02Fix compile errors when building with --api=1.1.0 no-deprecated.Shane Lontis
2021-07-02Defined out MUTEX attributes not available on NonStop SPT Threads.Randall S. Becker
2021-06-30OSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(): Make result const for co...Dr. David von Oheimb
2021-06-30CMP: Add missing getter functions to CRMF API and CMP APIDr. David von Oheimb
2021-06-30evp: fix coverity 1473380 Copy into fixed size buffer (STRING_OVERFLOW)Pauli
2021-06-30bio: check for valid socket when closingPauli
2021-06-30x509: improve error reportingPauli
2021-06-29coverity #1486531: return error properly from x509_pubkey_ex_new_ex()Tomas Mraz
2021-06-29EVP: Have EVP_PKCS82PKEY_ex() pass a correct selection to OSSL_DECODERRichard Levitte
2021-06-29DECODER & ENCODER: Make sure to pass around the original selection bitsRichard Levitte
2021-06-29ossl_cmp_error_new(): Fix Coverity issue 1486534, and consequently also issue...Dr. David von Oheimb
2021-06-29OSSL_STORE: Fix crash when tracing STORERichard Levitte
2021-06-29ENCODER & DECODER: Make a tighter coupling between en/decoders and keymgmtRichard Levitte
2021-06-26ENCODER & DECODER: Allow en/decoders to have multiple namesRichard Levitte
2021-06-26ui: address potential memory leakPauli
2021-06-26x509: address NULL dereference and memory leaksPauli
2021-06-25enable getauxval on android 10yunh
2021-06-25ppccap.c: Split out algorithm-specific functionsTomas Mraz
2021-06-25CMP: Improve reporting of error codes and related strings via 'error' msgDr. David von Oheimb
2021-06-25ossl_sk_ASN1_UTF8STRING2text(): Minor generalization and refactoring for read...Dr. David von Oheimb
2021-06-25CMP: Clean up internal message creation API and its documentationDr. David von Oheimb
2021-06-25BIO_new_from_core_bio: Fix heap-use-after-free after attachPetr Gotthard
2021-06-24Fix a race in ossl_provider_add_to_store()Matt Caswell
2021-06-24Move OPENSSL_add_builtin back into provider.cMatt Caswell
2021-06-24make struct provider_info_st a full typeMatt Caswell
2021-06-24Don't skip the current provider in ossl_provider_register_child_cbMatt Caswell
2021-06-24Don't hold any locks while calling the provider init functionMatt Caswell
2021-06-24Only associate a provider with a store once it has been added to itMatt Caswell
2021-06-24Merge ossl_provider_activate() and ossl_provider_activate_child()Matt Caswell
2021-06-24Set use_fallbacks to zero when we add a provider to the storeMatt Caswell
2021-06-24Remove flag_couldbechildMatt Caswell
2021-06-24Add a new provider to the store only after we activate itMatt Caswell
2021-06-24Instantiate configuration supplied providers when we need themMatt Caswell
2021-06-24Instantiate user-added builtin providers when we need themMatt Caswell
2021-06-24Instantiate predefined providers just-in-timeMatt Caswell
2021-06-24OSSL_DECODER_from_bio: Avoid spurious decoder errorTomas Mraz
2021-06-24ossl_pw_get_passphrase: No ui method does not necessarily mean internal errorTomas Mraz
2021-06-24property: remove spurious incorrect commentsPauli
2021-06-24property: add locking for the property string databasePauli
2021-06-24err: add unable to get lock errorsPauli