OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x509cmd
(Results
1 - 2
of
2
) sorted by null
/external/openssl/android.testssl/
testssl.sh
31
x509cmd
="adb shell /system/bin/openssl x509 $digest"
61
$
x509cmd
-CAcreateserial -in $CAreq -days 30 -req -out $CAcert -signkey $CAkey -extfile $CAconf -extensions v3_ca
69
$
x509cmd
-CAcreateserial -in $Ureq -days 30 -req -out $Ucert -CA $CAcert -CAkey $CAkey -extfile $Uconf -extensions v3_ee
/external/openssl/patches/
testssl.sh
31
x509cmd
="adb shell /system/bin/openssl x509 $digest"
61
$
x509cmd
-CAcreateserial -in $CAreq -days 30 -req -out $CAcert -signkey $CAkey -extfile $CAconf -extensions v3_ca
69
$
x509cmd
-CAcreateserial -in $Ureq -days 30 -req -out $Ucert -CA $CAcert -CAkey $CAkey -extfile $Uconf -extensions v3_ee
Completed in 4950 milliseconds