index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
testutil: return 1 on success
Emilia Kasper
2016-04-05
6
-41
/
+25
*
New SSL test framework
Emilia Kasper
2016-04-05
22
-65
/
+12310
*
Revert "various spelling fixes"
Rich Salz
2016-04-04
1
-1
/
+1
*
various spelling fixes
FdaSilvaYY
2016-04-04
1
-1
/
+1
*
Fix memory leaks in ASN.1
Emilia Kasper
2016-04-04
6
-4
/
+149
*
Move peer chain security checks into x509_vfy.c
Viktor Dukhovni
2016-04-03
15
-5
/
+268
*
Make DSA_METHOD opaque
Matt Caswell
2016-04-03
1
-3
/
+5
*
Make the DSA structure opaque
Matt Caswell
2016-04-03
1
-5
/
+5
*
Adapt some test recipes to the newer cmdstr()
Richard Levitte
2016-04-02
9
-9
/
+9
*
Enhance OpenSSL::Test::cmdstr to give cmd string variants
Richard Levitte
2016-04-02
1
-2
/
+25
*
crypto/blake2: make lowest-level function handle multiple blocks..
Andy Polyakov
2016-03-31
1
-0
/
+16
*
OpenSSL::Test: have cmdstr() return the true command.
Richard Levitte
2016-03-31
1
-2
/
+2
*
When looking for executables, don't forget the extension
Richard Levitte
2016-03-31
1
-6
/
+13
*
When verbosity is requested, OpenSSL::Test::run() displays the command
Richard Levitte
2016-03-30
1
-0
/
+3
*
Have OpenSsl..Test::app() and friends look for file in source as well
Richard Levitte
2016-03-30
1
-9
/
+21
*
Since OpenSSL::Test redirects stderr to /dev/null, don't do so in 80-test_ca.t
Richard Levitte
2016-03-30
1
-4
/
+4
*
Add the option 'interpreter_args' to perlapps() and perltest()
Richard Levitte
2016-03-30
1
-3
/
+21
*
Require intermediate CAs to have basicConstraints CA:true.
Viktor Dukhovni
2016-03-29
4
-2
/
+46
*
Add session reuse tests.
Kurt Roeckx
2016-03-27
2
-1
/
+189
*
Math::BigInt does floored divs, BN_div does truncated div, compensate
Richard Levitte
2016-03-27
1
-0
/
+9
*
Fix no-sock
Matt Caswell
2016-03-21
10
-10
/
+51
*
Fix no-scrypt
Matt Caswell
2016-03-21
1
-4
/
+11
*
Skip the CMS tests if CMS is disabled
Matt Caswell
2016-03-21
1
-0
/
+3
*
Fix no-dsa
Matt Caswell
2016-03-21
1
-3
/
+5
*
Remove the remainder of util/mk1mf.pl and companion scripts
Richard Levitte
2016-03-21
1
-3
/
+0
*
Fix ALPN - more fixes
Todd Short
2016-03-20
1
-2
/
+6
*
Don't perform tsa tests if configured "no-ts"
Richard Levitte
2016-03-19
1
-0
/
+4
*
Fix no-des
Matt Caswell
2016-03-18
2
-10
/
+20
*
Fix no-cmac
Matt Caswell
2016-03-18
1
-3
/
+8
*
Add a test to see that signals are caught as failures
Richard Levitte
2016-03-18
3
-0
/
+31
*
Make OpenSSL::Test::run() sensitive to signals
Richard Levitte
2016-03-18
1
-2
/
+7
*
Fix no-rc2 in the CMS test
Matt Caswell
2016-03-18
1
-5
/
+9
*
Remove Netware and OS/2
Rich Salz
2016-03-17
14
-55
/
+0
*
Don't define OPENSSL_ENGINES in test recipes, do it in Makefiles instead
Richard Levitte
2016-03-17
8
-8
/
+2
*
Sort cipher-list at runtime.
Rich Salz
2016-03-16
1
-2
/
+1
*
Some platforms provide getcontext() but it does not work
Matt Caswell
2016-03-16
1
-31
/
+14
*
Fix a TLSProxy race condition
Matt Caswell
2016-03-15
3
-11
/
+20
*
General verify options to openssl ts
fbroda
2016-03-15
1
-2
/
+2
*
Disable afalg when engine is disabled.
Emilia Kasper
2016-03-14
2
-10
/
+16
*
Fix build break; add function declaration
Rich Salz
2016-03-11
1
-0
/
+1
*
When creating directory specs, use srctop_dir rather than srctop_file.
Richard Levitte
2016-03-12
1
-3
/
+3
*
Because bn_expand2 is declared non-static, it must not be static
Richard Levitte
2016-03-12
1
-1
/
+1
*
Review comments
Kurt Roeckx
2016-03-11
1
-14
/
+17
*
Add blake2 support.
Bill Cox
2016-03-11
1
-0
/
+57
*
Surround ctx_set_ctlog_list_file() with #ifndef OPENSSL_NO_CT
Rob Percival
2016-03-11
1
-0
/
+2
*
Suppress CT warnings in test_ssl
Matt Caswell
2016-03-11
1
-0
/
+2
*
Avoid getting unresolved referense to bn_expand2 in test/bntest.c
Richard Levitte
2016-03-11
1
-0
/
+13
*
check reviewer --reviewer=emilia
Rob Percival
2016-03-10
1
-1
/
+1
*
No need to call EVP_CIPHER_CTX_init after EVP_CIPHER_CTX_new
Matt Caswell
2016-03-10
1
-1
/
+0
*
Use version flexible method instead of fixed version
Kurt Roeckx
2016-03-09
3
-40
/
+8
[next]