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
...
*
Rework test to use EVP_AEAD_CTX_{new,free}() and link statically for now
tb
2022-01-12
2
-20
/
+32
*
Fix asn1x509 build with opaque structures. Link statically for now.
tb
2022-01-12
2
-20
/
+25
*
Rework Makefile to use regress framework and link asn1basic statically.
tb
2022-01-12
2
-14
/
+16
*
forgot to zap some dead assignments
tb
2022-01-11
1
-4
/
+4
*
Add regress for EVP_PKEY_{,public_,param_}check()
tb
2022-01-11
2
-7
/
+415
*
Revise for peer_cert.
jsing
2022-01-11
1
-6
/
+6
*
Revise for changes to tls_key_share_peer_public()
jsing
2022-01-11
1
-2
/
+4
*
Increase the max size of allocations, in prep for a large cache implementation.
otto
2022-01-09
1
-3
/
+3
*
Add some workarounds to make build_addr_block_test_data const.
tb
2022-01-07
1
-17
/
+26
*
Revert previous accidental commit
tb
2022-01-07
1
-2
/
+2
*
Let dtlstest peek into bio_local.h
tb
2022-01-07
2
-2
/
+4
*
Revise for change to tls_key_share_peer_public()
jsing
2022-01-06
1
-3
/
+2
*
Add regress tests for ASN1_BIT_STRING.
jsing
2022-01-06
1
-2
/
+113
*
Add a comment that explains why build_addr_block_tests isn't const
tb
2022-01-06
2
-3
/
+8
*
Test CBB_add_u64()
jsing
2022-01-06
1
-2
/
+6
*
With openssl-ruby-tests 20220105, test_post_connection_check_wildcard_san
tb
2022-01-06
1
-2
/
+2
*
Fix a copy-paste error that led to an out-of-bounds access.
tb
2022-01-06
1
-2
/
+2
*
Add test coverage for SCT validation.
jsing
2022-01-06
4
-7
/
+116
*
t_syscall was a test for the gcc 1.x off_t syscall padding,
guenther
2022-01-06
2
-125
/
+2
*
Revise for tls13_key_share rename.
jsing
2022-01-05
1
-11
/
+11
*
Provide regress for SSL public APIs.
jsing
2022-01-05
3
-1
/
+387
*
Remove bandaid to work around expected range_should_be_prefix() problem.
tb
2022-01-05
1
-6
/
+2
*
Plug memleaks
tb
2021-12-29
1
-3
/
+11
*
Plug memleak
tb
2021-12-29
1
-2
/
+7
*
More EVP_* return value checks
tb
2021-12-29
1
-22
/
+60
*
Remove redundant NULL checks
tb
2021-12-29
1
-3
/
+1
*
Minor cleanup after EC_POINT_get_affine_coordinates() unified the
tb
2021-12-29
1
-23
/
+6
*
More return value checks for EVP_* API
tb
2021-12-29
1
-16
/
+28
*
Check return values of EVP_* API
tb
2021-12-29
1
-6
/
+24
*
knfmt makes this slightly nicer.
tb
2021-12-29
1
-52
/
+49
*
One more leak of the same kind
tb
2021-12-29
1
-2
/
+2
*
Plug memleak
tb
2021-12-29
1
-3
/
+3
*
Set failed in test_random_points()
tb
2021-12-29
1
-2
/
+2
*
Provide a set of RSA and ECDSA test certificates/keys.
jsing
2021-12-27
30
-0
/
+919
*
Provide a script to generate test certificates/keys.
jsing
2021-12-27
1
-0
/
+263
*
add missing include path; ok tb@
anton
2021-12-26
1
-1
/
+2
*
The RFC 3779 test needs LIBRESSL_CRYPTO_INTERNAL as lon as the API
tb
2021-12-24
1
-2
/
+2
*
Print the name of the test before we run it.
jsing
2021-12-24
1
-1
/
+2
*
Style tweak in {d2i,i2d}_IPAddrBlocks()
tb
2021-12-24
1
-5
/
+5
*
Drop -g -O0 from CFLAGS
tb
2021-12-24
1
-2
/
+2
*
link rfc3779 test to build
tb
2021-12-24
1
-2
/
+2
*
Add initial test coverage for RFC 3779 code.
tb
2021-12-24
2
-0
/
+1804
*
fix typo: boolean true should decode to 1, not 0
tb
2021-12-23
1
-2
/
+2
*
Add regress coverage for the crazy SCT_new_from_base64() API.
jsing
2021-12-20
1
-1
/
+57
*
support processing <openssl/bn.h>
schwarze
2021-12-18
1
-3
/
+24
*
To ease maintenance, structure the lists of intentionally undocumented
schwarze
2021-12-16
1
-55
/
+109
*
Add coverage for CBS additions.
jsing
2021-12-15
1
-2
/
+50
*
Some more ASN.1 struct types that are postponed (because they are
schwarze
2021-12-15
1
-2
/
+5
*
tweak for the generated source
tb
2021-12-14
1
-2
/
+2
*
more symbols that are postponed or intentionally undocumented and
schwarze
2021-12-14
1
-6
/
+55
[prev]
[next]