Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto/sparcv9cap.c: add missing declaration. | Andy Polyakov | 2016-08-12 | 1 | -0/+1 |
| | | | | Reviewed-by: Rich Salz <rsalz@openssl.org> | ||||
* | crypto/sparcv9cap.c: fix overstep in getisax. | Andy Polyakov | 2016-08-11 | 1 | -2/+2 |
| | | | | | | | | Problem was introduced in 299ccadcdb99001c618d188fb243c1caaaa86a1c as future extension, i.e. at this point it wasn't an actual problem, because uninitialized capability bit was not actually used. Reviewed-by: Tim Hudson <tjh@openssl.org> | ||||
* | Copyright consolidation 09/10 | Rich Salz | 2016-05-17 | 1 | -0/+9 |
| | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> | ||||
* | SPARCv9 assembly pack: fine-tune run-time switch. | Andy Polyakov | 2016-04-26 | 1 | -3/+12 |
| | | | | Reviewed-by: Tim Hudson <tjh@openssl.org> | ||||
* | crypto/sparc_arch.h: reserve more SPARCv9 capability bits. | Andy Polyakov | 2016-04-25 | 1 | -5/+12 |
| | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> | ||||
* | sparcv9cap.c: add Fujitsu SPARC64 X AES capability detection. | Andy Polyakov | 2016-04-20 | 1 | -5/+11 |
| | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> | ||||
* | crypto/sparcv9cap.c: add SIGILL-free feature detection for Solaris. | Andy Polyakov | 2015-12-02 | 1 | -0/+47 |
| | | | | Reviewed-by: Rich Salz <rsalz@openssl.org> | ||||
* | Dead code cleanup: crypto/*.c, x509v3, demos | Rich Salz | 2015-02-02 | 1 | -131/+0 |
| | | | | | | | Some of the #if 0 code in demo's was kept, but given helpful #ifdef names, to show more sample code. Reviewed-by: Andy Polyakov <appro@openssl.org> | ||||
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -289/+306 |
| | | | | Reviewed-by: Tim Hudson <tjh@openssl.org> | ||||
* | Fix strange formatting by indent | Matt Caswell | 2015-01-22 | 1 | -1/+2 |
| | | | | Reviewed-by: Tim Hudson <tjh@openssl.org> | ||||
* | sparcv9cap.c: omit random detection. | Andy Polyakov | 2013-12-28 | 1 | -0/+2 |
| | | | | PR: 3202 | ||||
* | Support for SPARC T4 MONT[MUL|SQR] instructions. | Andy Polyakov | 2012-11-17 | 1 | -0/+32 |
| | | | | Submitted by: David Miller, Andy Polyakov | ||||
* | Add VIS3 Montgomery multiplication. | Andy Polyakov | 2012-10-20 | 1 | -9/+14 |
| | |||||
* | sparcv9cap.c: add SPARC-T4 feature detection. | Andy Polyakov | 2012-09-23 | 1 | -26/+57 |
| | | | | Submitted by: David Miller | ||||
* | spacrv9cap.c: addenum to recent EC optimizations. | Andy Polyakov | 2011-05-23 | 1 | -1/+2 |
| | |||||
* | Multiple assembler packs: add experimental memory bus instrumentation. | Andy Polyakov | 2011-04-17 | 1 | -3/+23 |
| | |||||
* | sparcv9cap.c: disengange Solaris-specific CPU detection routine in favour | Andy Polyakov | 2010-09-05 | 1 | -25/+49 |
| | | | | | of unified procedure relying on SIGILL. PR: 2321 | ||||
* | sparcv9cap.c: reiterate CPU detection logic. | Andy Polyakov | 2010-07-08 | 1 | -15/+17 |
| | |||||
* | crypto/sparc*: eliminate _sparcv9_rdwrasi. | Andy Polyakov | 2010-07-02 | 1 | -4/+0 |
| | |||||
* | SPARCv9 assembler pack: refine CPU detection on Linux, fix for "unaligned | Andy Polyakov | 2010-07-01 | 1 | -2/+63 |
| | | | | opcodes detected in executable segment" error. | ||||
* | Typo in Linux part of sparcv9cap.c | Andy Polyakov | 2007-06-20 | 1 | -1/+1 |
| | | | | PR: 1532 | ||||
* | Make some shortcuts in sparcv9cap.c. Trouble is that di_walk_node result | Andy Polyakov | 2007-06-20 | 1 | -1/+21 |
| | | | | is inconsistent among CPU generations. | ||||
* | Minor sparcv9 clean-ups. | Andy Polyakov | 2005-12-27 | 1 | -4/+5 |
| | |||||
* | Typo in sparcv8cap.c. | Andy Polyakov | 2005-12-18 | 1 | -1/+1 |
| | |||||
* | Unify sparcv9 assembler naming and build rules among 32- and 64-bit builds. | Andy Polyakov | 2005-12-16 | 1 | -13/+13 |
| | | | | Engage run-time switch between bn_mul_mont_fpu and bn_mul_mont_int. | ||||
* | sparccpuid module update. | Andy Polyakov | 2005-12-15 | 1 | -0/+133 |