Merge pull request #20731 from pprindeville/isc-dhcp-update-4.4.3-P1
[feed/packages.git] / libs / gost_engine / files / gost.cnf
1 [gost_sect]
2 default_algorithms = ALL
3 # CRYPT_PARAMS: OID of default GOST 28147-89 parameters It allows the
4 # user to choose between different parameter sets of symmetric cipher
5 # algorithm. RFC 4357 specifies several parameters for the
6 # GOST 28147-89 algorithm, but OpenSSL doesn't provide user interface
7 # to choose one when encrypting. So use engine configuration parameter
8 # instead.
9 # Value of this parameter can be either short name, defined in OpenSSL
10 # obj_dat.h header file or numeric representation of OID, defined in
11 # RFC 4357. Defaults to id-tc26-gost-28147-param-Z
12 #CRYPT_PARAMS = id-tc26-gost-28147-param-Z
13
14 # PBE_PARAMS: Shortname of default digest alg for PBE
15 #PBE_PARAMS =
16