OpenBSD CVS

CVS log for src/lib/libcrypto/cversion.c


[BACK] Up to [local] / src / lib / libcrypto

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.19 / (download) - annotate - [select for diffs], Sat Mar 16 21:42:20 2024 UTC (2 months, 3 weeks ago) by tb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +9 -9 lines
Diff to previous 1.18 (colored)

Remove ugly parens and thereby fix KNF

Revision 1.18 / (download) - annotate - [select for diffs], Sat Jul 8 08:28:23 2023 UTC (11 months ago) by beck
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.17: +5 -1 lines
Diff to previous 1.17 (colored)

Hide symbols in crypto.h

ok jsing@

Revision 1.17 / (download) - annotate - [select for diffs], Sat Feb 17 06:56:12 2018 UTC (6 years, 3 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, 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
Changes since 1.16: +16 -2 lines
Diff to previous 1.16 (colored)

Fix behaviour of OpenSSL_version().

The constant values do not map 1:1 to SSLeay_version(), so implement it
separately.

Issue noted by schwarze@

Revision 1.16 / (download) - annotate - [select for diffs], Wed Feb 14 16:32:06 2018 UTC (6 years, 3 months ago) by jsing
Branch: MAIN
Changes since 1.15: +13 -1 lines
Diff to previous 1.15 (colored)

Start providing parts of the OpenSSL 1.1 API.

This will ease the burden on ports and others trying to make software
work with LibreSSL, while avoiding #ifdef mazes. Note that we are not
removing 1.0.1 API or making things opaque, hence software written to
use the older APIs will continue to work, as will software written to
use the 1.1 API (as more functionality become available).

Discussed at length with deraadt@ and others.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jul 11 11:42:28 2014 UTC (9 years, 11 months ago) by jsing
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.14: +9 -34 lines
Diff to previous 1.14 (colored)

Clean up versioning and remove #ifdefs that we do not define.

ok beck@

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jul 11 08:44:47 2014 UTC (9 years, 11 months ago) by jsing
Branch: MAIN
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (colored)

Only import cryptlib.h in the four source files that actually need it.
Remove the openssl public includes from cryptlib.h and add a small number
of includes into the source files that actually need them. While here,
also sort/group/tidy the includes.

ok beck@ miod@

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jun 12 15:49:27 2014 UTC (10 years ago) by deraadt
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12 (colored)

tags as requested by miod and tedu

Revision 1.12 / (download) - annotate - [select for diffs], Sun Apr 20 14:32:19 2014 UTC (10 years, 1 month ago) by jsing
Branch: MAIN
Changes since 1.11: +6 -6 lines
Diff to previous 1.11 (colored)

More KNF.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Apr 19 11:43:07 2014 UTC (10 years, 1 month ago) by guenther
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

We'll interpret a (void) cast on snprintf() to mean it's been verified that
truncation is either desirable, not an issue, or is detected and handled later

ok deraadt@

Revision 1.10 / (download) - annotate - [select for diffs], Thu Apr 17 17:50:44 2014 UTC (10 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

some KNF cleanup following the script

Revision 1.9 / (download) - annotate - [select for diffs], Tue Apr 15 17:20:09 2014 UTC (10 years, 1 month ago) by beck
Branch: MAIN
Changes since 1.8: +0 -4 lines
Diff to previous 1.8 (colored)

As we now remove it permanently, we no longer need NO_WINDOWS_BRAINDEATH
as a build time option...
ok deraadt@ miod@

Revision 1.8 / (download) - annotate - [select for diffs], Tue Apr 15 16:21:04 2014 UTC (10 years, 1 month ago) by beck
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions
where the return value is ignored changing to (void) snprintf.
ok deraadt@

Revision 1.7 / (download) - annotate - [select for diffs], Tue Apr 15 13:41:53 2014 UTC (10 years, 1 month ago) by jsing
Branch: MAIN
Changes since 1.6: +26 -29 lines
Diff to previous 1.6 (colored)

First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Sep 6 12:17:48 2008 UTC (15 years, 9 months ago) by djm
Branch: MAIN
Changes since 1.5: +0 -3 lines
Diff to previous 1.5 (colored)

resolve conflicts

Revision 1.1.1.4 / (download) - annotate - [select for diffs] (vendor branch), Sat Sep 6 12:15:39 2008 UTC (15 years, 9 months ago) by djm
Changes since 1.1.1.3: +0 -3 lines
Diff to previous 1.1.1.3 (colored)

import of OpenSSL 0.9.8h

Revision 1.5 / (download) - annotate - [select for diffs], Thu Apr 8 08:03:12 2004 UTC (20 years, 2 months ago) by markus
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

merge 0.9.7d

Revision 1.1.1.3 / (download) - annotate - [select for diffs] (vendor branch), Wed Apr 7 20:41:31 2004 UTC (20 years, 2 months ago) by markus
Changes since 1.1.1.2: +5 -3 lines
Diff to previous 1.1.1.2 (colored)

import openssl-0.9.7d

Revision 1.4 / (download) - annotate - [select for diffs], Fri Apr 4 06:55:14 2003 UTC (21 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

more strcpy & sprintf murder; ho ok

Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Thu Sep 5 12:49:41 2002 UTC (21 years, 9 months ago) by markus
Changes since 1.1.1.1: +32 -13 lines
Diff to previous 1.1.1.1 (colored)

import openssl-0.9.7-beta1

Revision 1.3 / (download) - annotate - [select for diffs], Wed May 15 02:29:10 2002 UTC (22 years, 1 month ago) by beck
Branch: MAIN
Changes since 1.2: +8 -0 lines
Diff to previous 1.2 (colored)

OpenSSL 0.9.7 stable 2002 05 08 merge

Revision 1.2 / (download) - annotate - [select for diffs], Wed Sep 29 04:35:23 1999 UTC (24 years, 8 months ago) by beck
Branch: MAIN
Changes since 1.1: +26 -13 lines
Diff to previous 1.1 (colored)

OpenSSL 0.9.4 merge

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Oct 5 20:12:33 1998 UTC (25 years, 8 months ago) by ryker
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build
functionality for shared libs.

Note that routines such as sslv2_init and friends that use RSA will
not work due to lack of RSA in this library.

Needs documentation and help from ports for easy upgrade to full
functionality where legally possible.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 5 20:12:33 1998 UTC (25 years, 8 months ago) by ryker
Branch: MAIN

Initial revision

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.