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

75 update test infrastructure and openssl 3 #77

Merged
merged 16 commits into from
Aug 16, 2023

Conversation

opencrypto
Copy link
Member

No description provided.

ruomad and others added 12 commits June 27, 2023 23:34
…m64 and powerpc

- add case for armv7 to configure script
- fix build on powerpc
- adapt aarch64 case to arm64
  Cf. #57
This is a dirty workaround to build the version number becuse in OpenSSL 3+
the OPENSSL_VERSION_NUMBER is not defined directly in opensslv.h but through
a macro not available at this stage
a const (CERT_IDENTIFIER_dup, PKI_PRQP_REQ_dup, RESOURCE_RESPONSE_TOKEN_dup,
PKI_PRQP_RESP_dup)
… functions

(XXX_it) which now return a reference to (ASN1_ITEM *) to avoid
incompatible-pointers-type warnings
EVP_PKEY_get0_EC_KEY because it now returns a const and we need
a mutable pointer (BTW both functions are marked DEPRECATED)
…ils (issuerNameHash, issuerKeyHash, hashAlgorithm, and serialNumber). Initial general refactoring for unit testing.
@opencrypto opencrypto self-assigned this Aug 12, 2023
Massimiliano Pala added 2 commits August 12, 2023 01:50
…ructure. Updated tests for OCSP resp signing (10-ocsp-generation-req-resp-sign).
@opencrypto opencrypto merged commit 9b48a99 into master Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update test infrastructure libpki 0.9.2 fails to build with OpenSSL 3.0.1 Add ARM support
2 participants