History log of /dragonfly/contrib/ (Results 1 – 25 of 1313)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
543ca78d12-Mar-2024 Aaron LI <aly@aaronly.me>

contrib/less: Fix rendering issue with mandoc

In addition, fix the markup issue `.less` to be `.B less`.

See also:
- https://github.com/gwsw/less/pull/427
- https://github.com/gwsw/less/pull/490

b2ced87311-Mar-2024 Aaron LI <aly@aaronly.me>

contrib/less: Fix edit.c for building

edit.c: In function 'close_pipe':
edit.c:307:14: error: 'SIGPIPE' undeclared (first use in this function); did you mean 'SI_TIMER'?
if (sig != SIGPIPE || ch_

contrib/less: Fix edit.c for building

edit.c: In function 'close_pipe':
edit.c:307:14: error: 'SIGPIPE' undeclared (first use in this function); did you mean 'SI_TIMER'?
if (sig != SIGPIPE || ch_length() != NULL_POSITION)
^~~~~~~
SI_TIMER

show more ...

590dac9511-Mar-2024 Aaron LI <aly@aaronly.me>

contrib/less: Update READMEs

320d7c8a11-Mar-2024 Aaron LI <aly@aaronly.me>

vendor/less: upgrade from 608 to 643

Security fix: CVE-2022-46663 (version <= 608)
- https://github.com/gwsw/less/commit/a78e1351113cef564d790a730d657a321624d79c
- https://nvd.nist.gov/vuln/detail/C

vendor/less: upgrade from 608 to 643

Security fix: CVE-2022-46663 (version <= 608)
- https://github.com/gwsw/less/commit/a78e1351113cef564d790a730d657a321624d79c
- https://nvd.nist.gov/vuln/detail/CVE-2022-46663
- https://bugs.dragonflybsd.org/issues/3360

See the NEWS file for the list of changes.

show more ...

3eeea05f28-Feb-2024 Aaron LI <aly@aaronly.me>

contrib/awk: Update README.DELETED

ed569bc228-Feb-2024 Aaron LI <aly@aaronly.me>

vendor/awk: upgrade from 20220912 to 20240122

This version is described in "The Awk Programming Language", Second
Edition, by Al Aho, Brian Kernighan, and Peter Weinberger
(Addison-Wesley, 2024, ISB

vendor/awk: upgrade from 20220912 to 20240122

This version is described in "The Awk Programming Language", Second
Edition, by Al Aho, Brian Kernighan, and Peter Weinberger
(Addison-Wesley, 2024, ISBN-13 978-0138269722, ISBN-10 0138269726).

Features:
- support UTF-8 input
- support CSV (comma-separated values) input

Fixes:
- see FIXES and FIXES.1e
- see commit history at: https://github.com/onetrueawk/awk/commits/master

show more ...

0b4c975518-Dec-2023 Roy Marples <roy@marples.name>

Import dhcpcd-10.0.6 with the following changes:

* privsep: Stop proxying stderr to console and fix some detachment issues
* non-privsep: Fix launcher hangup
* DHCP6: Allow the invalid interface

Import dhcpcd-10.0.6 with the following changes:

* privsep: Stop proxying stderr to console and fix some detachment issues
* non-privsep: Fix launcher hangup
* DHCP6: Allow the invalid interface name - to mean don't assign an address from a delegated prefix
* DHCP6: Load the configuration for the interface being activated from prefix delegation

show more ...

cd762d0619-Oct-2023 Roy Marples <roy@marples.name>

Update for dhcpcd-10.0.4

a85d090719-Oct-2023 Roy Marples <roy@marples.name>

Import dhcpcd-10.0.4 with the following change:

privsep: Notify processes that dhcpcd has daemonised so they dup
stdout and stderr to /dev/null.
This avoids scripts failing with SI

Import dhcpcd-10.0.4 with the following change:

privsep: Notify processes that dhcpcd has daemonised so they dup
stdout and stderr to /dev/null.
This avoids scripts failing with SIGPIPE if they try and write
to these streams.

show more ...

944bf0df06-Oct-2023 Roy Marples <roy@marples.name>

dhcpcd: Update README.DRAGONFLY and sync config.h

4f235d8606-Oct-2023 Roy Marples <roy@marples.name>

Import dhcpcd-10.0.3 with the following changes:

DHCP: Don't crash on a test run
dhcpcd: Fix off-by-one overflow when read() writes full BUFSIZ
privsep: fix strlcpy overflow in psp_ifname
privsep: F

Import dhcpcd-10.0.3 with the following changes:

DHCP: Don't crash on a test run
dhcpcd: Fix off-by-one overflow when read() writes full BUFSIZ
privsep: fix strlcpy overflow in psp_ifname
privsep: Fix a FD leak when processes exit
dhcpcd: Use a local variable instead of the optind
dhcpcd: Guard against handling many SIGTERM/SIGINT
DHCP6: Send correct amount of used buffer for prefix exclude option
options: andsf6 is DHCPv6, not DHCP
options: introduce the uri option as opposed to a string
DHCP6: Set all requested addrs as not stale when starting discovery

show more ...

300adff119-Jul-2023 Roy Marples <roy@marples.name>

dhcpcd: Update README.DRAGONFLY for 10.0.2

f3744ac919-Jul-2023 Roy Marples <roy@marples.name>

Import dhcpcd-10.0.2 with the following changes:
* BSD: When we get RTM_NEWADDR the interface must have IFF_UP
* BSD: Fix non INET6 builds
* DHCP: Don't enforce the message came port 67
* privsep

Import dhcpcd-10.0.2 with the following changes:
* BSD: When we get RTM_NEWADDR the interface must have IFF_UP
* BSD: Fix non INET6 builds
* DHCP: Don't enforce the message came port 67
* privsep: Allow zero length messages through
* dhcpcd: deal with HANGUP and EPIPE better
* dhcpcd: Fix waitip address family
* privsep: Check if we have a root process before sending it stuff
* privsep: Only unlink control sockets if we created them
* common: Improve valid_domain and check correct return
* common: Allow hwaddr_ntoa to print an empty string
* privsep: Send only what we have put in the buffer to script env

show more ...

39a6156b27-Jun-2023 Roy Marples <roy@marples.name>

openresolv: Update README.DRAGONFLY for 3.13.2

d19862cd27-Jun-2023 Roy Marples <roy@marples.name>

openresolv: Update to version 3.13.2 with the following changes:
* Do not return error from -i when no interfaces are configured
* unbound can now add generic options to forward zones

b432c18521-Apr-2023 Roy Marples <roy@marples.name>

dhcpcd: Note upgrade to 10.0.1

80aa946121-Apr-2023 Roy Marples <roy@marples.name>

Update to dhcpcd-10.0.1 with the following changes:

* privsep: keep resources open rather than open/close
* dhcp6: OPTION_NTP_SERVER is now preferred over OPTION_SNTP_SERVER
* Misc bug fixes main

Update to dhcpcd-10.0.1 with the following changes:

* privsep: keep resources open rather than open/close
* dhcp6: OPTION_NTP_SERVER is now preferred over OPTION_SNTP_SERVER
* Misc bug fixes mainly around privsep for many platforms.
* Fix for reading the some BSD routing table entries.
* Fix reading authtokens from config.

show more ...

b97fef0514-Dec-2022 Matthew Dillon <dillon@backplane.com>

world - Fix buildworld bootstrapping on older systems

* Adjustments for the buildworld bootstrap stages when building on
older systems that do not have sys/byteswap.h.

* Note that the first __Dra

world - Fix buildworld bootstrapping on older systems

* Adjustments for the buildworld bootstrap stages when building on
older systems that do not have sys/byteswap.h.

* Note that the first __DragonFly_Version rev containing
sys/byteswap,h is 500908 in comments (no functional changes
to sys/param.h)

show more ...

97e3ace006-Dec-2022 Antonio Huete Jimenez <tuxillo@quantumachine.net>

ftp: Adjustments after vendor import

3a184c6706-Dec-2022 Antonio Huete Jimenez <tuxillo@quantumachine.net>

vendor/TNFTP: Import tnftp-20210827

For a detailed list of changes, please check ChangeLog.

c090269b06-Dec-2022 Antonio Huete Jimenez <tuxillo@quantumachine.net>

csh: Adjustments after import

d6ab524c04-Dec-2022 Antonio Huete Jimenez <tuxillo@quantumachine.net>

Vendor branch: upgrade tcsh from 6.22.02 to 6.24.02


tcsh-6/complete.tcsh
tcsh-6/config_f.h
tcsh-6/ed.chared.c
tcsh-6/ed.decls.h
tcsh-6/ed.defns.c
tcsh-6/ed.h
tcsh-6/ed.init.c
tcsh-6/ed.inputl.c
tcsh-6/ed.refresh.c
tcsh-6/ed.screen.c
tcsh-6/ed.term.c
tcsh-6/ed.term.h
tcsh-6/ed.xmap.c
tcsh-6/gethost.c
tcsh-6/glob.c
tcsh-6/glob.h
tcsh-6/nls/et/set1
tcsh-6/nls/et/set19
tcsh-6/nls/et/set2
tcsh-6/nls/finnish/set1
tcsh-6/nls/finnish/set16
tcsh-6/nls/finnish/set17
tcsh-6/nls/finnish/set19
tcsh-6/nls/french/set1
tcsh-6/nls/french/set19
tcsh-6/nls/german/set1
tcsh-6/nls/german/set19
tcsh-6/nls/german/set2
tcsh-6/nls/greek/set1
tcsh-6/nls/greek/set19
tcsh-6/nls/italian/set1
tcsh-6/nls/italian/set19
tcsh-6/nls/ja/set1
tcsh-6/nls/russian/set1
tcsh-6/nls/russian/set19
tcsh-6/nls/russian/set2
tcsh-6/nls/spanish/set1
tcsh-6/nls/spanish/set19
tcsh-6/nls/ukrainian/set1
tcsh-6/nls/ukrainian/set19
tcsh-6/nls/ukrainian/set2
tcsh-6/patchlevel.h
tcsh-6/sh.c
tcsh-6/sh.char.c
tcsh-6/sh.char.h
tcsh-6/sh.decls.h
tcsh-6/sh.dir.c
tcsh-6/sh.dol.c
tcsh-6/sh.err.c
tcsh-6/sh.exec.c
tcsh-6/sh.exp.c
tcsh-6/sh.file.c
tcsh-6/sh.func.c
tcsh-6/sh.glob.c
tcsh-6/sh.h
tcsh-6/sh.hist.c
tcsh-6/sh.init.c
tcsh-6/sh.lex.c
tcsh-6/sh.misc.c
tcsh-6/sh.parse.c
tcsh-6/sh.print.c
tcsh-6/sh.proc.c
tcsh-6/sh.sem.c
tcsh-6/sh.set.c
tcsh-6/sh.time.c
tcsh-6/sh.types.h
tcsh-6/tc.alloc.c
tcsh-6/tc.bind.c
tcsh-6/tc.const.c
tcsh-6/tc.decls.h
tcsh-6/tc.disc.c
tcsh-6/tc.func.c
tcsh-6/tc.nls.c
tcsh-6/tc.os.c
tcsh-6/tc.os.h
tcsh-6/tc.printf.c
tcsh-6/tc.prompt.c
tcsh-6/tc.sig.c
tcsh-6/tc.str.c
tcsh-6/tc.vers.c
tcsh-6/tc.who.c
tcsh-6/tcsh.man
tcsh-6/tw.color.c
tcsh-6/tw.comp.c
tcsh-6/tw.decls.h
tcsh-6/tw.h
tcsh-6/tw.init.c
tcsh-6/tw.parse.c
6f5ec8b527-Nov-2022 Antonio Huete Jimenez <tuxillo@quantumachine.net>

libressl: Local modifications after the upgrade (refs #3333)

libressl:
- Adjust Makefiles to include a number of source files that have been
either added or moved around.
- Bump shlib.
-

libressl: Local modifications after the upgrade (refs #3333)

libressl:
- Adjust Makefiles to include a number of source files that have been
either added or moved around.
- Bump shlib.
- Forcibly compile in engines by removing OPENSSL_NO_ENGINE which no longer
seems to be valid to have a full build. We wanted to avoid doing hacks to
bypass the OPENSSL_NO_ENGINE requirement. As far as we know the engine
code is disabled anyways.
librecrypto:
- Adjust Makefiles to include a number of source files that have been
either added or moved around.
- Bump shlib.
ldns:
- Remove HAVE_EVP_DSS1 from config.h to avoid using removed LibreSSL API
functions.
crytpsetup:
- Adjustments to use the new API.
dc:
- Adjustments to use the new API.
nc:
- Add more source files to the Makefile from libtls, which are now required.

Testing-and-fixes: @dillon, @tuxillo, @aly

show more ...


cryptsetup/lib/backends.c
cryptsetup/luks/af.c
cryptsetup/luks/pbkdf.c
/dragonfly/crypto/libressl/ChangeLog
/dragonfly/crypto/libressl/README.DELETED
/dragonfly/crypto/libressl/README.DRAGONFLY
/dragonfly/crypto/libressl/VERSION
/dragonfly/crypto/libressl/apps/nc/nc.1
/dragonfly/crypto/libressl/apps/nc/netcat.c
/dragonfly/crypto/libressl/apps/nc/socks.c
/dragonfly/crypto/libressl/apps/openssl/apps.c
/dragonfly/crypto/libressl/apps/openssl/apps.h
/dragonfly/crypto/libressl/apps/openssl/asn1pars.c
/dragonfly/crypto/libressl/apps/openssl/ca.c
/dragonfly/crypto/libressl/apps/openssl/certhash.c
/dragonfly/crypto/libressl/apps/openssl/ciphers.c
/dragonfly/crypto/libressl/apps/openssl/cms.c
/dragonfly/crypto/libressl/apps/openssl/crl.c
/dragonfly/crypto/libressl/apps/openssl/dgst.c
/dragonfly/crypto/libressl/apps/openssl/dh.c
/dragonfly/crypto/libressl/apps/openssl/dhparam.c
/dragonfly/crypto/libressl/apps/openssl/dsa.c
/dragonfly/crypto/libressl/apps/openssl/dsaparam.c
/dragonfly/crypto/libressl/apps/openssl/ecparam.c
/dragonfly/crypto/libressl/apps/openssl/enc.c
/dragonfly/crypto/libressl/apps/openssl/gendh.c
/dragonfly/crypto/libressl/apps/openssl/gendsa.c
/dragonfly/crypto/libressl/apps/openssl/genrsa.c
/dragonfly/crypto/libressl/apps/openssl/ocsp.c
/dragonfly/crypto/libressl/apps/openssl/openssl.1
/dragonfly/crypto/libressl/apps/openssl/passwd.c
/dragonfly/crypto/libressl/apps/openssl/pkcs12.c
/dragonfly/crypto/libressl/apps/openssl/pkey.c
/dragonfly/crypto/libressl/apps/openssl/pkeyparam.c
/dragonfly/crypto/libressl/apps/openssl/req.c
/dragonfly/crypto/libressl/apps/openssl/rsa.c
/dragonfly/crypto/libressl/apps/openssl/s_apps.h
/dragonfly/crypto/libressl/apps/openssl/s_cb.c
/dragonfly/crypto/libressl/apps/openssl/s_client.c
/dragonfly/crypto/libressl/apps/openssl/s_server.c
/dragonfly/crypto/libressl/apps/openssl/s_socket.c
/dragonfly/crypto/libressl/apps/openssl/s_time.c
/dragonfly/crypto/libressl/apps/openssl/smime.c
/dragonfly/crypto/libressl/apps/openssl/speed.c
/dragonfly/crypto/libressl/apps/openssl/testdsa.h
/dragonfly/crypto/libressl/apps/openssl/ts.c
/dragonfly/crypto/libressl/apps/openssl/verify.c
/dragonfly/crypto/libressl/apps/openssl/x509.c
/dragonfly/crypto/libressl/cert.pem
/dragonfly/crypto/libressl/crypto/VERSION
/dragonfly/crypto/libressl/crypto/aes/aes_ige.c
/dragonfly/crypto/libressl/crypto/aes/aesni-elf-x86_64.S
/dragonfly/crypto/libressl/crypto/asn1/a_bitstr.c
/dragonfly/crypto/libressl/crypto/asn1/a_enum.c
/dragonfly/crypto/libressl/crypto/asn1/a_int.c
/dragonfly/crypto/libressl/crypto/asn1/a_mbstr.c
/dragonfly/crypto/libressl/crypto/asn1/a_object.c
/dragonfly/crypto/libressl/crypto/asn1/a_octet.c
/dragonfly/crypto/libressl/crypto/asn1/a_pkey.c
/dragonfly/crypto/libressl/crypto/asn1/a_pubkey.c
/dragonfly/crypto/libressl/crypto/asn1/a_strex.c
/dragonfly/crypto/libressl/crypto/asn1/a_string.c
/dragonfly/crypto/libressl/crypto/asn1/a_strnid.c
/dragonfly/crypto/libressl/crypto/asn1/a_time.c
/dragonfly/crypto/libressl/crypto/asn1/a_time_tm.c
/dragonfly/crypto/libressl/crypto/asn1/a_type.c
/dragonfly/crypto/libressl/crypto/asn1/ameth_lib.c
/dragonfly/crypto/libressl/crypto/asn1/asn1_err.c
/dragonfly/crypto/libressl/crypto/asn1/asn1_gen.c
/dragonfly/crypto/libressl/crypto/asn1/asn1_item.c
/dragonfly/crypto/libressl/crypto/asn1/asn1_lib.c
/dragonfly/crypto/libressl/crypto/asn1/asn1_locl.h
/dragonfly/crypto/libressl/crypto/asn1/asn1_old.c
/dragonfly/crypto/libressl/crypto/asn1/asn1_old_lib.c
/dragonfly/crypto/libressl/crypto/asn1/asn1_par.c
/dragonfly/crypto/libressl/crypto/asn1/asn1_types.c
/dragonfly/crypto/libressl/crypto/asn1/asn_mime.c
/dragonfly/crypto/libressl/crypto/asn1/asn_moid.c
/dragonfly/crypto/libressl/crypto/asn1/bio_asn1.c
/dragonfly/crypto/libressl/crypto/asn1/bio_ndef.c
/dragonfly/crypto/libressl/crypto/asn1/p5_pbe.c
/dragonfly/crypto/libressl/crypto/asn1/p5_pbev2.c
/dragonfly/crypto/libressl/crypto/asn1/p8_pkey.c
/dragonfly/crypto/libressl/crypto/asn1/t_crl.c
/dragonfly/crypto/libressl/crypto/asn1/t_pkey.c
/dragonfly/crypto/libressl/crypto/asn1/t_req.c
/dragonfly/crypto/libressl/crypto/asn1/t_spki.c
/dragonfly/crypto/libressl/crypto/asn1/t_x509.c
/dragonfly/crypto/libressl/crypto/asn1/t_x509a.c
/dragonfly/crypto/libressl/crypto/asn1/tasn_dec.c
/dragonfly/crypto/libressl/crypto/asn1/tasn_enc.c
/dragonfly/crypto/libressl/crypto/asn1/tasn_fre.c
/dragonfly/crypto/libressl/crypto/asn1/tasn_new.c
/dragonfly/crypto/libressl/crypto/asn1/tasn_prn.c
/dragonfly/crypto/libressl/crypto/asn1/tasn_typ.c
/dragonfly/crypto/libressl/crypto/asn1/tasn_utl.c
/dragonfly/crypto/libressl/crypto/asn1/x_algor.c
/dragonfly/crypto/libressl/crypto/asn1/x_attrib.c
/dragonfly/crypto/libressl/crypto/asn1/x_bignum.c
/dragonfly/crypto/libressl/crypto/asn1/x_crl.c
/dragonfly/crypto/libressl/crypto/asn1/x_exten.c
/dragonfly/crypto/libressl/crypto/asn1/x_long.c
/dragonfly/crypto/libressl/crypto/asn1/x_name.c
/dragonfly/crypto/libressl/crypto/asn1/x_pkey.c
/dragonfly/crypto/libressl/crypto/asn1/x_pubkey.c
/dragonfly/crypto/libressl/crypto/asn1/x_req.c
/dragonfly/crypto/libressl/crypto/asn1/x_sig.c
/dragonfly/crypto/libressl/crypto/asn1/x_x509.c
/dragonfly/crypto/libressl/crypto/asn1/x_x509a.c
/dragonfly/crypto/libressl/crypto/bio/b_dump.c
/dragonfly/crypto/libressl/crypto/bio/bf_buff.c
/dragonfly/crypto/libressl/crypto/bio/bf_nbio.c
/dragonfly/crypto/libressl/crypto/bio/bio_cb.c
/dragonfly/crypto/libressl/crypto/bio/bio_err.c
/dragonfly/crypto/libressl/crypto/bio/bio_lib.c
/dragonfly/crypto/libressl/crypto/bio/bio_local.h
/dragonfly/crypto/libressl/crypto/bio/bio_meth.c
/dragonfly/crypto/libressl/crypto/bio/bss_acpt.c
/dragonfly/crypto/libressl/crypto/bio/bss_conn.c
/dragonfly/crypto/libressl/crypto/bio/bss_dgram.c
/dragonfly/crypto/libressl/crypto/bio/bss_fd.c
/dragonfly/crypto/libressl/crypto/bio/bss_file.c
/dragonfly/crypto/libressl/crypto/bio/bss_mem.c
/dragonfly/crypto/libressl/crypto/bio/bss_null.c
/dragonfly/crypto/libressl/crypto/bio/bss_sock.c
/dragonfly/crypto/libressl/crypto/bn/bn_bpsw.c
/dragonfly/crypto/libressl/crypto/bn/bn_err.c
/dragonfly/crypto/libressl/crypto/bn/bn_exp.c
/dragonfly/crypto/libressl/crypto/bn/bn_exp2.c
/dragonfly/crypto/libressl/crypto/bn/bn_gcd.c
/dragonfly/crypto/libressl/crypto/bn/bn_isqrt.c
/dragonfly/crypto/libressl/crypto/bn/bn_kron.c
/dragonfly/crypto/libressl/crypto/bn/bn_lcl.h
/dragonfly/crypto/libressl/crypto/bn/bn_lib.c
/dragonfly/crypto/libressl/crypto/bn/bn_mont.c
/dragonfly/crypto/libressl/crypto/bn/bn_nist.c
/dragonfly/crypto/libressl/crypto/bn/bn_prime.c
/dragonfly/crypto/libressl/crypto/bn/bn_print.c
/dragonfly/crypto/libressl/crypto/bn/bn_rand.c
/dragonfly/crypto/libressl/crypto/bn/bn_shift.c
/dragonfly/crypto/libressl/crypto/bn/bn_sqrt.c
/dragonfly/crypto/libressl/crypto/buffer/buf_err.c
/dragonfly/crypto/libressl/crypto/bytestring/bs_ber.c
/dragonfly/crypto/libressl/crypto/bytestring/bs_cbb.c
/dragonfly/crypto/libressl/crypto/bytestring/bs_cbs.c
/dragonfly/crypto/libressl/crypto/bytestring/bytestring.h
/dragonfly/crypto/libressl/crypto/chacha/chacha-merged.c
/dragonfly/crypto/libressl/crypto/chacha/chacha.c
/dragonfly/crypto/libressl/crypto/cmac/cm_ameth.c
/dragonfly/crypto/libressl/crypto/cmac/cmac.c
/dragonfly/crypto/libressl/crypto/cms/cms_asn1.c
/dragonfly/crypto/libressl/crypto/cms/cms_enc.c
/dragonfly/crypto/libressl/crypto/cms/cms_env.c
/dragonfly/crypto/libressl/crypto/cms/cms_err.c
/dragonfly/crypto/libressl/crypto/cms/cms_lib.c
/dragonfly/crypto/libressl/crypto/cms/cms_pwri.c
/dragonfly/crypto/libressl/crypto/cms/cms_sd.c
/dragonfly/crypto/libressl/crypto/conf/conf_err.c
/dragonfly/crypto/libressl/crypto/cpt_err.c
/dragonfly/crypto/libressl/crypto/cryptlib.h
/dragonfly/crypto/libressl/crypto/crypto_init.c
/dragonfly/crypto/libressl/crypto/ct/ct_b64.c
/dragonfly/crypto/libressl/crypto/ct/ct_err.c
/dragonfly/crypto/libressl/crypto/ct/ct_local.h
/dragonfly/crypto/libressl/crypto/ct/ct_log.c
/dragonfly/crypto/libressl/crypto/ct/ct_oct.c
/dragonfly/crypto/libressl/crypto/ct/ct_policy.c
/dragonfly/crypto/libressl/crypto/ct/ct_prn.c
/dragonfly/crypto/libressl/crypto/ct/ct_sct.c
/dragonfly/crypto/libressl/crypto/ct/ct_sct_ctx.c
/dragonfly/crypto/libressl/crypto/ct/ct_vfy.c
/dragonfly/crypto/libressl/crypto/ct/ct_x509v3.c
/dragonfly/crypto/libressl/crypto/curve25519/curve25519.c
/dragonfly/crypto/libressl/crypto/des/cfb_enc.c
/dragonfly/crypto/libressl/crypto/dh/dh_ameth.c
/dragonfly/crypto/libressl/crypto/dh/dh_asn1.c
/dragonfly/crypto/libressl/crypto/dh/dh_check.c
/dragonfly/crypto/libressl/crypto/dh/dh_err.c
/dragonfly/crypto/libressl/crypto/dh/dh_gen.c
/dragonfly/crypto/libressl/crypto/dh/dh_key.c
/dragonfly/crypto/libressl/crypto/dh/dh_lib.c
/dragonfly/crypto/libressl/crypto/dh/dh_local.h
/dragonfly/crypto/libressl/crypto/dh/dh_pmeth.c
/dragonfly/crypto/libressl/crypto/dsa/dsa_ameth.c
/dragonfly/crypto/libressl/crypto/dsa/dsa_asn1.c
/dragonfly/crypto/libressl/crypto/dsa/dsa_depr.c
/dragonfly/crypto/libressl/crypto/dsa/dsa_err.c
/dragonfly/crypto/libressl/crypto/dsa/dsa_key.c
/dragonfly/crypto/libressl/crypto/dsa/dsa_lib.c
/dragonfly/crypto/libressl/crypto/dsa/dsa_locl.h
/dragonfly/crypto/libressl/crypto/dsa/dsa_meth.c
/dragonfly/crypto/libressl/crypto/dsa/dsa_ossl.c
/dragonfly/crypto/libressl/crypto/dsa/dsa_pmeth.c
/dragonfly/crypto/libressl/crypto/dsa/dsa_sign.c
/dragonfly/crypto/libressl/crypto/dsa/dsa_vrf.c
/dragonfly/crypto/libressl/crypto/dso/dso_err.c
/dragonfly/crypto/libressl/crypto/ec/ec2_oct.c
/dragonfly/crypto/libressl/crypto/ec/ec2_smpl.c
/dragonfly/crypto/libressl/crypto/ec/ec_ameth.c
/dragonfly/crypto/libressl/crypto/ec/ec_asn1.c
/dragonfly/crypto/libressl/crypto/ec/ec_curve.c
/dragonfly/crypto/libressl/crypto/ec/ec_cvt.c
/dragonfly/crypto/libressl/crypto/ec/ec_err.c
/dragonfly/crypto/libressl/crypto/ec/ec_key.c
/dragonfly/crypto/libressl/crypto/ec/ec_kmeth.c
/dragonfly/crypto/libressl/crypto/ec/ec_lcl.h
/dragonfly/crypto/libressl/crypto/ec/ec_lib.c
/dragonfly/crypto/libressl/crypto/ec/ec_oct.c
/dragonfly/crypto/libressl/crypto/ec/ec_pmeth.c
/dragonfly/crypto/libressl/crypto/ec/eck_prn.c
/dragonfly/crypto/libressl/crypto/ec/ecp_mont.c
/dragonfly/crypto/libressl/crypto/ec/ecp_nist.c
/dragonfly/crypto/libressl/crypto/ec/ecp_oct.c
/dragonfly/crypto/libressl/crypto/ec/ecp_smpl.c
/dragonfly/crypto/libressl/crypto/ecdh/ech_err.c
/dragonfly/crypto/libressl/crypto/ecdh/ech_key.c
/dragonfly/crypto/libressl/crypto/ecdsa/ecs_asn1.c
/dragonfly/crypto/libressl/crypto/ecdsa/ecs_err.c
/dragonfly/crypto/libressl/crypto/ecdsa/ecs_lib.c
/dragonfly/crypto/libressl/crypto/ecdsa/ecs_locl.h
/dragonfly/crypto/libressl/crypto/ecdsa/ecs_ossl.c
/dragonfly/crypto/libressl/crypto/ecdsa/ecs_sign.c
/dragonfly/crypto/libressl/crypto/ecdsa/ecs_vrf.c
/dragonfly/crypto/libressl/crypto/engine/eng_all.c
/dragonfly/crypto/libressl/crypto/engine/eng_cnf.c
/dragonfly/crypto/libressl/crypto/engine/eng_ctrl.c
/dragonfly/crypto/libressl/crypto/engine/eng_dyn.c
/dragonfly/crypto/libressl/crypto/engine/eng_err.c
/dragonfly/crypto/libressl/crypto/engine/eng_fat.c
/dragonfly/crypto/libressl/crypto/engine/eng_init.c
/dragonfly/crypto/libressl/crypto/engine/eng_int.h
/dragonfly/crypto/libressl/crypto/engine/eng_lib.c
/dragonfly/crypto/libressl/crypto/engine/eng_list.c
/dragonfly/crypto/libressl/crypto/engine/eng_openssl.c
/dragonfly/crypto/libressl/crypto/engine/eng_pkey.c
/dragonfly/crypto/libressl/crypto/engine/eng_table.c
/dragonfly/crypto/libressl/crypto/engine/tb_asnmth.c
/dragonfly/crypto/libressl/crypto/engine/tb_cipher.c
/dragonfly/crypto/libressl/crypto/engine/tb_dh.c
/dragonfly/crypto/libressl/crypto/engine/tb_digest.c
/dragonfly/crypto/libressl/crypto/engine/tb_dsa.c
/dragonfly/crypto/libressl/crypto/engine/tb_ecdh.c
/dragonfly/crypto/libressl/crypto/engine/tb_ecdsa.c
/dragonfly/crypto/libressl/crypto/engine/tb_eckey.c
/dragonfly/crypto/libressl/crypto/engine/tb_pkmeth.c
/dragonfly/crypto/libressl/crypto/engine/tb_rand.c
/dragonfly/crypto/libressl/crypto/engine/tb_rsa.c
/dragonfly/crypto/libressl/crypto/engine/tb_store.c
/dragonfly/crypto/libressl/crypto/err/err.c
/dragonfly/crypto/libressl/crypto/err/err_all.c
/dragonfly/crypto/libressl/crypto/err/err_prn.c
/dragonfly/crypto/libressl/crypto/evp/bio_b64.c
/dragonfly/crypto/libressl/crypto/evp/bio_enc.c
/dragonfly/crypto/libressl/crypto/evp/bio_md.c
/dragonfly/crypto/libressl/crypto/evp/c_all.c
/dragonfly/crypto/libressl/crypto/evp/digest.c
/dragonfly/crypto/libressl/crypto/evp/e_aes.c
/dragonfly/crypto/libressl/crypto/evp/e_aes_cbc_hmac_sha1.c
/dragonfly/crypto/libressl/crypto/evp/e_bf.c
/dragonfly/crypto/libressl/crypto/evp/e_camellia.c
/dragonfly/crypto/libressl/crypto/evp/e_cast.c
/dragonfly/crypto/libressl/crypto/evp/e_chacha.c
/dragonfly/crypto/libressl/crypto/evp/e_chacha20poly1305.c
/dragonfly/crypto/libressl/crypto/evp/e_des.c
/dragonfly/crypto/libressl/crypto/evp/e_des3.c
/dragonfly/crypto/libressl/crypto/evp/e_gost2814789.c
/dragonfly/crypto/libressl/crypto/evp/e_idea.c
/dragonfly/crypto/libressl/crypto/evp/e_null.c
/dragonfly/crypto/libressl/crypto/evp/e_rc2.c
/dragonfly/crypto/libressl/crypto/evp/e_rc4_hmac_md5.c
/dragonfly/crypto/libressl/crypto/evp/e_sm4.c
/dragonfly/crypto/libressl/crypto/evp/encode.c
/dragonfly/crypto/libressl/crypto/evp/evp_aead.c
/dragonfly/crypto/libressl/crypto/evp/evp_enc.c
/dragonfly/crypto/libressl/crypto/evp/evp_err.c
/dragonfly/crypto/libressl/crypto/evp/evp_key.c
/dragonfly/crypto/libressl/crypto/evp/evp_lib.c
/dragonfly/crypto/libressl/crypto/evp/evp_locl.h
/dragonfly/crypto/libressl/crypto/evp/evp_pkey.c
/dragonfly/crypto/libressl/crypto/evp/m_gost2814789.c
/dragonfly/crypto/libressl/crypto/evp/m_gostr341194.c
/dragonfly/crypto/libressl/crypto/evp/m_md4.c
/dragonfly/crypto/libressl/crypto/evp/m_md5.c
/dragonfly/crypto/libressl/crypto/evp/m_md5_sha1.c
/dragonfly/crypto/libressl/crypto/evp/m_ripemd.c
/dragonfly/crypto/libressl/crypto/evp/m_sha1.c
/dragonfly/crypto/libressl/crypto/evp/m_sigver.c
/dragonfly/crypto/libressl/crypto/evp/m_sm3.c
/dragonfly/crypto/libressl/crypto/evp/m_streebog.c
/dragonfly/crypto/libressl/crypto/evp/m_wp.c
/dragonfly/crypto/libressl/crypto/evp/names.c
/dragonfly/crypto/libressl/crypto/evp/p5_crpt.c
/dragonfly/crypto/libressl/crypto/evp/p5_crpt2.c
/dragonfly/crypto/libressl/crypto/evp/p_lib.c
/dragonfly/crypto/libressl/crypto/evp/p_sign.c
/dragonfly/crypto/libressl/crypto/evp/p_verify.c
/dragonfly/crypto/libressl/crypto/evp/pmeth_gn.c
/dragonfly/crypto/libressl/crypto/evp/pmeth_lib.c
/dragonfly/crypto/libressl/crypto/gost/gost2814789.c
/dragonfly/crypto/libressl/crypto/gost/gost89imit_ameth.c
/dragonfly/crypto/libressl/crypto/gost/gost_err.c
/dragonfly/crypto/libressl/crypto/gost/gostr341001.c
/dragonfly/crypto/libressl/crypto/gost/gostr341001_ameth.c
/dragonfly/crypto/libressl/crypto/gost/gostr341001_key.c
/dragonfly/crypto/libressl/crypto/gost/gostr341001_pmeth.c
/dragonfly/crypto/libressl/crypto/gost/streebog.c
/dragonfly/crypto/libressl/crypto/hkdf/hkdf.c
/dragonfly/crypto/libressl/crypto/hmac/hm_ameth.c
/dragonfly/crypto/libressl/crypto/hmac/hm_pmeth.c
/dragonfly/crypto/libressl/crypto/hmac/hmac.c
/dragonfly/crypto/libressl/crypto/hmac/hmac_local.h
/dragonfly/crypto/libressl/crypto/kdf/hkdf_evp.c
/dragonfly/crypto/libressl/crypto/kdf/kdf_err.c
/dragonfly/crypto/libressl/crypto/modes/cbc128.c
/dragonfly/crypto/libressl/crypto/modes/modes_lcl.h
/dragonfly/crypto/libressl/crypto/modes/xts128.c
/dragonfly/crypto/libressl/crypto/o_fips.c
/dragonfly/crypto/libressl/crypto/o_time.c
/dragonfly/crypto/libressl/crypto/o_time.h
/dragonfly/crypto/libressl/crypto/objects/obj_dat.c
/dragonfly/crypto/libressl/crypto/objects/obj_dat.h
/dragonfly/crypto/libressl/crypto/objects/obj_err.c
/dragonfly/crypto/libressl/crypto/objects/obj_lib.c
/dragonfly/crypto/libressl/crypto/objects/obj_xref.h
/dragonfly/crypto/libressl/crypto/ocsp/ocsp_asn.c
/dragonfly/crypto/libressl/crypto/ocsp/ocsp_cl.c
/dragonfly/crypto/libressl/crypto/ocsp/ocsp_err.c
/dragonfly/crypto/libressl/crypto/ocsp/ocsp_ext.c
/dragonfly/crypto/libressl/crypto/ocsp/ocsp_lib.c
/dragonfly/crypto/libressl/crypto/ocsp/ocsp_local.h
/dragonfly/crypto/libressl/crypto/ocsp/ocsp_prn.c
/dragonfly/crypto/libressl/crypto/ocsp/ocsp_srv.c
/dragonfly/crypto/libressl/crypto/ocsp/ocsp_vfy.c
/dragonfly/crypto/libressl/crypto/pem/pem_err.c
/dragonfly/crypto/libressl/crypto/pem/pem_info.c
/dragonfly/crypto/libressl/crypto/pem/pem_lib.c
/dragonfly/crypto/libressl/crypto/pem/pem_pkey.c
/dragonfly/crypto/libressl/crypto/pem/pem_xaux.c
/dragonfly/crypto/libressl/crypto/pem/pvkfmt.c
/dragonfly/crypto/libressl/crypto/pkcs12/p12_add.c
/dragonfly/crypto/libressl/crypto/pkcs12/p12_asn.c
/dragonfly/crypto/libressl/crypto/pkcs12/p12_attr.c
/dragonfly/crypto/libressl/crypto/pkcs12/p12_crpt.c
/dragonfly/crypto/libressl/crypto/pkcs12/p12_crt.c
/dragonfly/crypto/libressl/crypto/pkcs12/p12_decr.c
/dragonfly/crypto/libressl/crypto/pkcs12/p12_init.c
/dragonfly/crypto/libressl/crypto/pkcs12/p12_key.c
/dragonfly/crypto/libressl/crypto/pkcs12/p12_kiss.c
/dragonfly/crypto/libressl/crypto/pkcs12/p12_mutl.c
/dragonfly/crypto/libressl/crypto/pkcs12/p12_p8d.c
/dragonfly/crypto/libressl/crypto/pkcs12/p12_p8e.c
/dragonfly/crypto/libressl/crypto/pkcs12/p12_sbag.c
/dragonfly/crypto/libressl/crypto/pkcs12/p12_utl.c
/dragonfly/crypto/libressl/crypto/pkcs12/pk12err.c
/dragonfly/crypto/libressl/crypto/pkcs12/pkcs12_local.h
/dragonfly/crypto/libressl/crypto/pkcs7/pk7_asn1.c
/dragonfly/crypto/libressl/crypto/pkcs7/pk7_doit.c
/dragonfly/crypto/libressl/crypto/pkcs7/pk7_lib.c
/dragonfly/crypto/libressl/crypto/pkcs7/pk7_smime.c
/dragonfly/crypto/libressl/crypto/pkcs7/pkcs7err.c
/dragonfly/crypto/libressl/crypto/rand/rand_err.c
/dragonfly/crypto/libressl/crypto/rc4/rc4_enc.c
/dragonfly/crypto/libressl/crypto/rsa/rsa_ameth.c
/dragonfly/crypto/libressl/crypto/rsa/rsa_chk.c
/dragonfly/crypto/libressl/crypto/rsa/rsa_crpt.c
/dragonfly/crypto/libressl/crypto/rsa/rsa_depr.c
/dragonfly/crypto/libressl/crypto/rsa/rsa_eay.c
/dragonfly/crypto/libressl/crypto/rsa/rsa_err.c
/dragonfly/crypto/libressl/crypto/rsa/rsa_gen.c
/dragonfly/crypto/libressl/crypto/rsa/rsa_lib.c
/dragonfly/crypto/libressl/crypto/rsa/rsa_locl.h
/dragonfly/crypto/libressl/crypto/rsa/rsa_meth.c
/dragonfly/crypto/libressl/crypto/rsa/rsa_oaep.c
/dragonfly/crypto/libressl/crypto/rsa/rsa_pmeth.c
/dragonfly/crypto/libressl/crypto/rsa/rsa_pss.c
/dragonfly/crypto/libressl/crypto/rsa/rsa_sign.c
/dragonfly/crypto/libressl/crypto/sha/sha256.c
/dragonfly/crypto/libressl/crypto/sha/sha512.c
/dragonfly/crypto/libressl/crypto/sha/sha_locl.h
/dragonfly/crypto/libressl/crypto/ts/ts_asn1.c
/dragonfly/crypto/libressl/crypto/ts/ts_err.c
/dragonfly/crypto/libressl/crypto/ts/ts_lib.c
/dragonfly/crypto/libressl/crypto/ts/ts_local.h
/dragonfly/crypto/libressl/crypto/ts/ts_req_utils.c
/dragonfly/crypto/libressl/crypto/ts/ts_rsp_print.c
/dragonfly/crypto/libressl/crypto/ts/ts_rsp_sign.c
/dragonfly/crypto/libressl/crypto/ts/ts_rsp_utils.c
/dragonfly/crypto/libressl/crypto/ts/ts_rsp_verify.c
/dragonfly/crypto/libressl/crypto/ts/ts_verify_ctx.c
/dragonfly/crypto/libressl/crypto/ui/ui_err.c
/dragonfly/crypto/libressl/crypto/whrlpool/wp_block.c
/dragonfly/crypto/libressl/crypto/x509/by_dir.c
/dragonfly/crypto/libressl/crypto/x509/by_file.c
/dragonfly/crypto/libressl/crypto/x509/by_mem.c
/dragonfly/crypto/libressl/crypto/x509/ext_dat.h
/dragonfly/crypto/libressl/crypto/x509/pcy_cache.c
/dragonfly/crypto/libressl/crypto/x509/pcy_map.c
/dragonfly/crypto/libressl/crypto/x509/pcy_tree.c
/dragonfly/crypto/libressl/crypto/x509/x509_addr.c
/dragonfly/crypto/libressl/crypto/x509/x509_alt.c
/dragonfly/crypto/libressl/crypto/x509/x509_asid.c
/dragonfly/crypto/libressl/crypto/x509/x509_att.c
/dragonfly/crypto/libressl/crypto/x509/x509_cmp.c
/dragonfly/crypto/libressl/crypto/x509/x509_conf.c
/dragonfly/crypto/libressl/crypto/x509/x509_constraints.c
/dragonfly/crypto/libressl/crypto/x509/x509_cpols.c
/dragonfly/crypto/libressl/crypto/x509/x509_crld.c
/dragonfly/crypto/libressl/crypto/x509/x509_err.c
/dragonfly/crypto/libressl/crypto/x509/x509_ext.c
/dragonfly/crypto/libressl/crypto/x509/x509_genn.c
/dragonfly/crypto/libressl/crypto/x509/x509_internal.h
/dragonfly/crypto/libressl/crypto/x509/x509_issuer_cache.c
/dragonfly/crypto/libressl/crypto/x509/x509_issuer_cache.h
/dragonfly/crypto/libressl/crypto/x509/x509_lcl.h
/dragonfly/crypto/libressl/crypto/x509/x509_lib.c
/dragonfly/crypto/libressl/crypto/x509/x509_lu.c
/dragonfly/crypto/libressl/crypto/x509/x509_ncons.c
/dragonfly/crypto/libressl/crypto/x509/x509_obj.c
/dragonfly/crypto/libressl/crypto/x509/x509_ocsp.c
/dragonfly/crypto/libressl/crypto/x509/x509_pci.c
/dragonfly/crypto/libressl/crypto/x509/x509_prn.c
/dragonfly/crypto/libressl/crypto/x509/x509_purp.c
/dragonfly/crypto/libressl/crypto/x509/x509_r2x.c
/dragonfly/crypto/libressl/crypto/x509/x509_req.c
/dragonfly/crypto/libressl/crypto/x509/x509_set.c
/dragonfly/crypto/libressl/crypto/x509/x509_skey.c
/dragonfly/crypto/libressl/crypto/x509/x509_trs.c
/dragonfly/crypto/libressl/crypto/x509/x509_txt.c
/dragonfly/crypto/libressl/crypto/x509/x509_utl.c
/dragonfly/crypto/libressl/crypto/x509/x509_v3.c
/dragonfly/crypto/libressl/crypto/x509/x509_verify.c
/dragonfly/crypto/libressl/crypto/x509/x509_vfy.c
/dragonfly/crypto/libressl/crypto/x509/x509_vpm.c
/dragonfly/crypto/libressl/crypto/x509/x509cset.c
/dragonfly/crypto/libressl/crypto/x509/x509name.c
/dragonfly/crypto/libressl/crypto/x509/x509rset.c
/dragonfly/crypto/libressl/crypto/x509/x509type.c
/dragonfly/crypto/libressl/crypto/x509/x_all.c
/dragonfly/crypto/libressl/include/openssl/asn1.h
/dragonfly/crypto/libressl/include/openssl/asn1t.h
/dragonfly/crypto/libressl/include/openssl/bio.h
/dragonfly/crypto/libressl/include/openssl/blowfish.h
/dragonfly/crypto/libressl/include/openssl/bn.h
/dragonfly/crypto/libressl/include/openssl/buffer.h
/dragonfly/crypto/libressl/include/openssl/comp.h
/dragonfly/crypto/libressl/include/openssl/conf.h
/dragonfly/crypto/libressl/include/openssl/crypto.h
/dragonfly/crypto/libressl/include/openssl/ct.h
/dragonfly/crypto/libressl/include/openssl/dh.h
/dragonfly/crypto/libressl/include/openssl/dsa.h
/dragonfly/crypto/libressl/include/openssl/dso.h
/dragonfly/crypto/libressl/include/openssl/dtls1.h
/dragonfly/crypto/libressl/include/openssl/ec.h
/dragonfly/crypto/libressl/include/openssl/ecdh.h
/dragonfly/crypto/libressl/include/openssl/ecdsa.h
/dragonfly/crypto/libressl/include/openssl/engine.h
/dragonfly/crypto/libressl/include/openssl/err.h
/dragonfly/crypto/libressl/include/openssl/evp.h
/dragonfly/crypto/libressl/include/openssl/gost.h
/dragonfly/crypto/libressl/include/openssl/hmac.h
/dragonfly/crypto/libressl/include/openssl/kdf.h
/dragonfly/crypto/libressl/include/openssl/obj_mac.h
/dragonfly/crypto/libressl/include/openssl/objects.h
/dragonfly/crypto/libressl/include/openssl/ocsp.h
/dragonfly/crypto/libressl/include/openssl/opensslconf.h
/dragonfly/crypto/libressl/include/openssl/opensslfeatures.h
/dragonfly/crypto/libressl/include/openssl/opensslv.h
/dragonfly/crypto/libressl/include/openssl/ossl_typ.h
/dragonfly/crypto/libressl/include/openssl/pem.h
/dragonfly/crypto/libressl/include/openssl/pkcs12.h
/dragonfly/crypto/libressl/include/openssl/pkcs7.h
/dragonfly/crypto/libressl/include/openssl/rand.h
/dragonfly/crypto/libressl/include/openssl/rsa.h
/dragonfly/crypto/libressl/include/openssl/safestack.h
/dragonfly/crypto/libressl/include/openssl/srtp.h
/dragonfly/crypto/libressl/include/openssl/ssl.h
/dragonfly/crypto/libressl/include/openssl/ssl3.h
/dragonfly/crypto/libressl/include/openssl/tls1.h
/dragonfly/crypto/libressl/include/openssl/ts.h
/dragonfly/crypto/libressl/include/openssl/ui.h
/dragonfly/crypto/libressl/include/openssl/x509.h
/dragonfly/crypto/libressl/include/openssl/x509_verify.h
/dragonfly/crypto/libressl/include/openssl/x509_vfy.h
/dragonfly/crypto/libressl/include/openssl/x509v3.h
/dragonfly/crypto/libressl/include/tls.h
/dragonfly/crypto/libressl/man/openssl.cnf.5
/dragonfly/crypto/libressl/openssl.cnf
/dragonfly/crypto/libressl/ssl/VERSION
/dragonfly/crypto/libressl/ssl/bio_ssl.c
/dragonfly/crypto/libressl/ssl/bs_cbb.c
/dragonfly/crypto/libressl/ssl/bs_cbs.c
/dragonfly/crypto/libressl/ssl/bytestring.h
/dragonfly/crypto/libressl/ssl/d1_both.c
/dragonfly/crypto/libressl/ssl/d1_lib.c
/dragonfly/crypto/libressl/ssl/d1_pkt.c
/dragonfly/crypto/libressl/ssl/d1_srtp.c
/dragonfly/crypto/libressl/ssl/dtls_locl.h
/dragonfly/crypto/libressl/ssl/s3_cbc.c
/dragonfly/crypto/libressl/ssl/s3_lib.c
/dragonfly/crypto/libressl/ssl/srtp.h
/dragonfly/crypto/libressl/ssl/ssl_algs.c
/dragonfly/crypto/libressl/ssl/ssl_asn1.c
/dragonfly/crypto/libressl/ssl/ssl_both.c
/dragonfly/crypto/libressl/ssl/ssl_cert.c
/dragonfly/crypto/libressl/ssl/ssl_ciph.c
/dragonfly/crypto/libressl/ssl/ssl_ciphers.c
/dragonfly/crypto/libressl/ssl/ssl_clnt.c
/dragonfly/crypto/libressl/ssl/ssl_err.c
/dragonfly/crypto/libressl/ssl/ssl_kex.c
/dragonfly/crypto/libressl/ssl/ssl_lib.c
/dragonfly/crypto/libressl/ssl/ssl_locl.h
/dragonfly/crypto/libressl/ssl/ssl_methods.c
/dragonfly/crypto/libressl/ssl/ssl_packet.c
/dragonfly/crypto/libressl/ssl/ssl_pkt.c
/dragonfly/crypto/libressl/ssl/ssl_rsa.c
/dragonfly/crypto/libressl/ssl/ssl_seclevel.c
/dragonfly/crypto/libressl/ssl/ssl_sess.c
/dragonfly/crypto/libressl/ssl/ssl_sigalgs.c
/dragonfly/crypto/libressl/ssl/ssl_sigalgs.h
/dragonfly/crypto/libressl/ssl/ssl_srvr.c
/dragonfly/crypto/libressl/ssl/ssl_stat.c
/dragonfly/crypto/libressl/ssl/ssl_tlsext.c
/dragonfly/crypto/libressl/ssl/ssl_tlsext.h
/dragonfly/crypto/libressl/ssl/ssl_transcript.c
/dragonfly/crypto/libressl/ssl/ssl_txt.c
/dragonfly/crypto/libressl/ssl/ssl_versions.c
/dragonfly/crypto/libressl/ssl/t1_enc.c
/dragonfly/crypto/libressl/ssl/t1_lib.c
/dragonfly/crypto/libressl/ssl/tls12_key_schedule.c
/dragonfly/crypto/libressl/ssl/tls12_lib.c
/dragonfly/crypto/libressl/ssl/tls12_record_layer.c
/dragonfly/crypto/libressl/ssl/tls13_client.c
/dragonfly/crypto/libressl/ssl/tls13_handshake.c
/dragonfly/crypto/libressl/ssl/tls13_handshake_msg.c
/dragonfly/crypto/libressl/ssl/tls13_internal.h
/dragonfly/crypto/libressl/ssl/tls13_key_schedule.c
/dragonfly/crypto/libressl/ssl/tls13_legacy.c
/dragonfly/crypto/libressl/ssl/tls13_lib.c
/dragonfly/crypto/libressl/ssl/tls13_quic.c
/dragonfly/crypto/libressl/ssl/tls13_record.c
/dragonfly/crypto/libressl/ssl/tls13_record.h
/dragonfly/crypto/libressl/ssl/tls13_record_layer.c
/dragonfly/crypto/libressl/ssl/tls13_server.c
/dragonfly/crypto/libressl/ssl/tls_buffer.c
/dragonfly/crypto/libressl/ssl/tls_content.c
/dragonfly/crypto/libressl/ssl/tls_content.h
/dragonfly/crypto/libressl/ssl/tls_internal.h
/dragonfly/crypto/libressl/ssl/tls_key_share.c
/dragonfly/crypto/libressl/ssl/tls_lib.c
/dragonfly/crypto/libressl/tls/tls.c
/dragonfly/crypto/libressl/tls/tls_bio_cb.c
/dragonfly/crypto/libressl/tls/tls_client.c
/dragonfly/crypto/libressl/tls/tls_config.c
/dragonfly/crypto/libressl/tls/tls_conninfo.c
/dragonfly/crypto/libressl/tls/tls_internal.h
/dragonfly/crypto/libressl/tls/tls_keypair.c
/dragonfly/crypto/libressl/tls/tls_ocsp.c
/dragonfly/crypto/libressl/tls/tls_server.c
/dragonfly/crypto/libressl/tls/tls_signer.c
/dragonfly/crypto/libressl/tls/tls_util.c
/dragonfly/lib/libldns/ldns/config.h
/dragonfly/lib/librecrypto/Makefile
/dragonfly/lib/libressl/Makefile
/dragonfly/share/examples/ssl/Makefile
/dragonfly/usr.bin/dc/inout.c
/dragonfly/usr.bin/nc/Makefile
/dragonfly/usr.bin/openssl/Makefile.etc
/dragonfly/usr.sbin/ndp/Makefile
/dragonfly/usr.sbin/ndp/ndp.c
/dragonfly/usr.sbin/tcpdump/Makefile
f2a95a3320-Nov-2022 Antonio Huete Jimenez <tuxillo@quantumachine.net>

tcpdump: Adjustments after the import

- Add back README.DELETED
- Adjust README.DRAGONFLY
- Add source files to the Makefile
- Regen config.h

ed775ee720-Nov-2022 Antonio Huete Jimenez <tuxillo@quantumachine.net>

vendor/TCPDUMP: Import libpcap 4.99.1

Most significant changes:

- CVE-2018-16301: For the -F option handle large input files safely.
- Improve the contents, wording and formatting of the man page

vendor/TCPDUMP: Import libpcap 4.99.1

Most significant changes:

- CVE-2018-16301: For the -F option handle large input files safely.
- Improve the contents, wording and formatting of the man page.
- Print unsupported link-layer protocol packets in hex.
- Add support for new network protocols and DLTs
- BGP: Fix overwrites of global 'astostr' temporary buffer
- ARP: fix overwrites of static buffer in q922_string().

See full change log in: https://git.tcpdump.org/tcpdump/blob/HEAD:/CHANGES

show more ...


tcpdump/CHANGES
tcpdump/LICENSE
tcpdump/README.md
tcpdump/VERSION
tcpdump/addrtoname.c
tcpdump/addrtoname.h
tcpdump/addrtostr.c
tcpdump/af.c
tcpdump/af.h
tcpdump/ah.h
tcpdump/appletalk.h
tcpdump/ascii_strcasecmp.c
tcpdump/checksum.c
tcpdump/compiler-tests.h
tcpdump/cpack.c
tcpdump/cpack.h
tcpdump/ethertype.h
tcpdump/extract.h
tcpdump/fptype.c
tcpdump/fptype.h
tcpdump/ftmacros.h
tcpdump/funcattrs.h
tcpdump/getservent.h
tcpdump/gmpls.c
tcpdump/in_cksum.c
tcpdump/interface.h
tcpdump/ip.h
tcpdump/ip6.h
tcpdump/ipproto.c
tcpdump/ipproto.h
tcpdump/l2vpn.c
tcpdump/machdep.c
tcpdump/nameser.h
tcpdump/netdissect-alloc.c
tcpdump/netdissect-alloc.h
tcpdump/netdissect-ctype.h
tcpdump/netdissect-stdinc.h
tcpdump/netdissect.c
tcpdump/netdissect.h
tcpdump/nfs.h
tcpdump/nfsfh.h
tcpdump/nlpid.c
tcpdump/ntp.c
tcpdump/ntp.h
tcpdump/openflow.h
tcpdump/ospf.h
tcpdump/oui.c
tcpdump/oui.h
tcpdump/parsenfsfh.c
tcpdump/ppp.h
tcpdump/print-802_11.c
tcpdump/print-802_15_4.c
tcpdump/print-ah.c
tcpdump/print-ahcp.c
tcpdump/print-aodv.c
tcpdump/print-aoe.c
tcpdump/print-ap1394.c
tcpdump/print-arcnet.c
tcpdump/print-arista.c
tcpdump/print-arp.c
tcpdump/print-ascii.c
tcpdump/print-atalk.c
tcpdump/print-atm.c
tcpdump/print-babel.c
tcpdump/print-bcm-li.c
tcpdump/print-beep.c
tcpdump/print-bfd.c
tcpdump/print-bgp.c
tcpdump/print-bootp.c
tcpdump/print-brcmtag.c
tcpdump/print-bt.c
tcpdump/print-calm-fast.c
tcpdump/print-carp.c
tcpdump/print-cdp.c
tcpdump/print-cfm.c
tcpdump/print-chdlc.c
tcpdump/print-cip.c
tcpdump/print-cnfp.c
tcpdump/print-dccp.c
tcpdump/print-decnet.c
tcpdump/print-dhcp6.c
tcpdump/print-domain.c
tcpdump/print-dsa.c
tcpdump/print-dtp.c
tcpdump/print-dvmrp.c
tcpdump/print-eap.c
tcpdump/print-egp.c
tcpdump/print-eigrp.c
tcpdump/print-enc.c
tcpdump/print-esp.c
tcpdump/print-ether.c
tcpdump/print-fddi.c
tcpdump/print-forces.c
tcpdump/print-fr.c
tcpdump/print-frag6.c
tcpdump/print-ftp.c
tcpdump/print-geneve.c
tcpdump/print-geonet.c
tcpdump/print-gre.c
tcpdump/print-hncp.c
tcpdump/print-hsrp.c
tcpdump/print-http.c
tcpdump/print-icmp.c
tcpdump/print-icmp6.c
tcpdump/print-igmp.c
tcpdump/print-igrp.c
tcpdump/print-ip-demux.c
tcpdump/print-ip.c
tcpdump/print-ip6.c
tcpdump/print-ip6opts.c
tcpdump/print-ipcomp.c
tcpdump/print-ipfc.c
tcpdump/print-ipnet.c
tcpdump/print-ipoib.c
tcpdump/print-ipx.c
tcpdump/print-isakmp.c
tcpdump/print-isoclns.c
tcpdump/print-juniper.c
tcpdump/print-krb.c
tcpdump/print-l2tp.c
tcpdump/print-lane.c
tcpdump/print-ldp.c
tcpdump/print-lisp.c
tcpdump/print-llc.c
tcpdump/print-lldp.c
tcpdump/print-lmp.c
tcpdump/print-loopback.c
tcpdump/print-lspping.c
tcpdump/print-lwapp.c
tcpdump/print-lwres.c
tcpdump/print-m3ua.c
tcpdump/print-macsec.c
tcpdump/print-mobile.c
tcpdump/print-mobility.c
tcpdump/print-mpcp.c
tcpdump/print-mpls.c
tcpdump/print-mptcp.c
tcpdump/print-msdp.c
tcpdump/print-msnlb.c
tcpdump/print-nflog.c
tcpdump/print-nfs.c
tcpdump/print-nsh.c
tcpdump/print-ntp.c
tcpdump/print-null.c
tcpdump/print-olsr.c
tcpdump/print-openflow-1.0.c
tcpdump/print-openflow-1.3.c
tcpdump/print-openflow.c
tcpdump/print-ospf.c
tcpdump/print-ospf6.c
tcpdump/print-otv.c
tcpdump/print-pflog.c
tcpdump/print-pgm.c
tcpdump/print-pim.c
tcpdump/print-pktap.c
tcpdump/print-ppi.c
tcpdump/print-ppp.c
tcpdump/print-pppoe.c
tcpdump/print-pptp.c
tcpdump/print-ptp.c
tcpdump/print-radius.c
tcpdump/print-raw.c
tcpdump/print-resp.c
tcpdump/print-rip.c
tcpdump/print-ripng.c
tcpdump/print-rpki-rtr.c
tcpdump/print-rrcp.c
tcpdump/print-rsvp.c
tcpdump/print-rt6.c
tcpdump/print-rtsp.c
tcpdump/print-rx.c
tcpdump/print-sctp.c
tcpdump/print-sflow.c
tcpdump/print-sip.c
tcpdump/print-sl.c
tcpdump/print-sll.c
tcpdump/print-slow.c
tcpdump/print-smb.c
tcpdump/print-smtp.c
tcpdump/print-snmp.c
tcpdump/print-someip.c
tcpdump/print-ssh.c
tcpdump/print-stp.c
tcpdump/print-sunatm.c
tcpdump/print-sunrpc.c
tcpdump/print-symantec.c
tcpdump/print-syslog.c
tcpdump/print-tcp.c
tcpdump/print-telnet.c
tcpdump/print-tftp.c
tcpdump/print-timed.c
tcpdump/print-tipc.c
tcpdump/print-token.c
tcpdump/print-udld.c
tcpdump/print-udp.c
tcpdump/print-unsupported.c
tcpdump/print-usb.c
tcpdump/print-vjc.c
tcpdump/print-vqp.c
tcpdump/print-vrrp.c
tcpdump/print-vsock.c
tcpdump/print-vtp.c
tcpdump/print-vxlan-gpe.c
tcpdump/print-vxlan.c
tcpdump/print-wb.c
tcpdump/print-zep.c
tcpdump/print-zephyr.c
tcpdump/print-zeromq.c
tcpdump/print.c
tcpdump/print.h
tcpdump/rpc_auth.h
tcpdump/rpc_msg.h
tcpdump/signature.c
tcpdump/smb.h
tcpdump/smbutil.c
tcpdump/status-exit-codes.h
tcpdump/strtoaddr.c
tcpdump/tcp.h
tcpdump/tcpdump.1.in
tcpdump/tcpdump.c
tcpdump/timeval-operations.h
tcpdump/udp.h
tcpdump/util-print.c
tcpdump/varattrs.h

12345678910>>...53