index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
regress
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
wycheproof.go: modify some DSA and ECDSA code to work with opaque structs
tb
2021-11-21
1
-5
/
+23
*
Switch to BIO_up_ref() instead of adjusting references manually.
tb
2021-11-20
2
-16
/
+6
*
Use BIO_up_ref() instead of adjusting refcounts manually
tb
2021-11-20
1
-9
/
+3
*
Mark the X509_VERIFY_PARAM_ID variable type as intentionally
schwarze
2021-11-19
1
-3
/
+16
*
Make function prototype parsing a bit stricter,
schwarze
2021-11-19
1
-1
/
+1
*
Very quick and dirty script to help me check that the symbols
schwarze
2021-11-19
1
-0
/
+266
*
sha512test: replace EVP_MD_CTX_{cleanup,init} pair with EVP_MD_CTX_reset
tb
2021-11-18
1
-3
/
+2
*
gost: missed one cleanup
tb
2021-11-18
1
-2
/
+2
*
sha256test: EVP_MD_CTX_cleanup -> EVP_MD_CTX_reset
tb
2021-11-18
1
-4
/
+3
*
gost2814789t: EVP_MD_CTX_cleanup -> EVP_MD_CTX_reset
tb
2021-11-18
1
-2
/
+2
*
evptest: no need to call EVP_MD_CTX_cleanup() before EVP_MD_CTX_free()
tb
2021-11-18
1
-4
/
+3
*
Use HMAC_CTX_reset() instead of HMAC_CTX_cleanup() + HMAC_CTX_init()
tb
2021-11-18
1
-5
/
+3
*
Fix ssltest to work with opaque EVP_PKEY.
tb
2021-11-18
1
-22
/
+33
*
sha*test: convert these tests to work with opaque EVP_MD_CTX.
tb
2021-11-18
3
-31
/
+42
*
zap trailing whitespace
tb
2021-11-18
1
-7
/
+7
*
hmactest: convert to opaque HMAC_CTX.
tb
2021-11-18
1
-29
/
+37
*
gost2814789t: convert to opaque EVP_{MD,CIPHER}_CTX.
tb
2021-11-18
1
-19
/
+23
*
exptest: convert to opaque BN; minor KNF tweaks.
tb
2021-11-18
1
-40
/
+47
*
evptest: fix compilation with opaque EVP_{CIPHER,MD}_CTX. Uses a
tb
2021-11-18
1
-22
/
+30
*
ecdsatest: make this test compile with opaque EVP_MD_CTX.
tb
2021-11-18
1
-7
/
+8
*
dsatest: make this work with opaque BN. Some more fixes will be needed
tb
2021-11-18
1
-114
/
+124
*
dhtest: fix this to work with opaque BN. This will need more fixes to
tb
2021-11-18
1
-48
/
+61
*
bntest: Fix all but one test in this file to work with opaque BN.
tb
2021-11-18
1
-399
/
+563
*
Test ASN1_STRING_copy(3).
schwarze
2021-11-13
2
-1
/
+121
*
Test adding extensions to certification requests.
schwarze
2021-11-03
2
-2
/
+167
*
Add regress that calls SSL_set_tlsext_host_name() with a NULL host name.
jsing
2021-11-02
1
-1
/
+15
*
Rework SNI hostname regress to be table driven.
jsing
2021-11-01
1
-62
/
+147
*
Rework x509attribute regress test in such a way that it doesn't need
tb
2021-11-01
1
-11
/
+7
*
Make this test compile again after the damage done in libcrypto
tb
2021-10-31
1
-19
/
+20
*
Prepare regress for opaque structs in x509*.h
tb
2021-10-31
4
-25
/
+18
*
openssl-ruby tests: rework for x509_alt.c r1.3 and r1.5.
tb
2021-10-28
1
-6
/
+9
*
Free memory on text exit to make asan quieter
beck
2021-10-26
1
-53
/
+83
*
Revise regress for removal of SSL_SESSION_INTERNAL.
jsing
2021-10-26
1
-27
/
+27
*
Drop two uses of the terrible asn1 kludge spotted by anton
tb
2021-10-25
1
-3
/
+3
*
For open/openat, if the flags parameter does not contain O_CREAT, the
deraadt
2021-10-24
2
-4
/
+4
*
Add a regress test for TLS client/server.
jsing
2021-10-23
3
-1
/
+496
*
Revise regress test for tls13_buffer rename.
jsing
2021-10-23
1
-14
/
+16
*
Revise regress for tlsext_tick_lifetime_hint changing type.
jsing
2021-10-23
1
-2
/
+2
*
Pull in ssl_locl.h so that we can keep reaching into libssl internals.
jsing
2021-10-15
2
-1
/
+4
*
ssltest.c does not need param.h
tb
2021-10-13
1
-1
/
+0
*
Remove __dead from usage() to reduce the diff needed to build LibreSSL
tb
2021-10-13
1
-3
/
+3
*
Mark another test as failing with the legacy verifier.
jsing
2021-09-30
2
-2
/
+4
*
Remove recent changes used to unblock the signal undergoing testing, I solved it
anton
2021-09-28
2
-30
/
+2
*
Mark "failures" volatile to avoid a problem with sigsetjmp/siglongjmp.
millert
2021-09-27
2
-4
/
+4
*
These tests pass in a few seconds. Remove REGRESS_SLOW_TARGETS.
bluhm
2021-09-27
1
-3
/
+1
*
Make t_gettimeofday pass on sparc64.
mbuhl
2021-09-27
1
-1
/
+3
*
Simplify runAesCmacTest() by using EVP_DigestSign().
tb
2021-09-24
1
-16
/
+3
*
Fix appstest.sh for testing with OpenSSL 3.0
inoguchi
2021-09-20
1
-2
/
+5
*
At least t_fork and t_vfork tests need coredumps enabled to succeed.
claudio
2021-09-19
1
-1
/
+2
*
Ensure that the kill signal undergoing testing is not ignored.
anton
2021-09-09
1
-1
/
+15
[next]