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
2021-11-21
Prepare ssltest for opaque DH
Theo Buehler
2021-11-21
wycheproof: modify RSA tests to work with opaque RSA struct
Theo Buehler
2021-11-21
wycheproof.go: modify some DSA and ECDSA code to work with opaque structs
Theo Buehler
2021-11-20
Switch to BIO_up_ref() instead of adjusting references manually.
Theo Buehler
2021-11-20
Use BIO_up_ref() instead of adjusting refcounts manually
Theo Buehler
2021-11-19
Mark the X509_VERIFY_PARAM_ID variable type as intentionally
Ingo Schwarze
2021-11-19
Make function prototype parsing a bit stricter,
Ingo Schwarze
2021-11-19
Very quick and dirty script to help me check that the symbols
Ingo Schwarze
2021-11-18
sha512test: replace EVP_MD_CTX_{cleanup,init} pair with EVP_MD_CTX_reset
Theo Buehler
2021-11-18
gost: missed one cleanup
Theo Buehler
2021-11-18
sha256test: EVP_MD_CTX_cleanup -> EVP_MD_CTX_reset
Theo Buehler
2021-11-18
gost2814789t: EVP_MD_CTX_cleanup -> EVP_MD_CTX_reset
Theo Buehler
2021-11-18
evptest: no need to call EVP_MD_CTX_cleanup() before EVP_MD_CTX_free()
Theo Buehler
2021-11-18
Use HMAC_CTX_reset() instead of HMAC_CTX_cleanup() + HMAC_CTX_init()
Theo Buehler
2021-11-18
Fix ssltest to work with opaque EVP_PKEY.
Theo Buehler
2021-11-18
sha*test: convert these tests to work with opaque EVP_MD_CTX.
Theo Buehler
2021-11-18
zap trailing whitespace
Theo Buehler
2021-11-18
hmactest: convert to opaque HMAC_CTX.
Theo Buehler
2021-11-18
gost2814789t: convert to opaque EVP_{MD,CIPHER}_CTX.
Theo Buehler
2021-11-18
exptest: convert to opaque BN; minor KNF tweaks.
Theo Buehler
2021-11-18
evptest: fix compilation with opaque EVP_{CIPHER,MD}_CTX. Uses a
Theo Buehler
2021-11-18
ecdsatest: make this test compile with opaque EVP_MD_CTX.
Theo Buehler
2021-11-18
dsatest: make this work with opaque BN. Some more fixes will be needed
Theo Buehler
2021-11-18
dhtest: fix this to work with opaque BN. This will need more fixes to
Theo Buehler
2021-11-18
bntest: Fix all but one test in this file to work with opaque BN.
Theo Buehler
2021-11-13
Test ASN1_STRING_copy(3).
Ingo Schwarze
2021-11-11
exponential_test passes on i386.
mbuhl
2021-11-03
Test adding extensions to certification requests.
Ingo Schwarze
2021-11-02
Add regress that calls SSL_set_tlsext_host_name() with a NULL host name.
Joel Sing
2021-11-01
Rework SNI hostname regress to be table driven.
Joel Sing
2021-11-01
Rework x509attribute regress test in such a way that it doesn't need
Theo Buehler
2021-10-31
Make this test compile again after the damage done in libcrypto
Theo Buehler
2021-10-31
Prepare regress for opaque structs in x509*.h
Theo Buehler
2021-10-28
openssl-ruby tests: rework for x509_alt.c r1.3 and r1.5.
Theo Buehler
2021-10-26
Free memory on text exit to make asan quieter
Bob Beck
2021-10-26
Revise regress for removal of SSL_SESSION_INTERNAL.
Joel Sing
2021-10-25
Use EXPECTED_FAIL instead of DISABLED.
mbuhl
2021-10-24
For open/openat, if the flags parameter does not contain O_CREAT, the
Theo de Raadt
2019-11-19
Import NetBSD system call regression tests. They were written with
Alexander Bluhm
2021-10-23
Add a regress test for TLS client/server.
Joel Sing
2021-10-23
Revise regress test for tls13_buffer rename.
Joel Sing
2021-10-23
Revise regress for tlsext_tick_lifetime_hint changing type.
Joel Sing
2021-10-22
oops.
mbuhl
2021-10-22
add missing FreeBSD libm tests, update the others
mbuhl
2021-10-15
Pull in ssl_locl.h so that we can keep reaching into libssl internals.
Joel Sing
2021-10-13
ssltest.c does not need param.h
Theo Buehler
2021-10-13
Remove __dead from usage() to reduce the diff needed to build LibreSSL
Theo Buehler
2021-09-30
Mark another test as failing with the legacy verifier.
Joel Sing
2021-09-28
Remove recent changes used to unblock the signal undergoing testing, I solved it
Anton Lindqvist
2021-09-27
Mark "failures" volatile to avoid a problem with sigsetjmp/siglongjmp.
Todd C. Miller
[next]