index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-05-19
Add tests
Dr. Stephen Henson
1
-2
/
+72
2017-05-19
Add support for multiple update calls in evp_test
Dr. Stephen Henson
2
-21
/
+155
2017-05-19
Fix return code in tls1_mac
Matt Caswell
1
-1
/
+1
2017-05-19
Reformat the output of BIGNUMS where test cases fail.
Pauli
2
-48
/
+244
2017-05-19
Fix endless loop on srp app when listing users
Diego Santa Cruz
1
-5
/
+8
2017-05-19
Fix ASN1_TIME_to_generalizedtime to take a const ASN1_TIME
Matt Caswell
2
-3
/
+3
2017-05-19
Make SSL_is_server() accept a const SSL
Matt Caswell
2
-2
/
+2
2017-05-19
Try to be more consistent about the alerts we send
Matt Caswell
12
-63
/
+74
2017-05-18
Fix EXT_RETURN usage for add_key_share()
Matt Caswell
1
-4
/
+4
2017-05-17
Fix typo in INSTALL file
Paul Yang
1
-1
/
+1
2017-05-17
Fix compile error/warning in packettest.c
Todd Short
1
-2
/
+2
2017-05-17
Add a test for a missing sig algs extension
Matt Caswell
1
-3
/
+23
2017-05-17
Allow a missing sig algs extension if resuming
Matt Caswell
1
-1
/
+1
2017-05-17
Add a new unsolicited extension error code and add enum tag
Matt Caswell
4
-2
/
+4
2017-05-17
Add tests for unsolicited extensions
Matt Caswell
1
-1
/
+69
2017-05-17
Fail if we receive a response to an extension that we didn't request
Matt Caswell
6
-356
/
+449
2017-05-17
Remove notification settings from appveyor.yml
Richard Levitte
1
-8
/
+0
2017-05-17
Don't allow fragmented alerts
Matt Caswell
5
-178
/
+53
2017-05-16
Use BIO not FILE for test file
Rich Salz
8
-10592
/
+10619
2017-05-15
Document the history of BIO_gets() on BIO_fd().
Tomas Mraz
1
-0
/
+5
2017-05-15
Document that BIO_gets() preserves '\n'.
Tomas Mraz
1
-1
/
+2
2017-05-15
Do not eat trailing '\n' in BIO_gets for fd BIO.
Tomas Mraz
1
-2
/
+4
2017-05-15
INSTALL: Remind people to read more if they added configuration options
Richard Levitte
1
-0
/
+5
2017-05-15
INSTALL: clarify a bit more how Configure treats "unknown" options
Richard Levitte
1
-10
/
+15
2017-05-15
Update one CI test to use randomised ordering.
Pauli
1
-1
/
+1
2017-05-15
Randomise the ordering of the C unit tests.
Pauli
2
-39
/
+98
2017-05-12
Review feedback; use single main, #ifdef ADD_TEST
Rich Salz
1
-20
/
+25
2017-05-12
Convert shlibloadtest to new framework
Rich Salz
2
-144
/
+109
2017-05-12
Add "Title" directive to evp_test
Rich Salz
9
-20
/
+22
2017-05-12
Clean up SSL_OP_* a bit
Todd Short
1
-42
/
+58
2017-05-12
Use scalar, not length; fixes test_evp
Rich Salz
1
-1
/
+1
2017-05-11
Remove filename argument to x86 asm_init.
David Benjamin
33
-38
/
+35
2017-05-11
Rename evptests.txt to evppkey.txt
Rich Salz
2
-1
/
+1
2017-05-11
Split test/evptests.txt into separate files.
Rich Salz
8
-3690
/
+3842
2017-05-11
Fix infinite loops in secure memory allocation.
Todd Short
2
-3
/
+33
2017-05-11
Clean away needless VMS check
Richard Levitte
1
-3
/
+0
2017-05-11
Cleanup - use e_os2.h rather than stdint.h
Richard Levitte
3
-13
/
+3
2017-05-11
testutil: Fix non-standard subtest output
Richard Levitte
1
-5
/
+5
2017-05-11
evp_test: use the test file name as the test title
Richard Levitte
1
-0
/
+1
2017-05-11
testutil: add the possibility to set the current test title
Richard Levitte
2
-4
/
+23
2017-05-11
Fix gcc-7 warnings.
Bernd Edlinger
20
-10
/
+145
2017-05-11
Unclash clashing reason codes in ssl.h
Richard Levitte
1
-2
/
+2
2017-05-11
Use compare_mem wrapper
Rich Salz
1
-47
/
+29
2017-05-11
Address some feedback
Rich Salz
1
-6
/
+9
2017-05-11
Convert of evp_test to framework
Rich Salz
2
-596
/
+552
2017-05-11
Fix regression in openssl req -x509 behaviour.
Tomas Mraz
2
-2
/
+7
2017-05-11
Remove dead code.
Pauli
1
-2
/
+0
2017-05-11
Add some extra comments following alert changes
Matt Caswell
2
-0
/
+8
2017-05-11
Add some checks for trailing data after extension blocks
Matt Caswell
1
-2
/
+5
2017-05-11
Send a missing_extension alert if key_share/supported groups not present
Matt Caswell
4
-6
/
+19
[next]