Tomáš Mráz

Results 1511 comments of Tomáš Mráz

@mspncp please note there are identifiers like: OBJECT_DIGEST_INFO, ISSUER_SERIAL, IETF_ATTR_SYNTAX being added.

You will need to install NASM. Or configure with no-asm which I would not recommend.

> > Some food for thought: > > ``` > > * for remote connection ids we need: > > > > * to be able to add new ids...

This needs to be rebased as another object was added to master branch recently.

> ``` > [default_sect] > #activate = 1 > ``` > > > > > > But this did not work, i still got the providers fips, base and default...

The `OSSL_PROVIDER_available()` indicates the provider is loaded into the libctx and is ready to use or already in use.

How do you load the configuration? I assume that the default provider is loaded by the means of the fallback and only after that the config file is loaded which...

I suppose the reason the load of the null provider helps is that the fallback load of the default provider is disabled by it and the config file is loaded...

The default provider can be loaded by a so called fallback if there is no provider loaded yet into a libctx and you try to fetch an algorithm. The init...