Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Warning: Use Cipheriv for counter mode of aes-256-ctr #28

Open
doormalena opened this issue Feb 13, 2020 · 0 comments
Open

Warning: Use Cipheriv for counter mode of aes-256-ctr #28

doormalena opened this issue Feb 13, 2020 · 0 comments

Comments

@doormalena
Copy link

I noticed the following warning being present in our build pipeline.

(node:4840) Warning: Use Cipheriv for counter mode of aes-256-ctr

We're using YAML and our configuration is like this:

steps:
  - task: jabbera.authenticode-sign.authenticode-sign.authenticode-sign@4
    displayName: "Code sign"
    inputs:
      filePath: |
        **/*.@${{ parameters.extensionsToSign }}
      signRootPath: "${{ parameters.rootDirectory }}"
      timestampServer: "${{ parameters.timeStamper }}"
      timestampServerDelay: 0
      certificateLocation: pfxFile
      pfxFile: "${{ parameters.certificateFilePath }}"
      pfxPassword: "${{ parameters.certificatePassword }}"
      additionalArguments: |
        /debug
        /v

This results in the following output in Azure DevOps:
image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant