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
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ugly workaround to let this compile again on non-clang platforms.
miod
2024-03-05
1
-1
/
+9
*
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
*
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
*
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
*
rfc3779: remove redundant const.
tb
2023-12-13
1
-5
/
+5
*
tlsexttest: \178 isn't a valid octal escape sequence
tb
2023-12-13
1
-2
/
+2
*
constraints: \178 isn't a valid octal escape sequence
tb
2023-12-13
1
-2
/
+2
*
x509_asn1: avoid lookup table that makes some compilers whine
tb
2023-12-13
1
-59
/
+37
*
evp_test: zap extra empty line
tb
2023-12-10
1
-2
/
+1
*
Add regress coverage for OBJ_NAME_do_all*()
tb
2023-12-08
1
-2
/
+99
*
EVP test: fix includes
tb
2023-11-27
1
-3
/
+3
*
EVP test: add regress coverage for the do_all() API
tb
2023-11-27
1
-1
/
+132
*
Still need engine.h for ENGINE_free()
tb
2023-11-20
1
-1
/
+2
*
Remove last OPENSSL_NO_ENGINE from libssl regress
tb
2023-11-19
1
-7
/
+1
*
Unifdef OPENSSL_NO_ENGINE in libcrypto regress
tb
2023-11-19
8
-68
/
+8
*
Fix an error message left out in the mustDecodeHexString() conversion
tb
2023-11-07
1
-2
/
+2
*
Pull up the handling of the two webcrypto special snowflakes
tb
2023-11-07
1
-13
/
+9
[next]