summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove ASN1_time_clamp_notafter() prototypetb2024-02-231-3/+1
* x509_asid: NULL out min/max on extract_min_max() failuretb2024-02-201-1/+3
* x509_asid: fix some KNF botchestb2024-02-191-37/+19
* Use EVP_MD_CTX_legacy_clear() internallytb2024-02-181-3/+3
* Fix the verifier to use the trust storebeck2024-02-011-1/+13
* This table no longer needs to be sortedtb2024-01-251-5/+1
* Remove the custom X509v3 extensions stacktb2024-01-251-105/+42
* Prepare for removing most of the X509_TRUST APItb2024-01-131-41/+35
* X509_TRUST: tidy up includestb2024-01-101-2/+4
* X509_TRUST: group together all trust_*() functionstb2024-01-101-33/+30
* X509_TRUST: hoist trust_compat() to the other end of the filetb2024-01-101-12/+11
* X509_TRUST: start shuffling some code aroundtb2024-01-101-32/+31
* Rework X509_STORE_CTX_set_{purpose,trust}()tb2024-01-101-36/+35
* Fix copy-paste error that broke openssl-ruby and openssl regresstb2024-01-091-2/+2
* Disable X509_STORE_CTX_purpose_inherit()tb2024-01-081-23/+22
* Inline X509_{TRUST,PUPROSE}_set() in their only callerstb2024-01-081-3/+16
* Fix logic error (&& -> ||)tb2024-01-081-2/+2
* Minor cleanup in X509_STORE_CTX_purpose_inherit()tb2024-01-071-9/+10
* purpose/trust: Improve comments about COUNT/MAX confusiontb2024-01-072-4/+10
* Remove X509_TRUST extensibilitytb2024-01-071-102/+10
* Remove X509_CRL_METHOD internalstb2024-01-061-3/+1
* Remove X509_PURPOSE extensibilitytb2024-01-061-112/+10
* KNF nittb2023-12-311-2/+2
* Sort the NIDs by nametb2023-12-311-8/+8
* Replace the sorted extensions lookup with a switchtb2023-12-311-58/+23
* Make x509_issuer_cache_free_oldest() statictb2023-12-301-2/+2
* One more missing void was hiding heretb2023-12-301-2/+2
* Some BoringSSL devs spent too much time with C++tb2023-12-302-4/+4
* Use a void pointer rather than char for method_datatb2023-12-292-9/+7
* Remove the unused init flag of X509_LOOKUPtb2023-12-291-2/+1
* X509_LOOKUP_shutdown() became a noop.tb2023-12-271-2/+1
* Remove unused X509_LOOKUP_METHODstb2023-12-255-43/+12
* Prefix get_trusted_issuer() with x509_vfy_tb2023-12-231-4/+3
* Rename check_hosts()tb2023-12-221-3/+3
* Replace check_trust() with its x509_vfy_ prefixed wrappertb2023-12-221-11/+4
* Replace check_chain_extensions() with its x509_vfy_ wrappertb2023-12-221-8/+2
* Replace check_id() with its x509_vfy_check_id() wrappertb2023-12-221-9/+4
* Remove a bunch of function pointers from X509_STORE_CTXtb2023-12-222-42/+18
* Remove cleanup() and get_crl() from X509_STORE_CTXtb2023-12-222-15/+3
* Remove unused function pointers from X509_STOREtb2023-12-222-55/+11
* Fix sk_deep_copy() implementationtb2023-12-141-32/+22
* Clean up and de-spaghettize by_file_callbackbeck2023-11-301-21/+15
* Move the callers X509_STORE_CTX_purpose_inherit() down a bittb2023-11-271-15/+15
* Make X509_certificate_type() less badtb2023-11-131-24/+29
* Garbage collect an incoherent export crypto checktb2023-11-131-4/+1
* Use a sensible variable name (i.e. nid) instead of i for a NIDtb2023-11-131-5/+6
* Use X509_get_signature_nid() instead of inlining ittb2023-11-131-2/+2
* X509_certificate_type() needs to know about RSA-PSStb2023-11-131-1/+4
* Eliminate the timegm(3) dependency in libcryptotb2023-11-134-19/+36
* Fix a few bugs in X509v3_asid_add*()tb2023-11-111-38/+96