Annotation of embedaddon/strongswan/conf/plugins/drbg.conf, revision 1.1.1.1

1.1       misho       1: drbg {
                      2: 
                      3:     # Whether to load the plugin. Can also be an integer to increase the
                      4:     # priority of this plugin.
                      5:     load = yes
                      6: 
                      7:     # Number of pseudo-random bit requests from the DRBG before an automatic
                      8:     # reseeding occurs.
                      9:     # max_drbg_requests = 4294967294
                     10: 
                     11: }
                     12: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>