/openssl/.github/workflows/ |
H A D | fips-checksums.yml | 22 - name: create build dirs 24 mkdir ./build-pristine 26 mkdir ./build 51 working-directory: ./build 54 working-directory: ./build 57 working-directory: ./build 60 working-directory: ./build 82 - name: create build dirs 84 mkdir ./build-pristine 86 mkdir ./build [all …]
|
H A D | interop-tests.yml | 37 - name: build openssl as an rpm 39 …mkdir -p /build/SPECS && cd /build && echo -e "%_topdir /build\n%_lto_cflags %{nil}" >~/.rpmmacros… 40 cd /build && cp ${GITHUB_WORKSPACE}/interop/openssl/openssl.spec SPECS/ && \ 44 yum-builddep -y /build/SPECS/openssl.spec # just for sure nothing is missing 45 mkdir -p /build/SOURCES 46 …tar --transform "s/^__w\/openssl\/openssl/openssl-$MAJOR.$MINOR.$PATCH/" -czf /build/SOURCES/opens… 47 rpmbuild -bb /build/SPECS/openssl.spec 48 dnf install -y /build/RPMS/x86_64/openssl-*
|
H A D | ci.yml | 478 # build tree 494 mkdir ./build 500 working-directory: ./build 503 working-directory: ./build 508 working-directory: ./build 511 working-directory: ./build 519 working-directory: ./build 538 mkdir ./build 544 working-directory: ./build 547 working-directory: ./build [all …]
|
H A D | windows.yml | 41 - name: prepare the build directory 48 - name: build 103 - name: prepare the build directory 110 - name: build 140 - name: prepare the build directory 147 - name: build 198 - name: Full build
|
/openssl/Configurations/ |
H A D | README-design.md | 20 build-file templates. See the section on build-file templates further 23 build.info files 57 # build.info 69 # apps/build.info 114 # ssl/build.info 401 must build `apps/openssl`, and to build the latter, we will need to 405 we need to build `ssl/tls.o` as well as `libcrypto`, and to build the 417 build static libraries from object files, to build shared libraries 471 obj2lib - function that produces build file lines to build a 492 obj2shlib - function that produces build file lines to build a [all …]
|
H A D | README.md | 261 cannot be used as build targets. 359 corresponding build directory for built files if the build tree 366 directory for the current `build.info` file and the corresponding build 401 expected to be located in the build tree) 540 src2obj - function that produces build file lines to build an 562 obj2lib - function that produces build file lines to build a 583 obj2shlib - function that produces build file lines to build a 604 obj2dso - function that produces build file lines to build a 618 obj2bin - function that produces build file lines to build an 634 in2script - function that produces build file lines to build a [all …]
|
H A D | common0.tmpl | 4 # The reason for the complexity is that the build.info files provide 6 # build files only want those for a particular build. Therefore, we
|
/openssl/test/ |
H A D | README-external.md | 11 This python test suite runs cryptographic tests with a local OpenSSL build as 18 Then configure/build OpenSSL compatible with the python module: 38 tests against the local OpenSSL build. 72 tests against the local OpenSSL build. 78 Then configure/build OpenSSL enabling external tests: 83 GOST engine requires CMake for the build process. 95 local OpenSSL build. 101 Then configure/build OpenSSL enabling external tests: 106 oqsprovider requires CMake for the build process. 124 This builds and runs pkcs11-provider tests against the local OpenSSL build. [all …]
|
H A D | README-dev.md | 13 do some additions in test/build.info. Please refer to the section 14 ["Changes to test/build.info"](README.md#changes-to-testbuildinfo) below. 93 Changes to test/build.info 102 * create a three line description of how to build the test, you will have
|
/openssl/doc/internal/man7/ |
H A D | build.info.pod | 5 build.info - Building information files 47 =item What to build for? 52 =item What to build? 57 =item How to build it? 59 This is about build file generation. 69 =head2 F<build.info> files 112 F<build.info> files. The build file generators are responsible for 294 is the F<build.info> file they are in. 363 This instructs the F<build.info> reader to also read the F<build.info> 628 =item "build file" [all …]
|
/openssl/ |
H A D | INSTALL.md | 19 - [Build Type](#build-type) 29 - [Build](#build-openssl) 351 Some build targets have a multilib postfix set in the build configuration. 581 Don't build the AFALG engine. 712 Don't build the CAPI engine. 910 Don't build the padlock engine. 1040 Don't build with QUIC support. 1425 OpenSSL can be configured to build in a build directory separate from the 1432 $ cd /var/tmp/openssl-build 1466 If the build fails, take a look at the [Build Failures](#build-failures) [all …]
|
H A D | NOTES-NONSTOP.md | 22 prerequisite needed to build OpenSSL 3.0 on this platform. 28 or with threading support disabled. Select the following build configuration 31 * `nonstop-nsx` or default will select an unthreaded 32-bit build. 33 * `nonstop-nsx_64_klt` selects the 64-bit memory and file length KLT build. 34 * `nonstop-nsx_put` selects the PUT build. 35 * `nonstop-nsx_64_put` selects the 64-bit memory and file length PUT build. 50 The TNS/E platform is build using the same set of builds specifying `nse` 53 You cannot build for TNS/E for FIPS, so you must specify the `no-fips` 80 NonStop node, managing the location of your build distribution is crucial. 142 build, you will need to perform the build and test steps in OSS in your NonStop [all …]
|
H A D | NOTES-WINDOWS.md | 11 There are various options to build and run OpenSSL on the Windows platforms. 14 To build a native OpenSSL you can either use: 44 for which you may need to explicitly build the Perl module Win32/Console.pm 73 <https://docs.microsoft.com/cpp/build/building-on-the-command-line> 104 determined via registry keys, as it is common practice to build OpenSSL and 118 at build-time to construct library build specific registry key paths of the 136 |Undefined | N/A |OpenSSL uses build time defaults | 144 `vcvarsall.bat` before you compile. For example, if you want to build 214 * It is also possible to build mingw[64] on Linux or Cygwin. 266 Consequently, a build of OpenSSL with Cygwin is virtually identical to the [all …]
|
H A D | README-FIPS.md | 20 Newer OpenSSL Releases that include security or bug fixes can be used to build 36 which versions are FIPS validated. The instructions given below build OpenSSL 40 OpenSSL release to build everything else, then refer to the next section. 94 Download and build a validated FIPS provider 107 Download and build the latest release of OpenSSL 174 specified during OpenSSL build configuration (default: `os`). However, by 189 Some Vendors choose to patch/modify/build their own FIPS provider, 193 number. The build infrastructure allows to customize FIPS provider 194 build information via changes to strings in `VERSION.dat`. 198 name and build version as required for CMVP submission.
|
/openssl/.github/ISSUE_TEMPLATE/ |
H A D | bug_report.md | 20 For build issues: 22 If this is a build issue, please include the configuration output 32 If it isn't a build issue, example code or commands to reproduce 35 OpenSSL build or if it is system provided.
|
/openssl/doc/man1/ |
H A D | openssl-version.pod.in | 83 The OpenSSL B<OSSL_WINCTX> build time variable, if set. 92 B<OPENSSLDIR>, B<MODULESDIR> and B<ENGINESDIR> build time macros. These macros 93 were defined at build time, and represented filesystem paths. This is common 94 practice on unix like systems, as there was an expectation that a given build 97 B<OSSL_WINCTX> was introduced as a new build time variable to define a set of 103 build time.
|
/openssl/test/recipes/95-test_external_oqsprovider_data/ |
H A D | oqsprovider.sh | 57 && mkdir build \ 58 && cd build \ 66 …cmake $SRCTOP/oqs-provider -DOPENSSL_ROOT_DIR="$OPENSSL_ROOT_DIR" -B _build && cmake --build _build
|
/openssl/test/quic-openssl-docker/ |
H A D | Dockerfile | 13 git make gcc perl cmake build-essential \ 18 # build nghttp3 28 # download and build openssl
|
H A D | README.md | 19 `docker build -t quay.io/openssl-ci/openssl-quic-interop:latest .` 22 by this name. If you build locally with changes, the interop runner project
|
/openssl/doc/man7/ |
H A D | ossl-guide-introduction.pod | 31 attempting to build OpenSSL from the source code. 37 If you build and install OpenSSL from the source code then you should download 41 B<INSTALL.md> which will supply detailed instructions on how to build and 43 carefully in order to achieve a successful build. In the directory you will also 47 provides information about setting up Perl for use by the OpenSSL build system 50 Sometimes you may want to build and install OpenSSL from source on a system
|
/openssl/demos/http3/ |
H A D | build.info | 13 INCLUDE[ossl-nghttp3-demo]=../../include nghttp3/lib/includes nghttp3/build/lib/includes 14 INCLUDE[ossl-nghttp3]=../../include nghttp3/lib/includes nghttp3/build/lib/includes
|
/openssl/providers/ |
H A D | build.info | 96 # necessary information even if we don't build the module. This will allow 98 # diverse build.info files. libfips.a, fips.so and their sources aren't 105 # This is the trigger to actually build the FIPS module. Without these 106 # statements, the final build file will not have a trace of it. 142 # implementation specific build.info files harder to write, so we don't. 180 # template library, not used anywhere. It's merely here to ensure that the object files build
|
/openssl/doc/man3/ |
H A D | OpenSSL_version.pod | 105 the values of the macros above for the build of the library, respectively. 131 The date of the build process in the form C<built on: ...> if available 133 The date would not be available in a reproducible build, for example. 137 The "Configure" target of the library build in the form C<platform: ...> 142 The B<OPENSSLDIR> setting of the library build in the form C<OPENSSLDIR: "..."> 147 The B<ENGINESDIR> setting of the library build in the form C<ENGINESDIR: "..."> 153 The B<MODULESDIR> setting of the library build in the form C<MODULESDIR: "...">
|
/openssl/crypto/md5/ |
H A D | build.info | 22 # A no-deprecated no-shared build ends up with double function definitions 25 # default provider. A no-deprecated build removes the external definition from
|
/openssl/demos/ |
H A D | README.txt | 6 Note: Makefiles are provided in the demo subfolders to demonstrate how to build 7 them, but are not frequently used. Configure openssl with enable-demos to build 8 them automatically through the perl based build system
|