Dr. Stephen Henson
|
376bf1d4aa
|
Constification.
|
2007-04-11 12:26:53 +00:00 |
|
Dr. Stephen Henson
|
d318fb79d2
|
Don't ignore config_name parameter passed to OPENSSL_config(). Use
"openssl_conf" in config file if config_name variable is missing.
|
2007-04-09 11:45:54 +00:00 |
|
Dr. Stephen Henson
|
0cc361f3e7
|
Fix from stable branch.
|
2007-04-08 17:45:47 +00:00 |
|
Dr. Stephen Henson
|
baecb96e8a
|
Fix digest signing so digest type is set after init.
|
2007-04-08 16:53:50 +00:00 |
|
Dr. Stephen Henson
|
6181f5e404
|
Preliminary support for signctx/verifyctx callbacks.
|
2007-04-08 13:03:26 +00:00 |
|
Dr. Stephen Henson
|
d952c79a7b
|
New -sigopt option for dgst utility.
|
2007-04-08 12:47:18 +00:00 |
|
Ben Laurie
|
3dfb6b3353
|
Yet another resource leak. Coverity ID 123.
|
2007-04-07 13:20:09 +00:00 |
|
Ben Laurie
|
48bd505c0b
|
If you're going to check for negative, use an signed integer! Coverity ID 122.
|
2007-04-05 17:31:29 +00:00 |
|
Ben Laurie
|
ab2d91bd6b
|
Don't copy from a nonexistent next. Coverity ID 47.
|
2007-04-05 17:23:51 +00:00 |
|
Ben Laurie
|
3b2eead381
|
Fix duplicate error number.
|
2007-04-05 17:09:43 +00:00 |
|
Ben Laurie
|
f3d2a9db09
|
Errors should actually be errors.
|
2007-04-05 17:03:09 +00:00 |
|
Ben Laurie
|
8bbf6ac010
|
Don't dereference NULL argument. Coverity ID 52.
|
2007-04-05 16:58:39 +00:00 |
|
Ben Laurie
|
38e952e8ae
|
Missing config file.
|
2007-04-05 16:57:07 +00:00 |
|
Ben Laurie
|
fa9fed1c3a
|
Don't use a negative number as a length. Coverity ID 57.
|
2007-04-05 16:28:48 +00:00 |
|
Ben Laurie
|
f6301f6888
|
Avoid overrun. Coverity ID 60.
|
2007-04-05 15:45:58 +00:00 |
|
Ben Laurie
|
44907e6064
|
Free memory. Coverity ID 62.
|
2007-04-05 15:45:22 +00:00 |
|
Nils Larsch
|
907e99623c
|
check return value of ASN1_item_i2d(), Coverity ID 55
|
2007-04-04 19:41:20 +00:00 |
|
Ben Laurie
|
231671b9ff
|
Resource leak.
|
2007-04-04 16:00:03 +00:00 |
|
Ben Laurie
|
4f1a0b2c21
|
Handle bad content type. Coverity ID 99.
|
2007-04-04 15:31:17 +00:00 |
|
Ben Laurie
|
260c497cdd
|
Fix buffer overrun. Coverity ID 106.
|
2007-04-04 15:13:31 +00:00 |
|
Ben Laurie
|
313fce7b61
|
Don't free a NULL. Coverity ID 112.
|
2007-04-04 14:59:20 +00:00 |
|
Ben Laurie
|
2f877235a3
|
Missing return on error. Coverity ID 115.
|
2007-04-04 14:38:59 +00:00 |
|
Ben Laurie
|
309fa55bbb
|
Return an error if the serial number is badly formed. (Coverity ID 116).
|
2007-04-04 14:35:56 +00:00 |
|
Ben Laurie
|
4b8747e440
|
Die if serial number is invalid.
|
2007-04-04 13:41:33 +00:00 |
|
Ben Laurie
|
2ff7a0edef
|
Make sure we detect corruption.
|
2007-04-04 13:21:15 +00:00 |
|
Nils Larsch
|
442cbb062d
|
check correct pointer before freeing it (Coverity CID 79,86)
|
2007-04-02 20:29:40 +00:00 |
|
Nils Larsch
|
c971ca4c86
|
check if pointer is != NULL before dereferencing it (Coverity CID 40)
|
2007-04-02 20:02:27 +00:00 |
|
Andy Polyakov
|
9babf3929b
|
RC4_set_key for x86_64 and Core2 optimization.
PR: 1447
|
2007-04-02 09:50:14 +00:00 |
|
Ben Laurie
|
2ec0be9e77
|
Don't die if the value is NULL (Coverity CID 98).
|
2007-04-01 18:00:52 +00:00 |
|
Ben Laurie
|
c2d1c2d319
|
Fix warning.
|
2007-04-01 17:56:25 +00:00 |
|
Andy Polyakov
|
162f677def
|
Update x86cpuid.pl to correctly detect shared cache and to support new
RC4_set_key.
|
2007-04-01 17:28:08 +00:00 |
|
Andy Polyakov
|
2875462425
|
Reserve for assembler implementation of RC4_set_key and implement x86 one.
|
2007-04-01 17:01:12 +00:00 |
|
Richard Levitte
|
a1d915990b
|
Apply a more modern way to get the definition of select(), except for VMS.
Submitted by Corinna Vinschen <vinschen@redhat.com>
|
2007-03-29 18:34:57 +00:00 |
|
Bodo Möller
|
b002265ee3
|
make BN_FLG_CONSTTIME semantics more fool-proof
|
2007-03-28 18:41:23 +00:00 |
|
Bodo Möller
|
bd31fb2145
|
Change to mitigate branch prediction attacks
Submitted by: Matthew D Wood
Reviewed by: Bodo Moeller
|
2007-03-28 00:15:28 +00:00 |
|
Andy Polyakov
|
b506821d43
|
Allow shared builds for aix[64]-gcc targets.
|
2007-03-25 15:20:35 +00:00 |
|
Andy Polyakov
|
4bfb49b3cf
|
aix[64]-cc config lines update.
|
2007-03-25 15:13:51 +00:00 |
|
Dr. Stephen Henson
|
9981a51e42
|
Stage 1 GOST ciphersuite support.
Submitted by: ran@cryptocom.ru
Reviewed by: steve@openssl.org
|
2007-03-23 17:04:05 +00:00 |
|
Richard Levitte
|
ebb326afe6
|
Synchronise the VMS build with recent movements in the Unix build.
|
2007-03-23 09:36:33 +00:00 |
|
Andy Polyakov
|
0d1aa74d6f
|
Fixes for aix-shared rules.
|
2007-03-22 08:46:33 +00:00 |
|
Bodo Möller
|
0f32c841a6
|
stricter session ID context matching
|
2007-03-21 14:33:16 +00:00 |
|
Bodo Möller
|
41a8d5167f
|
clarification regarding libdes files
|
2007-03-21 10:58:45 +00:00 |
|
Andy Polyakov
|
8f41e4fa4d
|
link warnings caused by nasm modules.
|
2007-03-20 09:37:06 +00:00 |
|
Andy Polyakov
|
de50494505
|
Two extra instructions in RC4 character loop give 80% performance
improvement on Core2. I still need to detect Core2 and choose this
path...
|
2007-03-20 09:13:07 +00:00 |
|
Andy Polyakov
|
3d1def0132
|
Remove obsolete comment.
|
2007-03-20 09:07:19 +00:00 |
|
Andy Polyakov
|
0a29f5110d
|
Various PowerPC config updates.
|
2007-03-20 08:57:18 +00:00 |
|
Andy Polyakov
|
8b71d35458
|
nasm fixes.
|
2007-03-20 08:55:58 +00:00 |
|
Andy Polyakov
|
760e353528
|
sparcv9a-mont was modified to handle 32-bit aligned input, but check
for 64-bit alignment was not removed.
|
2007-03-20 08:54:51 +00:00 |
|
Dr. Stephen Henson
|
3627fedbea
|
Win32 fixes. Add GOST algorithm to mkdef, update ordinals. Signed/unsigned fixes.
|
2007-03-16 22:20:55 +00:00 |
|
Dr. Stephen Henson
|
bbb5cf05db
|
Fix from stable branch.
|
2007-03-05 00:09:08 +00:00 |
|