X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Futil%2Fgen_pkcs3.c;h=4be2c581e3d67bd7c235fb864dd587fbbadbdeeb;hp=ae7e7610aa5e899c6cf088329899108341cad40d;hb=0b969c4b8f7139537224878fb6159e4c98e81234;hpb=a799883d8ad340d935db4d729a31c02cb8a1d977;ds=inline 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