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
*
Fix off-by-one errors in ssl_cipher_get_evp()
Miod Vallat
2014-06-23
1
-2
/
+2
*
Revert "Fix off-by-one errors in ssl_cipher_get_evp()"
Matt Caswell
2014-06-22
1
-2
/
+2
*
Fixed Windows compilation failure
Matt Caswell
2014-06-22
1
-0
/
+1
*
Fix signed/unsigned comparisons.
Felix Laurie von Massenbach
2014-06-17
1
-3
/
+3
*
Accept CCS after sending finished.
Dr. Stephen Henson
2014-06-14
1
-0
/
+1
*
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
*
Fix off-by-one errors in ssl_cipher_get_evp()
Kurt Cancemi
2014-06-12
1
-2
/
+2
*
Added OPENSSL_assert check as per PR#3377 reported by Rainer Jung <rainer.jun...
Matt Caswell
2014-06-12
1
-1
/
+2
*
Enable multi-block support by default.
Andy Polyakov
2014-06-11
1
-9
/
+26
*
Fixed incorrect return code handling in ssl3_final_finish_mac
Matt Caswell
2014-06-11
1
-2
/
+10
*
Create test/testutil.h for unit test helper macros
Mike Bland
2014-06-10
1
-6
/
+4
*
Fix null pointer errors.
Dr. Stephen Henson
2014-06-10
1
-0
/
+2
*
SRP ciphersuite correction.
Dr. Stephen Henson
2014-06-09
4
-3
/
+9
*
Update strength_bits for 3DES.
Dr. Stephen Henson
2014-06-09
2
-18
/
+18
*
Make tls_session_secret_cb work with CVE-2014-0224 fix.
Dr. Stephen Henson
2014-06-07
1
-0
/
+1
*
Add official extension value.
Dr. Stephen Henson
2014-06-07
1
-0
/
+4
*
Update value to use a free bit.
Dr. Stephen Henson
2014-06-05
1
-1
/
+1
*
Fix for CVE-2014-0195
Dr. Stephen Henson
2014-06-05
1
-0
/
+9
*
Fix for CVE-2014-0224
Dr. Stephen Henson
2014-06-05
4
-0
/
+17
*
Additional CVE-2014-0224 protection.
Dr. Stephen Henson
2014-06-05
1
-1
/
+1
*
Fix CVE-2014-0221
Dr. Stephen Henson
2014-06-05
1
-2
/
+2
*
Fix CVE-2014-3470
Dr. Stephen Henson
2014-06-05
1
-0
/
+7
*
Check there is enough room for extension.
David Benjamin
2014-06-03
1
-0
/
+4
*
Free up s->d1->buffered_app_data.q properly.
zhu qun-ying
2014-06-03
1
-3
/
+6
*
Typo: set i to -1 before goto.
Sami Farin
2014-06-02
1
-1
/
+1
*
Added SSLErr call for internal error in dtls1_buffer_record
Matt Caswell
2014-06-01
1
-0
/
+1
*
Delays the queue insertion until after the ssl3_setup_buffers() call due to u...
David Ramos
2014-06-01
1
-9
/
+9
*
Option to disable padding extension.
Dr. Stephen Henson
2014-06-01
2
-22
/
+25
*
Allocate extra space when NETSCAPE_HANG_BUG defined.
David Ramos
2014-06-01
1
-0
/
+5
*
Use correct digest when exporting keying material.
Dr. Stephen Henson
2014-05-31
1
-1
/
+1
*
Don't compile heartbeat test code on Windows (for now).
Dr. Stephen Henson
2014-05-31
1
-1
/
+1
*
Fix cast of boolean where cast of LHS intended.
Juli Mallett
2014-05-26
1
-1
/
+1
*
Fix for non compilation with TLS_DEBUG defined
Matt Caswell
2014-05-25
1
-5
/
+1
*
Add an NSS output format to sess_id to export to export the session id and th...
Martin Kaiser
2014-05-24
2
-0
/
+31
*
Fix heartbeat_test for -DOPENSSL_NO_HEARTBEATS
Mike Bland
2014-05-22
1
-0
/
+10
*
For portability use BUF_strndup instead of strndup.
Dr. Stephen Henson
2014-05-20
1
-2
/
+2
*
Adding padding extension to trace code.
Dr. Stephen Henson
2014-05-20
1
-1
/
+2
*
Fix bug in signature algorithm copy.
Dr. Stephen Henson
2014-05-20
1
-1
/
+1
*
Fixup for ancient compilers.
Ben Laurie
2014-05-19
1
-20
/
+31
*
Zero-initialize heartbeat test write buffer
Mike Bland
2014-05-19
1
-2
/
+6
*
More through error checks in set_up
Mike Bland
2014-05-19
1
-4
/
+20
*
Make it build/run.
Ben Laurie
2014-05-19
1
-2
/
+2
*
Unit/regression test for TLS heartbeats.
Mike Bland
2014-05-19
2
-1
/
+425
*
Check sk_SSL_CIPHER_num() after assigning sk.
Kurt Roeckx
2014-05-12
1
-2
/
+3
*
Replace manual ASN1 decoder with ASN1_get_object
Serguei E. Leontiev
2014-05-12
1
-16
/
+7
*
Fixed NULL pointer dereference. See PR#3321
Matt Caswell
2014-05-12
1
-3
/
+4
*
Avoid out-of-bounds write in SSL_get_shared_ciphers
Günther Noack
2014-05-12
1
-0
/
+3
*
Move length check earlier to ensure we don't go beyond the end of the user's ...
Matt Caswell
2014-05-11
1
-14
/
+15
*
safety check to ensure we dont send out beyond the users buffer
Tim Hudson
2014-05-11
1
-0
/
+15
[next]