openssl.git
14 years agox86_64-xlate.pl: small commentary update.
Andy Polyakov [Tue, 12 May 2009 20:29:27 +0000 (20:29 +0000)]
x86_64-xlate.pl: small commentary update.

14 years agoe_padlock.c: fix typo (missing #endif) and switch to __builtin_alloca
Andy Polyakov [Tue, 12 May 2009 20:19:09 +0000 (20:19 +0000)]
e_padlock.c: fix typo (missing #endif) and switch to __builtin_alloca
(with introduction of 64-bit support alloca must be  declared and there
is no standard way of doing that, switching to __bultin_alloca is
considered appropriate because code explicitly targets gcc anyway).

14 years agoForgotten comma...
Richard Levitte [Tue, 12 May 2009 05:03:42 +0000 (05:03 +0000)]
Forgotten comma...

14 years agoTypo.
Dr. Stephen Henson [Thu, 7 May 2009 16:40:52 +0000 (16:40 +0000)]
Typo.

14 years agoTypo.
Dr. Stephen Henson [Wed, 6 May 2009 16:57:19 +0000 (16:57 +0000)]
Typo.

14 years agoUpdate from 1.0.0-stable branch.
Dr. Stephen Henson [Wed, 6 May 2009 16:55:55 +0000 (16:55 +0000)]
Update from 1.0.0-stable branch.

14 years agoDo not try to link the support file(s), as they aren't a complete
Richard Levitte [Wed, 6 May 2009 13:56:50 +0000 (13:56 +0000)]
Do not try to link the support file(s), as they aren't a complete
engine ;-)

14 years agoMake sure the padlock code compiles correctly even on hardware that
Richard Levitte [Wed, 6 May 2009 13:55:40 +0000 (13:55 +0000)]
Make sure the padlock code compiles correctly even on hardware that
doesn't have padlocks.

14 years agoSynchronise VMS with Unixly build.
Richard Levitte [Wed, 6 May 2009 13:54:39 +0000 (13:54 +0000)]
Synchronise VMS with Unixly build.

14 years agoFix from 1.0.0-stable.
Dr. Stephen Henson [Wed, 6 May 2009 10:28:37 +0000 (10:28 +0000)]
Fix from 1.0.0-stable.

14 years agoMove the time fetching code to its own static function, and thereby
Richard Levitte [Tue, 5 May 2009 08:45:33 +0000 (08:45 +0000)]
Move the time fetching code to its own static function, and thereby
make sure that BOTH instances of said code get the VMS modification.

14 years agocryptlib.c: refine logic in OpenSSLDie (addenum to commit#18118).
Andy Polyakov [Mon, 4 May 2009 06:23:05 +0000 (06:23 +0000)]
cryptlib.c: refine logic in OpenSSLDie (addenum to commit#18118).

14 years agolibeay.num: add ENGINE_load_aesni.
Andy Polyakov [Sun, 3 May 2009 14:23:16 +0000 (14:23 +0000)]
libeay.num: add ENGINE_load_aesni.

14 years agoAvoid double dialogs in OpenSSLDie on Windows.
Andy Polyakov [Sun, 3 May 2009 14:16:40 +0000 (14:16 +0000)]
Avoid double dialogs in OpenSSLDie on Windows.

14 years agoMake it possible to compile CAPI engine under mingw64.
Andy Polyakov [Sun, 3 May 2009 13:54:01 +0000 (13:54 +0000)]
Make it possible to compile CAPI engine under mingw64.

14 years agoMake CAPI engine UNICODE aware (it didn't work on Win64).
Andy Polyakov [Sun, 3 May 2009 13:52:01 +0000 (13:52 +0000)]
Make CAPI engine UNICODE aware (it didn't work on Win64).

14 years agoeng_aesni.c: win32 fix.
Andy Polyakov [Sun, 3 May 2009 13:48:54 +0000 (13:48 +0000)]
eng_aesni.c: win32 fix.

14 years agoEngage cmll-x86_64.pl in Win64 build and make it compile correctly.
Andy Polyakov [Sat, 2 May 2009 21:18:52 +0000 (21:18 +0000)]
Engage cmll-x86_64.pl in Win64 build and make it compile correctly.

14 years agocryptlib.c: eliminate dependency on _strtoui64, older Windows CRT don't have it.
Andy Polyakov [Sat, 2 May 2009 12:51:37 +0000 (12:51 +0000)]
cryptlib.c: eliminate dependency on _strtoui64, older Windows CRT don't have it.

14 years agoec_mult.c: fix C4334 win64 compiler warning.
Andy Polyakov [Sat, 2 May 2009 11:18:44 +0000 (11:18 +0000)]
ec_mult.c: fix C4334 win64 compiler warning.

14 years agoeng_aesni.c: fix assembler declarations.
Andy Polyakov [Sat, 2 May 2009 11:00:07 +0000 (11:00 +0000)]
eng_aesni.c: fix assembler declarations.

14 years agoaesni-x86_64.pl: resolve LNK1223 error.
Andy Polyakov [Sat, 2 May 2009 10:21:29 +0000 (10:21 +0000)]
aesni-x86_64.pl: resolve LNK1223 error.

14 years agoAES-NI engine jumbo update.
Andy Polyakov [Sat, 2 May 2009 09:04:17 +0000 (09:04 +0000)]
AES-NI engine jumbo update.

14 years agoUpdates from 1.0.0 stable branch.
Dr. Stephen Henson [Wed, 29 Apr 2009 14:13:22 +0000 (14:13 +0000)]
Updates from 1.0.0 stable branch.

14 years agoMake the NULL definition of OPENSSL_ia32cap_loc() compatible with the
Richard Levitte [Wed, 29 Apr 2009 13:40:28 +0000 (13:40 +0000)]
Make the NULL definition of OPENSSL_ia32cap_loc() compatible with the
declaration in crypto.h.

14 years agoTypo.
Dr. Stephen Henson [Tue, 28 Apr 2009 22:36:33 +0000 (22:36 +0000)]
Typo.

14 years agoUpdate from 1.0.0-stable.
Dr. Stephen Henson [Tue, 28 Apr 2009 22:10:54 +0000 (22:10 +0000)]
Update from 1.0.0-stable.

14 years agoReimplement time check for VMS to mimic the way it's done on Windows.
Richard Levitte [Tue, 28 Apr 2009 12:50:32 +0000 (12:50 +0000)]
Reimplement time check for VMS to mimic the way it's done on Windows.
Reason: gettimeofday() is deprecated.

14 years agoStupid typo
Richard Levitte [Tue, 28 Apr 2009 12:48:02 +0000 (12:48 +0000)]
Stupid typo

14 years agov3_alt.c: otherName parsing fix.
Andy Polyakov [Mon, 27 Apr 2009 19:35:16 +0000 (19:35 +0000)]
v3_alt.c: otherName parsing fix.

Submitted by: Love Hörnquist Ã…strand

14 years agoUpdate test/test_padlock script.
Andy Polyakov [Mon, 27 Apr 2009 19:04:23 +0000 (19:04 +0000)]
Update test/test_padlock script.

14 years agoaesni-x86.pl: fix another typo and add test script.
Andy Polyakov [Mon, 27 Apr 2009 15:46:32 +0000 (15:46 +0000)]
aesni-x86.pl: fix another typo and add test script.

14 years agoaesni-x86.pl: fix typos.
Andy Polyakov [Mon, 27 Apr 2009 12:50:44 +0000 (12:50 +0000)]
aesni-x86.pl: fix typos.

14 years agoIntel AES-NI engine.
Andy Polyakov [Mon, 27 Apr 2009 05:55:13 +0000 (05:55 +0000)]
Intel AES-NI engine.

Submitted by: Huang Ying

14 years agoAdd padlock data
Richard Levitte [Mon, 27 Apr 2009 00:04:33 +0000 (00:04 +0000)]
Add padlock data
Redo the loop so it really compiles all objects for one engine, then
links the engine (until now, it still thought every file was an engine
of its own...).

14 years agoUpdate from 1.0.0-stable.
Dr. Stephen Henson [Sun, 26 Apr 2009 22:18:22 +0000 (22:18 +0000)]
Update from 1.0.0-stable.

14 years agoe_padlock: add support for x86_64 gcc.
Andy Polyakov [Sun, 26 Apr 2009 18:14:58 +0000 (18:14 +0000)]
e_padlock: add support for x86_64 gcc.

14 years agoMinor shaX-s390x.pl update.
Andy Polyakov [Sun, 26 Apr 2009 18:11:25 +0000 (18:11 +0000)]
Minor shaX-s390x.pl update.

14 years agoImprove readability of bio/b_sock.c
Andy Polyakov [Sun, 26 Apr 2009 18:06:14 +0000 (18:06 +0000)]
Improve readability of bio/b_sock.c

14 years agoEngage nasm optimizations in Win64 build.
Andy Polyakov [Sun, 26 Apr 2009 18:05:19 +0000 (18:05 +0000)]
Engage nasm optimizations in Win64 build.

14 years agoAddenum to commit#18074: Expand OPENSSL_ia32cap to 64 bits.
Andy Polyakov [Sun, 26 Apr 2009 18:02:06 +0000 (18:02 +0000)]
Addenum to commit#18074: Expand OPENSSL_ia32cap to 64 bits.

14 years agoAESNI perlasm update.
Andy Polyakov [Sun, 26 Apr 2009 17:58:58 +0000 (17:58 +0000)]
AESNI perlasm update.

14 years agoHandle push/pop %rbx in epi/prologue (this is Win64 SEH thing).
Andy Polyakov [Sun, 26 Apr 2009 17:58:01 +0000 (17:58 +0000)]
Handle push/pop %rbx in epi/prologue (this is Win64 SEH thing).

14 years agoExpand OPENSS_ia32cap to 64 bits.
Andy Polyakov [Sun, 26 Apr 2009 17:49:41 +0000 (17:49 +0000)]
Expand OPENSS_ia32cap to 64 bits.

14 years agoAdd local symbol hacks for OpenVMS
Richard Levitte [Sun, 26 Apr 2009 12:26:00 +0000 (12:26 +0000)]
Add local symbol hacks for OpenVMS

14 years agoCast to avoid signedness confusion
Richard Levitte [Sun, 26 Apr 2009 12:16:08 +0000 (12:16 +0000)]
Cast to avoid signedness confusion

14 years agoInclude sys/time.h to declare gettimeofday().
Richard Levitte [Sun, 26 Apr 2009 11:23:15 +0000 (11:23 +0000)]
Include sys/time.h to declare gettimeofday().

14 years agoA DTLS1 symbol needs to be chopped off a bit.
Richard Levitte [Sun, 26 Apr 2009 11:22:26 +0000 (11:22 +0000)]
A DTLS1 symbol needs to be chopped off a bit.

14 years agoMerge from 1.0.0-stable branch.
Dr. Stephen Henson [Thu, 23 Apr 2009 16:32:42 +0000 (16:32 +0000)]
Merge from 1.0.0-stable branch.

15 years agoUpdates from 1.0.0-stable branch.
Dr. Stephen Henson [Mon, 20 Apr 2009 11:33:12 +0000 (11:33 +0000)]
Updates from 1.0.0-stable branch.

15 years agoUpdates from 1.0.0-stable.
Dr. Stephen Henson [Wed, 15 Apr 2009 15:27:03 +0000 (15:27 +0000)]
Updates from 1.0.0-stable.

15 years agoUpdate from 1.0.0-stable
Dr. Stephen Henson [Wed, 8 Apr 2009 16:16:35 +0000 (16:16 +0000)]
Update from 1.0.0-stable

15 years agoChanges from 1.0.0-stable.
Dr. Stephen Henson [Tue, 7 Apr 2009 16:33:26 +0000 (16:33 +0000)]
Changes from 1.0.0-stable.

15 years agoUpdate from 0.9.8-stable.
Dr. Stephen Henson [Tue, 7 Apr 2009 12:11:21 +0000 (12:11 +0000)]
Update from 0.9.8-stable.

15 years agoUpdate from 1.0.0-stable
Dr. Stephen Henson [Mon, 6 Apr 2009 21:42:37 +0000 (21:42 +0000)]
Update from 1.0.0-stable

15 years agoUpdates from 1.0.0-stable
Dr. Stephen Henson [Mon, 6 Apr 2009 15:22:01 +0000 (15:22 +0000)]
Updates from 1.0.0-stable

15 years agoCamellia update: make it respect NO_[INLINE_]ASM and typo in assembler.
Andy Polyakov [Mon, 6 Apr 2009 15:13:16 +0000 (15:13 +0000)]
Camellia update: make it respect NO_[INLINE_]ASM and typo in assembler.

15 years agoAutogeneration seems to have changed slightly.
Ben Laurie [Sun, 5 Apr 2009 10:21:05 +0000 (10:21 +0000)]
Autogeneration seems to have changed slightly.

15 years agoUpdates from 1.0.0-stable
Dr. Stephen Henson [Sat, 4 Apr 2009 19:54:06 +0000 (19:54 +0000)]
Updates from 1.0.0-stable

15 years agoUpdate version info.
Dr. Stephen Henson [Fri, 3 Apr 2009 11:47:05 +0000 (11:47 +0000)]
Update version info.

15 years agoMerge from 1.0.0-stable branch.
Dr. Stephen Henson [Fri, 3 Apr 2009 11:45:19 +0000 (11:45 +0000)]
Merge from 1.0.0-stable branch.

15 years agoUpdate from 1.0.0-stable.
Dr. Stephen Henson [Wed, 1 Apr 2009 14:59:49 +0000 (14:59 +0000)]
Update from 1.0.0-stable.

15 years agoUpdate from 1.0.0-stable
Dr. Stephen Henson [Tue, 31 Mar 2009 22:05:04 +0000 (22:05 +0000)]
Update from 1.0.0-stable

15 years agoFix from 1.0.0-stable
Dr. Stephen Henson [Tue, 31 Mar 2009 21:58:01 +0000 (21:58 +0000)]
Fix from 1.0.0-stable

15 years agoOoops reverse previous patch.
Dr. Stephen Henson [Tue, 31 Mar 2009 21:39:37 +0000 (21:39 +0000)]
Ooops reverse previous patch.

15 years agoUpdate from 0.9.8-stable
Dr. Stephen Henson [Tue, 31 Mar 2009 21:36:30 +0000 (21:36 +0000)]
Update from 0.9.8-stable

15 years agoStop warnings.
Dr. Stephen Henson [Tue, 31 Mar 2009 19:54:51 +0000 (19:54 +0000)]
Stop warnings.

15 years agoHEAD is now 1.1.0
Dr. Stephen Henson [Tue, 31 Mar 2009 10:38:37 +0000 (10:38 +0000)]
HEAD is now 1.1.0
The 1.0.0 branch is now OpenSSL_1_0_0-stable

15 years agoUpdate STATUS and NEWS.
Dr. Stephen Henson [Mon, 30 Mar 2009 11:33:03 +0000 (11:33 +0000)]
Update STATUS and NEWS.

15 years agoAllow use of algorithm and cipher names for dgsts and enc utilities instead
Dr. Stephen Henson [Mon, 30 Mar 2009 11:31:50 +0000 (11:31 +0000)]
Allow use of algorithm and cipher names for dgsts and enc utilities instead
of having to manually include each one.

15 years agoNothing to see here... move along....
Dr. Stephen Henson [Sat, 28 Mar 2009 17:12:51 +0000 (17:12 +0000)]
Nothing to see here... move along....

15 years agoUpdate NEWS file.
Dr. Stephen Henson [Sat, 28 Mar 2009 16:21:44 +0000 (16:21 +0000)]
Update NEWS file.

15 years agoFix typo in CHANGES.
Dr. Stephen Henson [Wed, 25 Mar 2009 22:21:12 +0000 (22:21 +0000)]
Fix typo in CHANGES.

15 years agoUpdate from stable branch.
Dr. Stephen Henson [Wed, 25 Mar 2009 19:02:22 +0000 (19:02 +0000)]
Update from stable branch.

15 years agoUpdate CHANGES.
Dr. Stephen Henson [Wed, 25 Mar 2009 12:57:50 +0000 (12:57 +0000)]
Update CHANGES.

15 years agoUpdate FAQ.
Dr. Stephen Henson [Wed, 25 Mar 2009 12:54:47 +0000 (12:54 +0000)]
Update FAQ.

15 years agoUpdate from stable branch.
Dr. Stephen Henson [Wed, 25 Mar 2009 12:54:14 +0000 (12:54 +0000)]
Update from stable branch.

15 years agoUpdate from stable branch.
Dr. Stephen Henson [Wed, 25 Mar 2009 12:53:50 +0000 (12:53 +0000)]
Update from stable branch.

15 years agoUpdate from stable branch.
Dr. Stephen Henson [Wed, 25 Mar 2009 12:53:26 +0000 (12:53 +0000)]
Update from stable branch.

15 years agoTypo in usage message.
Dr. Stephen Henson [Mon, 23 Mar 2009 21:04:23 +0000 (21:04 +0000)]
Typo in usage message.

15 years agoSubmitted by: Victor B. Wagner <vitus@cryptocom.ru>
Dr. Stephen Henson [Wed, 18 Mar 2009 18:53:08 +0000 (18:53 +0000)]
Submitted by: Victor B. Wagner <vitus@cryptocom.ru>
Reviewed by: steve@openssl.org

Check return codes properly in md BIO and dgst command.

15 years agoaes-390x.pl: commentary update.
Andy Polyakov [Tue, 17 Mar 2009 20:04:11 +0000 (20:04 +0000)]
aes-390x.pl: commentary update.

15 years agoMake SPARC assembler modules *really* Purify-friendly.
Andy Polyakov [Tue, 17 Mar 2009 18:31:08 +0000 (18:31 +0000)]
Make SPARC assembler modules *really* Purify-friendly.

15 years agoSubmitted by: "Victor B. Wagner" <vitus@cryptocom.ru>
Dr. Stephen Henson [Tue, 17 Mar 2009 15:38:34 +0000 (15:38 +0000)]
Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>
Reviewed by: steve@openssl.org

Update ccgost engine to support parameter files.

15 years agoExcuse myself from integrating sha1-sparcv9a.pl into build system, but
Andy Polyakov [Mon, 16 Mar 2009 13:48:42 +0000 (13:48 +0000)]
Excuse myself from integrating sha1-sparcv9a.pl into build system, but
make it Purify-friendly...

15 years agoMake SPARC assembler Pirify-friendly (Purify can't cope with certain
Andy Polyakov [Mon, 16 Mar 2009 13:32:38 +0000 (13:32 +0000)]
Make SPARC assembler Pirify-friendly (Purify can't cope with certain
PIC constructs).

15 years agoUse OPENSSL_assert() instead of assert.
Dr. Stephen Henson [Sun, 15 Mar 2009 14:04:42 +0000 (14:04 +0000)]
Use OPENSSL_assert() instead of assert.

15 years agoUse correct ctx name.
Dr. Stephen Henson [Sun, 15 Mar 2009 14:03:47 +0000 (14:03 +0000)]
Use correct ctx name.

15 years agoFix from stable branch.
Dr. Stephen Henson [Sun, 15 Mar 2009 13:37:34 +0000 (13:37 +0000)]
Fix from stable branch.

15 years agoUpdate from stable branch.
Dr. Stephen Henson [Sat, 14 Mar 2009 18:33:49 +0000 (18:33 +0000)]
Update from stable branch.

15 years agoPR: 1864
Dr. Stephen Henson [Sat, 14 Mar 2009 12:39:05 +0000 (12:39 +0000)]
PR: 1864
Submitted by: Ger Hobbelt <ger@hobbelt.com>
Reviewed by: steve@openssl.org

Check return value.

15 years agoUpdate from stable branch.
Dr. Stephen Henson [Sat, 14 Mar 2009 12:26:48 +0000 (12:26 +0000)]
Update from stable branch.

15 years agoSubmitted by: Victor Duchovni <Victor.Duchovni@morganstanley.com>
Dr. Stephen Henson [Thu, 12 Mar 2009 17:30:29 +0000 (17:30 +0000)]
Submitted by: Victor Duchovni <Victor.Duchovni@morganstanley.com>
Reviewed by: steve@openssl.org

Check return value of sk_SSL_COMP_find() properly.

15 years agoPR: 1862
Dr. Stephen Henson [Thu, 12 Mar 2009 17:13:15 +0000 (17:13 +0000)]
PR: 1862

Typo.

15 years agoUpdate from stable branch.
Dr. Stephen Henson [Thu, 12 Mar 2009 17:10:26 +0000 (17:10 +0000)]
Update from stable branch.

15 years agoPR: 1854
Dr. Stephen Henson [Mon, 9 Mar 2009 13:59:07 +0000 (13:59 +0000)]
PR: 1854
Submitted by: Oliver Martin <oliver@volatilevoid.net>
Reviewed by: steve@openssl.org

Support GeneralizedTime in ca utility.

15 years agoUpdate from stable branch.
Dr. Stephen Henson [Mon, 9 Mar 2009 13:08:04 +0000 (13:08 +0000)]
Update from stable branch.

15 years agoUpdate from stable branch.
Dr. Stephen Henson [Mon, 9 Mar 2009 12:30:10 +0000 (12:30 +0000)]
Update from stable branch.

15 years agoUpdate from stable branch.
Dr. Stephen Henson [Mon, 9 Mar 2009 12:21:19 +0000 (12:21 +0000)]
Update from stable branch.

15 years agoTypo.
Dr. Stephen Henson [Sun, 8 Mar 2009 12:01:20 +0000 (12:01 +0000)]
Typo.