| /openbmc/openbmc/poky/meta/recipes-devtools/rpm-sequoia/ |
| H A D | rpm-sequoia-crypto-policy_git.bb | 1 SUMMARY = "Crypto policy for rpm-sequoia" 2 HOMEPAGE = "https://gitlab.com/redhat-crypto/fedora-crypto-policies/" 4 LICENSE = "LGPL-2.1-or-later" 8 # Python 3.11+ is needed to build fedora-crypto-policies 12 git://gitlab.com/redhat-crypto/fedora-crypto-policies.git;protocol=https;branch=master \ 13 file://0001-libreswan-Allow-skipping-test_config-for-old-ipsec.patch \ 23 # It speeds up the build and we only need DEFAULT/rpm-sequoia. 24 rm -f $(ls -1 policies/*.pol | grep -v DEFAULT.pol) || echo nothing to delete 26 # Don't validate openssh, gnutls and libreswan policy variants. 36 install -d -m755 ${D}${datadir}/crypto-policies/back-ends [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/rtmpdump/ |
| H A D | rtmpdump_2.6.bb | 5 LICENSE = "GPL-2.0-only" 8 DEPENDS = "gnutls zlib" 19 CVES_2015 = "CVE-2015-8270 CVE-2015-8271 CVE-2015-8272" 20 CVES_2015[status] = "fixed-version: patched in current git hash" 24 SYS=posix INC=-I${STAGING_INCDIR} DESTDIR=${D} CRYPTO=GNUTLS \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ostree/ |
| H A D | ostree_2024.10.bb | 3 tools that combines a \"git-like\" model for committing and downloading \ 7 LICENSE = "LGPL-2.1-only" 12 glib-2.0-native \ 13 glib-2.0 \ 18 bison-native \ 22 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libostree-${PV}.tar.xz \ 23 file://run-ptest \ 27 S = "${WORKDIR}/libostree-${PV}" 29 inherit autotools bash-completion gobject-introspection github-releases gtk-doc manpages pkgconfig … 31 UNKNOWN_CONFIGURE_OPT_IGNORE += "--disable-introspection --enable-introspection" [all …]
|
| /openbmc/qemu/crypto/ |
| H A D | tlssession.c | 2 * QEMU crypto TLS session support 22 #include "qemu/error-report.h" 24 #include "crypto/tlssession.h" 25 #include "crypto/tlscredsanon.h" 26 #include "crypto/tlscredspsk.h" 27 #include "crypto/tlscredsx509.h" 36 #include <gnutls/x509.h> 58 * Used to protect against broken GNUTLS thread safety 59 * https://gitlab.com/gnutls/gnutls/-/issues/1717 74 error_free(session->rerr); in qcrypto_tls_session_free() [all …]
|
| /openbmc/qemu/ |
| H A D | meson.build | 15 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py')) 28 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak') 35 tmpdir = meson.current_build_dir() / 'meson-private/temp' 66 have_linux_user = have_linux_user or target.endswith('linux-user') 67 have_bsd_user = have_bsd_user or target.endswith('bsd-user') 68 have_system = have_system or target.endswith('-softmmu') 113 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"') 120 message('To use Rust you can install a new version with "cargo install bindgen-cli"') 128 '--rustc-version', rustc.version(), 129 '--workspace', meson.project_source_root() / 'rust'] [all …]
|
| H A D | meson_options.txt | 1 # These options do not correspond to a --enable/--disable-* option 3 # scripts/meson-buildoptions.py's SKIP_OPTIONS constant too. 9 option('qemu_firmwarepath', type : 'array', value : ['share/qemu-firmware'], 12 description: 'use specified string as sub-version of the package') 25 …description: 'set block driver read-write whitelist (by default affects only QEMU, not tools like … 27 …description: 'set block driver read-only whitelist (by default affects only QEMU, not tools like q… 28 option('interp_prefix', type : 'string', value : '/usr/gnemul/qemu-%M', 33 description: 'fuzzing engine library for OSS-Fuzz') 40 # Everything else can be set via --enable/--disable-* option 42 # here make sure to run "make update-buildoptions". [all …]
|
| H A D | qemu-options.hx | 14 "-h or -help display this help and exit\n", QEMU_ARCH_ALL) 16 ``-h`` 21 "-version display version information and exit\n", QEMU_ARCH_ALL) 23 ``-version`` 28 "-machine [type=]name[,prop[=value][,...]]\n" 29 " selects emulated machine ('-machine help' for list)\n" 33 " dump-guest-core=on|off include guest memory in a core dump (default=on)\n" 34 " mem-merge=on|off controls memory merge support (default: on)\n" 35 " aes-key-wrap=on|off controls support for AES key wrapping (default=on)\n" 36 " dea-key-wrap=on|off controls support for DEA key wrapping (default=on)\n" [all …]
|
| /openbmc/qemu/include/crypto/ |
| H A D | tlssession.h | 2 * QEMU crypto TLS session support 24 #include "crypto/tlscreds.h" 31 * as GNUTLS, to setup and run TLS sessions. 36 * only requirement is a full-duplex stream of some kind. 69 * return -1; 82 * return -1; 89 * return -1; 112 #define QCRYPTO_TLS_SESSION_ERR_BLOCK -2 120 * @errp: pointer to a NULL-initialized error object 176 * This will activate a workaround for GNUTLS thread [all …]
|
| /openbmc/qemu/tests/unit/ |
| H A D | crypto-tls-x509-helpers.c | 25 #include "crypto-tls-x509-helpers.h" 26 #include "crypto/init.h" 39 * here's one we prepared earlier :-) 43 "-----BEGIN RSA PRIVATE KEY-----\n" \ 81 "-----END RSA PRIVATE KEY-----\n" 129 if (!g_file_set_contents(keyfile, PRIVATE_KEY, -1, NULL)) { in test_tls_init() 159 res->data = (unsigned char *)data; in test_tls_der_encode() 160 res->size = size; in test_tls_der_encode() 176 if (res->ai_family == AF_INET) { in test_tls_get_ipaddr() 177 struct sockaddr_in *in = (struct sockaddr_in *)res->ai_addr; in test_tls_get_ipaddr() [all …]
|
| /openbmc/qemu/scripts/ |
| H A D | meson-buildoptions.sh | 1 # This file is generated by meson-buildoptions.py, do not edit! 3 printf "%s\n" ' --audio-drv-list=CHOICES Set audio driver list [default] (choices: alsa/co' 6 printf "%s\n" ' --bindir=VALUE Executable directory [bin]' 7 printf "%s\n" ' --block-drv-ro-whitelist=VALUE' 8 printf "%s\n" ' set block driver read-only whitelist (by default' 9 printf "%s\n" ' affects only QEMU, not tools like qemu-img)' 10 printf "%s\n" ' --block-drv-rw-whitelist=VALUE' 11 printf "%s\n" ' set block driver read-write whitelist (by default' 12 printf "%s\n" ' affects only QEMU, not tools like qemu-img)' 13 printf "%s\n" ' --datadir=VALUE Data file directory [share]' [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/ |
| H A D | networkmanager_1.52.0.bb | 9 NetworkManager-aware applications can switch from online and offline mode. \ 16 LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" 22 glib-2.0 \ 23 python3-pygobject-native \ 24 coreutils-native \ 25 intltool-native \ 26 libxslt-native \ 30 util-linux \ 31 util-linux-libuuid \ 36 DEPENDS:append:class-target = " bash-completion" [all …]
|
| /openbmc/qemu/tests/qtest/ |
| H A D | meson.build | 2 'ahci-test': 150, 3 'aspeed_smc-test': 360, 4 'bios-tables-test' : 910, 5 'cdrom-test' : 610, 6 'device-introspect-test' : 720, 7 'ide-test' : 120, 8 'migration-test' : 480, 9 'npcm7xx_pwm-test': 300, 10 'npcm7xx_watchdog_timer-test': 120, 11 'qmp-cmd-test' : 120, [all …]
|
| /openbmc/u-boot/doc/uImage.FIT/ |
| H A D | signature.txt | 1 U-Boot FIT Signature Verification 5 ------------ 12 key is kept secret and the public key is stored in a non-volatile place, 15 See verified-boot.txt for more general information on verified boot. 19 -------- 24 - hash an image in the FIT 25 - sign the hash with a private key to produce a signature 26 - store the resulting signature in the FIT 30 - read the FIT 31 - obtain the public key [all …]
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-5.2.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 3 .. |yocto-codename| replace:: walnascar 4 .. |yocto-ver| replace:: 5.2 6 Release notes for |yocto-ver| (|yocto-codename|) 7 ------------------------------------------------ 9 New Features / Enhancements in |yocto-ver| 12 - Linux kernel 6.12, gcc 14.2, glibc 2.41, LLVM 19.1.7, and over 300 other 15 - Minimum Python version required on the host: 3.9. 17 - New variables: 19 - ``linux-firmware``: Add the :term:`FIRMWARE_COMPRESSION` variable which [all …]
|
| H A D | release-notes-4.1.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 4 --------------------------------- 10 - Linux kernel 5.19, glibc 2.36 and ~260 other recipe upgrades 12 - ``make`` 4.0 is now the minimum make version required on the build host. 14 :term:`buildtools` tarball, and additionally a new :term:`buildtools-make` tarball 17 :ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`. 19 - New layer setup tooling: 21 - New ``scripts/oe-setup-layers`` standalone script to restore the layer 23 - New ``bitbake-layers create-layers-setup`` command to save the 25 - New ``bitbake-layers save-build-conf`` command to save the active build [all …]
|
| H A D | release-notes-4.0.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 4 --------------------------------- 11 - Linux kernel 5.15, glibc 2.35 and ~300 other recipe upgrades 13 - Reproducibility: this release fixes the reproducibility issues with 14 ``rust-llvm`` and ``golang``. Recipes in OpenEmbedded-Core are now fully 16 class has been merged into the :ref:`ref-classes-base` class. 18 - Network access is now disabled by default for tasks other than where it is expected to ensure bui… 20 - The Yocto Project now allows you to reuse the Shared State cache from 31 - The Python package build process is now based on `wheels <https://pythonwheels.com/>`__ 34 - New :ref:`ref-classes-overlayfs` and :ref:`ref-classes-overlayfs-etc` classes and [all …]
|
| /openbmc/qemu/ui/ |
| H A D | vnc.c | 29 #include "vnc-jobs.h" 31 #include "hw/qdev-core.h" 34 #include "qemu/error-report.h" 35 #include "qemu/main-loop.h" 41 #include "qemu/config-file.h" 42 #include "qapi/qapi-emit-events.h" 43 #include "qapi/qapi-events-ui.h" 45 #include "qapi/qapi-commands-ui.h" 47 #include "crypto/hash.h" 48 #include "crypto/tlscreds.h" [all …]
|
| /openbmc/ |
| D | opengrok1.0.log | 1 2025-12-03 03:01:03.747-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-12-03 03:01:03.821-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
| D | opengrok2.0.log | 1 2025-12-02 03:01:11.738-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-12-02 03:01:11.823-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |