summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unify *_up_ref() implementationstb2024-03-271-3/+2
* Remove superfluous parentheses in X509_REQ setterstb2024-03-261-10/+10
* Cosmetics, mostly removal of silly parenthesestb2024-03-261-21/+19
* Drop superfluous parentheses in X509_set_version()tb2024-03-261-5/+5
* Tweak versions comment for CRLstb2024-03-261-1/+2
* piuid and psuid have annoyed me for long enoughtb2024-03-261-7/+7
* x509 trust: remove unneeded headerstb2024-03-261-3/+1
* Reject setting invalid versions for certs, CRLs and CSRstb2024-03-263-3/+18
* PKCS5_pbe2_set_iv() can be local to p5_pbev2tb2024-03-261-3/+1
* Revert r1.13 since it currently breaks openssl-ruby regress tests.jsing2024-03-251-2/+2
* Error on setting an invalid CSR versionjob2024-03-251-2/+2
* Final tweaks in x509_trs.c for nowtb2024-03-251-10/+11
* Kill X509_TRUSTtb2024-03-251-79/+31
* Clean up EVP_MD_CTX_{legacy_clear,cleanup}() usage in x509/x509_cmp.cjoshua2024-03-251-21/+25
* Add back trust member of X509_TRUST that I accidentally deletedtb2024-03-251-1/+2
* Const correct the trust handlerstb2024-03-251-8/+7
* Pass the nid instead of the entire trust structuretb2024-03-251-10/+10
* Pull extension caching into X509_check_trust()tb2024-03-251-2/+7
* Remove unnecessary stat() calls from by_dirbeck2024-03-251-14/+15
* Rename ax into auxtb2024-03-241-8/+7
* Drop redundant NULL checks around two for loopstb2024-03-241-15/+14
* Rename arg1 to nid because that's what it istb2024-03-241-11/+11
* Drop the unused 'name' member from X509_TRUSTtb2024-03-241-10/+1
* Remove unused flags and arg2 members from X509_TRUSTtb2024-03-231-3/+1
* Remove unused flags argument from the trust handlerstb2024-03-231-13/+13
* Simplify X509_STORE_free()tb2024-03-221-11/+3
* Remove sk_find_ex()tb2024-03-021-3/+1
* Make LHASH_OF() and STACK_OF() use opaque structstb2024-03-021-1/+2
* Remove X509_CRL_METHOD APItb2024-03-021-13/+1
* Garbage collect most of the public LOOKUP APItb2024-03-022-62/+4
* Expose X509_STORE_get1_objects()tb2024-03-021-3/+1
* Make X509_CERT_AUX internaltb2024-03-022-12/+11
* Remove X509_TRUST from the public APItb2024-03-022-13/+11
* Remove DECLARE_STACK_OF(X509_TRUST)tb2024-03-021-3/+1
* Remove unused public X509_TRUST APItb2024-03-022-92/+2
* const correct X509_PURPOSE_get0{,_{,s}name}()tb2024-03-022-10/+11
* Make X509_PURPOSE opaquetb2024-03-022-11/+13
* Remove unused parts of the purpose APItb2024-03-025-54/+11
* Remove X509V3_EXT extensibility APItb2024-03-022-40/+2
* Remove X509_ALGOR_set_md()tb2024-03-021-4/+1
* Remove more PBE stuff from the public APItb2024-03-022-16/+13
* Remove most PBEPARAM stuff from public visibilitytb2024-03-022-33/+33
* Small tweak for X509_check_purpose()tb2024-02-281-4/+6
* Use an accessor instead of reaching into X509_PURPOSEtb2024-02-281-2/+2
* Prepare to provide X509_STORE_get1_objects()tb2024-02-232-2/+70
* 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