index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
lib
Age
Commit message (
Expand
)
Author
2022-05-05
Switch wycheproof.go to using the EVP HKDF API.
Theo Buehler
2022-04-28
Add tests that decode sequences into ASN.1 strings.
Joel Sing
2022-04-27
Ensure we clear the error stack before running tests that print errors.
Joel Sing
2022-04-27
Enable ASN.1 INTEGER tests with invalid lengths/encodings.
Joel Sing
2022-04-23
Add ASN1_INTEGER test coverage.
Joel Sing
2022-04-23
Fix compilation on octeon, arm64, and riscv64.
mbuhl
2022-04-23
Verify sizes before arithmetic operations
Tobias Stoeckmann
2022-04-21
Add missing self. From anton
Theo Buehler
2022-04-04
Include license rather than referring to it. Text from
Theo Buehler
2022-04-03
Initialize the mutex before making us of it from many threads. Prevents
Anton Lindqvist
2022-03-31
Check EVPDigest* return values.
Theo Buehler
2022-03-30
Add a simple test to ensure that pmeth->cleanup() can cope with NULL
Theo Buehler
2022-03-30
Remove double slash in path to test program.
Anton Lindqvist
2022-03-29
Add Eric Biggers's reproducer for the memory corruption with
Theo Buehler
2022-03-29
Add Google Chromium tests for libz bugs. Write a minimal wrapper
Alexander Bluhm
2022-03-24
Link libz into regress build.
Alexander Bluhm
2022-03-24
Import upstream madler/zlib test files and run them with our libz.
Alexander Bluhm
2022-03-24
Adjust the signer test to link statically and work with hidden tls_signer
Theo Buehler
2022-03-19
Revise regress for ascii/text to ASN.1 object conversion rewrite.
Joel Sing
2022-03-19
Add another invalid separator test case.
Joel Sing
2022-03-16
Fix dependency to build bn_mod_sqrt.
Alexander Bluhm
2022-03-15
Check BIO_reset() return value to make gcc happy.
Theo Buehler
2022-03-15
Add a simple regress to verify that the infinite loop in BN_mod_sqrt()
Theo Buehler
2022-03-14
Add a few regress test cases for name constraints.
Theo Buehler
2022-03-11
Check for underflow as well as overflow when scaling negative numbers.
Darren Tucker
2022-03-10
Simple regress for NULL deref reported by Guido Vranken and fixed in
Theo Buehler
2022-03-08
Some more c99 initializers for consistency and readability
Theo Buehler
2022-03-05
Add test coverage for i2a_ASN1_OBJECT()
Joel Sing
2022-03-02
Provide additional ASN1_OBJECT test coverage.
Joel Sing
2022-02-26
Add regress coverage for ASN1_OBJECT public interfaces.
Joel Sing
2022-02-20
Test OBJ_obj2txt() with NULL and short buffers.
Joel Sing
2022-02-19
Add memory BIO small I/O tests.
Joel Sing
2022-02-17
Add tests for memory BIO.
Joel Sing
2022-02-12
Add test coverage for OBJ_txt2obj()/OBJ_obj2txt() with no_name == 0.
Joel Sing
2022-02-12
Revise for OBJ_obj2txt() OID arc limits.
Joel Sing
2022-02-11
Test OBJ_obj2nid() with an undefined (NID_undef) object.
Joel Sing
2022-02-11
Add initial regress for objects.
Joel Sing
2022-02-10
If running with ASAN, mark test_with{,out}_bzero() with the
Theo Buehler
2022-02-09
silence "function declaration isn't a prototype" warning by changing
Theo Buehler
2022-02-08
Plug leaks reported by Ilya Shipitsin
Theo Buehler
2022-02-08
Plug a number of leaks reported by Ilya Shipitsin
Theo Buehler
2022-02-08
Garbage collect the unused hash and print kp->pubkey_hash instead of NULL.
Theo Buehler
2022-02-08
Fix memleaks reported by Ilya Shipitsin
Theo Buehler
2022-02-07
mark failing tests for armv7
mbuhl
2022-02-07
trig_test-2 now passes on macppc
mbuhl
2022-02-06
cope with recent S3I removal; ok tb@
Anton Lindqvist
2022-02-05
Add a workaround due to OpenSSL's limitation of SSL_CTX_set_cipher_list
Theo Buehler
2022-02-05
Mechanically adjust from AEAD- to TLS_ to adjust to the new cipher names.
Theo Buehler
2022-02-05
Adjust the ssl_get_shared_ciphers to the new names.
Theo Buehler
2022-02-05
Revise for S3I removal.
Joel Sing
[next]