Andy Polyakov
|
fe5772e9d0
|
util/fipslink.pl: allow for single-step link.
|
2012-10-27 21:16:45 +00:00 |
|
Andy Polyakov
|
8be18f3459
|
util/pl/VC-32.pl: make fipscanister.lib universally usable.
|
2012-10-27 21:16:00 +00:00 |
|
Dr. Stephen Henson
|
226afe4956
|
typo
|
2012-10-27 18:05:56 +00:00 |
|
Andy Polyakov
|
cfb399ad55
|
test_t4: cover even Camellia.
|
2012-10-25 12:10:44 +00:00 |
|
Andy Polyakov
|
1efd583085
|
SPARCv9 assembly pack: harmonize ABI handling (so that it's handled in one
place at a time, by pre-processor in .S case and perl - in .s).
|
2012-10-25 12:07:32 +00:00 |
|
Andy Polyakov
|
8ed11a815e
|
[aes|cmll]t4-sparcv9.pl: unify argument handling.
|
2012-10-25 12:03:41 +00:00 |
|
Andy Polyakov
|
38049c2bb9
|
perlasm/sparcv9_modes.pl: fix typo in IV save code and switch to less
aggressive ASI.
|
2012-10-25 12:02:37 +00:00 |
|
Dr. Stephen Henson
|
918e613a32
|
oops, add missing asn_mstbl.c
|
2012-10-24 13:27:46 +00:00 |
|
Andy Polyakov
|
23328d4b27
|
ghash-sparcv9.pl: add VIS3 code path.
|
2012-10-24 08:21:10 +00:00 |
|
Dr. Stephen Henson
|
30765fed55
|
New config module for string tables. This can be used to add new
multi string components (as used in DN fields or request attributes)
or change the values of existing ones.
|
2012-10-22 13:05:54 +00:00 |
|
Dr. Stephen Henson
|
6a45ea4f88
|
use correct year automatically
|
2012-10-22 13:02:42 +00:00 |
|
Andy Polyakov
|
78c3e20579
|
linux-pcc: make it more robust and recognize KERNEL_BITS variable.
|
2012-10-21 18:19:41 +00:00 |
|
Andy Polyakov
|
0c832ec5c6
|
Add VIS3-capable sparcv9-gf2m module.
|
2012-10-20 15:59:14 +00:00 |
|
Andy Polyakov
|
947d78275b
|
Add VIS3 Montgomery multiplication.
|
2012-10-20 09:13:21 +00:00 |
|
Dr. Stephen Henson
|
d35c0ff30b
|
fix ASN1_STRING_TABLE_add so it can override existing string table values
|
2012-10-19 15:06:31 +00:00 |
|
Dr. Stephen Henson
|
057c8a2b9e
|
fix error code
|
2012-10-18 16:21:39 +00:00 |
|
Dr. Stephen Henson
|
07a4ff79d2
|
add simple AES GCM code example
|
2012-10-16 23:03:45 +00:00 |
|
Dr. Stephen Henson
|
964eaad78c
|
Don't require tag before ciphertext in AESGCM mode
|
2012-10-16 22:46:08 +00:00 |
|
Andy Polyakov
|
3bc522a246
|
aix[64]-cc: get MT support right (gcc targets are not affected).
|
2012-10-16 08:06:51 +00:00 |
|
Andy Polyakov
|
fd3b0eb01d
|
sparcv9_modes.pl: membars are reported as must-have.
|
2012-10-15 14:04:52 +00:00 |
|
Andy Polyakov
|
d17b59e49f
|
md5-sparcv9.pl: avoid %asi modifications, improve short input performance
by 30-20%.
|
2012-10-14 16:51:27 +00:00 |
|
Andy Polyakov
|
aea4126e4e
|
[md5|sha1|sha512]-sparcv9.pl: "cooperative" optimizations based on
suggestions from David Miller.
|
2012-10-14 14:46:56 +00:00 |
|
Andy Polyakov
|
eec82a0e1f
|
[aes|cmll]t4-sparcv9.pl: addendum to previous sparcv9_modes.pl commit.
|
2012-10-14 14:42:27 +00:00 |
|
Andy Polyakov
|
dea8068015
|
perlasm/sparcv9_modes.pl: "cooperative" optimizations based on suggestions
from David Miller.
|
2012-10-14 14:25:00 +00:00 |
|
Andy Polyakov
|
4739ccdb39
|
Add SPARC T4 Camellia support.
Submitted by: David Miller
|
2012-10-11 18:35:18 +00:00 |
|
Andy Polyakov
|
54a1f4480e
|
aest4-sparcv9.pl: split it to AES-specific and reusable part.
|
2012-10-11 18:30:35 +00:00 |
|
Dr. Stephen Henson
|
671c9e2dc8
|
oops, fix compilation errors in s_server
|
2012-10-11 18:03:42 +00:00 |
|
Dr. Stephen Henson
|
a70da5b3ec
|
New functions to check a hostname email or IP address against a
certificate. Add options to s_client, s_server and x509 utilities
to print results of checks.
|
2012-10-08 15:10:07 +00:00 |
|
Andy Polyakov
|
c5f6da54fc
|
Add SPARC T4 AES support.
Submitted by: David Miller
|
2012-10-06 18:08:09 +00:00 |
|
Bodo Möller
|
f11d0c7908
|
Fix EC_KEY initialization race.
Submitted by: Adam Langley
|
2012-10-05 20:50:11 +00:00 |
|
Dr. Stephen Henson
|
323fa64559
|
If OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL is set allow the use of "SCSV" as
a ciphersuite to position the SCSV value in different places for testing
purposes.
|
2012-09-30 12:39:27 +00:00 |
|
Andy Polyakov
|
3ed6e22771
|
sha[1|512]-sparcv9.pl: add hardware SPARC T4 support.
Submitted by: David Miller
|
2012-09-28 09:35:39 +00:00 |
|
Andy Polyakov
|
e66055b8f7
|
md5-sparcv9.pl: add hardware SPARC T4 support.
Submitted by: David Miller
|
2012-09-28 09:34:09 +00:00 |
|
Andy Polyakov
|
b460c8f896
|
sparc_arch.h: add assembler helpers (and make it work on Solaris).
Submitted by: David Miller
|
2012-09-28 09:31:40 +00:00 |
|
Andy Polyakov
|
27e0c86307
|
md5-sparcv9.pl: more accurate performance result.
|
2012-09-28 09:25:49 +00:00 |
|
Bodo Möller
|
7f429a5dbf
|
Fix Valgrind warning.
Submitted by: Adam Langley
|
2012-09-24 19:49:16 +00:00 |
|
Richard Levitte
|
c9d3ec6943
|
* Configure: make the debug-levitte-linux{elf,noasm} less extreme.
|
2012-09-24 18:48:37 +00:00 |
|
Andy Polyakov
|
e98c526b68
|
Add md5-sparcv9.pl.
|
2012-09-23 20:39:53 +00:00 |
|
Andy Polyakov
|
1fda639ae7
|
sparcv9cap.c: add SPARC-T4 feature detection.
Submitted by: David Miller
|
2012-09-23 20:29:03 +00:00 |
|
Richard Levitte
|
4d88fc8173
|
* ssl/t1_enc.c (tls1_change_cipher_state): Stupid bug. Fortunately in
debugging code that's seldom used.
|
2012-09-21 13:08:24 +00:00 |
|
Andy Polyakov
|
b8c5929130
|
config: detect linux-mips* targets.
|
2012-09-19 20:58:07 +00:00 |
|
Andy Polyakov
|
800a4a707d
|
Configure: allow for compiler options starting with double dash.
|
2012-09-18 12:54:35 +00:00 |
|
Andy Polyakov
|
5cc2159526
|
MIPS assembly pack: add support for SmartMIPS ASE.
|
2012-09-18 12:52:23 +00:00 |
|
Bodo Möller
|
6373af15d3
|
Fix warning.
Submitted by: Chromium Authors
|
2012-09-17 17:21:58 +00:00 |
|
Andy Polyakov
|
63d8834c26
|
Configure: add MIPS targets.
|
2012-09-15 11:21:50 +00:00 |
|
Andy Polyakov
|
8df5518bd9
|
MIPS assembly pack: add MIPS[32|64]R2 code.
|
2012-09-15 11:18:20 +00:00 |
|
Andy Polyakov
|
9b222748e7
|
aes-mips.pl: interleave load and integer instructions for better performance.
|
2012-09-15 11:15:02 +00:00 |
|
Andy Polyakov
|
17e820aec3
|
sha512-sparcv9.pl: fix binutils compilation error.
Submitted by: David Miller
|
2012-09-15 08:53:25 +00:00 |
|
Andy Polyakov
|
244ed51a0d
|
e_aes.c: uninitialized variable in aes_ccm_init_key.
PR: 2874
Submitted by: Tomas Mraz
|
2012-09-15 08:45:42 +00:00 |
|
Dr. Stephen Henson
|
4f3df8bea2
|
Add -rev test option to s_server to just reverse order of characters received
by client and send back to server. Also prints an abbreviated summary of
the connection parameters.
|
2012-09-14 13:27:05 +00:00 |
|