index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
ssl_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Server side version negotiation rewrite
Matt Caswell
2015-05-16
1
-3
/
+23
*
Remove Kerberos support from libssl
Matt Caswell
2015-05-13
1
-17
/
+0
*
Make COMP_CTX and COMP_METHOD opaque
Rich Salz
2015-05-12
1
-19
/
+10
*
Check sk_SSL_CIPHER_new_null return value
Matt Caswell
2015-05-11
1
-2
/
+6
*
memset, memcpy, sizeof consistency fixes
Rich Salz
2015-05-06
1
-3
/
+3
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-2
/
+2
*
free NULL cleanup -- coda
Rich Salz
2015-05-01
1
-49
/
+21
*
Remove goto inside an if(0) block
Rich Salz
2015-05-01
1
-5
/
+3
*
free NULL cleanup 11
Rich Salz
2015-05-01
1
-8
/
+4
*
free null cleanup finale
Rich Salz
2015-05-01
1
-12
/
+6
*
free NULL cleanup 5a
Rich Salz
2015-04-30
1
-17
/
+8
*
remove malloc casts
Rich Salz
2015-04-28
1
-2
/
+2
*
Code style: space after 'if'
Viktor Dukhovni
2015-04-16
1
-7
/
+7
*
free NULL cleanup 9
Rich Salz
2015-04-11
1
-17
/
+8
*
free NULL cleanup 10
Rich Salz
2015-04-11
1
-2
/
+2
*
Move s->rstate to s->rlayer.rstate
Matt Caswell
2015-03-26
1
-2
/
+1
*
Remove RECORD_LAYER_set_ssl and introduce RECORD_LAYER_init
Matt Caswell
2015-03-26
1
-3
/
+1
*
Introduce the functions RECORD_LAYER_release, RECORD_LAYER_read_pending, and
Matt Caswell
2015-03-26
1
-5
/
+1
*
Create RECORD_LAYER_clear function.
Matt Caswell
2015-03-26
1
-21
/
+1
*
Move s->s3->wrec to s>rlayer>wrec
Matt Caswell
2015-03-26
1
-0
/
+1
*
Move s->s3->rrec to s->rlayer->rrec
Matt Caswell
2015-03-26
1
-0
/
+2
*
Move s->s3->wbuf to s->rlayer->wbuf
Matt Caswell
2015-03-26
1
-2
/
+8
*
Encapsulate access to s->s3->wbuf
Matt Caswell
2015-03-26
1
-0
/
+1
*
Move s->s3->rrec into s->rlayer
Matt Caswell
2015-03-26
1
-0
/
+20
*
Encapsulate SSL3_BUFFER and all access to s->s3->rbuf.
Matt Caswell
2015-03-26
1
-0
/
+2
*
Create a RECORD_LAYER structure and move read_ahead into it.
Matt Caswell
2015-03-26
1
-6
/
+6
*
Resolve swallowed returns codes
Matt Caswell
2015-03-25
1
-6
/
+7
*
free NULL cleanup
Rich Salz
2015-03-25
1
-5
/
+4
*
RAND_bytes updates
Matt Caswell
2015-03-25
1
-1
/
+1
*
Make sure that cert is never NULL
Kurt Roeckx
2015-03-23
1
-28
/
+19
*
Fix missing return value checks
Matt Caswell
2015-03-23
1
-8
/
+17
*
Add DTLS to SSL_get_version
David Woodhouse
2015-03-20
1
-0
/
+6
*
Remove ssl_cert_inst()
Kurt Roeckx
2015-03-15
1
-16
/
+12
*
Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
Rich Salz
2015-03-11
1
-14
/
+4
*
Apache Traffic Server has a need to set the rbio without touching the wbio.
Matt Caswell
2015-02-07
1
-4
/
+14
*
dead code cleanup: #if 0 in ssl
Rich Salz
2015-02-06
1
-50
/
+0
*
util/mkstack.pl now generates entire safestack.h
Rich Salz
2015-02-06
1
-4
/
+0
*
Live code cleanup; #if 1 removal
Rich Salz
2015-02-05
1
-2
/
+0
*
Add SSL_get_extms_support documentation.
Dr. Stephen Henson
2015-02-03
1
-1
/
+3
*
Ctrl to retrieve extms support.
Dr. Stephen Henson
2015-02-03
1
-0
/
+5
*
Utility function to retrieve handshake hashes.
Dr. Stephen Henson
2015-02-03
1
-0
/
+29
*
Remove support for opaque-prf
Rich Salz
2015-01-28
1
-2
/
+0
*
OPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTS
Rich Salz
2015-01-27
1
-42
/
+0
*
More comment realignment
master-post-reformat
Matt Caswell
2015-01-22
1
-4
/
+4
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-2940
/
+2943
*
indent has problems with comments that are on the right hand side of a line.
Matt Caswell
2015-01-22
1
-4
/
+9
*
RT3548: Remove unsupported platforms
Rich Salz
2015-01-12
1
-4
/
+0
*
Only inherit the session ID context in SSL_set_SSL_CTX if the existing
Emilia Kasper
2015-01-06
1
-13
/
+20
*
Further comment amendments to preserve formatting prior to source reformat
Matt Caswell
2015-01-06
1
-1
/
+2
*
Ensure that the session ID context of an SSL* is updated
Adam Langley
2015-01-05
1
-0
/
+15
[next]