OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tls1
(Results
1 - 7
of
7
) sorted by null
/external/openssl/android.testssl/
testssl
139
echo test
tls1
with 1024bit anonymous DH, multiple handshakes
140
$ssltest -v -bio_pair -
tls1
-cipher ADH -dhe1024dsa -num 10 -f -time $extra || exit 1
146
echo test
tls1
with 1024bit RSA, no DHE, multiple handshakes
147
adb shell /system/bin/ssltest -v -bio_pair -
tls1
-cert /sdcard/android.testssl/server2.pem -no_dhe -num 10 -f -time $extra || exit 1
152
echo test
tls1
with 1024bit RSA, 1024bit DHE, multiple handshakes
153
adb shell /system/bin/ssltest -v -bio_pair -
tls1
-cert /sdcard/android.testssl/server2.pem -dhe1024dsa -num 10 -f -time $extra || exit 1
/external/openssl/ssl/
Makefile
48
EXHEADER= ssl.h ssl2.h ssl3.h ssl23.h
tls1
.h dtls1.h kssl.h
125
bio_ssl.o: ../include/openssl/symhacks.h ../include/openssl/
tls1
.h
146
d1_both.o: ../include/openssl/
tls1
.h ../include/openssl/x509.h
168
d1_clnt.o: ../include/openssl/
tls1
.h ../include/openssl/x509.h
189
d1_enc.o: ../include/openssl/symhacks.h ../include/openssl/
tls1
.h
210
d1_lib.o: ../include/openssl/symhacks.h ../include/openssl/
tls1
.h
231
d1_meth.o: ../include/openssl/symhacks.h ../include/openssl/
tls1
.h
253
d1_pkt.o: ../include/openssl/
tls1
.h ../include/openssl/x509.h
275
d1_srvr.o: ../include/openssl/
tls1
.h ../include/openssl/x509.h
294
kssl.o: ../include/openssl/symhacks.h ../include/openssl/
tls1
.
[
all
...]
install.com
44
$ EXHEADER := ssl.h,ssl2.h,ssl3.h,ssl23.h,
tls1
.h,dtls1.h,kssl.h
ssltest.c
260
fprintf(stderr," -
tls1
- use TLSv1\n");
399
int
tls1
=0,ssl2=0,ssl3=0,ret=1;
local
523
else if (strcmp(*argv,"-
tls1
") == 0)
524
tls1
=1;
666
if (!ssl2 && !ssl3 && !
tls1
&& number > 1 && !reuse && !force)
670
"or add one of -ssl2, -ssl3, -
tls1
, -reuse\n"
748
if (
tls1
)
[
all
...]
ssl.h
[
all
...]
/external/openssl/apps/
Makefile
260
ciphers.o: ../include/openssl/
tls1
.h ../include/openssl/txt_db.h
447
engine.o: ../include/openssl/
tls1
.h ../include/openssl/txt_db.h
469
errstr.o: ../include/openssl/
tls1
.h ../include/openssl/txt_db.h
564
ocsp.o: ../include/openssl/
tls1
.h ../include/openssl/txt_db.h
586
openssl.o: ../include/openssl/
tls1
.h ../include/openssl/txt_db.h
[
all
...]
/external/openssl/include/openssl/
ssl.h
[
all
...]
Completed in 53 milliseconds