summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* x509_v3.c: zap another pointless local variabletb2024-05-231-7/+2
* x509_v3.c: add a few empty linestb2024-05-231-1/+9
* X509v3_get_ext_by_NID: make obj const, test & assigntb2024-05-231-4/+4
* x509_v3.c: remove a pointless local variabletb2024-05-231-5/+3
* x509_v3.c: mechanically replace ex with ext and new_ex with new_exttb2024-05-231-42/+42
* remove prototypes with no matching functionjsg2024-05-191-2/+1
* x509_v3.c: remove superfluous parenthesestb2024-05-161-39/+39
* X509_check_akid: zap stray spacetb2024-05-151-2/+2
* x509_ext.c: remove unnecessary includestb2024-05-141-5/+1
* x509_ext.c: remove lots of extraneous parenthesestb2024-05-141-23/+23
* Move X509V3_add_standard_extensions out of the waytb2024-05-111-8/+8
* Make two NULL checks more explicittb2024-05-111-3/+3
* Unwrap a linetb2024-05-111-3/+2
* Tiny style tweaks in X509_REQ_add_extension_nid()tb2024-05-091-6/+5
* Streamline X509_REQ_check_private_key() a bittb2024-05-091-16/+17
* Zap some extra parentheses in X509_REQ_get_pubkey()tb2024-05-091-4/+4
* Clean up X509_to_X509_REQ()tb2024-05-091-21/+18
* Further simplify X509_REQ_get_extensions()tb2024-05-091-6/+4
* Simplify X509_REQ_get_extensions()tb2024-05-081-22/+13
* Simplify X509_REQ_extension_nid()tb2024-05-081-11/+3
* Defang X509_REQ_{s,g}et_extension_nids()tb2024-05-081-15/+20
* Add a comment on abuse of EXFLAG_INVALIDtb2024-04-091-1/+8
* Remove notBefore and notAfter cacheing.beck2024-04-084-63/+16
* Make X509_VERIFY_PARAM_set1_policies() less badtb2024-03-291-22/+34
* Clean up X509_VERIFY_PARAM_add0_policy()tb2024-03-291-6/+5
* Fix indenttb2024-03-291-2/+2
* 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