22 Commits (fd3ed85c67174a0d3b6639ba9b237351d1c2201f)

Author SHA1 Message Date
Richard Levitte 0e9725bcb9 Following the license change, modify the boilerplates in crypto/
[skip ci]

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7827)
5 years ago
Emilia Kasper b53338cbf8 Clean up references to FIPS
This removes the fips configure option. This option is broken as the
required FIPS code is not available.

FIPS_mode() and FIPS_mode_set() are retained for compatibility, but
FIPS_mode() always returns 0, and FIPS_mode_set() can only be used to
turn FIPS mode off.

Reviewed-by: Stephen Henson <steve@openssl.org>
6 years ago
klemens 6025001707 spelling fixes, just comments and readme.
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1413)
7 years ago
Rich Salz 44c8a5e2b9 Add final(?) set of copyrights.
Add copyright to missing assembler files.
Add copyrights to missing test/* files.
Add copyrights
Various source and misc files.

Reviewed-by: Richard Levitte <levitte@openssl.org>
7 years ago
Andy Polyakov e33826f01b Add assembly CRYPTO_memcmp.
GH: #102

Reviewed-by: Richard Levitte <levitte@openssl.org>
7 years ago
Andy Polyakov 4400f6c61e sparcv9cap.c: add Fujitsu SPARC64 X AES capability detection.
Reviewed-by: Richard Levitte <levitte@openssl.org>
7 years ago
Richard Levitte 053fa39af6 Conversion to UTF-8 where needed
This leaves behind files with names ending with '.iso-8859-1'.  These
should be safe to remove.  If something went wrong when re-encoding,
there will be some files with names ending with '.utf8' left behind.

Reviewed-by: Rich Salz <rsalz@openssl.org>
8 years ago
Andy Polyakov 3caeef94bd sparccpuid.S: work around emulator bug on T1. 10 years ago
Andy Polyakov 1fda639ae7 sparcv9cap.c: add SPARC-T4 feature detection.
Submitted by: David Miller
11 years ago
Andy Polyakov ae8b47f07f SPARC assembler pack: fix FIPS linking errors. 12 years ago
Andy Polyakov 5fabb88a78 Multiple assembler packs: add experimental memory bus instrumentation. 12 years ago
Andy Polyakov 4b2603e46c sparcv9cap.c: disengange Solaris-specific CPU detection routine in favour
of unified procedure relying on SIGILL.
PR: 2321
13 years ago
Andy Polyakov 7c5889bf7a sparcv9cap.c: reiterate CPU detection logic. 13 years ago
Andy Polyakov d9218e11e2 crypto/sparc*: eliminate _sparcv9_rdwrasi. 13 years ago
Andy Polyakov c32fcca6f4 SPARCv9 assembler pack: refine CPU detection on Linux, fix for "unaligned
opcodes detected in executable segment" error.
13 years ago
Andy Polyakov 6a79b3cb93 sparccpuid.S: some assembler is allergic to apostrophes in comments. 13 years ago
Andy Polyakov 7676eebf42 OPENSSL_cleanse to accept zero length parameter [matching C implementation]. 14 years ago
Andy Polyakov aa5c99fa01 sparccpuid.s update. 16 years ago
Andy Polyakov b2dba9bf1f Profiling revealed that OPENSSL_cleanse consumes *more* CPU time than
sha1_block_data_order when hashing short messages. Move OPENSSL_cleanse
to "cpuid" assembler module and gain 2x.
16 years ago
Andy Polyakov a00e414faf Unify sparcv9 assembler naming and build rules among 32- and 64-bit builds.
Engage run-time switch between bn_mul_mont_fpu and bn_mul_mont_int.
18 years ago
Andy Polyakov c06b0f3d5e sparccpuid module update. 18 years ago
Andy Polyakov cee73df3bd Cpuid modules updates. 18 years ago