index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
AppVeyor: Only use the latest VS version
Kurt Roeckx
2016-03-07
1
-13
/
+0
*
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
*
Refactor dasync cipher implementations to improve code reuse
Matt Caswell
2016-03-07
1
-144
/
+97
*
Move the _hidden_* static variables in dasync to be constructed in bind
Matt Caswell
2016-03-07
1
-61
/
+83
*
Fix typo in SSL_pending docs
Matt Caswell
2016-03-07
1
-1
/
+1
*
Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_data
Matt Caswell
2016-03-07
18
-47
/
+4790
*
Fix s_server/s_client handling of the split_send_frag argument
Matt Caswell
2016-03-07
2
-4
/
+10
*
Add documentation for the EVP_CIPHER_CTX_cipher_data functions
Matt Caswell
2016-03-07
1
-0
/
+41
*
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
*
Add documentation for new s_server/s_client options
Matt Caswell
2016-03-07
4
-2
/
+54
*
Add documentation for SSL_has_pending()
Matt Caswell
2016-03-07
3
-24
/
+44
*
Add pipelining documentation
Matt Caswell
2016-03-07
1
-0
/
+126
*
Fix erroneous fall thgrough in switch statement
Matt Caswell
2016-03-07
1
-0
/
+2
*
Ensure s_client and s_server work when read_ahead is set
Matt Caswell
2016-03-07
2
-3
/
+3
*
Add an SSL_has_pending() function
Matt Caswell
2016-03-07
6
-4
/
+444
*
Add an ability to set the SSL read buffer size
Matt Caswell
2016-03-07
10
-10
/
+53
*
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
*
Add dummy pipeline support for aes128_cbc_hmac_sha1
Matt Caswell
2016-03-07
3
-10
/
+221
*
Add pipeline support to s_server and s_client
Matt Caswell
2016-03-07
2
-2
/
+68
*
Implement write pipeline support in libssl
Matt Caswell
2016-03-07
11
-240
/
+471
*
Update the dasync engine to add a pipeline cipher
Matt Caswell
2016-03-07
7
-71
/
+275
*
Add defines for pipeline capable ciphers
Matt Caswell
2016-03-07
1
-0
/
+9
*
make update
Matt Caswell
2016-03-07
1
-2
/
+3
*
Trim Travis config part 3
Emilia Kasper
2016-03-07
1
-12
/
+5
*
Revert "Allow OPENSSL_NO_SOCK in e_os.h even for non-Windows/DOS platforms"
Rich Salz
2016-03-07
1
-1
/
+4
*
Fix pkeyutl to KDF lnks.
Rich Salz
2016-03-07
2
-2
/
+2
*
Remove really old demo's
Rich Salz
2016-03-07
60
-11367
/
+0
*
Elide OPENSSL_INIT_set_config_filename() for no-stdio build
David Woodhouse
2016-03-07
2
-0
/
+4
*
Elide DES_read_password() for no-ui build
David Woodhouse
2016-03-07
2
-0
/
+5
*
Move declaration of X509_aux_print() out of #ifndef OPENSSL_NO_STDIO
David Woodhouse
2016-03-07
1
-1
/
+1
*
Allow OPENSSL_NO_SOCK in e_os.h even for non-Windows/DOS platforms
David Woodhouse
2016-03-07
1
-4
/
+1
*
ISSUE 43: Add BIO_sock_shutdown
Rich Salz
2016-03-07
7
-25
/
+15
*
Minor update to includes and documentation for ct_test.c
Rob Percival
2016-03-07
1
-2
/
+2
*
Remove OPENSSL_NO_UNIT_TEST guard from ct_test.c
Rob Percival
2016-03-07
1
-1
/
+1
*
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
*
Fixes memory leaks in CT code
Rob Percival
2016-03-07
2
-6
/
+6
*
Fix the build tree include directory for afalg engine
Richard Levitte
2016-03-07
1
-1
/
+1
*
Make OpenSSL::Test::setup() a bit more forgiving
Richard Levitte
2016-03-07
1
-2
/
+8
*
Elide EVP_read_pw_string() and friends for no-ui
David Woodhouse
2016-03-07
3
-1
/
+5
*
GH768: Minor grammar nits in CRYPTO_get_ex_new_index.pod
Benjamin Kaduk
2016-03-07
1
-4
/
+5
*
Unified - adapt the generation of padlock assembler to use GENERATE
Richard Levitte
2016-03-07
2
-8
/
+4
*
Unified - adapt the generation of bignum assembler to use GENERATE
Richard Levitte
2016-03-07
15
-91
/
+115
*
Unified - Add the build.info command OVERRIDE, to avoid build file clashes
Richard Levitte
2016-03-07
3
-1
/
+25
*
Unified - Adapt the Unix and VMS templates to support GENERATE
Richard Levitte
2016-03-07
2
-0
/
+52
*
Unified - Add the build.info command GENERATE, to generate source files
Richard Levitte
2016-03-07
4
-14
/
+80
[next]