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
*
Premaster secret handling fixes
Adam Langley
2014-12-17
1
-8
/
+28
*
Clear warnings/errors within TLS_DEBUG code sections
Richard Levitte
2014-12-17
1
-5
/
+5
*
Clear warnings/errors within KSSL_DEBUG code sections
Richard Levitte
2014-12-17
6
-79
/
+79
*
Clear warnings/errors within CIPHER_DEBUG code sections
Richard Levitte
2014-12-17
1
-1
/
+1
*
Clear warnings/errors within CIPHER_DEBUG code sections
Richard Levitte
2014-12-17
3
-13
/
+14
*
The dtls1_output_cert_chain function no longer exists so remove it from
Matt Caswell
2014-12-16
1
-1
/
+0
*
Don't set client_version to the ServerHello version.
Adam Langley
2014-12-16
1
-1
/
+1
*
Add more meaningful OPENSSL_NO_ECDH error message for suite b mode
Matt Caswell
2014-12-16
3
-1
/
+3
*
Add OPENSSL_NO_ECDH guards
Matt Caswell
2014-12-16
5
-1
/
+18
*
Remove extraneous white space, and add some braces
Matt Caswell
2014-12-16
1
-1
/
+5
*
DTLS fixes for signed/unsigned issues
Matt Caswell
2014-12-16
1
-9
/
+27
*
Allow using -SSLv2 again when setting Protocol in the config.
Kurt Roeckx
2014-12-15
1
-0
/
+1
*
Fixed memory leak if BUF_MEM_grow fails
Matt Caswell
2014-12-13
2
-0
/
+2
*
make update
Matt Caswell
2014-12-12
1
-1
/
+1
*
tls1_heartbeat: check for NULL after allocating buf
Jonas Maebe
2014-12-10
1
-0
/
+5
*
tls1_process_heartbeat: check for NULL after allocating buffer
Jonas Maebe
2014-12-10
3
-0
/
+7
*
SSL_set_session: check for NULL after allocating s->kssl_ctx->client_princ
Jonas Maebe
2014-12-10
1
-0
/
+5
*
serverinfo_process_buffer: check result of realloc(ctx->cert->key->serverinfo...
Jonas Maebe
2014-12-10
1
-2
/
+5
*
ssl3_digest_cached_records: check for NULL after allocating s->s3->handshake_...
Jonas Maebe
2014-12-10
1
-0
/
+5
*
ssl3_get_certificate_request: check for NULL after allocating s->cert->ctypes
Jonas Maebe
2014-12-10
1
-0
/
+5
*
SSL_COMP_add_compression_method: exit if allocating the new compression metho...
Jonas Maebe
2014-12-10
1
-0
/
+7
*
Include <openssl/foo.h> instead of "foo.h"
Geoff Thorpe
2014-12-08
1
-1
/
+0
*
Fixed memory leak in the event of a failure of BUF_MEM_grow
Matt Caswell
2014-12-08
1
-0
/
+1
*
Fix memory leak in SSL_new if errors occur.
Matt Caswell
2014-12-08
1
-7
/
+1
*
Remove some unnecessary OPENSSL_FIPS references
Dr. Stephen Henson
2014-12-08
9
-33
/
+0
*
Clarify the return values for SSL_get_shared_curve.
Emilia Kasper
2014-12-05
1
-7
/
+10
*
Add extra checks for odd-length EC curve lists.
Emilia Kasper
2014-12-05
3
-74
/
+111
*
Reject elliptic curve lists of odd lengths.
Emilia Kasper
2014-12-05
1
-1
/
+3
*
ssl_create_cipher_list: check whether push onto cipherstack succeeds
Jonas Maebe
2014-12-04
1
-1
/
+6
*
ssl_cert_dup: Fix memory leak
Jonas Maebe
2014-12-04
1
-22
/
+2
*
dtls1_new: free s on error path
Kurt Roeckx
2014-12-04
1
-4
/
+9
*
dtls1_heartbeat: check for NULL after allocating s->cert->ctypes
Jonas Maebe
2014-12-04
1
-0
/
+5
*
dtls1_process_heartbeat: check for NULL after allocating buffer
Jonas Maebe
2014-12-04
1
-0
/
+2
*
Remove incorrect code inadvertently introduced through commit 59669b6ab.
Matt Caswell
2014-12-04
1
-4
/
+0
*
Remove SSLv2 support
Kurt Roeckx
2014-12-04
30
-5081
/
+129
*
Remove "#if 0" code
Matt Caswell
2014-12-03
1
-22
/
+0
*
Only use the fallback mtu after 2 unsuccessful retransmissions if it is less
Matt Caswell
2014-12-03
1
-1
/
+5
*
If we really get a situation where the underlying mtu is less than the minimum
Matt Caswell
2014-12-03
1
-1
/
+4
*
Fix dtls_query_mtu so that it will always either complete with an mtu that is
Matt Caswell
2014-12-03
1
-37
/
+24
*
Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)
Matt Caswell
2014-12-03
6
-30
/
+74
*
The first call to query the mtu in dtls1_do_write correctly checks that the
Matt Caswell
2014-12-03
1
-9
/
+13
*
The SSL_OP_NO_QUERY_MTU option is supposed to stop the mtu from being
Matt Caswell
2014-12-03
2
-3
/
+11
*
Verify that we have a sensible message len and fail if not
Matt Caswell
2014-12-03
1
-2
/
+8
*
Remove all .cvsignore files
Rich Salz
2014-11-29
1
-4
/
+0
*
[PR3597] Advance to the next state variant when reusing messages.
Richard Levitte
2014-11-28
1
-0
/
+1
*
Fix warning in ssl2_enc
Matt Caswell
2014-11-27
1
-1
/
+1
*
Remove more references to dtls1_enc
Matt Caswell
2014-11-27
2
-2
/
+0
*
Check EVP_Cipher return values for SSL2
Matt Caswell
2014-11-27
3
-6
/
+15
*
Delete unused file
Matt Caswell
2014-11-27
2
-283
/
+2
*
Add checks to the return value of EVP_Cipher to prevent silent encryption fai...
Matt Caswell
2014-11-27
3
-4
/
+4
[next]