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
/
lib
/
libcrypto
/
x509
/
x509_vfy.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
unifdef OPENSSL_NO_CHAIN_VERIFY
tb
13 days
1
-6
/
+3
*
Cache CRLs in issuer cache
tb
2025-02-08
1
-17
/
+35
*
Make use of X509_get_signature_info() in check_sig_level()
tb
2024-08-28
1
-20
/
+3
*
x509_vfy.c: drop some unnecessary parentheses
tb
2024-08-04
1
-6
/
+5
*
Remove notBefore and notAfter cacheing.
beck
2024-04-08
1
-21
/
+3
*
Remove unused parts of the purpose API
tb
2024-03-02
1
-10
/
+1
*
Use an accessor instead of reaching into X509_PURPOSE
tb
2024-02-28
1
-2
/
+2
*
Remove ASN1_time_clamp_notafter() prototype
tb
2024-02-23
1
-3
/
+1
*
Rework X509_STORE_CTX_set_{purpose,trust}()
tb
2024-01-10
1
-36
/
+35
*
Fix copy-paste error that broke openssl-ruby and openssl regress
tb
2024-01-09
1
-2
/
+2
*
Disable X509_STORE_CTX_purpose_inherit()
tb
2024-01-08
1
-23
/
+22
*
Minor cleanup in X509_STORE_CTX_purpose_inherit()
tb
2024-01-07
1
-9
/
+10
*
Prefix get_trusted_issuer() with x509_vfy_
tb
2023-12-23
1
-4
/
+3
*
Rename check_hosts()
tb
2023-12-22
1
-3
/
+3
*
Replace check_trust() with its x509_vfy_ prefixed wrapper
tb
2023-12-22
1
-11
/
+4
*
Replace check_chain_extensions() with its x509_vfy_ wrapper
tb
2023-12-22
1
-8
/
+2
*
Replace check_id() with its x509_vfy_check_id() wrapper
tb
2023-12-22
1
-9
/
+4
*
Remove a bunch of function pointers from X509_STORE_CTX
tb
2023-12-22
1
-35
/
+17
*
Remove cleanup() and get_crl() from X509_STORE_CTX
tb
2023-12-22
1
-12
/
+2
*
Remove unused function pointers from X509_STORE
tb
2023-12-22
1
-46
/
+10
*
Move the callers X509_STORE_CTX_purpose_inherit() down a bit
tb
2023-11-27
1
-15
/
+15
*
Eliminate the timegm(3) dependency in libcrypto
tb
2023-11-13
1
-3
/
+2
*
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
[next]