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
*
Remove unused cert_verify_mac code
Dr. Stephen Henson
2015-11-25
7
-47
/
+0
*
ssl3_free(): Return if it wasn't created
Pascal Cuoq
2015-11-24
1
-1
/
+1
*
Use EVP_md5_sha1() to process client verify
Dr. Stephen Henson
2015-11-24
1
-130
/
+44
*
Use EVP_md5_sha1() to generate client verify
Dr. Stephen Henson
2015-11-24
3
-141
/
+39
*
Remove RSA exception when generating server key exchange.
Dr. Stephen Henson
2015-11-24
1
-37
/
+0
*
Remove RSA exception when processing server key exchange.
Dr. Stephen Henson
2015-11-24
1
-66
/
+20
*
Use MD5+SHA1 for default digest if appropriate.
Dr. Stephen Henson
2015-11-24
1
-2
/
+5
*
Fix a few missed "if (!ptr)" cleanups
Rich Salz
2015-11-23
1
-1
/
+1
*
Patch containing TLS implementation for GOST 2012
Dmitry Belyavsky
2015-11-23
9
-78
/
+343
*
Good hygiene with size_t output argument.
Viktor Dukhovni
2015-11-21
1
-1
/
+1
*
Rename start_async_job to ssl_start_async_job
Matt Caswell
2015-11-21
2
-8
/
+8
*
Clean up libssl async calls
Matt Caswell
2015-11-21
2
-109
/
+90
*
Fix the error code for SSL_get_async_wait_fd()
Matt Caswell
2015-11-21
1
-1
/
+1
*
Remove ASYNC_in_job()
Matt Caswell
2015-11-21
1
-3
/
+3
*
Initial Async notify code changes
Matt Caswell
2015-11-21
1
-0
/
+8
*
Async clean ups
Matt Caswell
2015-11-21
1
-3
/
+3
*
Make libssl async aware
Matt Caswell
2015-11-21
4
-637
/
+798
*
Fix uninitialised variable
Matt Caswell
2015-11-21
1
-0
/
+1
*
Ensure all EVP calls have their returns checked where appropriate
Matt Caswell
2015-11-20
12
-155
/
+269
*
Make GOST ciphersuites require TLSv1
Dr. Stephen Henson
2015-11-19
1
-2
/
+2
*
Add comment explaining why we don't check a return value
Matt Caswell
2015-11-17
1
-0
/
+6
*
Remove an NULL ptr deref in an error path
Matt Caswell
2015-11-17
1
-1
/
+2
*
Add "TLSv1.0" cipher alias.
Dr. Stephen Henson
2015-11-14
1
-0
/
+1
*
Don't alow TLS v1.0 ciphersuites for SSLv3
Dr. Stephen Henson
2015-11-14
5
-2
/
+13
*
Use SSL_TLSV1 only if at least TLS v1.0 is needed.
Dr. Stephen Henson
2015-11-14
2
-87
/
+87
*
absent identity hint should be NULL
Dr. Stephen Henson
2015-11-13
1
-1
/
+4
*
Fix SSL_use_certificate_chain_file
Matt Caswell
2015-11-11
3
-6
/
+37
*
Remove redundant check from tls1_get_curvelist
Matt Caswell
2015-11-10
1
-1
/
+1
*
Standardise our style for checking malloc failures
Matt Caswell
2015-11-09
13
-37
/
+56
*
Remove redundant check from SSL_shutdown
Matt Caswell
2015-11-09
1
-1
/
+1
*
Replace L suffix with U
Dr. Stephen Henson
2015-11-08
1
-62
/
+62
*
Use uint32_t and int32_t for SSL_CIPHER structure.
Dr. Stephen Henson
2015-11-08
5
-82
/
+75
*
Fix compilation problems with SCTP
Matt Caswell
2015-11-06
2
-4
/
+4
*
Remove some redundant assignments
Matt Caswell
2015-11-06
1
-3
/
+0
*
Don't finish the handshake twice
Matt Caswell
2015-11-06
3
-15
/
+1
*
Rebuild error source files.
Dr. Stephen Henson
2015-11-05
1
-42
/
+70
*
Ensure the dtls1_get_*_methods work with DTLS_ANY_VERSION
Matt Caswell
2015-11-05
1
-12
/
+18
*
Remove a reachable assert from ssl3_write_bytes
Matt Caswell
2015-11-02
1
-15
/
+15
*
Remove an OPENSSL_assert which could fail
Matt Caswell
2015-11-02
1
-1
/
+2
*
Remove a trivially true OPENSSL_assert
Matt Caswell
2015-11-02
2
-12
/
+0
*
Remove some SSLv2 references
Matt Caswell
2015-10-30
2
-3
/
+2
*
Add SRP and PSK to disallowed CertificateRequest ciphersuites
Matt Caswell
2015-10-30
2
-3
/
+4
*
Remove the inline keyword
Matt Caswell
2015-10-30
1
-2
/
+2
*
Remove superfluous check
Matt Caswell
2015-10-30
1
-1
/
+1
*
Change SSL_state_string return strings to start with a T
Matt Caswell
2015-10-30
1
-23
/
+23
*
Change snprintf to memcpy
Matt Caswell
2015-10-30
2
-9
/
+8
*
Add ossl_statem prefix to various functions
Matt Caswell
2015-10-30
4
-52
/
+52
*
Convert enums to typedefs
Matt Caswell
2015-10-30
7
-94
/
+83
*
Make dtls1_link_min_mtu static
Matt Caswell
2015-10-30
2
-2
/
+2
*
Fix a bogus clang warning
Matt Caswell
2015-10-30
1
-1
/
+1
[next]