projects
/
oweals
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Update trace code.
[oweals/openssl.git]
/
ssl
/
d1_both.c
2015-05-31
Matt Caswell
Check the message type requested is the type received...
blob
|
commitdiff
|
raw
2015-05-29
Matt Caswell
Remove struct ccs_header_st
blob
|
commitdiff
|
raw
|
diff to current
2015-05-06
Rich Salz
memset, memcpy, sizeof consistency fixes
blob
|
commitdiff
|
raw
|
diff to current
2015-05-04
Rich Salz
Use safer sizeof variant in malloc
blob
|
commitdiff
|
raw
|
diff to current
2015-05-01
Rich Salz
free NULL cleanup -- coda
blob
|
commitdiff
|
raw
|
diff to current
2015-05-01
Rich Salz
free null cleanup finale
blob
|
commitdiff
|
raw
|
diff to current
2015-04-28
Rich Salz
remove malloc casts
blob
|
commitdiff
|
raw
|
diff to current
2015-04-16
Viktor Dukhovni
Code style: space after 'if'
blob
|
commitdiff
|
raw
|
diff to current
2015-03-26
Matt Caswell
Move last_write_sequence from s->d1 to s->rlayer.d.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-26
Matt Caswell
Move r_epoch and w_epoch from s->d1 to s->rlayer.d
blob
|
commitdiff
|
raw
|
diff to current
2015-03-26
Matt Caswell
Move read_sequence and write_sequence from s->s3 to...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-26
Matt Caswell
Removed dependency on rrec from heartbeat processing
blob
|
commitdiff
|
raw
|
diff to current
2015-03-26
Matt Caswell
Encapsulate s->s3->rrec
blob
|
commitdiff
|
raw
|
diff to current
2015-03-25
Matt Caswell
RAND_bytes updates
blob
|
commitdiff
|
raw
|
diff to current
2015-03-23
Matt Caswell
Fix missing return value checks
blob
|
commitdiff
|
raw
|
diff to current
2015-03-09
Matt Caswell
Fix DTLS1_BAD_VER regression
blob
|
commitdiff
|
raw
|
diff to current
2015-02-06
Rich Salz
dead code cleanup: #if 0 in ssl
blob
|
commitdiff
|
raw
|
diff to current
2015-01-22
Matt Caswell
Re-align some comments after running the reformat script.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-22
Matt Caswell
Run util/openssl-format-source -v -c .
blob
|
commitdiff
|
raw
|
diff to current
2015-01-22
Matt Caswell
indent has problems with comments that are on the right...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-30
Tim Hudson
mark all block comments that need format preserving...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-16
Matt Caswell
Remove extraneous white space, and add some braces
blob
|
commitdiff
|
raw
|
diff to current
2014-12-15
Matt Caswell
DTLS fixes for signed/unsigned issues
blob
|
commitdiff
|
raw
|
diff to current
2014-12-04
Jonas Maebe
dtls1_heartbeat: check for NULL after allocating s...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-04
Jonas Maebe
dtls1_process_heartbeat: check for NULL after allocatin...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-03
Matt Caswell
Remove "#if 0" code
blob
|
commitdiff
|
raw
|
diff to current
2014-12-03
Matt Caswell
If we really get a situation where the underlying mtu...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-03
Matt Caswell
Fix dtls_query_mtu so that it will always either comple...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-03
Matt Caswell
Remove instances in libssl of the constant 28 (for...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-03
Matt Caswell
The first call to query the mtu in dtls1_do_write corre...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-03
Matt Caswell
The SSL_OP_NO_QUERY_MTU option is supposed to stop...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-03
Matt Caswell
Verify that we have a sensible message len and fail...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-26
Matt Caswell
Fixed memory leak due to incorrect freeing of DTLS...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-08
Erik Auerswald
RT3301: Discard too-long heartbeat requests
blob
|
commitdiff
|
raw
|
diff to current
2014-08-18
Justin Blanchard
RT1815: More const'ness improvements
blob
|
commitdiff
|
raw
|
diff to current
2014-08-06
Adam Langley
Remove some duplicate DTLS code.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-06
Matt Caswell
Applying same fix as in dtls1_process_out_of_seq_messag...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-06
Adam Langley
Fix return code for truncated DTLS fragment.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-06
Adam Langley
Fix memory leak from zero-length DTLS fragments.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-06
Matt Caswell
Fix DTLS handshake message size checks.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-06
Matt Caswell
Added comment for the frag->reassembly == NULL case...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-06
Adam Langley
Avoid double free when processing DTLS packets.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-10
Dr. Stephen Henson
Fix null pointer errors.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-05
Dr. Stephen Henson
Fix for CVE-2014-0195
blob
|
commitdiff
|
raw
|
diff to current
2014-06-05
Dr. Stephen Henson
Fix CVE-2014-0221
blob
|
commitdiff
|
raw
|
diff to current
2014-06-02
Sami Farin
Typo: set i to -1 before goto.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-07
Dr. Stephen Henson
Add heartbeat extension bounds check.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-20
Dr. Stephen Henson
Fix DTLS retransmission from previous session.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-28
Dr. Stephen Henson
Enable TLS 1.2 ciphers in DTLS 1.2.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-26
Dr. Stephen Henson
Remove versions test from dtls1_buffer_message
blob
|
commitdiff
|
raw
|
diff to current
2013-03-18
Dr. Stephen Henson
DTLS revision.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-18
Michael Tuexen
Avoid unnecessary fragmentation.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-06
Dr. Stephen Henson
PR: 2755
blob
|
commitdiff
|
raw
|
diff to current
2012-02-27
Dr. Stephen Henson
PR: 2739
blob
|
commitdiff
|
raw
|
diff to current
2012-01-26
Dr. Stephen Henson
Revise ssl code to use a CERT_PKEY structure when outpu...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-26
Dr. Stephen Henson
Tidy/enhance certificate chain output code.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-31
Dr. Stephen Henson
PR: 2658
blob
|
commitdiff
|
raw
|
diff to current
2011-12-25
Dr. Stephen Henson
PR: 2535
blob
|
commitdiff
|
raw
|
diff to current
2011-10-27
Dr. Stephen Henson
PR: 2628
blob
|
commitdiff
|
raw
|
diff to current
2011-09-23
Dr. Stephen Henson
PR: 2602
blob
|
commitdiff
|
raw
|
diff to current
2011-04-03
Dr. Stephen Henson
PR: 2462
blob
|
commitdiff
|
raw
|
diff to current
2011-04-03
Dr. Stephen Henson
PR: 2458
blob
|
commitdiff
|
raw
|
diff to current
2011-04-03
Dr. Stephen Henson
PR: 2457
blob
|
commitdiff
|
raw
|
diff to current
2010-05-03
Dr. Stephen Henson
PR: 2230
blob
|
commitdiff
|
raw
|
diff to current
2010-04-14
Dr. Stephen Henson
fix signed/unsigned comparison warnings
blob
|
commitdiff
|
raw
|
diff to current
2010-04-14
Dr. Stephen Henson
PR: 2230
blob
|
commitdiff
|
raw
|
diff to current
2010-03-24
Dr. Stephen Henson
PR: 1731 and maybe 2197
blob
|
commitdiff
|
raw
|
diff to current
2009-12-01
Dr. Stephen Henson
PR: 2115
blob
|
commitdiff
|
raw
|
diff to current
2009-11-02
Dr. Stephen Henson
PR: 2089
blob
|
commitdiff
|
raw
|
diff to current
2009-10-01
Dr. Stephen Henson
PR: 2054
blob
|
commitdiff
|
raw
|
diff to current
2009-08-12
Dr. Stephen Henson
PR: 1997
blob
|
commitdiff
|
raw
|
diff to current
2009-07-15
Dr. Stephen Henson
Update from 1.0.0-stable.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-28
Dr. Stephen Henson
Update from 0.9.8-stable.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-05
Dr. Stephen Henson
Updates from 1.0.0-stable
blob
|
commitdiff
|
raw
|
diff to current
2009-05-16
Dr. Stephen Henson
Fix from 1.0.0-stable.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-15
Dr. Stephen Henson
Update from 1.0.0-stable.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-13
Dr. Stephen Henson
Update from 1.0.0-stable.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-23
Dr. Stephen Henson
Merge from 1.0.0-stable branch.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-20
Dr. Stephen Henson
Updates from 1.0.0-stable branch.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-15
Dr. Stephen Henson
Updates from 1.0.0-stable.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-17
Andy Polyakov
Don't let DTLS ChangeCipherSpec increment handshake...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-13
Andy Polyakov
Fix warnings in d1_both.c [from 0.9.8-stable].
blob
|
commitdiff
|
raw
|
diff to current
2007-10-13
Andy Polyakov
DTLS fixes from 0.9.8-stable.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-30
Andy Polyakov
Make ChangeCipherSpec compliant with DTLS RFC4347.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-19
Andy Polyakov
Fix indentation in d1_both.c.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-31
Dr. Stephen Henson
Update ssl code to support digests other than MD5+SHA1...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-12
Dr. Stephen Henson
Fix warnings.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-26
Geoff Thorpe
Fix signed/unsigned warnings.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-07
Andy Polyakov
"Liberate" dtls from BN dependency. Fix bug in replay...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-30
Richard Levitte
pqueue and dtls uses 64-bit values. Unfortunately...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-27
Dr. Stephen Henson
Lots of Win32 fixes for DTLS.
blob
|
commitdiff
|
raw
|
diff to current
2005-04-26
Bodo Möller
fix SSLerr stuff for DTLS1 code;
blob
|
commitdiff
|
raw
|
diff to current
2005-04-26
Dr. Stephen Henson
Fixes for signed/unsigned warnings and shadows.
blob
|
commitdiff
|
raw
|
diff to current
2005-04-26
Ben Laurie
Add DTLS support.
blob
|
commitdiff
|
raw
|
diff to current