OpenBSD CVS

CVS log for src/usr.bin/openssl/progs.h


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.10 / (download) - annotate - [select for diffs], Sat May 18 08:47:13 2024 UTC (30 hours, 5 minutes ago) by jsg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +1 -2 lines
Diff to previous 1.9 (colored)

remove prototypes with no matching function; ok tb@

Revision 1.9 / (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_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, 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.8: +1 -0 lines
Diff to previous 1.8 (colored)

Hook openssl(1) cms back up.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Sep 5 10:45:19 2016 UTC (7 years, 8 months ago) by deraadt
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, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.7: +1 -2 lines
Diff to previous 1.7 (colored)

remove a cms leftover

Revision 1.7 / (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.6: +1 -2 lines
Diff to previous 1.6 (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.6 / (download) - annotate - [select for diffs], Sat Aug 22 16:36:05 2015 UTC (8 years, 8 months ago) by jsing
Branch: MAIN
Changes since 1.5: +47 -61 lines
Diff to previous 1.5 (colored)

Remove all duplicate prototypes for *_main functions (these are already
provided by progs.h). Also, move the FUNCTION type (and flags) into
openssl.c since that is the only place of use. Lastly, remove pointless
'extern' from the prototypes and use char **argv instead of char *argv[]
(the former is used elsewhere).

ok deraadt@ doug@

Revision 1.5 / (download) - annotate - [select for diffs], Wed Aug 19 18:25:31 2015 UTC (8 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +1 -195 lines
Diff to previous 1.4 (colored)

bring prototypes into scope, requires movement of a large global object
out of .h file
ok jsing

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jun 20 13:51:52 2015 UTC (8 years, 11 months ago) by jsing
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.3: +1 -4 lines
Diff to previous 1.3 (colored)

Less mdc2.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jun 19 15:06:51 2015 UTC (8 years, 11 months ago) by jsing
Branch: MAIN
Changes since 1.2: +27 -3 lines
Diff to previous 1.2 (colored)

Add missing message digests to function table.

Diff from kinichiro via github.

ok doug@

Revision 1.2 / (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_7_BASE, OPENBSD_5_7
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (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.1 / (download) - annotate - [select for diffs], Tue Aug 26 17:47:25 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.