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
2023-10-31
Remove 3 expected failures those got fixed in the regress code.
Claudio Jeker
2023-10-31
unlink("/") just needs to error. Checking for a specific errno makes
Claudio Jeker
2023-10-31
When creating a file in a directory the file gid is inherited from
Claudio Jeker
2023-10-31
Ignore closefrom() failure. This fails normally since fd 4 and up are all
Claudio Jeker
2023-10-30
Add support for OpenSSL 3.1 interop tests
Theo Buehler
2023-10-27
Include wait(2) status in error message, in the hopes of providing clues
Anton Lindqvist
2023-10-26
Provide prototype for X509_ALGOR_set_md()
Theo Buehler
2023-10-22
A few more tests
Otto Moerbeek
2023-10-19
Add a few more test cases for mod_exp aliasing
Theo Buehler
2023-10-19
The bn_mod_exp test is no longer an expected failure
Theo Buehler
2023-10-19
Add test case checking aliasing of the result with other arguments
Theo Buehler
2023-10-18
Make libssl interop server/client tests less flaky by ensuring the
Anton Lindqvist
2023-10-12
x509_algor: fix error message
Theo Buehler
2023-10-12
x509_algor: add a few missing includes
Theo Buehler
2023-10-11
x509_algor: Turn expected failure into actual failure now that the API is
Theo Buehler
2023-10-11
Add preallocation dance for X509_ALGOR_set_md() as documented
Theo Buehler
2023-10-11
Add regress coverage for X509_ALGOR_*
Theo Buehler
2023-10-05
Add regress coverage for ASN1_UTCTIME_cmp_time_t()
Theo Buehler
2023-10-02
Now nearbyint_test-1 is passing on macppc, powerpc64, sparc64. Some
Alexander Bluhm
2023-10-02
Add some coverage for ASN1_TIME_cmp_time_t() as well
Theo Buehler
2023-10-02
Add regress coverage for ASN1_TIME_compare()
Theo Buehler
2023-10-02
Minor asn1time tweaks
Theo Buehler
2023-10-01
Add an empty line
Theo Buehler
2023-09-29
Allow IP addresses to be specified in a URI.
Bob Beck
2023-09-29
Appease coverity
Theo Buehler
2023-09-28
Fix error message
Theo Buehler
2023-09-28
Don't leak ctx on failure
Theo Buehler
2023-09-28
Add more regress coverage for EVP_CIPHER_CTX_iv_length()
Theo Buehler
2023-09-28
Check that EVP_CIPHER_CTX_iv_length() matches what was set
Theo Buehler
2023-09-28
whitespace
Theo Buehler
2023-09-27
We're not interested in the core dump, so prevent it. Also catch
Otto Moerbeek
2023-09-26
Fix reference to x509v3.cnf(5) bis
Theo Buehler
2023-09-26
Fix reference to x509v3.cnf(5)
Theo Buehler
2023-09-24
openssl-ruby tests: remove fallback to ruby31
Theo Buehler
2023-08-30
Ensure no memory is leaked after passing NULL to ASN1_TIME_normalize()
Job Snijders
2023-08-29
Have #include <cstdio> when using fprintf(). This is needed if
YASUOKA Masahiko
2023-08-20
Make some global variables const
Theo Buehler
2023-08-20
Bye bye to all people out there
Theo Buehler
2023-08-20
Add some spaces after comma
Theo Buehler
2023-08-20
unifdef -D FULL_TEST
Theo Buehler
2023-08-20
knfmt(1) to the rescue
Theo Buehler
2023-08-20
Another OPENSSL_NO_DEPRECATED hits the bit bucket
Theo Buehler
2023-08-20
Drop unnecessary OPENSSL_NO_DEPRECATED dance
Theo Buehler
2023-08-20
Use a separate flags variable for the error flags in DH_check()
Theo Buehler
2023-08-15
Add regress coverage for ASN1_STRING_cmp()
Theo Buehler
2023-08-15
Add some regress coverage for various ASN1_STRING types to codify some
Theo Buehler
2023-08-15
Avoid memcmp() with NULL pointer and 0 length
Theo Buehler
2023-08-14
Prepare tlsfuzzer.py for ports update
Theo Buehler
2023-08-14
Sync expected failures with reality. Recent libm changes caused
Anton Lindqvist
2023-08-13
Add modff()/modfl() inf/nan tests; from Willemijn Coene.
Miod Vallat
[next]