summaryrefslogtreecommitdiff
path: root/lib/libcrypto/x509
AgeCommit message (Expand)Author
11 daysx509_policy.c: point at RFC 9618Theo Buehler
2024-11-05Move cryptlib.h to crypto_local.hTheo Buehler
2024-11-01Drop some pointless parenthesesTheo Buehler
2024-11-01Only include cryptlib.h where it's neededTheo Buehler
2024-08-31Rewrite X509V3_add_value() to a single exit idiomTheo Buehler
2024-08-31Expose X509_get_signature_infoTheo Buehler
2024-08-31Make X509at_* API internalTheo Buehler
2024-08-31Remove EVP_PKEY.*attr* APITheo Buehler
2024-08-31Move BIT_STRING_BITNAME tables to constTheo Buehler
2024-08-31const correct X509_LOOKUP_METHODTheo Buehler
2024-08-31Remove X509_REQ_{set,get}_extension_nids()Theo Buehler
2024-08-31Make X509_VAL opaqueTheo Buehler
2024-08-31Remove X509_check_trust() and some related definesTheo Buehler
2024-08-31The X509V3_CONF_METHOD goes awayTheo Buehler
2024-08-31Remove X509V3_get_string/X509V3_string_freeTheo Buehler
2024-08-31Make some more x509 conf stuff internalTheo Buehler
2024-08-31Retire X509V3_set_conf_lhash()Theo Buehler
2024-08-31Retire X509V3_EXT_{,CRL_,REQ_}add_conf()Theo Buehler
2024-08-31Unexport some conf layers unused outside of libcryptoTheo Buehler
2024-08-31Make CONF_METHOD opaqueTheo Buehler
2024-08-28Get rid of last use of db_methTheo Buehler
2024-08-28Remove a few obvious comments, unwrap a few lines and annotate someTheo Buehler
2024-08-28Turn X509V3_set_conf_lhash() into a noopTheo Buehler
2024-08-28Disable X509V3_EXT{,_CRL,_REQ}_add_conf()Theo Buehler
2024-08-28Annotate X509V3_CONF_CTX and its only instance for removalTheo Buehler
2024-08-28Make use of X509_get_signature_info() in check_sig_level()Theo Buehler
2024-08-28Implement X509_get_signature_info()Theo Buehler
2024-08-04x509_vfy.c: drop some unnecessary parenthesesTheo Buehler
2024-07-26Disable X509at_get_attr{,_count}() and X509at_delete_attr()Theo Buehler
2024-07-26Inline last user of X509at_get_attr()Theo Buehler
2024-07-26Inline trivial X509at_* calls in x509_reqTheo Buehler
2024-07-13Unify X.509v3 extension methodsTheo Buehler
2024-07-12Fix the horrible and undocumented behaviour of X509_check_trustBob Beck
2024-07-12Clean up in X509_check_trust.Bob Beck
2024-07-12Drop the unused evp includeTheo Buehler
2024-07-12Rename the sk in this file to extsTheo Buehler
2024-07-12Avoid using ret for an X509_EXTENSIONTheo Buehler
2024-07-12Tweak variable names in X509v3_add_ext()Theo Buehler
2024-07-12Rename crit to critical in this fileTheo Buehler
2024-07-12Simplify X509_EXTENSION_get_critical()Theo Buehler
2024-07-12Lose a few extra lines in X509_EXTENSION_set_object()Theo Buehler
2024-07-12Streamline X509_EXTENSION_create_by_OBJ()Theo Buehler
2024-07-12Clean up X509_EXTENSION_create_by_NID()Theo Buehler
2024-07-12Rewrite X509v3_add_ext()Theo Buehler
2024-07-12Simplify X509v3_get_ext() and X509v3_delete_ext()Theo Buehler
2024-07-12Align X509v3_get_ext_by_critical() with X509v3_get_ext_by_OBJ()Theo Buehler
2024-07-12Clean up X509v3_get_ext_by_OBJ()Theo Buehler
2024-07-08Hide global _it variables in x509v3.hBob Beck
2024-07-08Pretend to clarify the way ipv6_asc() worksJeremie Courreges-Anglas
2024-06-24libcrypto: constify most error string tablesTheo Buehler