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
*
Deprecate the use of version-specific methods
Kurt Roeckx
2016-03-09
4
-45
/
+170
*
Move disabling of RC4 for DTLS to the cipher list.
Kurt Roeckx
2016-03-09
4
-46
/
+35
*
Remove DES cipher alias
Kurt Roeckx
2016-03-09
1
-1
/
+0
*
IDEA is not supported in TLS 1.2
Kurt Roeckx
2016-03-09
1
-2
/
+2
*
Add support for minimum and maximum protocol version supported by a cipher
Kurt Roeckx
2016-03-09
8
-318
/
+504
*
Add ssl_get_client_min_max_version() function
Kurt Roeckx
2016-03-09
2
-18
/
+44
*
Make SSL_CIPHER_get_version return a const char *
Kurt Roeckx
2016-03-09
1
-1
/
+1
*
Remove unused code
Kurt Roeckx
2016-03-09
1
-15
/
+4
*
Make function to convert version to string
Kurt Roeckx
2016-03-09
3
-32
/
+24
*
Constify security callbacks
Kurt Roeckx
2016-03-09
3
-12
/
+12
*
Do not display a CT log error message if CT validation is disabled
Rob Percival
2016-03-09
1
-5
/
+1
*
Fix locking in ssl_cert_dup()
Todd Short
2016-03-09
1
-1
/
+1
*
Counter mixed signedness with a cast
Richard Levitte
2016-03-09
1
-2
/
+2
*
Fix SSL_CIPHER_get_auth_nid return
Todd Short
2016-03-09
1
-1
/
+1
*
Convert CRYPTO_LOCK_SSL_* to new multi-threading API
Alessandro Ghedini
2016-03-09
5
-104
/
+150
*
Convert CRYPTO_LOCK_X509_* to new multi-threading API
Alessandro Ghedini
2016-03-08
1
-4
/
+3
*
Convert CRYPTO_LOCK_BIO to new multi-threading API
Alessandro Ghedini
2016-03-08
1
-3
/
+3
*
GH787: Fix ALPN
Todd Short
2016-03-08
1
-7
/
+7
*
Add cipher query functions
Todd Short
2016-03-08
1
-4
/
+48
*
GH815: The ChaCha20/Poly1305 codepoints are official
Benjamin Kaduk
2016-03-08
1
-1
/
+1
*
GH787: Fix ALPN
Todd Short
2016-03-08
4
-48
/
+68
*
Fix building without multiblock support
Matt Caswell
2016-03-08
1
-2
/
+2
*
Rename the numpipes argument to ssl3_enc/tls1_enc
Matt Caswell
2016-03-07
2
-22
/
+25
*
Rename a function
Matt Caswell
2016-03-07
1
-2
/
+2
*
Remove the wrec record layer field
Matt Caswell
2016-03-07
4
-32
/
+25
*
Update a comment
Matt Caswell
2016-03-07
1
-2
/
+2
*
Fix erroneous fall thgrough in switch statement
Matt Caswell
2016-03-07
1
-0
/
+2
*
Add an SSL_has_pending() function
Matt Caswell
2016-03-07
3
-4
/
+20
*
Add an ability to set the SSL read buffer size
Matt Caswell
2016-03-07
6
-7
/
+24
*
Lazily initialise the compression buffer
Matt Caswell
2016-03-07
6
-31
/
+9
*
Implement read pipeline support in libssl
Matt Caswell
2016-03-07
6
-312
/
+472
*
Implement write pipeline support in libssl
Matt Caswell
2016-03-07
10
-240
/
+456
*
Use s->session->peer instead of calling SSL_get_peer_certificate(s)
Rob Percival
2016-03-07
1
-4
/
+2
*
Lowercase name of SSL_validate_ct as it is an internal function
Rob Percival
2016-03-07
3
-3
/
+3
*
CT code now calls X509_free() after calling SSL_get_peer_certificate()
Rob Percival
2016-03-07
1
-0
/
+2
*
Swap the init code to use CRYPTO_ONCE
Matt Caswell
2016-03-07
1
-84
/
+13
*
Rework the default cipherlist.
Emilia Kasper
2016-03-07
3
-65
/
+118
*
Don't mark the eNULL ciphers as non-default.
Kurt Roeckx
2016-03-04
2
-20
/
+20
*
Adds CT validation to SSL connections
Rob Percival
2016-03-04
7
-7
/
+425
*
Changes to DEFAULT curves
Rich Salz
2016-03-04
1
-24
/
+8
*
Don't build RC4 ciphersuites into libssl by default
Matt Caswell
2016-03-04
1
-0
/
+18
*
fix no-ec build
Dr. Stephen Henson
2016-03-03
1
-2
/
+2
*
Refactor ClientHello extension parsing
Emilia Kasper
2016-03-03
4
-275
/
+305
*
Provide getters for default_passwd_cb and userdata
Christian Heimes
2016-03-02
1
-0
/
+20
*
Refactor the async wait fd logic
Matt Caswell
2016-02-29
2
-5
/
+25
*
TLS support for X25519
Dr. Stephen Henson
2016-02-28
2
-2
/
+13
*
GH715: ENGINE_finish can take NULL
Rich Salz
2016-02-25
2
-4
/
+2
*
GH742: keep gost specific variable under macro
J Mohan Rao Arisankala
2016-02-25
1
-0
/
+4
*
GH235: Set error status on malloc failure
Rich Salz
2016-02-25
2
-2
/
+8
*
Remove unused parameter in ssl_set_masks().
Dr. Stephen Henson
2016-02-24
3
-4
/
+4
[next]