Searched +full:fips +full:- +full:sources (Results 1 – 25 of 45) sorted by relevance
12
| /third_party/openssl/.github/workflows/ |
| D | fips-checksums.yml | 1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved. 8 name: FIPS Checksums 15 compute-checksums: 16 runs-on: ubuntu-latest 18 - name: install unifdef 20 sudo apt-get update 21 … sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install unifdef 22 - name: create build dirs 24 mkdir ./build-pristine 25 mkdir ./source-pristine [all …]
|
| D | compiler-zoo.yml | 1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved. 18 fail-fast: false 22 cc: gcc-7, 23 distro: ubuntu-20.04 25 cc: gcc-8, 26 distro: ubuntu-20.04 28 cc: gcc-9, 29 distro: ubuntu-20.04 31 cc: gcc-10, 32 distro: ubuntu-20.04 [all …]
|
| /third_party/openssl/Configurations/ |
| D | unix-Makefile.tmpl | 4 ## {- join("\n## ", @autowarntext) -} 5 {- 9 our $makedepcmd = platform->makedepcmd(); 17 our $sover_dirname = platform->shlib_version_as_filename(); 29 $COLUMNS = int($COLUMNS) - 2; # 2 to leave space for ending ' \' 61 -} 62 PLATFORM={- $config{target} -} 63 OPTIONS={- $config{options} -} 64 CONFIGURE_ARGS=({- join(", ",quotify_l(@{$config{perlargv}})) -}) 65 SRCDIR={- $config{sourcedir} -} [all …]
|
| D | windows-makefile.tmpl | 4 ## {- join("\n## ", @autowarntext) -} 5 {- 9 our $sover_dirname = platform->shlib_version_as_filename(); 12 my $install_flavour = $build_scheme->[$#$build_scheme]; # last element 14 $install_flavour eq "VC-WOW" ? "ProgramFiles(x86)" 17 $install_flavour eq "VC-WOW" ? "CommonProgramFiles(x86)" 36 -} 38 PLATFORM={- $config{target} -} 39 SRCDIR={- $config{sourcedir} -} 40 BLDDIR={- $config{builddir} -} [all …]
|
| D | descrip.mms.tmpl | 3 ## {- join("\n## ", @autowarntext) -} 4 {- 9 (our $osslprefix_q = platform->osslprefix()) =~ s/\$/\\\$/; 11 our $sover_dirname = platform->shlib_version_as_filename(); 18 (my $vol, my $dirs, my $file) = File::Spec->splitpath($_[0]); 19 my @dirs = File::Spec->splitdir($dirs); 23 return File::Spec::Unix->catpath( 24 '', File::Spec::Unix->catdir('', $vol ? $vol : (), @dirs), $file); 46 map { platform->staticname($_) } 49 map { platform->sharedname($_) // () } [all …]
|
| /third_party/openssl/providers/ |
| D | build.info | 5 # go in the FIPS provider. The compilations for this 15 # To be noted is that the FIPS provider shares source code with libcrypto, 17 # libfips.a the sources from providers/implementations. 21 # -o {modulename}.so {object files...} lib{modulename}.a libcommon.a 58 # used is determined by non-weak dependencies. 92 # FIPS provider stuff 97 # diverse build.info files. libfips.a, fips.so and their sources aren't 100 IF[{- !$disabled{fips} -}] 101 SUBDIRS=fips 102 $FIPSGOAL=fips [all …]
|
| D | fips.checksum | 1 674597de1e7bfa5782d42c044d5475e6fd473c737008a297e8e90746eafb97d9 providers/fips-sources.checksums
|
| /third_party/openssl/test/recipes/ |
| D | 80-test_ssl_new.t | 2 # Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved. 30 my $no_fips = disabled('fips') || ($ENV{NO_FIPS} // 0); 34 my @conf_srcs = glob(srctop_file("test", "ssl-tests", "*.cnf.in")); 39 # We hard-code the number of tests to double-check that the globbing above 44 # verify generated sources in the default configuration. 68 # expectations dynamically based on the OpenSSL compile-time config. 70 "02-protocol-version.cnf" => !$is_default_tls, 71 "04-client_auth.cnf" => !$is_default_tls || !$is_default_dtls 73 "05-sni.cnf" => disabled("tls1_1"), 74 "07-dtls-protocol-version.cnf" => !$is_default_dtls || !disabled("sctp"), [all …]
|
| /third_party/openssl/doc/man3/ |
| D | RAND_add.pod | 7 - add randomness to the PRNG or get its status 32 In general, manual (re-)seeding of the default OpenSSL random generator 33 (L<RAND_OpenSSL(3)>) is not necessary (but allowed), since it does (re-)seed 34 itself automatically using trusted system entropy sources. 42 random input obtained from polling various trusted entropy sources. 52 Details about sources of randomness and how to estimate their randomness 53 can be found in the literature; for example [NIST SP 800-90B]. 58 NOTE: In FIPS mode, random data provided by the application is not considered to 66 usage by the random seed sources. Some seed sources maintain open file 67 descriptors by default, which allows such sources to operate in a [all …]
|
| D | EVP_RAND.pod | 18 EVP_RAND_STATE_ERROR - EVP RAND routines 76 The EVP RAND routines are a high-level interface to random number generators 109 NULL is a valid parameter, for which this function is a no-op. 117 system entropy sources. 133 will be sought. This call operates as per NIST SP 800-90A and SP 800-90C. 136 NIST SP 800-90A and SP 800-90C. Subsequent to this call, the RAND cannot 143 will be sought. This call operates as per NIST SP 800-90A and SP 800-90C. 147 input I<addin> of length I<addin_len> bytes. In the FIPS provider, both are 148 treated as additional input as per NIST SP-800-90Ar1, Sections 9.1 and 9.2. 151 from a live source will be sought. This call operates as per NIST SP 800-90A [all …]
|
| /third_party/openssl/test/recipes/30-test_evp_data/ |
| D | evpciph_des.txt | 2 # Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved. 12 Cipher = DES-ECB 18 Cipher = DES-ECB 24 Cipher = DES-ECB 30 Cipher = DES-ECB 36 Cipher = DES-ECB 42 Cipher = DES-ECB 48 Cipher = DES-ECB 53 Title = DES Tests (from FIPS PUB 81) 56 Cipher = DES-CBC [all …]
|
| /third_party/openssl/ |
| D | Configure | 2 # -*- mode: perl; -*- 3 # Copyright 2016-2022 The OpenSSL Project Authors. All Rights Reserved. 10 ## Configure -- OpenSSL source tree configuration script 30 …-<cipher> ...] [enable-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[n… 42 *** perl configdata.pm --dump *** 52 # --config add the given configuration file, which will be read after 55 # --prefix prefix for the OpenSSL installation, which includes the 59 # --openssldir OpenSSL data area, such as openssl.cnf, certificates and keys. 61 # given with --prefix. 64 # --banner=".." Output specified text instead of default completion banner [all …]
|
| D | INSTALL.md | 11 - [Prerequisites](#prerequisites) 12 - [Notational Conventions](#notational-conventions) 13 - [Quick Installation Guide](#quick-installation-guide) 14 - [Building OpenSSL](#building-openssl) 15 - [Installing OpenSSL](#installing-openssl) 16 - [Configuration Options](#configuration-options) 17 - [API Level](#api-level) 18 - [Cross Compile Prefix](#cross-compile-prefix) 19 - [Build Type](#build-type) 20 - [Directories](#directories) [all …]
|
| D | NEWS.md | 8 ---------------- 10 - [OpenSSL 3.0](#openssl-30) 11 - [OpenSSL 1.1.1](#openssl-111) 12 - [OpenSSL 1.1.0](#openssl-110) 13 - [OpenSSL 1.0.2](#openssl-102) 14 - [OpenSSL 1.0.1](#openssl-101) 15 - [OpenSSL 1.0.0](#openssl-100) 16 - [OpenSSL 0.9.x](#openssl-09x) 19 ----------- 21 ([CVE-2023-4807]) [all …]
|
| D | CHANGES.md | 4 This is a high-level summary of the most important changes. 11 ---------------- 13 - [OpenSSL 3.0](#openssl-30) 14 - [OpenSSL 1.1.1](#openssl-111) 15 - [OpenSSL 1.1.0](#openssl-110) 16 - [OpenSSL 1.0.2](#openssl-102) 17 - [OpenSSL 1.0.1](#openssl-101) 18 - [OpenSSL 1.0.0](#openssl-100) 19 - [OpenSSL 0.9.x](#openssl-09x) 22 ----------- [all …]
|
| /third_party/openssl/providers/common/ |
| D | provider_err.c | 3 * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. 57 "fips module conditional error"}, 59 "fips module entering error state"}, 61 "fips module in error state"}, 175 "seed sources must not have a parent"},
|
| /third_party/python/Tools/ssl/ |
| D | multissltests.py | 23 (c) 2013-2017 Christian Heimes <christian@python.org> 74 '--debug', 79 '--disable-ancient', 84 '--openssl', 93 '--libressl', 102 '--tests', 108 '--base-directory', 110 help="Base directory for OpenSSL / LibreSSL sources and builds." 113 '--no-network', 119 '--steps', [all …]
|
| /third_party/openssl/doc/man5/ |
| D | config.pod | 5 config - OpenSSL CONF library configuration files 26 is the first non-space character in a line, the entire line is ignored. 45 available on systems with POSIX IO support.) Any sub-directories found 76 B<true> or B<on>, then C<foo$bar> is a single seven-character name nad 121 In order to support this, commands like L<openssl-req(1)> ignore any 161 I<FIPS module>, for example. 231 OPENSSL_CONF=example.cnf openssl asn1parse -genstr OID:1.2.3.4.1 244 for that provider. The provider-specific section is used to specify how 273 All parameters in the section as well as sub-sections are made 279 See L<OSSL_PROVIDER-default(7)> for more details. [all …]
|
| /third_party/openssl/doc/man7/ |
| D | EVP_RAND.pod | 5 EVP_RAND - the random bit generator 15 non-deterministic inputs to other cryptographic algorithms. 20 systems's entropy sources and providing access to deterministic random 22 A DRBG is a certain type of cryptographically-secure pseudo-random 24 [NIST SP 800-90A Rev. 1]. 50 Refer to L<provider-rand(7)> for the implementation details to support adding 51 randomness sources to EVP_RAND. 80 DRBG are created per thread and accessed through thread-local storage. 83 the thread-local <public> and <private> DRBG instance, respectively. 89 either from os entropy sources or by consuming randomness which was added [all …]
|
| /third_party/node/doc/api/ |
| D | cli.md | 1 # Command-line options 3 <!--introduced_in=v5.9.1--> 4 <!--type=misc--> 6 Node.js comes with a variety of CLI options. These options expose built-in 13 `node [options] [V8 options] [script.js | -e "script" | -] [--] [arguments]` 15 `node inspect [script.js | -e "script" | <host>:<port>] …` 17 `node --v8-options` 24 <!-- YAML 26 - version: v10.12.0 27 pr-url: https://github.com/nodejs/node/pull/23020 [all …]
|
| D | cli.json | 7 "textRaw": "Command-line options", 8 "name": "Command-line options", 11 …"desc": "<p>Node.js comes with a variety of CLI options. These options expose built-in\ndebugging,… 16 …-e \"script\" | -] [--] [arguments]</code></p>\n<p><code>node inspect [script.js | -e \"script\" |… 27 "pr-url": "https://github.com/nodejs/node/pull/23020", 32 …-</code>) or underscores (<code>_</code>). For example, <code>--pending-deprecation</code> is\nequ… 35 "textRaw": "`-`", 36 "name": "`-`", 43 …"desc": "<p>Alias for stdin. Analogous to the use of <code>-</code> in other command-line utilitie… 45 "displayName": "`-`" [all …]
|
| D | cli.html | 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width"> 6 <meta name="nodejs.org:node-version" content="v14.21.2"> 7 <title>Command-line options | Node.js v14.21.2 Documentation</title> 13 <body class="alt apidoc" id="api-section-cli"> 22 <li><a href="documentation.html" class="nav-documentation">About this documentation</a></li> 23 <li><a href="synopsis.html" class="nav-synopsis">Usage and example</a></li> 27 <li><a href="assert.html" class="nav-assert">Assertion testing</a></li> 28 <li><a href="async_hooks.html" class="nav-async_hooks">Async hooks</a></li> 29 <li><a href="buffer.html" class="nav-buffer">Buffer</a></li> [all …]
|
| /third_party/mbedtls/include/mbedtls/ |
| D | ecp.h | 9 * <em>RFC-4492: Elliptic Curve Cryptography (ECC) Cipher Suites 12 * <em>RFC-2409: The Internet Key Exchange (IKE)</em> defines ECP 19 * SPDX-License-Identifier: Apache-2.0 25 * http://www.apache.org/licenses/LICENSE-2.0 46 #define MBEDTLS_ERR_ECP_BAD_INPUT_DATA -0x4F80 48 #define MBEDTLS_ERR_ECP_BUFFER_TOO_SMALL -0x4F00 50 #define MBEDTLS_ERR_ECP_FEATURE_UNAVAILABLE -0x4E80 52 #define MBEDTLS_ERR_ECP_VERIFY_FAILED -0x4E00 54 #define MBEDTLS_ERR_ECP_ALLOC_FAILED -0x4D80 56 #define MBEDTLS_ERR_ECP_RANDOM_FAILED -0x4D00 [all …]
|
| /third_party/node/ |
| D | configure.py | 61 valid_arm_fpu = ('vfp', 'vfpv3', 'vfpv3-d16', 'neon') 65 valid_intl_modes = ('none', 'small-icu', 'full-icu', 'system-icu') 72 "built-in dependencies or its shared representations. If necessary, " 80 # Options should be in alphabetical order but keep --prefix at the top, 82 parser.add_option('--prefix', 88 parser.add_option('--coverage', 93 parser.add_option('--debug', 98 parser.add_option('--debug-node', 103 parser.add_option('--dest-cpu', 109 parser.add_option('--cross-compiling', [all …]
|
| /third_party/mbedtls/library/ |
| D | rsa.c | 2 * The RSA public-key cryptosystem 5 * SPDX-License-Identifier: Apache-2.0 11 * http://www.apache.org/licenses/LICENSE-2.0 21 * The following sources were referenced in the design of this implementation 24 * [1] A method for obtaining digital signatures and public-key cryptosystems 28 * [2] Handbook of Applied Cryptography - 1997, Chapter 8 85 if( ( N != NULL && ( ret = mbedtls_mpi_copy( &ctx->N, N ) ) != 0 ) || in mbedtls_rsa_import() 86 ( P != NULL && ( ret = mbedtls_mpi_copy( &ctx->P, P ) ) != 0 ) || in mbedtls_rsa_import() 87 ( Q != NULL && ( ret = mbedtls_mpi_copy( &ctx->Q, Q ) ) != 0 ) || in mbedtls_rsa_import() 88 ( D != NULL && ( ret = mbedtls_mpi_copy( &ctx->D, D ) ) != 0 ) || in mbedtls_rsa_import() [all …]
|
12