Andy Polyakov
|
a5d3574984
|
MacOS X update [from HEAD].
|
2007-07-31 20:03:26 +00:00 |
|
Andy Polyakov
|
1040deb0c5
|
Respect ISO aliasing rules [from HEAD].
PR: 1296
|
2007-07-27 20:34:56 +00:00 |
|
Andy Polyakov
|
05ea800faf
|
AES for IA64 update [from HEAD].
|
2007-07-27 18:22:04 +00:00 |
|
Andy Polyakov
|
341f87862c
|
Don't set OPENSSL_IA32_SSE2 on x86_64.
|
2007-07-24 14:40:26 +00:00 |
|
Dr. Stephen Henson
|
f805d30769
|
SSE2 and AES assembly language support for VC++ build.
|
2007-07-19 17:39:07 +00:00 |
|
Dr. Stephen Henson
|
4fb9472cc2
|
file do_fips.bat was added on branch OpenSSL_0_9_8-stable on 2008-09-18 12:13:54 +0000
|
2007-07-19 16:11:20 +00:00 |
|
Andy Polyakov
|
a8098740c6
|
Relax ISA detection.
|
2007-07-19 10:45:03 +00:00 |
|
Andy Polyakov
|
e3af0d041e
|
Fix masm type-casting problem in SSE2 code.
|
2007-07-18 20:25:17 +00:00 |
|
Andy Polyakov
|
28cfda9f30
|
shlib_wrap.sh update [from HEAD].
|
2007-07-16 14:02:12 +00:00 |
|
Andy Polyakov
|
a313e23fff
|
Shut up memory debuggers complaining about AES x86 assembler module
[it was not a bug!].
PR: 1508,1320
|
2007-07-08 19:41:12 +00:00 |
|
Andy Polyakov
|
4d2a292e8a
|
EVP_*_cfb1 was broken [from HEAD].
PR: 1318
|
2007-07-08 19:18:15 +00:00 |
|
Andy Polyakov
|
5a84b7fc2d
|
bn_mul_recursive doesn't handle all cases correctly, which results in
BN_mul failures at certain key-length mixes [from HEAD].
PR: 1427
|
2007-07-08 18:54:30 +00:00 |
|
Andy Polyakov
|
d8e660a6dc
|
Typo in str_lib [from HEAD].
PR: 1177
|
2007-07-07 20:11:42 +00:00 |
|
Dr. Stephen Henson
|
761f3b403b
|
Fix more unused value warnings.
|
2007-07-04 13:09:27 +00:00 |
|
Dr. Stephen Henson
|
4570d29404
|
Update debug-steve
|
2007-07-04 12:57:31 +00:00 |
|
Dr. Stephen Henson
|
14346b3456
|
Fix warnings: C++ comments and computed value not used.
|
2007-07-04 12:56:33 +00:00 |
|
Dr. Stephen Henson
|
769f58aaaa
|
file enc_min.c was added on branch OpenSSL_0_9_8-stable on 2008-09-15 22:21:41 +0000
|
2007-07-01 00:08:41 +00:00 |
|
Andy Polyakov
|
a166e96d16
|
bn_mont.c fix [from HEAD].
|
2007-06-29 13:12:34 +00:00 |
|
Ben Laurie
|
8dd8ce1dc3
|
Fix warning.
|
2007-06-23 19:07:54 +00:00 |
|
Andy Polyakov
|
4c5979a107
|
Mention recent changes to bn_mont.c in CHANGES.
|
2007-06-20 17:44:43 +00:00 |
|
Andy Polyakov
|
649ab2dcfa
|
Optimize OPENSSL_cleanse [from HEAD].
|
2007-06-20 17:37:09 +00:00 |
|
Dr. Stephen Henson
|
71fc9b37ae
|
Use -mcpu on alpha.
PR:1545
|
2007-06-19 15:41:23 +00:00 |
|
Andy Polyakov
|
283aedf498
|
Privatize BN_*_no_branch [from HEAD].
|
2007-06-11 16:33:50 +00:00 |
|
Andy Polyakov
|
1a56614af2
|
Eliminate conditional final subtraction in Montgomery multiplication
[from HEAD].
|
2007-06-11 16:15:10 +00:00 |
|
Dr. Stephen Henson
|
693c33e407
|
Update from HEAD.
|
2007-06-07 16:13:56 +00:00 |
|
Dr. Stephen Henson
|
d9a9aa027d
|
Update from HEAD.
|
2007-05-22 23:33:08 +00:00 |
|
Bodo Möller
|
b22250bb67
|
Fix crypto/ec/ec_mult.c to work properly with scalars of value 0
|
2007-05-22 09:48:06 +00:00 |
|
Andy Polyakov
|
d446120527
|
Padlock engine fails to compile with -O0 -fPIC [from HEAD].
|
2007-05-20 07:14:14 +00:00 |
|
Andy Polyakov
|
bb9d68489c
|
Type cast fixes in aes-586.pl.
|
2007-05-19 20:12:21 +00:00 |
|
Andy Polyakov
|
affaea59fe
|
cygwin shared rules update [from HEAD].
PR: 1517
|
2007-05-19 19:41:05 +00:00 |
|
Andy Polyakov
|
81fc4c93ef
|
Typo in x509_txt.c [from HEAD].
|
2007-05-19 18:04:21 +00:00 |
|
Ben Laurie
|
8957121c14
|
More IGE speedup.
|
2007-05-13 15:04:16 +00:00 |
|
Ben Laurie
|
50241bc84e
|
AES IGE mode speedup.
|
2007-05-13 12:03:57 +00:00 |
|
Andy Polyakov
|
e7f077f1ba
|
Detect UltraSPARC T1 in ./config [from HEAD].
|
2007-05-04 13:06:50 +00:00 |
|
Andy Polyakov
|
c3b82c7610
|
Fix s390x detection in ./config.
|
2007-04-30 09:26:05 +00:00 |
|
Bodo Möller
|
2c12e7f6f5
|
Ensure that AES remains the preferred cipher at any given key length.
(This does not really require a special case for Camellia.)
|
2007-04-25 07:58:32 +00:00 |
|
Bodo Möller
|
8db10d9ac4
|
remove leftover from editing ...
|
2007-04-24 00:46:48 +00:00 |
|
Bodo Möller
|
c3cc4662af
|
Add SEED encryption algorithm.
PR: 1503
Submitted by: KISA
Reviewed by: Bodo Moeller
|
2007-04-23 23:50:26 +00:00 |
|
Bodo Möller
|
22892f9803
|
fix error codes
|
2007-04-19 15:14:39 +00:00 |
|
Bodo Möller
|
27eb115fb6
|
don't violate the bn_check_top assertion in BN_mod_inverse_no_branch()
|
2007-04-19 14:45:27 +00:00 |
|
Dr. Stephen Henson
|
51a596ef4f
|
Update from HEAD.
|
2007-04-09 11:46:36 +00:00 |
|
Dr. Stephen Henson
|
97de8bd1e0
|
file evp_cnf.c was added on branch OpenSSL_0_9_8-stable on 2008-09-15 22:21:41 +0000
|
2007-04-08 17:51:00 +00:00 |
|
Dr. Stephen Henson
|
1cb7e5be5b
|
Fix OID config module.
|
2007-04-08 17:45:03 +00:00 |
|
Ben Laurie
|
84dd04e761
|
Make sure we detect corruption.
|
2007-04-04 12:50:13 +00:00 |
|
Bodo Möller
|
2ac061e487
|
make BN_FLG_CONSTTIME semantics more fool-proof
|
2007-03-28 18:44:01 +00:00 |
|
Bodo Möller
|
7cdb81582c
|
Change to mitigate branch prediction attacks
Submitted by: Matthew D Wood
Reviewed by: Bodo Moeller
|
2007-03-28 00:14:25 +00:00 |
|
Dr. Stephen Henson
|
8f33b40302
|
file segrenam.pl was added on branch OpenSSL_0_9_8-stable on 2008-09-18 11:20:08 +0000
|
2007-03-27 00:04:54 +00:00 |
|
Andy Polyakov
|
e600614ef5
|
aix updates from HEAD.
|
2007-03-25 15:34:42 +00:00 |
|
Andy Polyakov
|
02581dea1f
|
aix-shared rules from HEAD.
|
2007-03-22 09:03:19 +00:00 |
|
Dr. Stephen Henson
|
40ad08bcc2
|
file arx.pl was added on branch OpenSSL_0_9_8-stable on 2008-09-16 21:44:57 +0000
|
2007-03-22 00:39:20 +00:00 |
|