Mark J. Cox
|
36800c36d6
Fix null-pointer assignment in do_change_cipher_spec() revealed
|
21 years ago |
Richard Levitte
|
2e824f0444
All kinds of changes from 0.9.6-stable.
|
22 years ago |
Richard Levitte
|
e27fd320fc
Apply all the recent changes from 0.9.6-stable.
|
22 years ago |
Richard Levitte
|
c1fb6557e5
Merge in the latest changes from 0.9.6d-stable.
|
22 years ago |
Richard Levitte
|
41aad62a78
Merge in the latest changes from the 0.9.6-stable branch.
|
23 years ago |
Bodo Möller
|
da904c9cef
synchronise with main 0.9.6 stable branch
|
23 years ago |
Richard Levitte
|
3d4bb90138
Merge in the 0.9.6-stable branch once more and hope for better
|
24 years ago |
Richard Levitte
|
0dcf7fd543
Merge of main trunk, conflicts resolved.
|
24 years ago |
Bodo Möller
|
c129544f0f
Avoid sprintf
|
24 years ago |
Dr. Stephen Henson
|
8ab59e7a49
Fix shadow warning.
|
25 years ago |
Bodo Möller
|
87a025cbb4
Use unsigned loop index to make compilers happy
|
25 years ago |
Bodo Möller
|
b08b07b8ae
The previous revision should have generated _more_ warnings, not less ...
|
25 years ago |
Geoff Thorpe
|
4621a00063
More VC++ pickiness. (destest.c doesn't have a "return" and the usual
|
25 years ago |
Bodo Möller
|
e01eed0fae
Fix off-by-one error :-)
|
25 years ago |
Bodo Möller
|
e5599db448
Fix warnings by using unsigned int where appropriate.
|
25 years ago |
Ulf Möller
|
a3b17baf4e
signed/unsigned mismatch (VC++)
|
25 years ago |
Dr. Stephen Henson
|
72b60351f1
Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md for
|
25 years ago |
Bodo Möller
|
1b8a8088a5
Workarounds to make broken programs happy (such as s_client and s_server).
|
25 years ago |
Bodo Möller
|
a2a0158959
Fix some bugs and document others
|
25 years ago |
Bodo Möller
|
e7ecc7d4dd
Move ssl3_do_write from s3_pkt.c to s3_both.c.
|
25 years ago |
Bodo Möller
|
745c70e565
Move MAC computations for Finished from ssl3_read_bytes into
|
25 years ago |
Bodo Möller
|
b35e9050f2
Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.
|
25 years ago |
Ulf Möller
|
657e60fa00
ispell (and minor modifications)
|
25 years ago |
Bodo Möller
|
52732b38da
Some comments added, and slight code clean-ups.
|
25 years ago |
Richard Levitte
|
b058a08085
It doesn't make sense to try see if these variables are negative, since they're unsigned.
|
25 years ago |
Bodo Möller
|
e1798f856d
In ssl3_read_n, set rwstate to SSL_NOTHING when the requested
|
25 years ago |
Bodo Möller
|
cc96f6b7a4
add check for internal error
|
25 years ago |
Bodo Möller
|
3cc6cdea0f
The buffer in ss3_read_n cannot actually occur because it is never
|
25 years ago |
Bodo Möller
|
c51ae173a6
Clean up some of the SSL server code.
|
25 years ago |
Bodo Möller
|
9fb617e252
Use less complicated arrangement for data strutures related to Finished
|
25 years ago |