Crt Vavros

Results 12 issues of Crt Vavros

For the purpose of verifying MRTD (biometric passport) trust-chain, I'm using `cryptography` to verify signatures of CSCA and DSC x509 certificates issued by some countries . These certificates don't use...

When copying `Asn1Value` object the value of `Asn1Value.method` is not copied over to the new instance in `Asn1Value._new_instance` method. https://github.com/wbond/asn1crypto/blob/5a24aed1b99e7f51ba38183aebbcce86e6eb4d23/asn1crypto/core.py#L484-L497

I'm getting `eosio tool internal error` when trying to compile following eosio::table struct: ``` struct [[eosio::table]] some_struct { eosio::name some_name; eosio::webauthn_public_key key; uint64_t primary_key() const { return some_name.value; } };...

track-in-jira

When including testing framework, some `eosio` C++ headers conflict with C headers and you get compiler error: `conflicting types for ...`. The issue is wrong declaration of some CAPI functions...

Some exported KEY animations such as `ib_stand2.key`, `ib_rotate_left.key` and `ib_rotate_right.key` are broken in the game due to interpolation issue. Could be reverse issue of #4

bug
key
export

-Updated source to compile on windows -Added VisualStudio project -Updated .gitignore to ignore VisualStudio

Cryptography v42 introduces breaking changes by removing support for bare bone OpenSSL interactions. Specifically, it breaks [Dss1Verifier._recover_F](https://github.com/ZeroPass/pymrtd/blob/997a24f62a9c7adc66e66047b6a61b8bb467f5f8/src/pymrtd/pki/iso9796e2.py#L87-L116) and [EC key initialization](https://github.com/ZeroPass/pymrtd/blob/997a24f62a9c7adc66e66047b6a61b8bb467f5f8/src/pymrtd/pki/keys.py#L250-L270).

Code which parses [AAPublicKey](https://github.com/ZeroPass/dmrtd/blob/master/lib/src/crypto/aa_pubkey.dart#L15-L67) from bytes is missing multiple `throw` specifiers at places throwing `EfParseError`: https://github.com/ZeroPass/dmrtd/blob/master/lib/src/crypto/aa_pubkey.dart#L36-L62. TODO: Replace `EfParseError` exception with general parser exception and catch & re-throw this exception...

bug