aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* bn: Use a basic branch-if-not-zeroMartin Schwenke2021-07-061-1/+1
* rsa_cms_verify: Avoid negative return with missing pss parametersTomas Mraz2021-07-061-1/+1
* Coverity #1486687: fix potential dereference of NULL keymgmtTomas Mraz2021-07-051-3/+3
* PROV & STORE: Make the 'file:' store loader understand more binary formatsRichard Levitte2021-07-031-1/+1
* Fix memory leak in i2d_ASN1_bio_streamOliver Mihatsch2021-07-022-0/+8
* pem_read_bio_key: Add passphrase caching to avoid asking for password twiceTomas Mraz2021-07-021-4/+17
* pem_read_bio_key_decoder: Avoid spurious error on unknown PEM dataTomas Mraz2021-07-021-2/+15
* Fix compile errors when building with --api=1.1.0 no-deprecated.Shane Lontis2021-07-021-1/+4
* Defined out MUTEX attributes not available on NonStop SPT Threads.Randall S. Becker2021-07-024-8/+12
* OSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(): Make result const for co...Dr. David von Oheimb2021-06-303-4/+4
* CMP: Add missing getter functions to CRMF API and CMP APIDr. David von Oheimb2021-06-308-20/+52
* evp: fix coverity 1473380 Copy into fixed size buffer (STRING_OVERFLOW)Pauli2021-06-301-1/+3
* bio: check for valid socket when closingPauli2021-06-301-1/+1
* x509: improve error reportingPauli2021-06-301-11/+8
* coverity #1486531: return error properly from x509_pubkey_ex_new_ex()Tomas Mraz2021-06-291-0/+1
* EVP: Have EVP_PKCS82PKEY_ex() pass a correct selection to OSSL_DECODERRichard Levitte2021-06-291-1/+3
* DECODER & ENCODER: Make sure to pass around the original selection bitsRichard Levitte2021-06-291-1/+3
* ossl_cmp_error_new(): Fix Coverity issue 1486534, and consequently also issue...Dr. David von Oheimb2021-06-291-1/+2
* OSSL_STORE: Fix crash when tracing STORERichard Levitte2021-06-291-5/+6
* ENCODER & DECODER: Make a tighter coupling between en/decoders and keymgmtRichard Levitte2021-06-293-16/+66
* ENCODER & DECODER: Allow en/decoders to have multiple namesRichard Levitte2021-06-262-6/+58
* ui: address potential memory leakPauli2021-06-261-1/+1
* x509: address NULL dereference and memory leaksPauli2021-06-262-10/+17
* enable getauxval on android 10yunh2021-06-253-0/+18
* ppccap.c: Split out algorithm-specific functionsTomas Mraz2021-06-2514-182/+209
* CMP: Improve reporting of error codes and related strings via 'error' msgDr. David von Oheimb2021-06-254-17/+27
* ossl_sk_ASN1_UTF8STRING2text(): Minor generalization and refactoring for read...Dr. David von Oheimb2021-06-251-8/+9
* CMP: Clean up internal message creation API and its documentationDr. David von Oheimb2021-06-253-20/+21
* BIO_new_from_core_bio: Fix heap-use-after-free after attachPetr Gotthard2021-06-251-0/+17
* Fix a race in ossl_provider_add_to_store()Matt Caswell2021-06-244-33/+64
* Move OPENSSL_add_builtin back into provider.cMatt Caswell2021-06-242-23/+25
* make struct provider_info_st a full typeMatt Caswell2021-06-244-18/+18
* Don't skip the current provider in ossl_provider_register_child_cbMatt Caswell2021-06-241-7/+1
* Don't hold any locks while calling the provider init functionMatt Caswell2021-06-241-55/+59
* Only associate a provider with a store once it has been added to itMatt Caswell2021-06-241-4/+7
* Merge ossl_provider_activate() and ossl_provider_activate_child()Matt Caswell2021-06-244-39/+14
* Set use_fallbacks to zero when we add a provider to the storeMatt Caswell2021-06-244-23/+14
* Remove flag_couldbechildMatt Caswell2021-06-242-28/+12
* Add a new provider to the store only after we activate itMatt Caswell2021-06-244-27/+50
* Instantiate configuration supplied providers when we need themMatt Caswell2021-06-244-67/+179
* Instantiate user-added builtin providers when we need themMatt Caswell2021-06-244-30/+85
* Instantiate predefined providers just-in-timeMatt Caswell2021-06-242-76/+70
* OSSL_DECODER_from_bio: Avoid spurious decoder errorTomas Mraz2021-06-241-2/+5
* ossl_pw_get_passphrase: No ui method does not necessarily mean internal errorTomas Mraz2021-06-241-1/+2
* property: remove spurious incorrect commentsPauli2021-06-241-10/+2
* property: add locking for the property string databasePauli2021-06-241-18/+43
* err: add unable to get lock errorsPauli2021-06-241-0/+2
* Adapt other parts of the source to the changed EVP_Q_digest() and EVP_Q_mac()Richard Levitte2021-06-232-9/+12
* EVP: Change the output size type of EVP_Q_digest() and EVP_Q_mac()Richard Levitte2021-06-232-7/+11
* Add assert.h to threads_pthread.c for NonStop thread compiles.Randall S. Becker2021-06-231-0/+2