75 update test infrastructure and openssl 3#77
Merged
opencrypto merged 16 commits intomasterfrom Aug 16, 2023
Merged
Conversation
…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)
needed and break linking
… 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.
…results/ directory.
…ructure-and-openssl-3
This was
linked to
issues
Aug 12, 2023
Closed
added 2 commits
August 12, 2023 01:50
…ructure. Updated tests for OCSP resp signing (10-ocsp-generation-req-resp-sign).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.