| /freebsd/crypto/openssl/doc/designs/ddd/ |
| H A D | README.md | 1 Demo-Driven Design 8 proposed API change is how a broad spectrum of real-world OpenSSL applications 19 full spectrum of ways in which real-world applications use the OpenSSL APIs. 22 representative of a broad spectrum of real-world OpenSSL-based applications, 23 this ensures that API evolution is made both with reference to real-world API 33 long-term evolution](https://github.com/openssl/openssl/issues/17939). 36 ----- 42 The demos also deliberately focus on aspects of libssl usage which are likely to 44 have libssl perform network I/O, and how varied applications create sockets and 45 connections for use with libssl. The libssl API as a whole has a much larger [all …]
|
| H A D | Makefile | 3 # libcrypto and libssl are on the library path. For example to run the 4 # ddd-01-conn-blocking-tls demo: 6 # LD_LIBRARY_PATH=../../.. ./ddd-01-conn-blocking-tls 8 # Building ddd-06-mem-uv-tls and ddd-06-mem-uv-quic requires the 10 # package "libuv1-dev". 12 TESTS_BASE = ddd-01-conn-blocking \ 13 ddd-02-conn-nonblocking \ 14 ddd-02-conn-nonblocking-threads \ 15 ddd-03-fd-blocking \ 16 ddd-04-fd-nonblocking \ [all …]
|
| /freebsd/crypto/openssl/exporters/cmake/ |
| H A D | OpenSSLConfig.cmake.in | 2 {- 9 my $lib_static = platform->staticlib($_); 11 (platform->can("sharedlib_simple") 12 ? platform->sharedlib_simple($_) 14 // platform->sharedlib($_); 17 if (platform->can("sharedlib_import")) { 18 my $lib_shared_import = platform->sharedlib_import($_); 22 grep { !$unified_info{attributes}->{libraries}->{$_}->{noinst} } 25 our $no_static = !$disabled{shared} && !$lib_info{libcrypto}->{static}; 36 (my $volume, $directories, $file) = File::Spec->splitpath($path, $no_file // ()); [all …]
|
| /freebsd/sys/contrib/openzfs/.github/workflows/ |
| H A D | zfs-tests.yml | 1 name: zfs-tests-sanity 9 runs-on: ubuntu-latest 11 - uses: actions/checkout@v2 14 - name: Install dependencies 16 sudo apt-get update 17 sudo apt-get install --yes -qq build-essential autoconf libtool gdb lcov \ 20 nfs-kernel-server samba rng-tools xz-utils \ 21 zlib1g-dev uuid-dev libblkid-dev libselinux-dev \ 22 xfslibs-dev libattr1-dev libacl1-dev libudev-dev libdevmapper-dev \ 23 libssl-dev libffi-dev libaio-dev libelf-dev libmount-dev \ [all …]
|
| /freebsd/crypto/openssl/ |
| H A 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 …]
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | fips_module.7 | 1 .\" -*- mode: troff; coding: utf-8 -*- 58 .TH FIPS_MODULE 7ossl 2025-09-30 3.5.4 OpenSSL 64 fips_module \- OpenSSL fips module guide 75 <https://github.com/openssl/openssl/blob/master/README\-FIPS.md>. 91 All of the above APIs are deprecated in OpenSSL 3.0 \- so a simple rule is to 92 avoid using all deprecated functions. See \fBossl\-guide\-migration\fR\|(7) for a list of 110 \& $ openssl version \-d 119 \& $ openssl version \-v 120 \& OpenSSL 3.0.0\-dev xx XXX xxxx (Library: OpenSSL 3.0.0\-dev xx XXX xxxx) 152 See <https://github.com/openssl/openssl/blob/master/README\-FIPS.md>. [all …]
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | fips_module.pod | 5 fips_module - OpenSSL fips module guide 18 L<https://github.com/openssl/openssl/blob/master/README-FIPS.md>. 44 All of the above APIs are deprecated in OpenSSL 3.0 - so a simple rule is to 45 avoid using all deprecated functions. See L<ossl-guide-migration(7)> for a list of 63 $ openssl version -d 70 $ openssl version -v 71 OpenSSL 3.0.0-dev xx XXX xxxx (Library: OpenSSL 3.0.0-dev xx XXX xxxx) 100 See L<https://github.com/openssl/openssl/blob/master/README-FIPS.md>. 103 enabled to prevent accidental use of non-FIPS validated algorithms via broken 157 application to be executed with a non-standard config file location: [all …]
|
| /freebsd/crypto/krb5/.github/workflows/ |
| H A D | build.yml | 10 runs-on: ${{ matrix.os }} 12 fail-fast: false 14 name: [linux-clang, linux-clang-openssl, linux-gcc] 16 - name: linux-clang 17 os: ubuntu-latest 19 makevars: CPPFLAGS=-Werror 20 configureopts: --enable-asan 21 - name: linux-clang-openssl 22 os: ubuntu-latest 24 makevars: CPPFLAGS=-Werror [all …]
|
| /freebsd/usr.bin/sdiff/tests/ |
| H A D | d_same.out | 2 native-__sysctl: permit native-__sysctl: permit 3 native-close: permit native-close: permit 4 …native-connect: sockaddr eq "inet-[127.0.0.1]:53" then pe native-connect: sockaddr eq "inet-… 5 …native-connect: sockaddr match "inet-\\\[*\\\]:80" then p native-connect: sockaddr match "in… 6 native-exit: permit native-exit: permit 7 …native-fcntl: cmd eq "F_SETFD" then permit native-fcntl: cmd eq "F_SETFD" the… 8 …native-fsread: filename eq "/" then permit native-fsread: filename eq "/" the… 9 …native-fsread: filename match "/<non-existent filename>: native-fsread: filename match "/<n… 10 …native-fsread: filename eq "/etc/lynx.cfg" then permit native-fsread: filename eq "/etc/l… 11 …native-fsread: filename eq "/etc/malloc.conf" then permit native-fsread: filename eq "/etc/m… [all …]
|
| H A D | d_tabs.out | 2 > native-issetugid: permit 3 > native-mprotect: permit 4 > native-mmap: permit 5 native-__sysctl: permit native-__sysctl: permit 6 … > native-fsread: filename eq "/var/run/ld.so.hints" the 7 > native-fstat: permit 8 native-close: permit native-close: permit 9 …native-connect: sockaddr eq "inet-[127.0.0.1]:53" the | native-fsread: filename match "/usr/lib/l… 10 native-connect: sockaddr match "inet-\\\[*\\\]:80" th | native-read: permit 11 …native-exit: permit | native-fsread: filename match "/usr/lib/l… [all …]
|
| H A D | d_flags_w.out | 2 > native-issetugid: permit 3 > native-mprotect: permit 4 > native-mmap: permit 5 native-__sysctl: permit native-__sysctl: permit 6 … > native-fsread: filename eq "/var/run/ld.so.hints" then pe 7 > native-fstat: permit 8 native-close: permit native-close: permit 9 …native-connect: sockaddr eq "inet-[127.0.0.1]:53" then pe | native-fsread: filename match "/us… 10 native-connect: sockaddr match "inet-\\\[*\\\]:80" then p | native-read: permit 11 …native-exit: permit | native-fsread: filename match "/us… [all …]
|
| H A D | d_iflags_a1.out | 2 > native-issetugid: permit 3 > native-mprotect: permit 4 > native-mmap: permit 5 native-__sysctl: permit native-__sysctl: permit 6 … > native-fsread: filename eq "/var/run/ld.so.hints" then pe 7 > native-fstat: permit 8 native-close: permit native-close: permit 9 …native-connect: sockaddr eq "inet-[127.0.0.1]:53" then pe | native-fsread: filename match "/us… 10 native-connect: sockaddr match "inet-\\\[*\\\]:80" then p | native-read: permit 11 …native-exit: permit | native-fsread: filename match "/us… [all …]
|
| H A D | d_iflags_a2.out | 2 native-issetugid: permit < 3 native-mprotect: permit < 4 native-mmap: permit < 5 native-__sysctl: permit native-__sysctl: permit 6 native-fsread: filename eq "/var/run/ld.so.hints" then pe < 7 native-fstat: permit < 8 native-close: permit native-close: permit 9 …native-fsread: filename match "/usr/lib/libssl.so.*" then | native-connect: sockaddr eq "inet-… 10 …native-read: permit | native-connect: sockaddr match "in… 11 native-fsread: filename match "/usr/lib/libcrypto.so.*" t | native-exit: permit [all …]
|
| H A D | d_iflags_c1.out | 2 > native-issetugid: permit 3 > native-mprotect: permit 4 > native-mmap: permit 5 native-__sysctl: permit ( 6 … > native-fsread: filename eq "/var/run/ld.so.hints" then pe 7 > native-fstat: permit 8 native-close: permit ( 9 …native-connect: sockaddr eq "inet-[127.0.0.1]:53" then pe | native-fsread: filename match "/us… 10 native-connect: sockaddr match "inet-\\\[*\\\]:80" then p | native-read: permit 11 …native-exit: permit | native-fsread: filename match "/us… [all …]
|
| H A D | d_flags_l.out | 2 > native-issetugid: permit 3 > native-mprotect: permit 4 > native-mmap: permit 5 native-__sysctl: permit ( 6 … > native-fsread: filename eq "/var/run/ld.so.hints" then pe 7 > native-fstat: permit 8 native-close: permit ( 9 …native-connect: sockaddr eq "inet-[127.0.0.1]:53" then pe | native-fsread: filename match "/us… 10 native-connect: sockaddr match "inet-\\\[*\\\]:80" then p | native-read: permit 11 …native-exit: permit | native-fsread: filename match "/us… [all …]
|
| /freebsd/sys/contrib/openzfs/contrib/debian/ |
| H A D | control | 1 Source: openzfs-linux 4 Maintainer: ZFS on Linux specific mailing list <zfs-discuss@list.zfsonlinux.org> 5 Build-Depends: debhelper-compat (= 12), 6 dh-python, 7 dh-sequence-dkms | dkms (>> 2.1.1.2-5), 8 libaio-dev, 9 libblkid-dev, 10 libcurl4-openssl-dev, 11 libelf-dev, 12 libpam0g-dev, [all …]
|
| /freebsd/contrib/netbsd-tests/usr.bin/sdiff/ |
| H A D | d_same.out | 2 native-__sysctl: permit native-__sysctl: permit 3 native-close: permit native-close: permit 4 …native-connect: sockaddr eq "inet-[127.0.0.1]:53" then perm native-connect: sockaddr eq "ine… 5 …native-connect: sockaddr match "inet-\\\[*\\\]:80" then per native-connect: sockaddr match "… 6 native-exit: permit native-exit: permit 7 …native-fcntl: cmd eq "F_SETFD" then permit native-fcntl: cmd eq "F_SETFD" t… 8 …native-fsread: filename eq "/" then permit native-fsread: filename eq "/" t… 9 …native-fsread: filename match "/<non-existent filename>: *" native-fsread: filename match "/… 10 …native-fsread: filename eq "/etc/lynx.cfg" then permit native-fsread: filename eq "/etc… 11 …native-fsread: filename eq "/etc/malloc.conf" then permit native-fsread: filename eq "/etc… [all …]
|
| H A D | d_flags_w.out | 2 > native-issetugid: permit 3 > native-mprotect: permit 4 > native-mmap: permit 5 native-__sysctl: permit native-__sysctl: permit 6 … > native-fsread: filename eq "/var/run/ld.so.hints" then pe 7 > native-fstat: permit 8 native-close: permit native-close: permit 9 …native-connect: sockaddr eq "inet-[127.0.0.1]:53" then pe | native-fsread: filename match "/us… 10 native-connect: sockaddr match "inet-\\\[*\\\]:80" then p | native-read: permit 11 …native-exit: permit | native-fsread: filename match "/us… [all …]
|
| H A D | d_iflags_a1.out | 2 > native-issetugid: permit 3 > native-mprotect: permit 4 > native-mmap: permit 5 native-__sysctl: permit native-__sysctl: permit 6 … > native-fsread: filename eq "/var/run/ld.so.hints" then pe 7 > native-fstat: permit 8 native-close: permit native-close: permit 9 …native-connect: sockaddr eq "inet-[127.0.0.1]:53" then pe | native-fsread: filename match "/us… 10 native-connect: sockaddr match "inet-\\\[*\\\]:80" then p | native-read: permit 11 …native-exit: permit | native-fsread: filename match "/us… [all …]
|
| H A D | d_iflags_a2.out | 2 native-issetugid: permit < 3 native-mprotect: permit < 4 native-mmap: permit < 5 native-__sysctl: permit native-__sysctl: permit 6 native-fsread: filename eq "/var/run/ld.so.hints" then pe < 7 native-fstat: permit < 8 native-close: permit native-close: permit 9 …native-fsread: filename match "/usr/lib/libssl.so.*" then | native-connect: sockaddr eq "inet-… 10 …native-read: permit | native-connect: sockaddr match "in… 11 native-fsread: filename match "/usr/lib/libcrypto.so.*" t | native-exit: permit [all …]
|
| H A D | d_tabs.out | 2 > native-issetugid: permit 3 > native-mprotect: permit 4 > native-mmap: permit 5 native-__sysctl: permit native-__sysctl: permit 6 … > native-fsread: filename eq "/var/run/ld.so.hints" then pe 7 > native-fstat: permit 8 native-close: permit native-close: permit 9 …native-connect: sockaddr eq "inet-[127.0.0.1]:53" then | native-fsread: filename match "/usr/lib… 10 native-connect: sockaddr match "inet-\\\[*\\\]:80" then | native-read: permit 11 …native-exit: permit | native-fsread: filename match "/usr/lib… [all …]
|
| H A D | d_iflags_c1.out | 2 > native-issetugid: permit 3 > native-mprotect: permit 4 > native-mmap: permit 5 native-__sysctl: permit ( 6 … > native-fsread: filename eq "/var/run/ld.so.hints" then pe 7 > native-fstat: permit 8 native-close: permit ( 9 …native-connect: sockaddr eq "inet-[127.0.0.1]:53" then pe | native-fsread: filename match "/us… 10 native-connect: sockaddr match "inet-\\\[*\\\]:80" then p | native-read: permit 11 …native-exit: permit | native-fsread: filename match "/us… [all …]
|
| H A D | d_flags_l.out | 2 > native-issetugid: permit 3 > native-mprotect: permit 4 > native-mmap: permit 5 native-__sysctl: permit 6 … > native-fsread: filename eq "/var/run/ld.so.hints" then perm 7 > native-fstat: permit 8 native-close: permit 9 …native-connect: sockaddr eq "inet-[127.0.0.1]:53" then perm | native-fsread: filename match "/… 10 native-connect: sockaddr match "inet-\\\[*\\\]:80" then per | native-read: permit 11 …native-exit: permit | native-fsread: filename match "/… [all …]
|
| /freebsd/contrib/openbsm/ |
| H A D | INSTALL | 12 encryption of on-the-wire audit streams using auditdistd; the following 15 sudo apt-get install libssl-dev 24 CFLAGS=-I/usr/local/opt/openssl/include \ 25 LDFLAGS=-L/usr/local/opt/openssl/lib \ 38 --prefix argument to configure. If installing to a specific directory, 42 ./configure --prefix=/home/rwatson/openbsm
|
| /freebsd/contrib/unbound/ |
| H A D | acx_nlnetlabs.m4 | 1 # acx_nlnetlabs.m4 - common macros for configure checks 6 # 2024-01-16 fix to add -l:libssp.a to -lcrypto link check. 8 # 2024-01-15 fix to add crypt32 to -lcrypto link check when checking for gdi32. 9 # 2023-05-04 fix to remove unused whitespace. 10 # 2023-01-26 fix -Wstrict-prototypes. 11 # 2022-09-01 fix checking if nonblocking sockets work on OpenBSD. 12 # 2021-08-17 fix sed script in ssldir split handling. 13 # 2021-08-17 fix for openssl to detect split version, with ssldir_include 15 # 2021-07-30 fix for openssl use of lib64 directory. 16 # 2021-06-14 fix nonblocking test to use host instead of target for mingw test. [all …]
|