-
```C#
using (ECDiffieHellman dhBob = ECDiffieHellman.Create(GetCurveByOid("1.3.132.0.35")))
```
This fails on pre-Win10 because "1.3.132.0.35" turns into "ECDSA_P521" during OID resolution, and t…
-
This is the list we have to normalise for PubID.
```
1-1962
1-1969
1-1986
1-2000
100-2000
1000-1987
1001-1988
1002-1987
1003.0-1995
1003.1, 2004 Edition
1003.1, 2013 Edition
1003.1, 201…
-
I'm starting the TLS demmo on Ubuntu 18 with a shared library set up and these default algorithms announced: -DOQS_DEFAULT_GROUPS=\"CRYSTALS-kyber:FRODO:SABER\" .
I try to generate the self signed c…
-
Keys of these two types generated by ssh-keygen cause ssh to complain "invalid format" when provided for client authentication. Keys for the pure-PQ versions of these algorithms work fine, as do keys …
-
Hi there,
i am implementing testcases for ECDSA verify. All tests run well until except the P521 curve testcases. There i get the TEE_ERROR_BAD_PARAMETERS error when i call verify, which seems to be …
madte updated
3 years ago
-
Boulder now supports [ECDSA subject keys](https://github.com/letsencrypt/boulder/pull/1298), and although it isn't deployed just yet it will be soon. So we may want to add acme and cli support for ma…
-
The README says:
> Modern cryptographic primitives only: Ed25519 and EDCSA over the major NIST curves (P256, P384, P521) for asymmetric cryptography, AES-GCM for symmetric cryptography, x25519 for …
-
GUI cant connect to syncthing daemon due to issues with TLS.
![image](https://user-images.githubusercontent.com/6030583/56022894-f735ce00-5d0c-11e9-874e-26d45a296448.png)
![image](https://user-ima…
aniro updated
3 years ago
-
```
/**
* Creates a key ring consisting of an ECDSA master key and an ECDH sub-key.
* The ECDSA master key is used for signing messages and certifying the sub key.
* The ECDH su…
-
MacOS Catalina 10.15.7, Xcode-12.2, current master of this repo, and of `liboqs`.
Problem:
```
. . . . .
clang -I. -Iinclude -fPIC -arch x86_64 -Ioqs/include -march=native -O3 -std=gnu18 -i…