Home
last modified time | relevance | path

Searched refs:openssl (Results 1 – 25 of 264) sorted by relevance

1234567891011

/external/boringssl/src/util/
Ddoc.config6 "include/openssl/base64.h",
7 "include/openssl/bio.h",
8 "include/openssl/buf.h",
9 "include/openssl/bytestring.h",
10 "include/openssl/err.h",
11 "include/openssl/cpu.h",
12 "include/openssl/crypto.h",
13 "include/openssl/ex_data.h",
14 "include/openssl/lhash.h",
15 "include/openssl/mem.h",
[all …]
/external/wpa_supplicant_8/hs20/server/ca/
Dsetup.sh4 OPENSSL=openssl
6 export OPENSSL_CONF=$PWD/openssl.cnf
86 cat openssl-root.cnf | sed "s/@PASSWORD@/$PASS/" \
87 > my-openssl-root.cnf
89 cat openssl.cnf | sed "s/@PASSWORD@/$PASS/" |
95 > my-openssl.cnf
98 cat my-openssl-root.cnf | sed "s/#@CN@/commonName_default = $CNR/" > openssl.cnf.tmp
105 …$OPENSSL req -config openssl.cnf.tmp -batch -new -newkey rsa:4096 -keyout rootCA/private/cakey.pem…
107 …$OPENSSL ca -config openssl.cnf.tmp -md sha256 -create_serial -out rootCA/cacert.pem -days 10957 -…
119 cat my-openssl.cnf | sed "s/#@CN@/commonName_default = $COMPANY Hotspot 2.0 Intermediate CA/" > ope…
[all …]
Dclean.sh7 rm -f openssl.cnf.tmp
12 rm -f my-openssl.cnf my-openssl-root.cnf
/external/grpc-grpc-java/testing/src/main/resources/certs/
DREADME9 $ openssl req -x509 -newkey rsa:1024 -keyout badserver.key -out badserver.pem \
22 $ openssl req -x509 -new -newkey rsa:1024 -nodes -out ca.pem -config ca-openssl.cnf -days 3650 -ext…
28 $ openssl genrsa -out client.key.rsa 1024
29 $ openssl pkcs8 -topk8 -in client.key.rsa -out client.key -nocrypt
31 $ openssl req -new -key client.key -out client.csr
36 $ openssl ca -in client.csr -out client.pem -keyfile ca.key -cert ca.pem -verbose -config openssl.c…
37 $ openssl x509 -in client.pem -out client.pem -outform PEM
42 $ openssl genrsa -out server0.key.rsa 1024
43 $ openssl pkcs8 -topk8 -in server0.key.rsa -out server0.key -nocrypt
45 $ openssl req -new -key server0.key -out server0.csr
[all …]
/external/honggfuzz/examples/openssl/
DREADME.md7 * openssl 1.1.0 (or, the master branch from git)
8 …* libressl/boringssl/openssl-1.0.2 work as well, though they might require specific building instr…
16 $ git clone --depth=1 https://github.com/openssl/openssl.git
17 $ mv openssl openssl-master
23 $ cd openssl-master
24 $ /home/jagger/src/honggfuzz/examples/openssl/compile_hfuzz_openssl_master.sh [enable-asan|enable-m…
43 $ /home/jagger/src/honggfuzz/examples/openssl/make.sh openssl-master address
49 $ /home/jagger/src/honggfuzz/honggfuzz -f corpus_server/ -P -- ./openssl-master.address.server
50 $ /home/jagger/src/honggfuzz/honggfuzz -f corpus_client/ -P -- ./openssl-master.address.client
51 $ /home/jagger/src/honggfuzz/honggfuzz -f corpus_x509/ -P -- ./openssl-master.address.x509
[all …]
/external/grpc-grpc/src/core/tsi/test_creds/
DREADME9 $ openssl req -x509 -newkey rsa:1024 -keyout badserver.key -out badserver.pem \
22 $ openssl req -x509 -new -newkey rsa:1024 -nodes -out ca.pem -config ca-openssl.cnf -days 3650 -ext…
28 $ openssl genrsa -out client.key.rsa 1024
29 $ openssl pkcs8 -topk8 -in client.key.rsa -out client.key -nocrypt
31 $ openssl req -new -key client.key -out client.csr
36 $ openssl ca -in client.csr -out client.pem
41 $ openssl genrsa -out server0.key.rsa 1024
42 $ openssl pkcs8 -topk8 -in server0.key.rsa -out server0.key -nocrypt
44 $ openssl req -new -key server0.key -out server0.csr
49 $ openssl ca -in server0.csr -out server0.pem
[all …]
/external/libchrome/libchrome_tools/patch/
Dssl.patch10 +#include <openssl/cpu.h>
12 +#include <openssl/ssl.h>
14 +#include <openssl/crypto.h>
15 +#include <openssl/err.h>
23 -#include "third_party/boringssl/src/include/openssl/crypto.h"
24 -#include "third_party/boringssl/src/include/openssl/err.h"
47 +#include <openssl/base.h>
55 -#include "third_party/boringssl/src/include/openssl/base.h"
66 +#include <openssl/mem.h>
68 +#include <openssl/crypto.h>
[all …]
/external/iperf3/config/
Dax_check_openssl.m412 # spot (via --with-openssl). Sets
21 # openssl/ directory in include directives:
23 # #include <openssl/hmac.h>
40 AC_ARG_WITH([openssl], optwith
41 [AS_HELP_STRING([--with-openssl=DIR],
46 AC_MSG_ERROR([Invalid --with-openssl value])
52 # if pkg-config is installed and openssl has installed a .pc file,
56 OPENSSL_LDFLAGS=`$PKG_CONFIG openssl --libs-only-L 2>/dev/null`
58 OPENSSL_LIBS=`$PKG_CONFIG openssl --libs-only-l 2>/dev/null`
59 OPENSSL_INCLUDES=`$PKG_CONFIG openssl --cflags-only-I 2>/dev/null`
[all …]
/external/python/cpython3/m4/
Dax_check_openssl.m412 # spot (via --with-openssl). Sets
21 # openssl/ directory in include directives:
23 # #include <openssl/hmac.h>
40 AC_ARG_WITH([openssl], optwith
41 [AS_HELP_STRING([--with-openssl=DIR],
46 AC_MSG_ERROR([Invalid --with-openssl value])
52 # if pkg-config is installed and openssl has installed a .pc file,
56 OPENSSL_LDFLAGS=`$PKG_CONFIG openssl --libs-only-L 2>/dev/null`
58 OPENSSL_LIBS=`$PKG_CONFIG openssl --libs-only-l 2>/dev/null`
59 OPENSSL_INCLUDES=`$PKG_CONFIG openssl --cflags-only-I 2>/dev/null`
[all …]
/external/grpc-grpc/tools/openssl/
Duse_openssl.sh24 if [ ! -e third_party/openssl-1.0.2f.tar.gz ]
27 …wget https://openssl.org/source/old/1.0.2/openssl-1.0.2f.tar.gz -O third_party/openssl-1.0.2f.tar.…
31 rm -rf third_party/openssl-1.0.2f
35 tar xfz openssl-1.0.2f.tar.gz
38 cd openssl-1.0.2f
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/java/security/
DREADME.ASN11 Many tests in this package check the ASN.1 encoding for various kinds of parameters. The openssl
5 format described at https://wiki.openssl.org/index.php/Manual:ASN1_generate_nconf(3). To
9 openssl asn1parse -genconf input.cnf -out /tmp/asn1.der
10 openssl base64 -in /tmp/asn1.der
14 echo 'BASE64-ENCODED DATA HERE' | openssl asn1parse -i
/external/openssh/regress/unittests/sshkey/
Dmktestdata.sh11 openssl rsa -noout -text -pubin | \
27 openssl rsa -noout -text -in $_in | \
30 openssl rsa -noout -text -in $_in | \
33 openssl rsa -noout -text -in $_in | \
48 openssl dsa -noout -text -in $_in | \
51 openssl dsa -noout -text -in $_in | \
54 openssl dsa -noout -text -in $_in | \
69 openssl ec -noout -text -in $_in | \
72 openssl ec -noout -text -in $_in | \
75 openssl ec -noout -text -in $_in | \
/external/grpc-grpc-java/examples/
DREADME.md64 openssl genrsa -passout pass:1111 -des3 -out ca.key 4096
67 openssl req -passin pass:1111 -new -x509 -days 365 -key ca.key -out ca.crt -subj "/CN=${SERVER_CN}"
69 openssl genrsa -passout pass:1111 -des3 -out server.key 4096
71 openssl req -passin pass:1111 -new -key server.key -out server.csr -subj "/CN=${SERVER_CN}"
74 openssl x509 -req -passin pass:1111 -days 365 -in server.csr -CA ca.crt -CAkey ca.key -set_serial 0…
76 openssl rsa -passin pass:1111 -in server.key -out server.key
78 openssl genrsa -passout pass:1111 -des3 -out client.key 4096
80 openssl req -passin pass:1111 -new -key client.key -out client.csr -subj "/CN=${CLIENT_CN}"
83 openssl x509 -passin pass:1111 -req -days 365 -in client.csr -CA ca.crt -CAkey ca.key -set_serial 0…
85 openssl rsa -passin pass:1111 -in client.key -out client.key
[all …]
/external/libevent/m4/
Dlibevent_openssl.m413 OPENSSL_LIBS=`$PKG_CONFIG --libs openssl 2>/dev/null`
20 OPENSSL_INCS=`$PKG_CONFIG --cflags openssl 2>/dev/null`
45 yes) AC_DEFINE(HAVE_OPENSSL, 1, [Define if the system has openssl]) ;;
50 # check if we have and should use openssl
/external/python/google-api-python-client/tests/data/
Dcreate-private-keys.sh3 openssl req -new -newkey rsa:2048 -days 3650 -nodes -x509 \
7 openssl pkcs12 -export -out privatekey.p12 \
11 openssl pkcs12 -in privatekey.p12 \
/external/avb/test/
Davb_atx_generate_test_data55 openssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:4096 -outform PEM \
59 openssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:4096 -outform PEM \
63 openssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:4096 -outform PEM \
67 openssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:4096 -outform PEM \
/external/curl/tests/certs/scripts/
Dgenroot.sh8 OPENSSL=openssl
9 if [ -f /usr/local/ssl/bin/openssl ] ; then
10 OPENSSL=/usr/local/ssl/bin/openssl
46 openssl genrsa -out $PREFIX-ca.key $KEYSIZE -passout pass:secret
/external/ltp/m4/
Dltp-crypto.m47 AC_CHECK_HEADERS([openssl/sha.h], [have_sha=yes], [AC_MSG_WARN(missing openssl headers)])
9 AC_DEFINE(HAVE_LIBCRYPTO, 1, [Define whether libcrypto and openssl headers are installed])
/external/python/oauth2client/scripts/
Drun_system_tests.sh27 openssl aes-256-cbc -K ${OAUTH2CLIENT_KEY} \
32 openssl aes-256-cbc -K ${OAUTH2CLIENT_KEY} \
37 openssl aes-256-cbc -K ${OAUTH2CLIENT_KEY} \
/external/python/cpython3/PCbuild/
Dget_externals.bat15 if "%~1"=="--no-openssl" (set IncludeSSL=false) & shift & goto CheckOpts
17 if "%~1"=="--openssl-src" (set IncludeSSLSrc=true) & shift & goto CheckOpts
26 if "%~1"=="--no-openssl" shift & goto CheckOpts
52 if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.0j
75 if NOT "%IncludeSSL%"=="false" set binaries=%binaries% openssl-bin-1.1.0j
96 echo.--no-tkinter, --no-openssl
/external/curl/lib/
DMakefile.vxworks36 OPENSSL_INC := D:/libraries/openssl/openssl-0.9.8zc-vxWorks6.3/include
37 OPENSSL_LIB := D:/libraries/openssl/openssl-0.9.8zc-vxWorks6.3
/external/ltp/testcases/kernel/security/integrity/ima/
DREADME6 A kernel with IMA configured, mount with i_version support, openssl
7 and openssl-devel packages, and auditd, if enabled, with the integrity
24 - Both openssl and openssl-devel must be installed, to build the
25 testsuite. At runtime, if openssl is not installed, many of the
/external/grpc-grpc/templates/tools/openssl/
Duse_openssl.sh.template25 # allow openssl to be pre-downloaded
32 # clean openssl directory
39 # build openssl
/external/openssh/regress/
Dssh2putty.sh22 openssl rsa -noout -text -in $KEYFILE | grep ^publicExponent |
28 openssl rsa -noout -modulus -in $KEYFILE | grep ^Modulus= |
/external/grpc-grpc/
Dgrpc.gemspec867 s.files += %w( third_party/boringssl/include/openssl/aead.h )
868 s.files += %w( third_party/boringssl/include/openssl/aes.h )
869 s.files += %w( third_party/boringssl/include/openssl/arm_arch.h )
870 s.files += %w( third_party/boringssl/include/openssl/asn1.h )
871 s.files += %w( third_party/boringssl/include/openssl/asn1_mac.h )
872 s.files += %w( third_party/boringssl/include/openssl/asn1t.h )
873 s.files += %w( third_party/boringssl/include/openssl/base.h )
874 s.files += %w( third_party/boringssl/include/openssl/base64.h )
875 s.files += %w( third_party/boringssl/include/openssl/bio.h )
876 s.files += %w( third_party/boringssl/include/openssl/blowfish.h )
[all …]

1234567891011