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
OPENBSD_7_8
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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove ASN1_time_clamp_notafter() prototype
tb
2024-02-23
1
-3
/
+1
*
x509_asid: NULL out min/max on extract_min_max() failure
tb
2024-02-20
1
-1
/
+3
*
x509_asid: fix some KNF botches
tb
2024-02-19
1
-37
/
+19
*
Use EVP_MD_CTX_legacy_clear() internally
tb
2024-02-18
1
-3
/
+3
*
Fix the verifier to use the trust store
beck
2024-02-01
1
-1
/
+13
*
This table no longer needs to be sorted
tb
2024-01-25
1
-5
/
+1
*
Remove the custom X509v3 extensions stack
tb
2024-01-25
1
-105
/
+42
*
Prepare for removing most of the X509_TRUST API
tb
2024-01-13
1
-41
/
+35
*
X509_TRUST: tidy up includes
tb
2024-01-10
1
-2
/
+4
*
X509_TRUST: group together all trust_*() functions
tb
2024-01-10
1
-33
/
+30
*
X509_TRUST: hoist trust_compat() to the other end of the file
tb
2024-01-10
1
-12
/
+11
*
X509_TRUST: start shuffling some code around
tb
2024-01-10
1
-32
/
+31
*
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
*
Inline X509_{TRUST,PUPROSE}_set() in their only callers
tb
2024-01-08
1
-3
/
+16
*
Fix logic error (&& -> ||)
tb
2024-01-08
1
-2
/
+2
*
Minor cleanup in X509_STORE_CTX_purpose_inherit()
tb
2024-01-07
1
-9
/
+10
*
purpose/trust: Improve comments about COUNT/MAX confusion
tb
2024-01-07
2
-4
/
+10
*
Remove X509_TRUST extensibility
tb
2024-01-07
1
-102
/
+10
*
Remove X509_CRL_METHOD internals
tb
2024-01-06
1
-3
/
+1
*
Remove X509_PURPOSE extensibility
tb
2024-01-06
1
-112
/
+10
*
KNF nit
tb
2023-12-31
1
-2
/
+2
*
Sort the NIDs by name
tb
2023-12-31
1
-8
/
+8
*
Replace the sorted extensions lookup with a switch
tb
2023-12-31
1
-58
/
+23
*
Make x509_issuer_cache_free_oldest() static
tb
2023-12-30
1
-2
/
+2
*
One more missing void was hiding here
tb
2023-12-30
1
-2
/
+2
*
Some BoringSSL devs spent too much time with C++
tb
2023-12-30
2
-4
/
+4
*
Use a void pointer rather than char for method_data
tb
2023-12-29
2
-9
/
+7
*
Remove the unused init flag of X509_LOOKUP
tb
2023-12-29
1
-2
/
+1
*
X509_LOOKUP_shutdown() became a noop.
tb
2023-12-27
1
-2
/
+1
*
Remove unused X509_LOOKUP_METHODs
tb
2023-12-25
5
-43
/
+12
*
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
2
-42
/
+18
*
Remove cleanup() and get_crl() from X509_STORE_CTX
tb
2023-12-22
2
-15
/
+3
*
Remove unused function pointers from X509_STORE
tb
2023-12-22
2
-55
/
+11
*
Fix sk_deep_copy() implementation
tb
2023-12-14
1
-32
/
+22
*
Clean up and de-spaghettize by_file_callback
beck
2023-11-30
1
-21
/
+15
*
Move the callers X509_STORE_CTX_purpose_inherit() down a bit
tb
2023-11-27
1
-15
/
+15
*
Make X509_certificate_type() less bad
tb
2023-11-13
1
-24
/
+29
*
Garbage collect an incoherent export crypto check
tb
2023-11-13
1
-4
/
+1
*
Use a sensible variable name (i.e. nid) instead of i for a NID
tb
2023-11-13
1
-5
/
+6
*
Use X509_get_signature_nid() instead of inlining it
tb
2023-11-13
1
-2
/
+2
*
X509_certificate_type() needs to know about RSA-PSS
tb
2023-11-13
1
-1
/
+4
*
Eliminate the timegm(3) dependency in libcrypto
tb
2023-11-13
4
-19
/
+36
*
Fix a few bugs in X509v3_asid_add*()
tb
2023-11-11
1
-38
/
+96
[prev]
[next]