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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove unused flags argument from the trust handlers
tb
2024-03-23
1
-13
/
+13
*
Simplify X509_STORE_free()
tb
2024-03-22
1
-11
/
+3
*
Remove sk_find_ex()
tb
2024-03-02
1
-3
/
+1
*
Make LHASH_OF() and STACK_OF() use opaque structs
tb
2024-03-02
1
-1
/
+2
*
Remove X509_CRL_METHOD API
tb
2024-03-02
1
-13
/
+1
*
Garbage collect most of the public LOOKUP API
tb
2024-03-02
2
-62
/
+4
*
Expose X509_STORE_get1_objects()
tb
2024-03-02
1
-3
/
+1
*
Make X509_CERT_AUX internal
tb
2024-03-02
2
-12
/
+11
*
Remove X509_TRUST from the public API
tb
2024-03-02
2
-13
/
+11
*
Remove DECLARE_STACK_OF(X509_TRUST)
tb
2024-03-02
1
-3
/
+1
*
Remove unused public X509_TRUST API
tb
2024-03-02
2
-92
/
+2
*
const correct X509_PURPOSE_get0{,_{,s}name}()
tb
2024-03-02
2
-10
/
+11
*
Make X509_PURPOSE opaque
tb
2024-03-02
2
-11
/
+13
*
Remove unused parts of the purpose API
tb
2024-03-02
5
-54
/
+11
*
Remove X509V3_EXT extensibility API
tb
2024-03-02
2
-40
/
+2
*
Remove X509_ALGOR_set_md()
tb
2024-03-02
1
-4
/
+1
*
Remove more PBE stuff from the public API
tb
2024-03-02
2
-16
/
+13
*
Remove most PBEPARAM stuff from public visibility
tb
2024-03-02
2
-33
/
+33
*
Small tweak for X509_check_purpose()
tb
2024-02-28
1
-4
/
+6
*
Use an accessor instead of reaching into X509_PURPOSE
tb
2024-02-28
1
-2
/
+2
*
Prepare to provide X509_STORE_get1_objects()
tb
2024-02-23
2
-2
/
+70
*
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
[prev]
[next]