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
*
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
*
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
*
Drop a useless line and bump copyright years
tb
2023-11-07
1
-4
/
+3
*
Unwrap a few lines
tb
2023-11-07
1
-72
/
+32
*
Wrap hex.DecodeString() into mustDecodeHexString()
tb
2023-11-07
1
-390
/
+78
*
Use maps to retrieve various AES variants
tb
2023-11-07
1
-60
/
+72
*
Convert hashEvpMdFromString() to a map
tb
2023-11-07
1
-26
/
+19
*
Add stringer interfaces to the test groups
tb
2023-11-07
1
-102
/
+126
*
Pull everything except the actual run call out of the closure
tb
2023-11-06
1
-11
/
+9
*
Introduce testGroupFromAlgorithm()
tb
2023-11-06
1
-50
/
+54
*
Add a wycheproofTestGroupRunner interface
tb
2023-11-06
1
-72
/
+26
*
Add aliases for AES AEAD constructions and ChaCha
tb
2023-11-06
1
-9
/
+12
*
Fix a for loop bug introduced in the concurrency refactor
tb
2023-11-06
1
-3
/
+4
*
Uncomment json webcrypto line. Packages will have caught up...
tb
2023-11-06
1
-3
/
+2
*
Remove 3 expected failures those got fixed in the regress code.
claudio
2023-10-31
1
-4
/
+1
*
unlink("/") just needs to error. Checking for a specific errno makes
claudio
2023-10-31
1
-2
/
+2
*
When creating a file in a directory the file gid is inherited from
claudio
2023-10-31
1
-2
/
+2
*
Ignore closefrom() failure. This fails normally since fd 4 and up are all
claudio
2023-10-31
1
-3
/
+2
*
Add support for OpenSSL 3.1 interop tests
tb
2023-10-30
8
-11
/
+74
*
Include wait(2) status in error message, in the hopes of providing clues
anton
2023-10-27
1
-2
/
+2
*
Provide prototype for X509_ALGOR_set_md()
tb
2023-10-26
1
-1
/
+3
*
A few more tests
otto
2023-10-22
1
-1
/
+15
[next]