-
-
Notifications
You must be signed in to change notification settings - Fork 758
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PKCS7 creation and reading #1791
base: master
Are you sure you want to change the base?
Conversation
bkstein
commented
Jan 13, 2023
- Part 4/4 of the split Added pkcs7 support (this PR was split, do not merge) #1598.
- Adds PKCS7 functions.
- This PR is basically the same as Added pkcs7 support (this PR was split, do not merge) #1598, but should be reviewed and merged after X509_PURPOSE #1788, Preparing openssl-sys for PKCS7 and X509 extensions #1789 and X509 and X509Req extensions #1790.
…o kletterstein/x509
I'm not sure, this issue doesn't seem to be reproducing on the latest master pipelines and I'm not able to reproduce it locally at all. What was the environment of the machine you were seeing it on? |
Hmm, I cloned the repo on a Kubuntu 22.04. I compiled openssl 3.1.0-beta1 and set the following environment: LD_LIBRARY_PATH=/home/bkstein/.local/openssl/3.1.0-beta1/lib64
OPENSSL_DIR=/home/bkstein/.local/openssl/3.1.0-beta1
OPENSSL_LIBS=crypto:ssl
OPENSSL_STATIC=0 Then (
I see
This is reproducible on my machine. BTW, I see this problem with the system openssl 3.0.2, too. |
Hi ! I'm interested by this PR, I'd like to know when this request will be merged or at least when it will be rebased on the latest version so I can patch my project locally. :) |
Hi @m-bachelier, I stopped keeping this PR up-to-date a while ago, as the review process stalled. Not sure what we can do to revive the process. I'd be happy to rebase, but not without some perspective. |