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
*
Update copyright year
Richard Levitte
2018-04-17
3
-3
/
+3
*
Move the loading of the ssl_conf module to libcrypto
Matt Caswell
2018-04-05
2
-130
/
+19
*
Fix configuration of TLSv1.3 ciphersuites
Matt Caswell
2018-04-04
3
-101
/
+129
*
Visual Studio 2017 debug build warning error on 32 bit build
cedral
2018-04-04
1
-1
/
+2
*
Set error code on alloc failures
Rich Salz
2018-04-03
7
-25
/
+62
*
Use the private RNG for data that is not public
Kurt Roeckx
2018-04-02
3
-6
/
+6
*
Revert commit 4a56d9a2
Matt Caswell
2018-03-30
1
-14
/
+32
*
GOST MAC algorithms don't support EVP_PKEY_new_raw_private_key()
Matt Caswell
2018-03-30
1
-1
/
+1
*
Update trace code to know about GOST ciphersuites
Matt Caswell
2018-03-30
1
-0
/
+4
*
Rewrite the X509->alert mapping code
Rich Salz
2018-03-28
4
-68
/
+62
*
Tolerate a Certificate using a non-supported group on server side
Matt Caswell
2018-03-28
3
-11
/
+18
*
Allow NULL for some _free routines.
Rich Salz
2018-03-27
4
-1
/
+7
*
statem/statem_clnt.c: omit redundant check in tls_construct_client_hello.
Philippe Antoine
2018-03-27
1
-2
/
+3
*
Remove some code for a contributor that we cannot find
Matt Caswell
2018-03-27
4
-10
/
+1
*
Assert that alpn_selected is NULL before we assign it
Matt Caswell
2018-03-27
2
-2
/
+20
*
Adds multiple checks to avoid buffer over reads
Philippe Antoine
2018-03-25
1
-1
/
+13
*
Unify s_client/s_server srtp profiles option handling
FdaSilvaYY
2018-03-21
1
-0
/
+4
*
Fixes integer underflow with SSL_trace support
Philippe Antoine
2018-03-21
1
-1
/
+1
*
Don't wait for dry at the end of a handshake
Matt Caswell
2018-03-21
1
-9
/
+0
*
Check for alerts while waiting for a dry event
Matt Caswell
2018-03-21
1
-1
/
+19
*
Fix stack-use-after-scope
Peter Wu
2018-03-21
1
-1
/
+3
*
Do not cache sessions with zero sid_ctx_length when SSL_VERIFY_PEER
Benjamin Kaduk
2018-03-21
1
-0
/
+12
*
Update copyright year
Matt Caswell
2018-03-20
9
-9
/
+9
*
Place ticket keys into secure memory
Todd Short
2018-03-19
5
-25
/
+34
*
Fix no-psk
Matt Caswell
2018-03-19
2
-1
/
+5
*
Apply system_default configuration on SSL_CTX_new().
Tomas Mraz
2018-03-19
3
-6
/
+24
*
Don't use a ssl specific DRBG anymore
Kurt Roeckx
2018-03-19
11
-58
/
+14
*
Fix a crash in SSLfatal due to invalid enc_write_ctx
Bernd Edlinger
2018-03-19
5
-1
/
+10
*
Add an anti-replay mechanism
Matt Caswell
2018-03-19
2
-3
/
+11
*
Don't update the session cache when processing a client certificate in TLSv1.3
Matt Caswell
2018-03-19
1
-3
/
+0
*
Always call the new_session_cb when issuing a NewSessionTicket in TLSv1.3
Matt Caswell
2018-03-19
3
-5
/
+15
*
Fix miscellaneous typos in docs and source
Dr. Matthias St. Pierre
2018-03-17
1
-2
/
+2
*
Fix a memory leak in tls1_mac
Bernd Edlinger
2018-03-17
1
-1
/
+3
*
Fix a memory leak in n_ssl3_mac
Bernd Edlinger
2018-03-17
1
-1
/
+1
*
RAND_DRBG: add a function for setting the default DRBG type and flags
Dr. Matthias St. Pierre
2018-03-16
1
-1
/
+1
*
Publish the RAND_DRBG API
Dr. Matthias St. Pierre
2018-03-15
1
-1
/
+1
*
Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
Matt Caswell
2018-03-15
4
-14
/
+16
*
Add support for setting raw private HMAC keys
Matt Caswell
2018-03-15
4
-11
/
+12
*
Only update the server session cache when the session is ready
Matt Caswell
2018-03-15
2
-7
/
+14
*
Put the default set of TLSv1.3 ciphersuites in a header file
Matt Caswell
2018-03-14
1
-4
/
+1
*
Split configuration of TLSv1.3 ciphers from older ciphers
Matt Caswell
2018-03-14
6
-105
/
+256
*
Only allow supported_versions in a TLSv1.3 ServerHello
Matt Caswell
2018-03-14
3
-17
/
+20
*
Use the TLSv1.3 record header as AAD
Matt Caswell
2018-03-14
4
-13
/
+47
*
update SRP copyright notice
Tim Hudson
2018-03-13
1
-1
/
+5
*
Fix enable-ssl-trace
Matt Caswell
2018-03-12
1
-4
/
+4
*
Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb
Benjamin Saunders
2018-03-12
3
-6
/
+31
*
Session Ticket app data
Todd Short
2018-03-12
7
-66
/
+144
*
Reuse extension_is_relevant() in should_add_extension()
Benjamin Kaduk
2018-03-09
1
-10
/
+12
*
Add SSL/SSL_CTX_use_cert_and_key()
Todd Short
2018-03-09
2
-0
/
+118
*
Give more information in the SSL_stateless return code
Matt Caswell
2018-03-09
3
-3
/
+13
[next]