Rodolphe Bréard
4defb170bf
Add a note on the man pages format
2 years ago
Rodolphe Bréard
23ff7d0b28
Update the contributing guide
2 years ago
Rodolphe Bréard
7ca581e4cf
Update the CONTRIBUTING.md
3 years ago
Rodolphe Bréard
e8116d96d2
Update the CONTRIBUTING file
4 years ago
Rodolphe Breard
c4e2441404
Add the wiki
4 years ago
Rodolphe Breard
d1901bea91
Update the CONTRIBUTING.md file
4 years ago
Rodolphe Breard
fc71b90822
Include packaging in the CONTRIBUTING.md file
4 years ago
Rodolphe Breard
32c1e986af
Fix invalid link in the CONTRIBUTING file
4 years ago
Rodolphe Breard
04a95dad26
Update the CONTRIBUTING file
4 years ago
Rodolphe Breard
4614d6c407
Add partial EdDSA support
Currently, OpenSSL does not have the required
`EVP_PKEY_get1_ED(25519|448)` functions, hence EdDSA has been partially
implemented and disabled. Once OpenSSL 3.0.0 is out and the `openssl`
crates implements the bindings to those functions, full EdDSA
implementation could be done and activated.
Conditional compilation has been implemented using `rustc-cfg`
instructions rather than features so it can be activated from the build
script depending on whether or not the cryptographic library supports
Ed25519 and Ed448.
7c664b1f1b
4 years ago
Rodolphe Breard
9246550551
Update the CONTRIBUTING.md file
rel #2 and #33
4 years ago
Rodolphe Breard
094a9cea4e
Update the CONTRIBUTING.md file
4 years ago
Rodolphe Breard
d2b46b538a
Add the link to a relevant PR in the CONTRIBUTING.md file
4 years ago
Rodolphe Breard
ff1500d15d
Fix issue link
4 years ago
Rodolphe Breard
a4e0ccfa51
Correctly handle certificate expiration on openssl
The `openssl` crate now include methods to manipulate Asn1Time objects.
Before this improvement, the certificate had to be parsed from the DER
format using the `x509-parser` crate (which is therefore no longer
required).
https://github.com/sfackler/rust-openssl/pull/1173
https://github.com/sfackler/rust-openssl/issues/687
4 years ago
Rodolphe Breard
cb5309ca00
Update the contribution suggestions on dependencies
4 years ago
Rodolphe Breard
da12bf93ba
Add support for user and groups names
4 years ago
Rodolphe Breard
b1c3d9d5da
Add Curve 25519 support to the CONTRIBUTING file
5 years ago
Rodolphe Breard
3d8695ae65
Update the CONTRIBUTING.md
5 years ago
Rodolphe Breard
fc1b103a85
Invite people to fix English-related issues
6 years ago
Rodolphe Breard
6d8d1eb529
Add a CONTRIBUTING.md file
6 years ago