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
*
Initialize the mutex before making us of it from many threads. Prevents
anton
2022-04-03
1
-28
/
+23
*
Check EVPDigest* return values.
tb
2022-03-31
1
-4
/
+7
*
Add a simple test to ensure that pmeth->cleanup() can cope with NULL
tb
2022-03-30
2
-2
/
+93
*
Remove double slash in path to test program.
anton
2022-03-30
1
-9
/
+9
*
Adjust the signer test to link statically and work with hidden tls_signer
tb
2022-03-24
2
-3
/
+7
*
Revise regress for ascii/text to ASN.1 object conversion rewrite.
jsing
2022-03-19
1
-58
/
+10
*
Add another invalid separator test case.
jsing
2022-03-19
1
-1
/
+5
*
Fix dependency to build bn_mod_sqrt.
bluhm
2022-03-16
1
-2
/
+2
*
Check BIO_reset() return value to make gcc happy.
tb
2022-03-15
1
-2
/
+5
*
Add a simple regress to verify that the infinite loop in BN_mod_sqrt()
tb
2022-03-15
2
-1
/
+138
*
Add a few regress test cases for name constraints.
tb
2022-03-14
3
-5
/
+25
*
Simple regress for NULL deref reported by Guido Vranken and fixed in
tb
2022-03-10
2
-1
/
+51
*
Some more c99 initializers for consistency and readability
tb
2022-03-08
1
-23
/
+62
*
Add test coverage for i2a_ASN1_OBJECT()
jsing
2022-03-05
1
-3
/
+39
*
Provide additional ASN1_OBJECT test coverage.
jsing
2022-03-02
1
-16
/
+114
*
Add regress coverage for ASN1_OBJECT public interfaces.
jsing
2022-02-26
2
-1
/
+399
*
Test OBJ_obj2txt() with NULL and short buffers.
jsing
2022-02-20
1
-1
/
+12
*
Add memory BIO small I/O tests.
jsing
2022-02-19
1
-1
/
+72
*
Add tests for memory BIO.
jsing
2022-02-17
1
-2
/
+254
*
Add test coverage for OBJ_txt2obj()/OBJ_obj2txt() with no_name == 0.
jsing
2022-02-12
1
-4
/
+99
*
Revise for OBJ_obj2txt() OID arc limits.
jsing
2022-02-12
1
-4
/
+4
*
Test OBJ_obj2nid() with an undefined (NID_undef) object.
jsing
2022-02-11
1
-2
/
+2
*
Add initial regress for objects.
jsing
2022-02-11
3
-1
/
+449
*
If running with ASAN, mark test_with{,out}_bzero() with the
tb
2022-02-10
1
-3
/
+14
*
silence "function declaration isn't a prototype" warning by changing
tb
2022-02-09
1
-6
/
+6
*
Plug leaks reported by Ilya Shipitsin
tb
2022-02-08
1
-1
/
+5
*
Plug a number of leaks reported by Ilya Shipitsin
tb
2022-02-08
1
-2
/
+9
*
Garbage collect the unused hash and print kp->pubkey_hash instead of NULL.
tb
2022-02-08
1
-7
/
+4
*
Fix memleaks reported by Ilya Shipitsin
tb
2022-02-08
1
-3
/
+5
*
cope with recent S3I removal; ok tb@
anton
2022-02-06
1
-2
/
+2
*
Add a workaround due to OpenSSL's limitation of SSL_CTX_set_cipher_list
tb
2022-02-05
1
-1
/
+5
*
Mechanically adjust from AEAD- to TLS_ to adjust to the new cipher names.
tb
2022-02-05
1
-10
/
+5
*
Adjust the ssl_get_shared_ciphers to the new names.
tb
2022-02-05
1
-23
/
+23
*
Revise for S3I removal.
jsing
2022-02-05
1
-81
/
+81
*
Use TLS_PADDING_* defines.
jsing
2022-02-01
1
-4
/
+6
*
Revise/simplify for signer interface change.
jsing
2022-02-01
1
-20
/
+10
*
Add test coverage for tls_signer when used with a TLS server.
jsing
2022-01-30
1
-2
/
+189
*
Add initial regress for tls_signer.
jsing
2022-01-30
3
-1
/
+305
*
remove unused variable from all copies of _asr_strdname()
naddy
2022-01-20
2
-6
/
+6
*
Add ct.h and x509_vfy.h
inoguchi
2022-01-15
1
-1
/
+3
*
Undo static linking and other workarounds that are no longer needed
tb
2022-01-14
6
-19
/
+15
*
Convert wycheproof.go for opaque EVP_AEAD_CTX
tb
2022-01-14
1
-11
/
+18
*
The cttest can link dynamically now
tb
2022-01-14
1
-2
/
+2
*
Simplify BN_mont test slightly using a new accessor.
tb
2022-01-14
1
-4
/
+2
*
Only evp_pkey_check needs static linking
tb
2022-01-12
1
-2
/
+4
*
Add a prototype for OBJ_bsearch_ so this test will keep working
tb
2022-01-12
1
-1
/
+6
*
Rework ecdsatest to build after the bump and link statically for now
tb
2022-01-12
2
-14
/
+26
*
Rework dsatest to use accessors and link statically for now
tb
2022-01-12
2
-7
/
+7
*
Rework dhtest to use accessors and link statically for now
tb
2022-01-12
1
-6
/
+6
*
Rework dhtest to use accessors and link statically for now
tb
2022-01-12
1
-3
/
+3
[next]