Results 25 issues of Fethbita

While using the _FILE options with complicated passwords, the connection can't be made. Here's my compose.yml ```yaml version: "3.9" secrets: mongo_user: file: ./secrets/mongo_user mongo_password: file: ./secrets/mongo_password mongodb: image: mongo:latest secrets:...

bug
help wanted

The SameSite attribute is ignored when flask-mongoengine session interface is used. See save_session in flask-mongoengine and flask: https://github.com/MongoEngine/flask-mongoengine/blob/master/flask_mongoengine/sessions.py#L79 https://github.com/pallets/flask/blob/main/src/flask/sessions.py#L373

type: bug

**Game and Details! version** R9720 9.2.0 **Describe the bug** - Steps to Reproduce (what did you do to make the bug happen): Join arenas. - Result (what happens when you...

Hi, I am writing a small project using this library, I would like to use 3072 bit Paillier keys. For that, I would need to set the [SecParam](https://github.com/taurusgroup/multi-party-sig/blob/1c20cbbca313a5bbbdbeae497144294658257100/internal/params/params.go#L4) in [params](https://github.com/taurusgroup/multi-party-sig/blob/1c20cbbca313a5bbbdbeae497144294658257100/internal/params/params.go)...

I have a SignedData object from [CMS](https://docs.rs/rasn-cms/latest/rasn_cms/) and I decode bytes and validate all the fields one by one like in the [tests](https://github.com/librasn/rasn/blob/main/standards/cms/tests/test_cms.rs#L20). I also need to get the bytes...

Hi, I am writing an application that uses pcsc and I have a struct that holds a Card. Some functions of this struct use card.transmit to send and receive APDUs...

I replaced most of my crypto library needs with boring but I see that CMAC support has been removed at one point in time. [This](https://github.com/cloudflare/boring/blob/870ccd9084ef17dced70b9c27c9935416b29eccf/boring/src/sign.rs#L113) comment however suggests otherwise. I...

ICAO Doc Series 9303-11 p. 22

enhancement

Partially implemented. ECDH CA is implemented. DH CA is not implemented.

bug

[This](https://github.com/Fethbita/eMRTD_face_access/blob/0f9cf2dd04559710720cac3a1109118c4bea6ed8/emrtd_face_access/image_operations.py#L12) just cuts the information of ICAO9303-10 and ISO/IEC 19794-5 and leaves the image. Must be improved but it works for now.

good first issue