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
/
libcrypto
/
x509
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add regress test for invalidation of DER cache in select X509 setter functions
job
2023-04-25
2
-2
/
+200
*
Exercise d2i_IPAddrBlocks() and X509v3_addr_subset() a little bit
tb
2023-04-20
1
-9
/
+34
*
Clean up the x509 regress make file a little
tb
2023-03-02
1
-27
/
+10
*
Switch regress to using x509_verify.h from libcrypto instead of the
tb
2023-01-28
4
-8
/
+12
*
Clean up makefile
tb
2022-12-03
1
-8
/
+6
*
Tweak x509_constraints_uri_host() regress to test for NULL deref in
tb
2022-11-28
1
-1
/
+3
*
Fix sparc64 build/run
kn
2022-11-23
1
-3
/
+2
*
Start CBS-ifying the name constraints code.
beck
2022-11-11
2
-34
/
+52
*
The previous commit message out to say this:
kn
2022-10-30
1
-1
/
+1
*
/* $OpenBSD: $ */
kn
2022-10-30
1
-2
/
+2
*
Revise expire callback regress to use chains with expired certificates.
jsing
2022-10-17
1
-25
/
+66
*
Ensure that verification results in the expected error and error depth.
jsing
2022-10-17
1
-16
/
+113
*
Fix the legacy verifier callback behaviour for untrusted certs.
beck
2022-06-28
2
-2
/
+303
*
Fix URI name constraints, allow for URI's with no host part.
beck
2022-06-26
1
-0
/
+26
*
Move leaf certificate checks to the last thing after chain validation.
beck
2022-06-25
2
-1
/
+285
*
Use consistent spacing around assignments
tb
2022-06-02
1
-4
/
+4
*
Only constraints and verify need static linking in here.
tb
2022-06-02
2
-5
/
+9
*
Enable X509v3_asid_subset() tests now that they no longer segfault.
tb
2022-05-12
1
-7
/
+1
*
Add a few more testcases for X509v3_asid_subset()
tb
2022-05-12
1
-1
/
+144
*
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
*
Add a comment that explains why build_addr_block_tests isn't const
tb
2022-01-06
2
-3
/
+8
*
Fix a copy-paste error that led to an out-of-bounds access.
tb
2022-01-06
1
-2
/
+2
*
Remove bandaid to work around expected range_should_be_prefix() problem.
tb
2022-01-05
1
-6
/
+2
*
Plug memleak
tb
2021-12-29
1
-2
/
+7
*
The RFC 3779 test needs LIBRESSL_CRYPTO_INTERNAL as lon as the API
tb
2021-12-24
1
-2
/
+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
*
Test adding extensions to certification requests.
schwarze
2021-11-03
2
-2
/
+167
*
Rework x509attribute regress test in such a way that it doesn't need
tb
2021-11-01
1
-11
/
+7
*
Prepare regress for opaque structs in x509*.h
tb
2021-10-31
4
-25
/
+18
*
Mark another test as failing with the legacy verifier.
jsing
2021-09-30
2
-2
/
+4
*
Call the callback on success in new verifier in a compatible way
beck
2021-09-03
1
-3
/
+1
*
Add a regression test to verify that we call the callback in the same
beck
2021-09-01
3
-4
/
+551
*
Only remove the directories if there's an obj/ or obj@
tb
2021-08-28
1
-2
/
+4
*
Add a pass using the modern vfy with by_dir roots, code by me, script to
beck
2021-08-28
3
-15
/
+106
*
Add regress test testing having the root cert in the intermediate bundle
beck
2021-08-27
1
-1
/
+5
*
Relax SAN DNSname validation and constraints to permit non leading *
beck
2021-04-27
1
-8
/
+4
*
Don't leak verify and store contexts.
tb
2020-11-18
1
-1
/
+3
*
catch unset error when validation fails.
beck
2020-10-26
2
-2
/
+16
*
Don't leak bundle_file and cert_file paths at the end.
tb
2020-10-10
1
-1
/
+3
*
Read cert.pem once and reuse it instead of reading it twice per test cert
tb
2020-10-08
1
-18
/
+10
*
KNF
tb
2020-10-03
1
-12
/
+11
*
typo
tb
2020-10-03
1
-1
/
+1
*
spelling, punctuation, whitespace
tb
2020-10-02
2
-6
/
+6
*
Add possibility to link and run this test against the OpenSSL 1.1.1 package
tb
2020-10-02
1
-1
/
+7
*
Use += and ?= and tidy up whitespace
tb
2020-10-02
1
-8
/
+8
*
Tidy up: no need to link statically against libcrypto and no need
tb
2020-10-02
1
-4
/
+4
[prev]
[next]