#!/bin/bash # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/.
######################################################################## # # tests/bogo/bogo.sh # # Script to drive the ssl bogo interop unit tests # ########################################################################
# Currently used BorringSSL version
BOGO_VERSION=73030794f7aaf4f614486b511908841852807936
bogo_init()
{
SCRIPTNAME="bogo.sh" if [ -z "${INIT_SOURCED}" -o "${INIT_SOURCED}" != "TRUE" ] ; then
cd ../common
. ./init.sh fi
mkdir -p "${HOSTDIR}/bogo"
cd "${HOSTDIR}/bogo"
BORING=${BORING:=boringssl} if [ ! -d "$BORING" ]; then
git clone -q https://boringssl.googlesource.com/boringssl"$BORING"
git -C "$BORING" checkout -q $BOGO_VERSION fi
SCRIPTNAME="bogo.sh"
html_head "bogo test "
html_msg $? 0 "Bogo""Checking out BoringSSL revision $BOGO_VERSION"
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.