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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-28
Add RCS marker
tb
1
-0
/
+1
2021-08-28
Add case 2c to the go side. Don't tell jsing I touched go.
beck
1
-0
/
+1
2021-08-28
Remove the "dump_chain" flag and code. This was a workaround for a problem where
beck
2
-16
/
+4
2021-08-28
Check X509_get_notAfter return value in openssl(1) ca.c
inoguchi
1
-3
/
+5
2021-08-28
Use strndup instead of malloc, memcpy and NULL termination in openssl(1) ca.c
inoguchi
1
-11
/
+4
2021-08-28
Remove ASN1_TIME_new and use NULL for X509_gmtime_adj, free tmptm in err path
inoguchi
1
-15
/
+7
2021-08-28
Unwrap lines in openssl(1) ca.c
inoguchi
1
-5
/
+3
2021-08-28
Avoid leak with X509_REVOKED variable in openssl(1) ca.c
inoguchi
1
-1
/
+3
2021-08-28
Checking the return value in openssl(1) ca.c
inoguchi
1
-41
/
+127
2021-08-27
Add regress test testing having the root cert in the intermediate bundle
beck
5
-1
/
+96
2021-08-27
Remove unused #include <assert.h>.
tb
1
-2
/
+1
2021-08-24
Fix various read buffer overflow when printing ASN.1 strings (which are
tb
4
-14
/
+20
2021-08-19
Pull roots out of the trust store in the legacy xsc when building chains
beck
3
-8
/
+26
2021-08-18
Import regress tests for SM2. Not yet linked to the build.
tb
4
-0
/
+640
2021-08-18
Import initial code for the SM2 cipher
tb
7
-0
/
+1870
2021-08-18
Add a check_trust call to the legacy chain validation on chain add, remembering
beck
1
-2
/
+10
2021-08-18
Refactor the legacy chain validation from the chain adding code into its
beck
1
-52
/
+70
2021-08-16
typo in comment
tb
1
-2
/
+2
2021-08-11
add new (unsupported) eddsa in certificate verify tests
tb
1
-1
/
+3
2021-08-06
link X509_STORE_get_by_subject(3) and X509_ocspid_print(3) to the build,
schwarze
1
-1
/
+3
2021-08-06
new manual page X509_ocspid_print(3)
schwarze
3
-6
/
+66
2021-08-06
add a roff(7) comment marking the API function X509_get_default_private_dir()
schwarze
1
-2
/
+5
2021-08-04
SSL_CTX_remove_session() checks for a NULL session, avoid doing it twice.
jsing
1
-2
/
+2
2021-08-03
Document X509_get_default_cert_dir_env(3)
schwarze
1
-8
/
+35
2021-08-03
Document X509_get_default_cert_area(3).
schwarze
1
-7
/
+41
2021-08-02
tweaks regarding X509_LOOKUP_by_subject(3):
schwarze
1
-8
/
+28
2021-08-02
new manual page X509_STORE_get_by_subject(3)
schwarze
5
-12
/
+212
2021-08-01
document X509_STORE_load_mem(3) and X509_STORE_add_lookup(3)
schwarze
1
-7
/
+67
2021-07-31
document X509_LOOKUP_mem(3) in X509_LOOKUP_hash_dir(3)
schwarze
8
-32
/
+636
2021-07-31
We have defines for alert levels - use them instead of magic numbers.
jsing
2
-7
/
+5
2021-07-30
Move the explanations related to *ptree closer together and correct
schwarze
1
-16
/
+19
2021-07-29
Ensure that the kill signal undergoing testing is not ignored.
anton
1
-1
/
+15
2021-07-29
Fix a documentation bug i introduced that tb@ pointed out:
schwarze
1
-12
/
+3
2021-07-29
Document X509_STORE_set_verify_func(3), mostly using text from the
schwarze
1
-8
/
+32
2021-07-29
document X509_STORE_CTX_get0_parent_ctx(3)
schwarze
1
-4
/
+34
2021-07-29
document X509_STORE_CTX_set_app_data(3) and X509_STORE_CTX_get_app_data(3)
schwarze
1
-4
/
+51
2021-07-28
document X509_STORE_CTX_get0_policy_tree(3)
schwarze
1
-4
/
+41
2021-07-28
document X509_policy_tree_free(3)
schwarze
1
-3
/
+19
2021-07-28
consisely explain the meaning of return values rather than merely
schwarze
1
-3
/
+20
2021-07-28
Explain the meaning of the policy_oids input argument, correct the
schwarze
1
-14
/
+12
2021-07-28
explicitely -> explicitly;
jmc
1
-4
/
+4
2021-07-27
new manual page X509_policy_check(3)
schwarze
6
-10
/
+198
2021-07-26
Add error checks for i2d_X509_NAME()
tb
1
-3
/
+5
2021-07-26
new manual page X509_policy_tree_level_count(3)
schwarze
4
-6
/
+168
2021-07-26
Dedup dtls1_dispatch_alert()/ssl3_dispatch_alert().
jsing
6
-65
/
+26
2021-07-25
Document X509_STORE_CTX_set_trust(3), X509_STORE_CTX_set_purpose(3),
schwarze
1
-4
/
+226
2021-07-24
Two new manual pages X509_TRUST_set(3) and X509_check_trust(3)
schwarze
8
-12
/
+516
2021-07-24
Compare strcmp and strcasecmp return value with zero
inoguchi
1
-6
/
+6
2021-07-24
Add basic regression tests for strchr() and strrchr().
visa
3
-2
/
+79
2021-07-23
Similar to x509/x509_purp.c rev. 1.5:
schwarze
1
-5
/
+1
[prev]
[next]