Skip to content

75 update test infrastructure and openssl 3#77

Merged
opencrypto merged 16 commits intomasterfrom
75-update-test-infrastructure-and-openssl-3
Aug 16, 2023
Merged

75 update test infrastructure and openssl 3#77
opencrypto merged 16 commits intomasterfrom
75-update-test-infrastructure-and-openssl-3

Conversation

@opencrypto
Copy link
Copy Markdown
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