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
*
Fix expected client hello value to allow for supported_groups change.
beck
2024-03-26
1
-4
/
+4
*
Disable client handshake test for now for pending changes.
beck
2024-03-26
1
-2
/
+3
*
Codify more insane CRYPTO_EX_DATA API.
jsing
2024-03-25
1
-9
/
+59
*
Revise for TLS extension parsing/processing changes.
jsing
2024-03-25
1
-108
/
+42
*
Revise TLS extension regress for parse/process changes.
jsing
2024-03-25
1
-43
/
+108
*
Add tests for EVP_get_cipherbyname(NULL) and EVP_get_digestbyname(NULL)
jca
2024-03-24
1
-1
/
+25
*
Remove now unused certificates (which are also soon to expire).
jsing
2024-03-21
3
-147
/
+0
*
Use the new certificates/chains in regress.
jsing
2024-03-20
9
-32
/
+33
*
Ugly workaround to let this compile again on non-clang platforms.
miod
2024-03-05
1
-1
/
+9
*
Reinstate a test that was accidentally removed in previous
tb
2024-03-03
1
-1
/
+7
*
Unhook some gost tests
tb
2024-03-02
1
-121
/
+1
*
Remove the ciphers_by_values_test()
tb
2024-03-01
1
-56
/
+0
*
exporter: use the atrocious SSL_CIPHER_find() rather than get_by_id()
tb
2024-03-01
1
-2
/
+5
*
ssltest: drop another use of CRYPTO_mem_leaks()
tb
2024-03-01
1
-2
/
+1
*
Detect OPENSSL_NO_GOST correctly
tb
2024-02-29
1
-1
/
+2
*
CRYPTO_mem_leaks* will go away. Remove calls in legacy tests
tb
2024-02-29
3
-6
/
+3
*
Link x509_algor test statically and switch to the internal
tb
2024-02-29
2
-9
/
+18
*
OBJ_NAME_TYPE_PKEY_METH is no longer supported
tb
2024-02-29
1
-5
/
+1
*
Stop testing EVP_PKEY_GOST{IMIT,R01}
tb
2024-02-29
1
-3
/
+1
*
Prepare freenull test for GOST removal
tb
2024-02-29
1
-1
/
+3
*
asn1time: remove some debugging code
tb
2024-02-18
1
-3
/
+1
*
Tweak previous
tb
2024-02-18
1
-7
/
+6
*
Adjust regress test for memset() requested by jsing on review
tb
2024-02-18
1
-4
/
+18
*
Add regress coverage for the new API
tb
2024-02-18
2
-2
/
+197
*
bio_dump: add a test that prints all values of a single byte
tb
2024-02-09
1
-1
/
+59
*
Cope with recent ctype.h prefix changes.
anton
2024-02-05
1
-5
/
+5
*
More missing void
tb
2024-02-04
1
-3
/
+3
*
Fix asn1_integer_null_data_test()
tb
2024-02-04
1
-2
/
+2
*
Remove GOST and STREEBOG support from libssl.
beck
2024-02-03
4
-189
/
+115
*
bio_dump: fix indent
tb
2024-02-02
1
-32
/
+32
*
bio_dump: add one more testcase
tb
2024-02-02
1
-2
/
+36
*
Add regress coverage for BIO_dump()
tb
2024-02-02
2
-1
/
+745
*
Add a shutdown sequence regress test.
jsing
2024-01-30
1
-3
/
+133
*
Enable for TLSv1.3 now that shutdown behaviour matches the legacy stack.
jsing
2024-01-27
1
-3
/
+1
*
Add 'openssl x509 -new' functionality to the libcrypto CLI utility
job
2024-01-26
1
-1
/
+50
*
Replace more occurrences of OBJ_NAME_do_all_sorted() with
tb
2024-01-21
1
-7
/
+4
*
Enable shutdown regress test.
jsing
2024-01-19
1
-1
/
+2
*
Add regress test coverage for SSL_shutdown().
jsing
2024-01-19
2
-0
/
+546
*
ec_point_conversion: zap an empty line
tb
2024-01-18
1
-2
/
+1
*
Run the pkey cleanup test also for {Ed,X}25519
tb
2024-01-15
1
-1
/
+3
*
Switch to EVP_CIPHER_do_all() now that snaps are available on most arches
tb
2024-01-15
1
-5
/
+3
*
appstest: Zap a trailing tab added in previous
tb
2024-01-12
1
-2
/
+2
*
Add -force_pubkey -multivalue-rdn -set_issuer -set_subject -utf8 to x509 app
job
2024-01-12
1
-1
/
+26
*
Remove the evp_pkey_method() test
tb
2024-01-11
1
-38
/
+1
*
Sprinkle a handfull of missing continue
tb
2023-12-31
1
-1
/
+10
*
Add extended regress coverage for ASN.1 methods
tb
2023-12-30
1
-1
/
+147
*
Add initial regress for CRYPTO_EX_DATA.
jsing
2023-12-27
3
-1
/
+237
*
Remove engine regress.
jsing
2023-12-27
3
-264
/
+1
*
c2sp: replace openssl 3.0 with 3.2 support
tb
2023-12-17
1
-2
/
+2
*
Remove the string_table test
tb
2023-12-15
2
-130
/
+1
[next]