1
0
mirror of https://github.com/Luzifer/go-dhparam.git synced 2024-09-07 18:59:10 +00:00
Pure Go implementation of OpenSSL dhparam generator
Go to file
2023-02-10 17:05:28 +01:00
.github/workflows Add Github Actions for testing 2023-02-10 17:00:08 +01:00
.travis.yml Add Go modules support, update test environment 2020-05-04 18:01:14 +02:00
dh.go Update minimum Go version and use stdlib error-wrapping (#3) 2023-02-10 16:45:24 +01:00
generator_test.go Test: Adopt expected output to new OpenSSL version 2023-02-10 16:50:23 +01:00
generator.go Update minimum Go version and use stdlib error-wrapping (#3) 2023-02-10 16:45:24 +01:00
go.mod Update minimum Go version and use stdlib error-wrapping (#3) 2023-02-10 16:45:24 +01:00
History.md prepare release v1.2.0 2023-02-10 17:05:28 +01:00
LICENSE Initial version 2018-10-08 01:07:43 +02:00
primes.go Initial version 2018-10-08 01:07:43 +02:00
README.md Initial version 2018-10-08 01:07:43 +02:00
validate_test.go Test: Keep travis awake by sending output 2018-10-08 12:27:44 +02:00
validate.go Update minimum Go version and use stdlib error-wrapping (#3) 2023-02-10 16:45:24 +01:00

Go Report Card

Luzifer / go-dhparam

go-dhparam is a pure Golang implementation of the openssl dhparam generator no requiring any CGO bindings.