index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
testlib
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-11-17
More coding style fixes
Nicola Tuveri
1
-7
/
+7
2016-11-17
Run util/openssl-format-source against apps/speed.c
Nicola Tuveri
1
-162
/
+194
2016-11-17
bugfix: calculate outlen for each curve
Nicola Tuveri
1
-2
/
+6
2016-11-17
Handle EVP_PKEY_derive errors and fix coding style issues
Nicola Tuveri
1
-7
/
+10
2016-11-17
Fix coding style and remove some stale code/comments
Nicola Tuveri
1
-29
/
+10
2016-11-17
Use EVP interface for ECDH in apps/speed.c
Nicola Tuveri
1
-87
/
+94
2016-11-17
Add conversion test for MSBLOB format.
Dr. Stephen Henson
3
-3
/
+4
2016-11-17
Make MSBLOB format work with dsa utility.
Dr. Stephen Henson
1
-3
/
+2
2016-11-17
Fix MSBLOB format with RSA.
Dr. Stephen Henson
1
-1
/
+1
2016-11-17
Raise an error on memory alloc failure.
FdaSilvaYY
3
-57
/
+54
2016-11-17
Missing free item on push failure
FdaSilvaYY
1
-0
/
+1
2016-11-17
Merge find-undoc-api into find-doc-nits
Rich Salz
2
-82
/
+95
2016-11-16
Move SCT_LIST_free definition into a more logical place
Rob Percival
2
-5
/
+5
2016-11-16
Make sure things get deleted when test setup fails in ct_test.c
Rob Percival
1
-14
/
+13
2016-11-16
Use valid signature in test_decode_tls_sct()
Rob Percival
1
-2
/
+2
2016-11-16
Pass a temporary pointer to o2i_SCT_signature from SCT_new_from_base64
Rob Percival
1
-1
/
+4
2016-11-16
Subtract padding from outlen in ct_base64_decode
Rob Percival
1
-0
/
+5
2016-11-16
Construct SCT from base64 in ct_test
Rob Percival
1
-26
/
+12
2016-11-16
On x86 machines where the compiler supports -m32, use 'linux-x86'
Richard Levitte
1
-1
/
+8
2016-11-16
Add a modern linux-x86 config target
Richard Levitte
1
-0
/
+17
2016-11-16
Fix a "defined but not used" warning when enabling ssl-trace
Matt Caswell
1
-5
/
+0
2016-11-16
Remove a hack from ssl_test_old
Matt Caswell
5
-21
/
+65
2016-11-16
Add SSL_peek() and SSL_peek_ex() to NAME section
Matt Caswell
1
-1
/
+2
2016-11-16
Fix a typo in a comment
Matt Caswell
1
-1
/
+1
2016-11-16
Move getting the curvelist for client and server out of the loop
Matt Caswell
1
-16
/
+20
2016-11-16
Fixed various style issues in the key_share code
Matt Caswell
7
-286
/
+288
2016-11-16
Add some tests for the key_share extension
Matt Caswell
2
-0
/
+328
2016-11-16
Check key_exchange data length is not 0
Matt Caswell
1
-1
/
+2
2016-11-16
Ensure the whole key_share extension is well formatted
Matt Caswell
1
-2
/
+12
2016-11-16
Validate that the provided key_share is in supported_groups
Matt Caswell
2
-34
/
+101
2016-11-16
Start using the key_share data to derive the PMS
Matt Caswell
13
-50
/
+531
2016-11-16
Add a TLS version consistency check during session resumption
Matt Caswell
1
-0
/
+17
2016-11-16
Add processing of the key_share received in the ServerHello
Matt Caswell
3
-2
/
+56
2016-11-16
Add key_share info to the ServerHello
Matt Caswell
2
-0
/
+44
2016-11-16
Update the trace code to know about the key_share extension
Matt Caswell
1
-1
/
+31
2016-11-16
Add the key_share processing to the server side
Matt Caswell
4
-1
/
+112
2016-11-16
Generate the key_shares extension on the client side
Matt Caswell
2
-7
/
+103
2016-11-16
Check return value of some BN functions.
Rich Salz
6
-17
/
+24
2016-11-15
Introduce PATH_MAX and NAME_MAX
FdaSilvaYY
1
-4
/
+12
2016-11-15
Simplify and fix usage of three string array variable...
FdaSilvaYY
1
-15
/
+15
2016-11-15
Add test for CT_POLICY_EVAL_CTX default time
Rob Percival
1
-0
/
+26
2016-11-15
Convert C++ comments to C-style comments
Rob Percival
1
-5
/
+7
2016-11-15
Cast time_t to uint64_t before converting to milliseconds in ct_policy.c
Rob Percival
1
-1
/
+3
2016-11-15
By default, allow SCT timestamps to be up to 5 minutes in the future
Rob Percival
2
-3
/
+9
2016-11-15
Don't check for time() failing in CT_POLICY_EVAL_CTX_new
Rob Percival
1
-6
/
+2
2016-11-15
Default CT_POLICY_EVAL_CTX.epoch_time_in_ms to time()
Rob Percival
2
-2
/
+9
2016-11-15
Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX}_set_time
Rob Percival
3
-10
/
+14
2016-11-15
Remove obsolete error constant CT_F_CTLOG_NEW_NULL
Rob Percival
1
-1
/
+0
2016-11-15
Check that SCT timestamps are not in the future
Rob Percival
13
-13
/
+104
2016-11-15
Only build the body of e_padlock when there are lower level routines
Richard Levitte
2
-7
/
+6
[next]