You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's some dissonance in the fact that ComparableKey accepts a key object created with the cryptography package, but ComparableX509 requires a OpenSSL.crypto.X509 object from the OpenSSL package.
It would be nice if josepy relied only on the cryptography package interfaces and let that package handle the implementation.
The text was updated successfully, but these errors were encountered:
There's some dissonance in the fact that
ComparableKey
accepts a key object created with thecryptography
package, butComparableX509
requires aOpenSSL.crypto.X509
object from theOpenSSL
package.It would be nice if
josepy
relied only on thecryptography
package interfaces and let that package handle the implementation.The text was updated successfully, but these errors were encountered: