History log of /freebsd-current/tools/tools/crypto/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 76681661 12-Apr-2021 John Baldwin <jhb@FreeBSD.org>

OCF: Remove support for asymmetric cryptographic operations.

There haven't been any non-obscure drivers that supported this
functionality and it has been impossible to test to ensure that it
still works. The only known consumer of this interface was the engine
in OpenSSL < 1.1. Modern OpenSSL versions do not include support for
this interface as it was not well-documented.

Reviewed by: cem
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D29736


# f13fe6f8 15-May-2020 John Baldwin <jhb@FreeBSD.org>

Remove the ubsecstats tool since ubsec(4) has been removed.

Reported by: markj


# 92154078 01-Nov-2018 John Baldwin <jhb@FreeBSD.org>

Compile cryptocheck with in-tree openssl again.

Reviewed by: cem
MFC after: 2 months
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D17767


# 266796e8 22-Mar-2018 Conrad Meyer <cem@FreeBSD.org>

cryptocheck: Add support for Blake2{B,S} hashes

Since they are not yet present in the version of openssl in base, this will
require installing the ports openssl.

Sponsored by: Dell EMC Isilon


# f634b923 22-Mar-2018 Conrad Meyer <cem@FreeBSD.org>

Bring in JHB's cryptocheck tool

It can be used to validate basic algorithm correctness on a variety of inputs,
by comarison to openssl.

While here, add some sanity to the crypto/Makefile.

The tool may not be perfect, but getting it in tree where collaboration can
happen is a nice first step. The pace of development outside of svn seems
to have slowed down mid-2017.

Obtained from: github bsdjhb/freebsd:cryptocheck
Sponsored by: Dell EMC Isilon


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# eab5fb70 07-Sep-2004 Sam Leffler <sam@FreeBSD.org>

new version of cryptotest (w/ only code from me)

Reviewed by: imp


# e6fb5181 21-Jan-2004 Warner Losh <imp@FreeBSD.org>

Remove references to cryptotest


# 236d9d93 07-Dec-2003 Sam Leffler <sam@FreeBSD.org>

add install rule


# 0c5b9ee7 21-Jul-2003 Sam Leffler <sam@FreeBSD.org>

add stat dumper for the safenet driver


# 46cdb828 18-Mar-2003 Sam Leffler <sam@FreeBSD.org>

o add missing copyright notices
o new hifnstats program to dump hifn driver statistics
o new ipsecstats program to dump fast ipsec statistics


# 3bf663f5 11-Mar-2003 Sam Leffler <sam@FreeBSD.org>

add simple program to dump ubsec driver statistics


# a5c61890 06-Jan-2003 Sam Leffler <sam@FreeBSD.org>

more crypto test stuff:

o cryptotest can now run multiple threads with -t option
o cryptotest can now "profile" time spent doing symmetric ops with -p
o cryptostats dumps the crypto statistics block
o cryptokeystat is an openbsd app that tests public key ops


# 5df0c0ea 13-Dec-2002 Sam Leffler <sam@FreeBSD.org>

add program used to exercise/test /dev/crypto symmetric crypto functionality

Obtained from: openbsd (originally)