-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fix/windows build #308
Merged
Merged
Fix/windows build #308
Conversation
This file contains 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
8c0f487
to
571ab2f
Compare
bgrieder
approved these changes
Sep 17, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Manuthor
added a commit
that referenced
this pull request
Sep 17, 2024
…ex (#306) * smime doc and fixes to the certificates stack * certificate export loop test * improved test::import_certificate * clippy fixes * fixed SQL upsert; need to fix Redis * remove unnecessary clone * selection of test database + mysql fix * sqlite-enc tests ok * fixed sqlite tests * added README documentation on tests * fixed attriobutes serialization in redis-findex * made redis-findex deterministic * more redis-findex fixes * minor call fix * fixed PKCS12 import chain linking * smime doc pass 1 * changelog * clipopy fixes * fixed extract locate * adjust locate capture and logging levels * added support for PKCS#12 legacy format * doc fixes * clippy fixes * made KeyFormat Type optional on retrieve and fixed pkcs11 test * fixed json parameter in CLI * do not print json in tests * restored debug level for cli * fix to py c=kms client * remove unfortunate typo... * display openssl version * display openssl version * fixing MacOS clean env * more clean env fixes * yet another attempt at getting openssl3 * once more * once more * once more.... * once more, .... * once more, ubuntu * openssl version detection * initializa openssl later * added --info switch * enable-weak-ssl-ciphers * weak ssl ciphers openssl * legacy ubuntu 24.04 * copying artifcats * cleanup * de-activated jobs * re-enabled macos * i don't undertsand how this works.... * indent * where is the binary * where is the binary, really * path fixes * script fix * paths,paths,.... * more paths.... * trying windows * trying windows 2 * trying windows 3 * trying windows 4 * trying windows 5 * trying windows 6 * yet another pass at windows * yet another pass at windows * trying windows 7 * fix rhel 9 * fix windows 10 * fix windows 11 * S/MIME documentation * windows alternative path * windows alternative path 2 * added legacy PKCS#12 export-import test * doc * fixed postgresql SQL dialect issue * doc SMIME * removed unused import * amother import fix * use behing cfg * fix: KMS docker images, KMS packages and windows tests (#308) * fix: artifacts path for windows * debug * debug * fix: missing openssl.cnf * fix: artifacts path for windows * fix: copy legacy.dll and fips.dll to D:\ * fix(windows): create C:/Windows/System32/OpenSSL for test * fix(docker): adapt Docker images for OpenSSL changes * fix(docker): adapt Docker images for FIPS mode * fix(python): split tests FIPS from generic tests * fix(python): problem with Bash syntax * test: fix cloudproof_kms_js * test: fix cloudproof_kms_java * test: fix cloudproof_kms_java * test: fix cloudproof_python * test: remove dead code * fix: merge tmp branches * fix: set execution permission on legacy.so and fips.so * fix: set execution permission on legacy.dylib and fips.dylib * fix: test KMS packages installation * fix: remove tests on packages, must be done in a proper workflow * fix: merge * fix: invert the packages build with custom-features build --------- Co-authored-by: Manuthor <32013169+Manuthor@users.noreply.github.com>
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.
Clean env. Windows