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
OPENBSD_7_7
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
x509
/
x509_vfy.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dead code.
beck
2023-06-08
1
-13
/
+3
*
Merge X509_VERIFY_PARAM_ID into X509_VERIFY_PARAM
tb
2023-05-28
1
-13
/
+12
*
Rename arguments of X509_STORE_CTX_init()
tb
2023-05-14
1
-5
/
+5
*
Rename the other_ctx in X509_STORE_CTX into trusted
tb
2023-05-08
1
-10
/
+10
*
X509_verify_cert(): Garbage collect the unused roots variable
tb
2023-05-08
1
-4
/
+1
*
Send x509_subject_cmp() to the attic
tb
2023-04-30
1
-9
/
+1
*
Zap extra blank line
tb
2023-04-30
1
-2
/
+1
*
Enable policy checking by default now that we are DAG implementation based.
beck
2023-04-28
1
-2
/
+2
*
Unifdef LIBRESSL_HAS_POLICY_DAG and remove it from the Makefile
tb
2023-04-28
1
-61
/
+1
*
Make the new policy code in x509_policy.c to be selectable at compile time.
beck
2023-04-26
1
-1
/
+41
*
Use X509_STORE_CTX_get1_{certs,crls}() instead of an alias
tb
2023-04-25
1
-3
/
+3
*
Move the policy tree code to internal-only
tb
2023-04-25
1
-15
/
+1
*
x509_vfy.c and x509_vpm.c don't need vpm_int.h anymore
tb
2023-04-16
1
-2
/
+3
*
More ProxyCertInfo tentacles go to the attic
tb
2023-04-16
1
-34
/
+4
*
libressl *_namespace.h: adjust *_ALIAS() to require a semicolon
tb
2023-02-16
1
-56
/
+56
*
spelling fixes; from paul tagliamonte
jmc
2022-12-26
1
-2
/
+2
*
Retire X509_V_FLAG_CB_ISSUER_CHECK
tb
2022-12-01
1
-16
/
+8
*
Getters and setters for the check_issued() callback
tb
2022-12-01
1
-1
/
+23
*
Make internal header file names consistent
tb
2022-11-26
1
-2
/
+2
*
Revert "Check certificate extensions in trusted certificates"
beck
2022-11-17
1
-46
/
+3
*
Hide public symbols in libcrypto/x509 .c files
beck
2022-11-14
1
-1
/
+53
*
Check certificate extensions in trusted certificates.
beck
2022-11-13
1
-3
/
+46
*
Switch loop bounds from size_t to int in check_hosts()
tb
2022-08-31
1
-2
/
+2
*
Allow security_level to mestastasize into the verifier
tb
2022-06-27
1
-1
/
+142
*
X509_GET_PUBKEY(3) return value check in libcrypto
inoguchi
2022-01-22
1
-2
/
+3
*
Bugfix in X509_get_pubkey_parameters(3):
schwarze
2021-11-26
1
-3
/
+5
*
Simplify the code in X509_get_pubkey_parameters(3)
schwarze
2021-11-26
1
-8
/
+4
*
In some situations, the verifier would discard the error on an unvalidated
beck
2021-11-24
1
-2
/
+6
*
Fix a bug in check_crl_time() that could result in incomplete
schwarze
2021-11-13
1
-8
/
+8
*
In X509_STORE_CTX, rename the X509_STORE store rather than ctx.
tb
2021-11-07
1
-6
/
+6
*
In X509_STORE_CTX rename the misnamed last_untrusted to num_untrusted
tb
2021-11-07
1
-13
/
+13
*
Cache sha512 hash and parsed not_before and not_after with X509 cert.
beck
2021-11-04
1
-21
/
+35
*
Move the now internal X.509-related structs into x509_lcl.h.
tb
2021-11-01
1
-3
/
+1
*
Add RFC 3779 checks to both legacy and new verifier
job
2021-10-26
1
-1
/
+11
*
Prepare to provide a number of X509_STORE_CTX_* setters.
tb
2021-10-24
1
-1
/
+38
*
Prepare to provide X509_STORE_CTX_get_num_untrusted()
tb
2021-10-24
1
-1
/
+7
*
Call the callback on success in new verifier in a compatible way
beck
2021-09-03
1
-5
/
+17
*
Get rid of historical code to extract the roots in the legacy case.
beck
2021-08-28
1
-49
/
+2
*
Pull roots out of the trust store in the legacy xsc when building chains
beck
2021-08-19
1
-1
/
+10
*
Fix two bugs in the legacy verifier
tb
2021-02-25
1
-6
/
+10
*
KNF
tb
2021-02-11
1
-4
/
+7
*
Plug a big memory leak in the new validator
tb
2020-11-18
1
-1
/
+6
*
Move freeing of the verify context to its natural place instead of
tb
2020-11-18
1
-2
/
+2
*
KNF (whitespace)
tb
2020-11-18
1
-2
/
+2
*
jumping into the x509 fray with a bunch of whitespace repair
deraadt
2020-09-26
1
-6
/
+6
*
KNF/whitespace nits
tb
2020-09-20
1
-4
/
+5
*
Deduplicate the time validation code between the legacy and new
beck
2020-09-15
1
-24
/
+2
*
remove unneded variable "time1"
beck
2020-09-14
1
-6
/
+6
*
Correctly fix double free introduced on review.
beck
2020-09-14
1
-1
/
+2
*
Fix double free - review moved the pop_free of roots to x509_verify_ctx_free
beck
2020-09-14
1
-2
/
+1
[next]