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
*
Indent ssl/
Emilia Kasper
2016-08-18
1
-26
/
+24
*
check return values for EVP_Digest*() APIs
Dr. Stephen Henson
2016-07-15
1
-18
/
+22
*
Add some missing return value checks
Matt Caswell
2016-06-13
1
-1
/
+4
*
Handle a memory allocation failure in ssl3_init_finished_mac()
Matt Caswell
2016-06-03
1
-2
/
+9
*
The ssl3_digest_cached_records() function does not handle errors properly
Matt Caswell
2016-05-26
1
-5
/
+4
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-107
/
+7
*
various spelling fixes
FdaSilvaYY
2016-04-28
1
-2
/
+2
*
Revert "various spelling fixes"
Rich Salz
2016-04-04
1
-2
/
+2
*
various spelling fixes
FdaSilvaYY
2016-04-04
1
-2
/
+2
*
Lazily initialise the compression buffer
Matt Caswell
2016-03-07
1
-2
/
+0
*
Refactor ClientHello extension parsing
Emilia Kasper
2016-03-03
1
-0
/
+2
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Adapt all EVP_CIPHER_CTX users for it becoming opaque
Richard Levitte
2016-01-12
1
-7
/
+5
*
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
Richard Levitte
2015-12-07
1
-11
/
+11
*
Adapt the rest of the source to the removal of (EVP_MD_CTX|HMAC_CTX)_cleanup
Richard Levitte
2015-12-07
1
-1
/
+1
*
Adjust all accesses to EVP_MD_CTX to use accessor functions.
Richard Levitte
2015-12-07
1
-41
/
+55
*
Remove support for all 40 and 56 bit ciphers.
Kurt Roeckx
2015-12-05
1
-33
/
+3
*
fix function code discrepancy
Dr. Stephen Henson
2015-11-27
1
-2
/
+2
*
PRF and handshake hash revision.
Dr. Stephen Henson
2015-11-27
1
-111
/
+33
*
Remove unused cert_verify_mac code
Dr. Stephen Henson
2015-11-25
1
-5
/
+0
*
Ensure all EVP calls have their returns checked where appropriate
Matt Caswell
2015-11-20
1
-27
/
+36
*
Avoid duplication.
Dr. Stephen Henson
2015-06-23
1
-1
/
+7
*
Tidy up ssl3_digest_cached_records logic.
Dr. Stephen Henson
2015-06-23
1
-33
/
+30
*
Revert "Avoid duplication."
Dr. Stephen Henson
2015-06-21
1
-7
/
+1
*
Avoid duplication.
Dr. Stephen Henson
2015-06-21
1
-1
/
+7
*
remove unnecessary NULL checks
Dr. Stephen Henson
2015-06-21
1
-2
/
+1
*
clear/cleanse cleanup
Rich Salz
2015-05-30
1
-4
/
+6
*
memset, memcpy, sizeof consistency fixes
Rich Salz
2015-05-06
1
-2
/
+3
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-2
/
+2
*
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
[next]