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
...
*
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
*
Add a few more test cases for mod_exp aliasing
tb
2023-10-19
1
-33
/
+78
*
The bn_mod_exp test is no longer an expected failure
tb
2023-10-19
1
-3
/
+1
*
Add test case checking aliasing of the result with other arguments
tb
2023-10-19
2
-2
/
+108
*
Make libssl interop server/client tests less flaky by ensuring the
anton
2023-10-18
1
-1
/
+3
*
x509_algor: fix error message
tb
2023-10-12
1
-7
/
+7
*
x509_algor: add a few missing includes
tb
2023-10-12
1
-1
/
+4
*
x509_algor: Turn expected failure into actual failure now that the API is
tb
2023-10-11
1
-3
/
+3
*
Add preallocation dance for X509_ALGOR_set_md() as documented
tb
2023-10-11
1
-1
/
+5
*
Add regress coverage for X509_ALGOR_*
tb
2023-10-11
2
-2
/
+377
*
Add regress coverage for ASN1_UTCTIME_cmp_time_t()
tb
2023-10-05
1
-5
/
+12
*
Add some coverage for ASN1_TIME_cmp_time_t() as well
tb
2023-10-02
1
-1
/
+14
*
Add regress coverage for ASN1_TIME_compare()
tb
2023-10-02
1
-1
/
+78
*
Minor asn1time tweaks
tb
2023-10-02
1
-26
/
+12
*
Add an empty line
tb
2023-10-01
1
-1
/
+2
*
Allow IP addresses to be specified in a URI.
beck
2023-09-29
1
-4
/
+50
*
Appease coverity
tb
2023-09-29
1
-2
/
+4
*
Fix error message
tb
2023-09-28
1
-2
/
+2
*
Don't leak ctx on failure
tb
2023-09-28
1
-3
/
+2
*
Add more regress coverage for EVP_CIPHER_CTX_iv_length()
tb
2023-09-28
1
-1
/
+268
*
Check that EVP_CIPHER_CTX_iv_length() matches what was set
tb
2023-09-28
1
-1
/
+9
*
whitespace
tb
2023-09-28
1
-3
/
+3
*
We're not interested in the core dump, so prevent it. Also catch
otto
2023-09-27
1
-3
/
+17
*
Fix reference to x509v3.cnf(5) bis
tb
2023-09-26
1
-6
/
+6
*
Fix reference to x509v3.cnf(5)
tb
2023-09-26
1
-6
/
+6
*
openssl-ruby tests: remove fallback to ruby31
tb
2023-09-24
1
-5
/
+1
*
Ensure no memory is leaked after passing NULL to ASN1_TIME_normalize()
libressl-v3.8.1
job
2023-08-30
1
-1
/
+4
*
Make some global variables const
tb
2023-08-20
1
-14
/
+15
*
Bye bye to all people out there
tb
2023-08-20
1
-28
/
+1
*
Add some spaces after comma
tb
2023-08-20
1
-6
/
+6
*
unifdef -D FULL_TEST
tb
2023-08-20
1
-7
/
+1
[prev]
[next]