Skip to content
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

Openssl build subtley #48

Closed
scunningham opened this issue Jan 22, 2014 · 1 comment
Closed

Openssl build subtley #48

scunningham opened this issue Jan 22, 2014 · 1 comment

Comments

@scunningham
Copy link

This is a big edgy, but sometimes its useful to build openssl stripped down:

diff --git a/programs/test/o_p_test.c b/programs/test/o_p_test.c
index 0665098..3a6c693 100644
--- a/programs/test/o_p_test.c
+++ b/programs/test/o_p_test.c
@@ -32,7 +32,9 @@
#include <sys/stat.h>

#include <openssl/rsa.h>
+#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
+#endif
#include <openssl/pem.h>
#include <openssl/bio.h>

@pjbakker
Copy link
Contributor

Thanks for this fix. Will be included in a next release.

gilles-peskine-arm pushed a commit to gilles-peskine-arm/mbedtls that referenced this issue Mar 1, 2019
Allow NULL buffers in psa_copy_key_material when the key size is zero
oesh pushed a commit to oesh/mbedtls that referenced this issue Nov 12, 2020
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

No branches or pull requests

2 participants