X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Futil%2Fgen_pkcs3.c;h=4be2c581e3d67bd7c235fb864dd587fbbadbdeeb;hb=5ef5dd52d1ded8b0ffdf4708e1d00e4ef458b86a;hp=ae7e7610aa5e899c6cf088329899108341cad40d;hpb=3ecab1575ef1f45a5e7cd3c48cd937ffa8eb0ad9;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/util/gen_pkcs3.c b/src/util/gen_pkcs3.c index ae7e7610a..4be2c581e 100644 --- a/src/util/gen_pkcs3.c +++ b/src/util/gen_pkcs3.c @@ -7,6 +7,16 @@ * c99 $(pkg-config --cflags openssl) gen_pkcs3.c $(pkg-config --libs openssl) */ +/* + * Rationale: + * The Diffie-Hellman primes which are embedded into Exim as named primes for + * the tls_dhparam option are in the std-crypto.c file. The source for those + * comes from various RFCs, where they are given in hexadecimal form. + * + * This tool provides convenient conversion, to reduce the risk of human + * error in transcription. + */ + #include #include #include