Skip to content

Enabling provider support - now - default and oqs-provider in openssl#62

Draft
HarithaIBM wants to merge 9 commits into
zopencommunity:mainfrom
HarithaIBM:main
Draft

Enabling provider support - now - default and oqs-provider in openssl#62
HarithaIBM wants to merge 9 commits into
zopencommunity:mainfrom
HarithaIBM:main

Conversation

@HarithaIBM
Copy link
Copy Markdown
Member

No description provided.

Comment thread stable-patches/50-os390.conf.patch Outdated
+ shared_cflag => "-fPIC",
+ shared_ldflag => "-shared -fvisibility=default -Wl,-bedit=no",
+ shared_extension => ".so",
+ dso_ldflag => "-shared -fvisibility=default -Wl,-bedit=no",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should remove edit=no here

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

Comment thread stable-patches/simpledynamic.c.patch Outdated
+ int rc = dlclose(lib);
+ if (rc != 0) {
+ const char *err = dlerror();
+ if (err && strstr(err, "CEE3567I"))
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you explain the CEE3567I check?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an acceptable return value on dlclose
The DLL Free or C dlclose() request completed successfully. DLL dll-name is not physically deleted because either there was an implicit DLL Load performed against this DLL by the application, or multiple DLL Load or C dlopen() requests were made for the DLL

More info is here

So, filtered 2 acceptable return values ad added more comments in test code

@HarithaIBM
Copy link
Copy Markdown
Member Author

/run tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants