index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
s3_enc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
free NULL cleanup 11
Rich Salz
2015-05-01
1
-8
/
+4
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-5
/
+2
*
Code style: space after 'if'
Viktor Dukhovni
2015-04-16
1
-3
/
+3
*
Move ssl3_record_sequence_update into record layer
Matt Caswell
2015-03-26
1
-11
/
+0
*
Move read_sequence and write_sequence from s->s3 to s->rlayer
Matt Caswell
2015-03-26
1
-2
/
+2
*
Introduce macro RECORD_LAYER_setup_comp_buffer
Matt Caswell
2015-03-26
1
-2
/
+1
*
Move more SSL3_RECORD oriented functions into ssl3_record.c
Matt Caswell
2015-03-26
1
-169
/
+0
*
Encapsulate s->s3->wrec
Matt Caswell
2015-03-26
1
-2
/
+2
*
Encapsulate s->s3->rrec
Matt Caswell
2015-03-26
1
-6
/
+4
*
free NULL cleanup
Rich Salz
2015-03-25
1
-2
/
+1
*
Fix missing return value checks
Matt Caswell
2015-03-23
1
-2
/
+8
*
Cleanse buffers
Matt Caswell
2015-03-11
1
-0
/
+1
*
More comment realignment
master-post-reformat
Matt Caswell
2015-01-22
1
-7
/
+8
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-736
/
+732
*
Fix source where indent will not be able to cope
Matt Caswell
2015-01-22
1
-1
/
+2
*
More comments
Matt Caswell
2015-01-22
1
-2
/
+4
*
ssl3_digest_cached_records: check for NULL after allocating s->s3->handshake_...
Jonas Maebe
2014-12-10
1
-0
/
+5
*
Remove some unnecessary OPENSSL_FIPS references
Dr. Stephen Henson
2014-12-08
1
-2
/
+0
*
Remove SSLv2 support
Kurt Roeckx
2014-12-04
1
-2
/
+0
*
Add checks to the return value of EVP_Cipher to prevent silent encryption fai...
Matt Caswell
2014-11-27
1
-1
/
+2
*
Support TLS_FALLBACK_SCSV.
Bodo Moeller
2014-10-15
1
-1
/
+1
*
RT1815: More const'ness improvements
Justin Blanchard
2014-08-18
1
-2
/
+2
*
Fixed incorrect return code handling in ssl3_final_finish_mac.
Matt Caswell
2014-06-13
1
-2
/
+10
*
Revert "Fixed incorrect return code handling in ssl3_final_finish_mac"
Matt Caswell
2014-06-13
1
-10
/
+2
*
Fixed incorrect return code handling in ssl3_final_finish_mac
Matt Caswell
2014-06-11
1
-2
/
+10
*
Experimental encrypt-then-mac support.
Dr. Stephen Henson
2013-09-08
1
-1
/
+1
*
misspellings fixes by https://github.com/vlajos/misspell_fixer
Veres Lajos
2013-09-05
1
-1
/
+1
*
ssl/*: revert "remove SSL_RECORD->orig_len" and merge "fix IV".
Andy Polyakov
2013-02-08
1
-6
/
+2
*
ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.
Andy Polyakov
2013-02-06
1
-2
/
+6
*
Update DTLS code to match CBC decoding in TLS.
Ben Laurie
2013-02-06
1
-4
/
+0
*
Don't crash when processing a zero-length, TLS >= 1.1 record.
Ben Laurie
2013-02-06
1
-2
/
+9
*
Make CBC decoding constant time.
Ben Laurie
2013-02-06
1
-39
/
+69
*
oops, typo
Dr. Stephen Henson
2012-08-29
1
-2
/
+2
*
New compile time option OPENSSL_SSL_TRACE_CRYPTO, when set this passes
Dr. Stephen Henson
2012-08-29
1
-0
/
+41
*
Clear bytes used for block padding of SSL 3.0 records. (CVE-2011-4576)
Dr. Stephen Henson
2012-01-05
1
-0
/
+3
*
set FIPS permitted flag before initalising digest
Dr. Stephen Henson
2011-05-31
1
-1
/
+1
*
PR: 2295
Dr. Stephen Henson
2011-05-20
1
-5
/
+8
*
Implement FIPS_mode and FIPS_mode_set
Dr. Stephen Henson
2011-05-19
1
-0
/
+9
*
Initial incomplete TLS v1.2 support. New ciphersuites added, new version
Dr. Stephen Henson
2011-04-30
1
-1
/
+1
*
Fix warnings.
Ben Laurie
2010-06-12
1
-2
/
+1
*
Updates from 1.0.0-stable branch.
Dr. Stephen Henson
2009-04-20
1
-1
/
+1
*
Updates from 1.0.0-stable
Dr. Stephen Henson
2009-04-06
1
-1
/
+1
*
If we're going to return errors (no matter how stupid), then we should
Ben Laurie
2008-12-29
1
-5
/
+16
*
Die earlier if hash is NULL. (Coverity IDs 137 & 138).
Ben Laurie
2008-12-29
1
-0
/
+2
*
Die earlier if we have no hash function.
Ben Laurie
2008-12-29
1
-0
/
+2
*
Handle the unlikely event that BIO_get_mem_data() returns -ve.
Ben Laurie
2008-12-27
1
-27
/
+39
*
Fix warnings: computed value not use, incompatible pointer initialization
Dr. Stephen Henson
2007-09-07
1
-1
/
+1
*
Update ssl code to support digests other than MD5+SHA1 in handshake.
Dr. Stephen Henson
2007-08-31
1
-19
/
+87
*
Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.
Dr. Stephen Henson
2007-06-04
1
-8
/
+8
*
Reorganize the data used for SSL ciphersuite pattern matching.
Bodo Möller
2007-02-17
1
-3
/
+3
[next]