Nils Larsch
|
bbab9b61dd
|
remove unnecessary check
|
2006-02-08 18:52:43 +00:00 |
|
Nils Larsch
|
82e8372f17
|
p could be uninitialized
|
2006-02-08 18:51:17 +00:00 |
|
Bodo Möller
|
e67ed82877
|
move new member of SSL_SESSION to the end
(minimize changes to binary format)
Submitted by: Peter Sylvester
|
2006-02-07 14:26:43 +00:00 |
|
Dr. Stephen Henson
|
15ac971681
|
Update filenames in makefiles.
|
2006-02-04 01:45:59 +00:00 |
|
Dr. Stephen Henson
|
0c21e13012
|
Recognize mingw in perlasm.
|
2006-02-04 01:25:19 +00:00 |
|
Nils Larsch
|
d5fd72fd0d
|
fix if statement: call conn_state() if the BIO is not in the BIO_CONN_S_OK state
|
2006-02-02 22:11:02 +00:00 |
|
Dr. Stephen Henson
|
c7474d077b
|
Ignore zero length constructed segments.
|
2006-01-31 18:36:29 +00:00 |
|
Lutz Jänicke
|
826b52d26f
|
Typo
Submitted by: Girish Venkatachalam <girish1729@gmail.com>
|
2006-01-30 17:06:00 +00:00 |
|
Nils Larsch
|
8c5a2bd6bb
|
add additional checks + cleanup
Submitted by: David Hartman <david_hartman@symantec.com>
|
2006-01-29 23:12:22 +00:00 |
|
Dr. Stephen Henson
|
25a58453ff
|
Fixes for BOOL handling: produce errors for invalid string for mini-compiler,
correctly encode FALSE for BOOL in ASN1_TYPE.
|
2006-01-19 17:16:56 +00:00 |
|
Nils Larsch
|
00fe865dbe
|
recent changes from 0.9.8: fix cipher list order in s3_lib.c,
make "no-ssl2" work again
PR: 1217
|
2006-01-15 17:35:28 +00:00 |
|
Dr. Stephen Henson
|
9e9bececa9
|
Fix from stable branch.
|
2006-01-15 17:31:08 +00:00 |
|
Dr. Stephen Henson
|
90890074b0
|
Typo.
|
2006-01-15 13:55:31 +00:00 |
|
Dr. Stephen Henson
|
31676a3540
|
Update from stable branch.
|
2006-01-15 13:50:10 +00:00 |
|
Richard Levitte
|
6b9e941ee3
|
signed vs. unsigned clash.
|
2006-01-14 11:49:24 +00:00 |
|
Nils Larsch
|
802d7fa6d5
|
support numeric strings in ASN1_generate_nconf
|
2006-01-14 09:21:33 +00:00 |
|
Nils Larsch
|
3798cb8182
|
fix comment
PR: 1270
|
2006-01-13 23:50:26 +00:00 |
|
Nils Larsch
|
2c5fadbce3
|
2 is a prime
PR: 1266
|
2006-01-13 23:27:59 +00:00 |
|
Bodo Möller
|
58ece83395
|
Further TLS extension improvements
Submitted by: Peter Sylvester
|
2006-01-13 09:21:10 +00:00 |
|
Richard Levitte
|
c75c096aa8
|
Forgot to initialize CC6DISABLEWARNINGS properly...
|
2006-01-11 18:55:42 +00:00 |
|
Richard Levitte
|
ab961dc8b0
|
Typo...
|
2006-01-11 13:31:04 +00:00 |
|
Bodo Möller
|
6ad47e83b4
|
improvements for alert handling
|
2006-01-11 07:18:35 +00:00 |
|
Bodo Möller
|
241520e66d
|
More TLS extension related changes.
Submitted by: Peter Sylvester
|
2006-01-11 06:10:40 +00:00 |
|
Bodo Möller
|
a13c20f603
|
Further TLS extension updates
Submitted by: Peter Sylvester
|
2006-01-09 19:49:05 +00:00 |
|
Richard Levitte
|
db6251ad54
|
Disable the Mixed Linkage warning for some selected modules. This is
because the Compaq C compiler will not accept that a variable be
declared extern then defined static without a warning.
|
2006-01-09 19:23:01 +00:00 |
|
Bodo Möller
|
51eb1b81f6
|
Avoid contradictive error code assignments.
"make errors".
|
2006-01-08 21:54:24 +00:00 |
|
Bodo Möller
|
2adc42e43e
|
Detect more errors.
Change assignment strategy: rathern than using max+r for new codes,
find first hole in list of existing codes.
|
2006-01-08 21:43:36 +00:00 |
|
Bodo Möller
|
52cc46a237
|
Detect SSL error code mishandling.
|
2006-01-08 20:03:08 +00:00 |
|
Bodo Möller
|
a07b4dc038
|
include max. codes in debug output
|
2006-01-08 19:54:32 +00:00 |
|
Bodo Möller
|
739a543ea8
|
Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)
|
2006-01-08 19:42:30 +00:00 |
|
Bodo Möller
|
01c76c6606
|
There's no such things as DTLS1_AD_MISSING_HANDSHAKE_MESSAGE.
For now, anyway.
|
2006-01-07 20:44:29 +00:00 |
|
Bodo Möller
|
d32f888db1
|
prepare for additional RFC3546 alerts
|
2006-01-07 20:33:16 +00:00 |
|
Bodo Möller
|
f7914dbf9a
|
make sure that the unrecognized_name alert actually gets sent
Submitted by: Peter Sylvester
|
2006-01-07 20:29:50 +00:00 |
|
Bodo Möller
|
3ff94a009b
|
complete and correct RFC3546 error codes
|
2006-01-07 20:28:11 +00:00 |
|
Bodo Möller
|
1aeb3da83f
|
Fixes for TLS server_name extension
Submitted by: Peter Sylvester
|
2006-01-06 09:08:59 +00:00 |
|
Bodo Möller
|
e8e5b46e2b
|
Add names for people who provided the TLS extension patch.
|
2006-01-04 17:35:51 +00:00 |
|
Richard Levitte
|
c9d67d4ddf
|
The VMS I run on doesn't know socklen_t and uses size_t instead.
|
2006-01-04 12:03:47 +00:00 |
|
Richard Levitte
|
8de5b7f548
|
Fix signed/unsigned char clashes.
|
2006-01-04 12:02:43 +00:00 |
|
Dr. Stephen Henson
|
9ee0f7b7e0
|
In ASN1_parse() show tag value for ASN1 tags > 30.
|
2006-01-03 14:20:07 +00:00 |
|
Bodo Möller
|
f1fd4544a3
|
Various changes in the new TLS extension code, including the following:
- fix indentation
- rename some functions and macros
- fix up confusion between SSL_ERROR_... and SSL_AD_... values
|
2006-01-03 03:27:19 +00:00 |
|
Bodo Möller
|
349eb12fd5
|
Make sure that after the change from revision 1.261,
it's still possible to do a partial build.
|
2006-01-03 03:05:08 +00:00 |
|
Richard Levitte
|
6a8f17de1e
|
Missing files in the VMS installation
|
2006-01-02 23:33:36 +00:00 |
|
Bodo Möller
|
b1277b9902
|
C style fix-up
|
2006-01-02 23:29:12 +00:00 |
|
Bodo Möller
|
ed3883d21b
|
Support TLS extensions (specifically, HostName)
Submitted by: Peter Sylvester
|
2006-01-02 23:14:37 +00:00 |
|
Andy Polyakov
|
ea558241e0
|
Refine login in b_sock.c.
|
2006-01-02 16:05:26 +00:00 |
|
Andy Polyakov
|
61aa2134a4
|
Compile Windows with winsock2.h. But note that we still link with wsock32!
This works because wsock32 commonly loads ws2_32 anyway and we [intend to]
check upon presense of winsock2-specific API at run-time.
|
2006-01-02 13:44:06 +00:00 |
|
Andy Polyakov
|
4eb76e2397
|
Fix typo and purify logic in b_sock.c
|
2006-01-02 12:26:36 +00:00 |
|
Andy Polyakov
|
68e575362f
|
./util update, which covers various issues, but most importantly mkerr.pl
and mkdef.pl spinning in endless loop.
|
2006-01-02 12:13:07 +00:00 |
|
Andy Polyakov
|
aab3bb04cf
|
Typo in win32_globallookup.
|
2006-01-02 12:06:22 +00:00 |
|
Andy Polyakov
|
481d81cb76
|
Make b_sock.c IPv6 savvy.
|
2006-01-02 09:12:46 +00:00 |
|