OpenBSD CVS

CVS log for src/usr.bin/openssl/Makefile


[BACK] Up to [local] / src / usr.bin / openssl

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12 / (download) - annotate - [select for diffs], Tue Apr 25 16:11:02 2023 UTC (12 months, 3 weeks ago) by tb
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Remove the nseq command

Revision 1.11 / (download) - annotate - [select for diffs], Mon Nov 4 15:25:54 2019 UTC (4 years, 6 months ago) by jsing
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Hook openssl(1) cms back up.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Aug 13 19:42:33 2017 UTC (6 years, 9 months ago) by doug
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Switch to -Werror with clang for libressl.

Discussed with beck@ and jsing@
ok beck@

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jul 9 21:23:19 2017 UTC (6 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored)

remove redundant variable declarations in Makefiles, since those are
the default.

okay millert@

Revision 1.8 / (download) - annotate - [select for diffs], Sun May 7 04:18:47 2017 UTC (7 years ago) by jsg
Branch: MAIN
Changes since 1.7: +7 -3 lines
Diff to previous 1.7 (colored)

Limit -Werror to gcc4 as was done in libcrypto/libssl/libtls to avoid
failed builds with different compilers.

ok jsing@

Revision 1.7 / (download) - annotate - [select for diffs], Sun Sep 4 18:05:34 2016 UTC (7 years, 8 months ago) by beck
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

bye bye cms. send it to the attic
ok jsing@

Revision 1.6 / (download) - annotate - [select for diffs], Fri Sep 11 14:30:23 2015 UTC (8 years, 8 months ago) by bcook
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Remove engine command and parameters from openssl(1).

We do not have any builtin or dynamic engines, meaning openssl(1) has
no way to use the engine command or parameters at all.

ok jsing@

Revision 1.5 / (download) - annotate - [select for diffs], Tue Feb 10 15:29:34 2015 UTC (9 years, 3 months ago) by jsing
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.4: +8 -8 lines
Diff to previous 1.4 (colored)

Introduce an openssl(1) certhash command.

This is effectively a reimplementation of the functionality provided by
the previously removed c_rehash Perl script. The c_rehash script had a
number of known issues, including the fact that it needs to run openssl(1)
multiple times and that it starts by removing all symlinks before
putting them back, creating atomicity issues/race conditions, even when
nothing has changed.

certhash is self-contained and is intended to be stable - no changes
should be made unless something has actually changed. This means it can
be run regularly in a production environment without causing certificate
lookup failures.

Further testing and improvements will happen in tree.

Discussed with tedu@

Revision 1.4 / (download) - annotate - [select for diffs], Wed Dec 3 22:16:02 2014 UTC (9 years, 5 months ago) by bcook
Branch: MAIN
Changes since 1.3: +8 -7 lines
Diff to previous 1.3 (colored)

Move Windows OS-specific functions to make porting easier.

Several functions that need to be redefined for a Windows port are right
in the middle of other code that is relatively portable. This patch
isolates the functions that need Windows-specific implementations so
they can be built conditionally in the portable tree.

Add calls to BIO_sock_init() as-needed to openssl(1) so that socket IO works on
Windows. Sorry, these are no-op on other platforms.

ok jsing@ deraadt@

Revision 1.3 / (download) - annotate - [select for diffs], Wed Sep 10 16:51:42 2014 UTC (9 years, 8 months ago) by jsing
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Disable -Wshadow again, since it breaks builds on vax with gcc3.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Sep 1 20:54:37 2014 UTC (9 years, 8 months ago) by doug
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Enable -Wshadow in openssl(1) and fix a few shadow warnings.

ok jsing@

Revision 1.1 / (download) - annotate - [select for diffs], Tue Aug 26 17:47:24 2014 UTC (9 years, 8 months ago) by jsing
Branch: MAIN

Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not
a system/superuser binary. At the same time, move the source code from its
current lib/libssl/src/apps location to a more appropriate home under
usr.bin/openssl.

ok deraadt@ miod@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.