index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bugfix: In ssl3_accept, don't use a local variable 'got_new_session'
Bodo Möller
2002-01-15
4
-5
/
+115
*
Return -1 from ssl3_get_server_done (ssl3/s3_clnt.c) if
Bodo Möller
2002-01-14
1
-0
/
+1
*
Prototype info function.
Ben Laurie
2002-01-12
11
-26
/
+30
*
Add client_cert_cb prototype.
Ben Laurie
2002-01-12
1
-1
/
+1
*
ssl3_read_bytes bug fix
Ulf Möller
2001-12-28
1
-0
/
+1
*
remove redundant ERR_load_... declarations
Bodo Möller
2001-12-17
1
-1
/
+0
*
Improve back compatibility.
Ben Laurie
2001-12-09
1
-5
/
+5
*
For future portability reasons MIT is moving all macros to function
Bodo Möller
2001-11-23
1
-9
/
+45
*
cast to unsigned int, not to int to avoid the warning -- all these
Bodo Möller
2001-11-14
1
-2
/
+2
*
unsigned int vs. int.
Richard Levitte
2001-11-14
1
-1
/
+1
*
make code a little more similar to what it looked like before the fixes,
Bodo Möller
2001-11-10
2
-9
/
+23
*
Implement msg_callback for SSL 2.0.
Bodo Möller
2001-11-10
9
-65
/
+275
*
Change the shared library support so the shared libraries get built
Richard Levitte
2001-10-30
1
-1
/
+7
*
Addapt VMS scripts to the newer disk layout system ODS-5, which allows more t...
Richard Levitte
2001-10-29
1
-0
/
+1
*
Consistency with s2_... and s23_... variants (no real functional
Bodo Möller
2001-10-25
2
-2
/
+2
*
Assume TLS 1.0 when ClientHello fragment is too short.
Bodo Möller
2001-10-25
1
-7
/
+12
*
Fix SSL handshake functions and SSL_clear() such that SSL_clear()
Bodo Möller
2001-10-24
7
-7
/
+7
*
Deprecate the macro MAC_OS_pre_X.
Richard Levitte
2001-10-24
2
-2
/
+2
*
Fix memory leak.
Bodo Möller
2001-10-22
2
-14
/
+24
*
Call msg_callback with correct length parameter if ssl3_write_bytes had to
Bodo Möller
2001-10-20
1
-1
/
+1
*
New functions SSL[_CTX]_set_msg_callback().
Bodo Möller
2001-10-20
9
-40
/
+159
*
gcc complained about "write" being shadowed even though the "write"
Bodo Möller
2001-10-17
2
-4
/
+4
*
Wrong place...
Richard Levitte
2001-10-17
1
-1
/
+1
*
The EVP_*Init_ex() functions take one extra argument. Let's default
Richard Levitte
2001-10-17
2
-3
/
+4
*
Modify EVP cipher behaviour in a similar way
Dr. Stephen Henson
2001-10-17
6
-15
/
+15
*
Add per-SSL 'msg_callback' with 'msg_callback_arg'.
Bodo Möller
2001-10-16
4
-64
/
+234
*
Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()
Dr. Stephen Henson
2001-10-16
8
-43
/
+43
*
The message header for fake SSL 3.0/TLS 1.0 client hellos created from
Bodo Möller
2001-10-16
1
-6
/
+5
*
For consistency, set s->init_num in the 'reuse_message' case
Bodo Möller
2001-10-15
1
-1
/
+2
*
Change ssl3_get_message and the functions using it so that complete
Bodo Möller
2001-10-15
5
-18
/
+34
*
Fix ssl3_get_message handle message fragmentation correctly.
Bodo Möller
2001-10-15
1
-0
/
+1
*
the previous commit accidentily removed 'ret = 1' from the SSL_ST_OK
Bodo Möller
2001-10-15
1
-0
/
+1
*
To avoid commit wars over dependencies, let's make it so things that
Richard Levitte
2001-10-10
6
-9
/
+7
*
SSL_add_dir_cert_subjects_to_stack for Win32 finally implemented.
Richard Levitte
2001-10-04
1
-0
/
+52
*
'make update'
Richard Levitte
2001-10-04
1
-282
/
+282
*
comment
Bodo Möller
2001-09-24
2
-2
/
+4
*
avoid everything resembling a magic trigraph
Bodo Möller
2001-09-24
1
-1
/
+1
*
bugfix: handle HelloRequest received during handshake correctly
Bodo Möller
2001-09-21
1
-0
/
+4
*
Disable session related stuff in SSL_ST_OK case of ssl3_accept if we
Bodo Möller
2001-09-21
2
-18
/
+18
*
Bugfix: correct cleanup after sending a HelloRequest
Bodo Möller
2001-09-21
1
-3
/
+1
*
New function SSL_renegotiate_pending().
Bodo Möller
2001-09-21
3
-4
/
+34
*
fix ssl3_accept: don't call ssl_init_wbio_buffer() in HelloRequest case
Bodo Möller
2001-09-20
1
-5
/
+60
*
Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don't
Bodo Möller
2001-09-20
8
-35
/
+66
*
add comment
Bodo Möller
2001-09-14
1
-0
/
+2
*
Make maximum certifcate chain size accepted from the peer application
Lutz Jänicke
2001-09-11
4
-26
/
+40
*
Fix apps/openssl.c and ssl/ssltest.c so that they use
Bodo Möller
2001-09-10
1
-1
/
+6
*
Rename recently introduced functions for improved code clarity:
Bodo Möller
2001-09-03
3
-4
/
+4
*
Make the necessary changes to work with the recent "ex_data" overhaul.
Geoff Thorpe
2001-09-01
5
-28
/
+24
*
(A version of) gcc had been giving somewhat odd "trigraph" warnings about
Geoff Thorpe
2001-08-28
1
-1
/
+1
*
Fix SSL memory leak.
Ben Laurie
2001-08-28
1
-0
/
+3
[next]