OpenBSD CVS

CVS log for src/lib/libcrypto/Attic/alphacpuid.pl


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.4, Tue Jan 17 15:04:27 2023 UTC (16 months, 2 weeks ago) by miod
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -0 lines
FILE REMOVED

Remove non-visible and unused OPENSSL_wipe_cpu and OPENSSL_atomic_add
interfaces, and remove empty assembly OPENSSL_cpuid_setup routines - the
default empty C fallback will work as good.

ok jsing@

Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 17 18:49:35 2014 UTC (10 years, 1 month ago) by miod
Branch: MAIN
CVS Tags: 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, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.2: +0 -9 lines
Diff to previous 1.2 (colored)

Remove oh-so-important-from-a-security-pov OpenSSL_rtdsc() function.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Apr 17 18:16:45 2014 UTC (10 years, 1 month ago) by miod
Branch: MAIN
Changes since 1.1: +0 -37 lines
Diff to previous 1.1 (colored)

Ok, there was a need for OPENSSL_cleanse() instead of bzero() to prevent
supposedly smart compilers from optimizing memory cleanups away. Understood.

Ok, in case of an hypothetically super smart compiler, OPENSSL_cleanse() had
to be convoluted enough for the compiler not to recognize that this was
actually bzero() in disguise. Understood.

But then why there had been optimized assembler versions of OPENSSL_cleanse()
is beyond me. Did someone not trust the C obfuscation?

Revision 1.1.1.1 / (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: +0 -0 lines
Diff to previous 1.1 (colored)

import OpenSSL 1.0.0e

Revision 1.1 / (download) - annotate - [select for diffs], Thu Nov 3 02:32:07 2011 UTC (12 years, 7 months ago) by djm
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.