index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
handshake_helper.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-05-23
Fix line numbering for errors.
Rich Salz
1
-8
/
+14
2017-05-23
Don't use one shot API for SSLv3.
Dr. Stephen Henson
1
-23
/
+32
2017-05-23
Fix typo in doc/man3/EVP_EncrypInit.pod
Paul Yang
1
-1
/
+1
2017-05-22
Revert "Integration build a small memory image"
Rich Salz
1
-1
/
+1
2017-05-22
Add an error to the stack on failure in dtls1_write_bytes()
Matt Caswell
3
-1
/
+5
2017-05-22
Convert existing usage of assert() to ossl_assert() in libssl
Matt Caswell
15
-72
/
+81
2017-05-22
Fix some style issues in returns
Matt Caswell
3
-9
/
+9
2017-05-22
Replace instances of OPENSSL_assert() with soft asserts in libssl
Matt Caswell
11
-57
/
+114
2017-05-22
Add a macro for testing assertion in both debug and production builds
Matt Caswell
1
-0
/
+18
2017-05-22
Reformat the string output to be more in line with the decisions made in #3465
Pauli
2
-22
/
+22
2017-05-22
Bring the memory output inline with the suggestions in #3465.
Pauli
1
-26
/
+19
2017-05-22
Fixed merge nonsense
Alex Gaynor
1
-2
/
+0
2017-05-22
Newlines!
Alex Gaynor
2
-0
/
+6
2017-05-22
Update the test to assert that the SCT is from an X.509 extension
Alex Gaynor
1
-9
/
+8
2017-05-22
Style fixes and use the source parameter so the OCSP path works
Alex Gaynor
1
-5
/
+7
2017-05-22
This is an int
Alex Gaynor
1
-1
/
+1
2017-05-22
Don't use a for-loop decleration
Alex Gaynor
1
-1
/
+2
2017-05-22
Fixed #3020 -- set entry type on SCTs from X.509 and OCSP extensions
Alex Gaynor
1
-2
/
+39
2017-05-22
Integration build a small memory image
Pauli
1
-1
/
+1
2017-05-22
Fix the mem_sec "small arena"
Todd Short
1
-6
/
+9
2017-05-22
test/secmemtest.c: clarify limitations for huge secure memory arena test.
Andy Polyakov
1
-10
/
+15
2017-05-22
Fix srp app missing NULL termination with password callback
Diego Santa Cruz
1
-18
/
+24
2017-05-21
-inkey can be an identifier, not just a file
Rich Salz
6
-9
/
+15
2017-05-21
test/run_tests.pl: don't mask test failures.
Andy Polyakov
1
-1
/
+4
2017-05-21
test/test_test.c: fix wrong BN test [and rearrange tests a little bit].
Andy Polyakov
1
-2
/
+2
2017-05-21
Tweak sec_mem tests
Todd Short
2
-4
/
+22
2017-05-20
move comments to same line as fields
Dr. Stephen Henson
1
-16
/
+9
2017-05-20
Add test data for EVP_DigestSign/EVP_DigestVerify tests.
Dr. Stephen Henson
1
-0
/
+58
2017-05-20
Add test support for "oneshot" versions EVP_DigestSign, EVP_DigestVerify.
Dr. Stephen Henson
1
-9
/
+94
2017-05-20
Add tests in evp_test for EVP_Digest{Sign,Verify}{Init,Update,Final}
Dr. Stephen Henson
1
-0
/
+187
2017-05-20
Move engines/afalg to engines
Rich Salz
7
-13
/
+10
2017-05-19
remove duplicate tests
Dr. Stephen Henson
7
-511
/
+1
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
[next]