Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 61) sorted by relevance

123

/net-tools-3.7.0/mbedtls-2.4.0/scripts/
Doutput_env.sh35 arm-none-eabi-gcc --version | head -n 1
43 gcc --version | head -n 1
51 clang --version | head -n 2
60 ldd --version | head -n 1
68 valgrind --version
76 openssl version
85 $OPENSSL version
95 $OPENSSL_LEGACY version
104 gnutls-cli --version | head -n 1
112 gnutls-serv --version | head -n 1
[all …]
Dbump_version.sh24 --version)
111 cat include/mbedtls/version.h | \
119 mv tmp include/mbedtls/version.h
/net-tools-3.7.0/libcoap/
Dconfigure.ac8 # Define the libcoap software version here. Note! The libtool versions are
38 # To set the version of the library, libtool provides the -version-info #
44 # https://autotools.io/libtool/version.html #
52 # Every new library starts with a version 'current' (short 'c') = 0
85 # Announce the libtool version
122 AX_CHECK_LINK_FLAG([-Wl,--version-script=./libcoap-${LIBCOAP_API_VERSION}.map],
123 … [libcoap_SYMBOLS="-Wl,--version-script=\$(srcdir)/libcoap-\$(LIBCOAP_API_VERSION).map"],
146 AC_MSG_CHECKING([for compatible doxygen version])
147 doxygen_version=`$DOXYGEN --version`
155 …AC_MSG_ERROR([==> Install required doxygen version or disable the documentation using --disable-do…
[all …]
/net-tools-3.7.0/libcoap/tests/
Dtest_error_response.c47 CU_ASSERT(response->hdr->version == 1); in t_error_response1()
77 CU_ASSERT(response->hdr->version == 1); in t_error_response2()
110 CU_ASSERT(response->hdr->version == 1); in t_error_response3()
149 CU_ASSERT(response->hdr->version == 1); in t_error_response4()
190 CU_ASSERT(response->hdr->version == 1); in t_error_response5()
231 CU_ASSERT(response->hdr->version == 1); in t_error_response6()
273 CU_ASSERT(response->hdr->version == 1); in t_error_response7()
314 CU_ASSERT(response->hdr->version == 1); in t_error_response8()
Dtest_pdu.c34 CU_ASSERT(pdu->hdr->version == 1); in t_parse_pdu1()
51 CU_ASSERT(pdu->hdr->version == 1); in t_parse_pdu2()
97 CU_ASSERT(pdu->hdr->version == 1); in t_parse_pdu5()
133 CU_ASSERT(pdu->hdr->version == 1); in t_parse_pdu7()
159 CU_ASSERT(pdu->hdr->version == 1); in t_parse_pdu8()
202 CU_ASSERT(pdu->hdr->version == 1); in t_parse_pdu11()
219 CU_ASSERT(pdu->hdr->version == 1); in t_parse_pdu12()
/net-tools-3.7.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_version.data1 Check compiletime library version
4 Check runtime library version
Dtest_suite_x509parse.data3 x509_cert_info:"data_files/server1.crt":"cert. version \: 3\nserial number \: 01\nissuer na…
7 x509_cert_info:"data_files/server2.crt":"cert. version \: 3\nserial number \: 02\nissuer na…
11 x509_cert_info:"data_files/test-ca.crt":"cert. version \: 3\nserial number \: 00\nissuer na…
15 x509_cert_info:"data_files/cert_md2.crt":"cert. version \: 3\nserial number \: 09\nissuer n…
19 x509_cert_info:"data_files/cert_md4.crt":"cert. version \: 3\nserial number \: 05\nissuer n…
23 x509_cert_info:"data_files/cert_md5.crt":"cert. version \: 3\nserial number \: 06\nissuer n…
27 x509_cert_info:"data_files/cert_sha1.crt":"cert. version \: 3\nserial number \: 07\nissuer …
31 x509_cert_info:"data_files/cert_sha224.crt":"cert. version \: 3\nserial number \: 08\nissue…
35 x509_cert_info:"data_files/cert_sha256.crt":"cert. version \: 3\nserial number \: 09\nissue…
39 x509_cert_info:"data_files/cert_sha384.crt":"cert. version \: 3\nserial number \: 0A\nissue…
[all …]
Dtest_suite_pkparse.data212 Key ASN1 (RSAPrivateKey, incorrect version tag)
215 Key ASN1 (RSAPrivateKey, version tag missing)
218 Key ASN1 (RSAPrivateKey, invalid version)
221 Key ASN1 (RSAPrivateKey, correct version, incorrect tag)
/net-tools-3.7.0/tinydtls-0.8.2/
Ddtls.h333 uint16 version; /**< Protocol version */ member
366 uint16 version; /**< Client version */ member
377 uint16 version; /**< Server version */ member
/net-tools-3.7.0/libcoap/m4/
Dax_check_compile_flag.m434 # Free Software Foundation, either version 3 of the License, or (at your
35 # option) any later version.
55 # modified version of the Autoconf Macro, you may extend this special
56 # exception to the GPL to apply to your modified version as well.
Dax_check_link_flag.m434 # Free Software Foundation, either version 3 of the License, or (at your
35 # option) any later version.
55 # modified version of the Autoconf Macro, you may extend this special
56 # exception to the GPL to apply to your modified version as well.
/net-tools-3.7.0/mbedtls-2.4.0/include/mbedtls/
Dx509_crt.h57 int version; /**< The X.509 version. (1=v1, 2=v2, 3=v3) */ member
132 int version; member
432 void mbedtls_x509write_crt_set_version( mbedtls_x509write_cert *ctx, int version );
Dx509_crl.h74 int version; /**< CRL version (1=v1, 2=v2) */ member
Dx509_csr.h55 int version; /**< CSR version (1=v1). */ member
/net-tools-3.7.0/mbedtls-2.4.0/library/
Dx509_crl.c277 while( crl->version != 0 && crl->next != NULL ) in mbedtls_x509_crl_parse_der()
280 if( crl->version != 0 && crl->next == NULL ) in mbedtls_x509_crl_parse_der()
348 if( ( ret = x509_crl_get_version( &p, end, &crl->version ) ) != 0 || in mbedtls_x509_crl_parse_der()
355 crl->version++; in mbedtls_x509_crl_parse_der()
357 if( crl->version > 2 ) in mbedtls_x509_crl_parse_der()
431 if( crl->version == 2 ) in mbedtls_x509_crl_parse_der()
592 prefix, crl->version ); in mbedtls_x509_crl_info()
Dx509_csr.c165 if( ( ret = x509_csr_get_version( &p, end, &csr->version ) ) != 0 ) in mbedtls_x509_csr_parse_der()
171 csr->version++; in mbedtls_x509_csr_parse_der()
173 if( csr->version != 1 ) in mbedtls_x509_csr_parse_der()
352 prefix, csr->version ); in mbedtls_x509_csr_info()
Dx509write_crt.c57 ctx->version = MBEDTLS_X509_CRT_VERSION_3; in mbedtls_x509write_crt_init()
71 void mbedtls_x509write_crt_set_version( mbedtls_x509write_cert *ctx, int version ) in mbedtls_x509write_crt_set_version() argument
73 ctx->version = version; in mbedtls_x509write_crt_set_version()
388 MBEDTLS_ASN1_CHK_ADD( sub_len, mbedtls_asn1_write_int( &c, tmp_buf, ctx->version ) ); in mbedtls_x509write_crt_der()
Dx509_crt.c740 if( ( ret = x509_get_version( &p, end, &crt->version ) ) != 0 || in x509_crt_parse_der_core()
749 crt->version++; in x509_crt_parse_der_core()
751 if( crt->version > 3 ) in x509_crt_parse_der_core()
835 if( crt->version == 2 || crt->version == 3 ) in x509_crt_parse_der_core()
845 if( crt->version == 2 || crt->version == 3 ) in x509_crt_parse_der_core()
856 if( crt->version == 3 ) in x509_crt_parse_der_core()
931 while( crt->version != 0 && crt->next != NULL ) in mbedtls_x509_crt_parse_der()
940 if( crt->version != 0 && crt->next == NULL ) in mbedtls_x509_crt_parse_der()
1376 prefix, crt->version ); in mbedtls_x509_crt_info()
1642 if( crl_list->version == 0 || in x509_crt_verifycrl()
[all …]
Dpkparse.c728 int version, pubkey_done; in pk_parse_key_sec1_der() local
753 if( ( ret = mbedtls_asn1_get_int( &p, end, &version ) ) != 0 ) in pk_parse_key_sec1_der()
756 if( version != 1 ) in pk_parse_key_sec1_der()
853 int ret, version; in pk_parse_key_pkcs8_unencrypted_der() local
885 if( ( ret = mbedtls_asn1_get_int( &p, end, &version ) ) != 0 ) in pk_parse_key_pkcs8_unencrypted_der()
888 if( version != 0 ) in pk_parse_key_pkcs8_unencrypted_der()
/net-tools-3.7.0/mbedtls-2.4.0/tests/
DDescriptions.txt15 version, both ways (client/server), using client authentication or not.
16 For each ciphersuite/version/side/authmode it performs a full handshake
/net-tools-3.7.0/libcoap/include/coap/
Dcoap.h.in22 /* Define the full name and version of libcoap. */
28 /* Define the version of libcoap this file belongs to. */
Dpdu.h176 unsigned int version:2; /* protocol version */ member
188 unsigned int version:2; /* protocol version */ member
/net-tools-3.7.0/python-websocket-server/
Dsetup.py5 version='0.4',
/net-tools-3.7.0/mbedtls-2.4.0/tests/scripts/
Dcheck-names.sh14 if grep --version|head -n1|grep GNU >/dev/null; then :; else
/net-tools-3.7.0/tinydtls-0.8.2/sha2/
DREADME3 This is version 1.0 RELEASE
5 While this is my "release" version, due to lack of additional
41 input data, but for ease of implementation this version will only
179 data is reduced in this version. Added SHAYXZ_Data()
195 access for testing before this version. Thanks to
200 in the SHA2_UNROLL_TRANSFORM version (see sha2.slower.c)
223 The latest version and documentation (if any ;) should always be available
247 I build it using the unrolled transform version with -O2 optimizations),

123