Home | History | Annotate | Download | only in dist

Lines Matching refs:gost

1629   --disable-gost          Disable GOST support
22321 # check whether gost also works
22323 # Check whether --enable-gost was given.
22340 as_fn_error $? "OpenSSL 1.0.0 is needed for GOST support" "$LINENO" 5
22348 as_fn_error $? "OpenSSL does not support ECC, needed for GOST support" "$LINENO" 5
22352 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if GOST works" >&5
22353 printf %s "checking if GOST works... " >&6; }
22371 /* routine to load gost (from sldns) */
22380 /* see if configuration loaded gost implementation from other engine*/
22388 e = ENGINE_by_id("gost");
22393 e = ENGINE_by_id("gost");
22396 /* no gost engine in openssl */