Home
last modified time | relevance | path

Searched +full:libcbor +full:- +full:dev (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/libcbor/
H A DREADME.md1 # [libcbor](https://github.com/PJK/libcbor)
3 [![CircleCI](https://circleci.com/gh/PJK/libcbor/tree/master.svg?style=svg)](https://circleci.com/gh/PJK/libcbor/tree/master)
4 [![Documentation Status](https://readthedocs.org/projects/libcbor/badge/?version=latest)](https://readthedocs.org/projects/libcbor/?badge=latest)
5 [![latest packaged version(s)](https://repology.org/badge/latest-versions/libcbor.svg)](https://repology.org/project/libcbor/versions)
6 [![codecov](https://codecov.io/gh/PJK/libcbor/branc
[all...]
/freebsd/contrib/libfido2/fuzz/
H A DDockerfile1 # Copyright (c) 2019-2023 Yubico AB. All rights reserved.
2 # Use of this source code is governed by a BSD-style
4 # SPDX-License-Identifier: BSD-2-Clause
9 RUN apk -q update
10 RUN apk add build-base clang clang-analyzer cmake compiler-r
[all...]
/freebsd/crypto/openssh/
H A Dfreebsd-configure.sh5 --prefix=/usr
6 --sysconfdir=/etc/ssh
7 --with-pam
8 --with-ssl-dir=/usr
9 --without-tcp-wrappers
10 --with-libedit
11 --with-ssl-engine
12 --without-xauth
15 set -e
21 (cd $openssh && libtoolize --copy && autoheader && autoconf)
[all …]
H A DINSTALL2 ----------------
6 compiler's run-time integrity checking options. Some notes about
8 - clang: -ftrapv and -sanitize=integer require the compiler-rt runtime
9 (CC=clang LDFLAGS=--rtlib=compiler-rt ./configure)
24 - LibreSSL (https://www.libressl.org/) 3.1.0 or greater
25 - OpenSSL (https://www.openssl.org) 1.1.1 or greater
27 LibreSSL/OpenSSL should be compiled as a position-independent library
28 (i.e. -fPIC, eg by configuring OpenSSL as "./config [options] -fPIC"
29 or LibreSSL as "CFLAGS=-fPIC ./configure") otherwise OpenSSH will not
30 be able to link with it. If you must use a non-position-independent
[all …]
/freebsd/contrib/libcbor/doc/source/
H A Dgetting_started.rst4 Pre-built Linux packages are available in most mainstream distributions
8 .. code-block:: bash
10 apt-get install libcbor-dev
14 .. code-block:: bash
16 yum install libcbor-devel
21 .. code-block:: bash
23 brew install libcbor
27 Building & installing libcbor
28 ------------------------------
31 - C99 compiler
[all …]
/freebsd/lib/libfido2/
H A DMakefile19 SRCS+= dev.c
45 SRCS+= openbsd-compat/freezero.c
46 SRCS+= openbsd-compat/recallocarray.c
48 CFLAGS+= -I ${DIST}/src -I${SRCTOP}/contrib/libcbor/src -I${.CURDIR}/../libcbor
49 CFLAGS+= -D_FIDO_INTERNAL
50 CFLAGS+= -DHAVE_ARC4RANDOM_BU
[all...]
/freebsd/contrib/libcbor/doc/
H A DMakefile6 SPHINXBUILD = sphinx-build
10 # User-friendly check for sphinx-build
11 ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
12 …e executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
16 PAPEROPT_a4 = -D latex_paper_size=a4
17 PAPEROPT_letter = -D latex_paper_size=letter
18 ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
44 @echo " xml to make Docutils-native XML files"
45 @echo " pseudoxml to make pseudoxml-XML files for display purposes"
50 rm -rf $(BUILDDIR)/*
[all …]
/freebsd/contrib/libfido2/
H A DREADME.adoc7 image:https://oss-fuzz-build-logs.storage.googleapis.com/badges/libfido2.svg["Fuzz Status (oss-fuzz)", link="https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:libfido2"]
9 *libfido2* provides library functionality and command-line tools to
19 *libfido2* is licensed under the BSD 2-clause license. See the LICENSE
35 * Go: https://github.com/keys-pub/go-libfido
[all...]
/freebsd/crypto/openssh/.github/
H A Dsetup_ci.sh15 setfacl -b . regress
16 PACKAGES="$PACKAGES,autoconf,automake,cygwin-devel,gcc-core"
17 PACKAGES="$PACKAGES,make,openssl-devel,zlib-devel"
19 *-darwin*)
32 set -e
34 if [ -x "`which lsb_release 2>&1`" ]; then
35 lsb_release -a
38 if [ ! -z "$SUDO" ]; then
40 # agent-getpeerid test from running ssh-add as nobody. See
41 # https://github.com/actions/runner-images/issues/6106
[all …]