OpenBSD CVS

CVS log for src/lib/libcrypto/Attic/o_time.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.17, Tue Nov 8 12:56:00 2022 UTC (19 months ago) by beck
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +1 -1 lines
FILE REMOVED

Replace the old OpenSSL julian date stuff with BoringSSL's

OpenSSL dealt with time conversion using a classical julian
day scheme. BoringSSL got rid of it and uses only a julian
style calculation for seconds since the POSIX time epoch.

This changes libressl to use the seconds calculation exculusively
instead of a mix of the julian day based conversions and the
system time conversions to and from time_t to tm.

ok tb@ jsing@

Revision 1.16 / (download) - annotate - [select for diffs], Wed Oct 27 09:50:56 2021 UTC (2 years, 7 months ago) by beck
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.15: +82 -1 lines
Diff to previous 1.15 (colored)

Add ASN1_TIME_diff from OpenSSL.

The symbol is not yet exposed and will show up with tb@'s forthcoming bump

ok tb@ jsing@

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jun 12 15:49:27 2014 UTC (10 years ago) by deraadt
Branch: MAIN
CVS Tags: 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, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.14: +1 -1 lines
Diff to previous 1.14 (colored)

tags as requested by miod and tedu

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jun 11 01:53:02 2014 UTC (10 years ago) by deraadt
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13 (colored)

c-file-style hints, begone; ok beck

Revision 1.13 / (download) - annotate - [select for diffs], Sat Jun 7 15:06:24 2014 UTC (10 years ago) by deraadt
Branch: MAIN
Changes since 1.12: +0 -50 lines
Diff to previous 1.12 (colored)

Remove various test stubs.  The good ones have been moved by jsing
and others to the regress framework.  These remaining ones just
muddle us up when re-reading code repeatedly.
ok jsing

Revision 1.12 / (download) - annotate - [select for diffs], Sat May 24 10:12:01 2014 UTC (10 years ago) by jsing
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11 (colored)

e_os2.h is not needed here.

Revision 1.11 / (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.10: +11 -11 lines
Diff to previous 1.10 (colored)

More KNF.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Apr 18 23:42:00 2014 UTC (10 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.9: +2 -8 lines
Diff to previous 1.9 (colored)

OPENSSL_gmtime() is really just gmtime_r(); ok guenther

Revision 1.9 / (download) - annotate - [select for diffs], Thu Apr 17 13:29:09 2014 UTC (10 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.8: +4 -18 lines
Diff to previous 1.8 (colored)

OPENSSL_gmtime() is not a gmtime() wrapper.  It is a gmtime_r().
Always trying to confuse people...
ok guenther

Revision 1.8 / (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.7: +40 -39 lines
Diff to previous 1.7 (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.7 / (download) - annotate - [select for diffs], Sun Apr 13 22:11:45 2014 UTC (10 years, 2 months ago) by beck
Branch: MAIN
Changes since 1.6: +1 -143 lines
Diff to previous 1.6 (colored)

Remove vms support stuff.
ok deraadt@

Revision 1.6 / (download) - annotate - [select for diffs], Thu Nov 3 02:34:32 2011 UTC (12 years, 7 months ago) by djm
Branch: MAIN
Changes since 1.5: +14 -8 lines
Diff to previous 1.5 (colored)

openssl-1.0.0e: resolve conflicts

Revision 1.1.1.6 / (download) - annotate - [select for diffs] (vendor branch), Thu Nov 3 02:32:07 2011 UTC (12 years, 7 months ago) by djm
Changes since 1.1.1.5: +14 -8 lines
Diff to previous 1.1.1.5 (colored)

import OpenSSL 1.0.0e

Revision 1.5 / (download) - annotate - [select for diffs], Fri Oct 1 22:58:53 2010 UTC (13 years, 8 months ago) by djm
Branch: MAIN
Changes since 1.4: +151 -2 lines
Diff to previous 1.4 (colored)

resolve conflicts, fix local changes

Revision 1.1.1.5 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 1 22:54:02 2010 UTC (13 years, 8 months ago) by djm
Changes since 1.1.1.4: +151 -2 lines
Diff to previous 1.1.1.4 (colored)

import OpenSSL-1.0.0a

Revision 1.4 / (download) - annotate - [select for diffs], Fri Apr 29 05:39:16 2005 UTC (19 years, 1 month ago) by djm
Branch: MAIN
Changes since 1.3: +16 -5 lines
Diff to previous 1.3 (colored)

resolve conflicts

Revision 1.1.1.4 / (download) - annotate - [select for diffs] (vendor branch), Fri Apr 29 05:37:01 2005 UTC (19 years, 1 month ago) by djm
Changes since 1.1.1.3: +16 -5 lines
Diff to previous 1.1.1.3 (colored)

import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@

Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 11 22:15:18 2003 UTC (20 years, 7 months ago) by markus
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

merge 0.9.7c; minor bugsfixes;
API addition: ERR_release_err_state_table
[make includes before you build libssl/libcrypto]

Revision 1.1.1.3 / (download) - annotate - [select for diffs] (vendor branch), Tue Nov 11 21:11:30 2003 UTC (20 years, 7 months ago) by markus
Changes since 1.1.1.2: +1 -1 lines
Diff to previous 1.1.1.2 (colored)

import 0.9.7c

Revision 1.2 / (download) - annotate - [select for diffs], Mon May 12 02:18:35 2003 UTC (21 years, 1 month ago) by markus
Branch: MAIN
Changes since 1.1: +3 -0 lines
Diff to previous 1.1 (colored)

merge 0.9.7b with local changes; crank majors for libssl/libcrypto

Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Sun May 11 21:34:27 2003 UTC (21 years, 1 month ago) by markus
Changes since 1.1.1.1: +3 -0 lines
Diff to previous 1.1.1.1 (colored)

import 0.9.7b (without idea and rc5)

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

import openssl-0.9.7-beta1

Revision 1.1 / (download) - annotate - [select for diffs], Wed May 15 02:29:10 2002 UTC (22 years, 1 month ago) by beck
Branch: MAIN

OpenSSL 0.9.7 stable 2002 05 08 merge

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.