Henrik Riomar

Results 6 issues of Henrik Riomar

PullSubscribeTest was fine in 2.1.2 but does not work in 2.1.3 ``` =================================== FAILURES =================================== ________________________ PullSubscribeTest.test_fetch_n ________________________ self = @async_long_test async def test_fetch_n(self): nc = NATS() await nc.connect() js...

It would be great if we can have a tag for colormake at 20170221, thanks.

The KeyType should be EC_EDWARDS for Ed25519 Fixes: ``` BotanECDSA.cpp(301): ECDSA key generation failed ``` i.e. SoftHSM goes into `BotanECDSA.cpp` instead of `BotanEDDSA.cpp` where 1.3.101.112 is handled

Fixes: ``` BotanDH.cpp(264): Failed to generate 512 bit DH parameters: DL_Group: prime size 512 is too small ``` Neeed for botan 1.11.22 and later

from sudo man page: ``` -S, --stdin Write the prompt to the standard error and read the password from the standard input instead of using the terminal device. ```

Also update docs to match Fixes: ``` CryptographyDeprecationWarning: Curve argument must be an instance of an EllipticCurve class. ```