Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-09-13New SSL API mode 'SSL_MODE_AUTO_RETRY', which disables the defaultBodo Möller
behaviour that SSL_read may result in SSL_ERROR_WANT_READ.
2000-05-21Avoid sprintfBodo Möller
2000-02-26Fix shadow warning.Dr. Stephen Henson
2000-02-25Use unsigned loop index to make compilers happyBodo Möller
2000-02-25The previous revision should have generated _more_ warnings, not less ...Bodo Möller
The return value of handshake_func is signed, not unsigned.
2000-02-25More VC++ pickiness. (destest.c doesn't have a "return" and the usualGeoff Thorpe
signed/unsigned stuff in s3_pkt.c) Submitted by: Reviewed by: PR:
2000-02-25Fix off-by-one error :-)Bodo Möller
2000-02-25Fix warnings by using unsigned int where appropriate.Bodo Möller
2000-02-25signed/unsigned mismatch (VC++)Ulf Möller
Submitted by: Peter 'Luna' Runestig" <peter+openssl-users@runestig.com>
2000-02-22Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson
the old functionality. Various warning fixes. Initial EVP symmetric cipher docs.
2000-02-21Workarounds to make broken programs happy (such as s_client and s_server).Bodo Möller
2000-02-21Fix some bugs and document othersBodo Möller
2000-02-21Move ssl3_do_write from s3_pkt.c to s3_both.c.Bodo Möller
2000-02-21Move MAC computations for Finished from ssl3_read_bytes intoBodo Möller
ssl3_get_message, which is more logical (and avoids a bug, in addition to the one that I introduced yesterday :-) and makes Microsoft "fast SGC" less special. MS SGC should still work now without an extra state of its own (it goes directly to SSL3_ST_SR_CLNT_HELLO_C, which is the usual state for reading the body of a Client Hello message), however this should be tested to make sure, and I don't have a MS SGC client.
2000-02-21Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller
2000-02-04ispell (and minor modifications)Ulf Möller
2000-01-27Some comments added, and slight code clean-ups.Bodo Möller
2000-01-17It doesn't make sense to try see if these variables are negative, since ↵Richard Levitte
they're unsigned.
2000-01-16In ssl3_read_n, set rwstate to SSL_NOTHING when the requestedBodo Möller
number of bytes could be read.
2000-01-11add check for internal errorBodo Möller
2000-01-11The buffer in ss3_read_n cannot actually occur because it is neverBodo Möller
called with max > n when extend is set.
2000-01-11Clean up some of the SSL server code.Bodo Möller
2000-01-06Use less complicated arrangement for data strutures related to FinishedBodo Möller
messages.
2000-01-06Use separate arrays for certificate verify and for finished hashes.Bodo Möller
2000-01-06Slight code cleanup for handling finished labels.Bodo Möller
1999-07-02typoBodo Möller
1999-07-02typoBodo Möller
1999-07-02New functions SSL[_CTX]_{set,get}_mode; the initial set of mode flags isBodo Möller
SSL_MODE_ENABLE_PARTIAL_WRITE, SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER.
1999-06-10Avoid warnings.Bodo Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-24Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-23Work with -pedantic!Ben Laurie
1999-04-20Change functions to ANSI C.Ulf Möller
1999-04-18Massive constification.Ben Laurie
1999-02-16Updates to the new SSL compression codeMark J. Cox
[Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)] Fix so that the version number in the master secret, when passed via RSA, checks that if TLS was proposed, but we roll back to SSLv3 (because the server will not accept higher), that the version number is 0x03,0x01, not 0x03,0x00 [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)] Submitted by: Reviewed by: PR:
1998-12-22Incorporation of RSEs assembled patchesRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall