manuale icon indicating copy to clipboard operation
manuale copied to clipboard

Python 3.5 deprication notice

Open szepeviktor opened this issue 6 years ago • 5 comments

# manuale/crypto.py:80: CryptographyDeprecationWarning: signer and verifier have been deprecated.
# Please use sign and verify instead.
  signer = key.signer(padding.PKCS1v15(), hashes.SHA256())

@veeti Is it simply changing the name of functions?

szepeviktor avatar Mar 28 '18 22:03 szepeviktor

@veeti What if I send a PR with function name change only? Could you release it?

szepeviktor avatar Sep 15 '19 07:09 szepeviktor

Sure, but as ACMEv1 is being deprecated you are better off moving to a maintained client.

veeti avatar Sep 21 '19 21:09 veeti

Thank you.

szepeviktor avatar Sep 22 '19 04:09 szepeviktor

So this client is depreciated also?

piraz avatar Sep 24 '19 13:09 piraz

Started to work on automatoes as this client is not supported anymore.

piraz avatar Oct 08 '19 14:10 piraz