summaryrefslogtreecommitdiff
path: root/lib/libcrypto/x509
AgeCommit message (Expand)Author
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
2024-06-24x509_conf: rename the merr label into errTheo Buehler
2024-06-19x_all.c: remove a bunch of unnecessary parenthesesTheo Buehler
2024-06-18v3_generic_extension() use ASN1_STRING_set0()Theo Buehler
2024-06-18v3_generic_extension() rename the X509_EXTENSIONTheo Buehler
2024-06-18Rename 'ext' to 'name' in v3_generic_extension()Theo Buehler
2024-06-18Make local BIT_STRING_BITNAME variables constTheo Buehler
2024-06-18x509_conf: rename ext_struc into ext_structTheo Buehler
2024-06-18x509_conf: rename all ext_nid to nidTheo Buehler
2024-06-18do_ext_i2d(): move empty line to the proper placeTheo Buehler
2024-06-18do_ext_i2d(): malloc -> callocTheo Buehler
2024-06-18do_ext_i2d(): populate ext_oct with ASN1_STRING_set0()Theo Buehler
2024-06-18do_ext_i2d(): avoid leaks and add some missing error checkingTheo Buehler
2024-06-18Indent labels in x509_conf.cTheo Buehler
2024-06-18do_ext_i2d(): make various NULL checks explicitTheo Buehler
2024-06-18do_ext_i2d(): unwrap a lineTheo Buehler
2024-06-17Replace x with x509_exts in X509V3_add1_i2d() and X509V3_get_d2i()Theo Buehler
2024-06-17Rewrite X509V3_get_d2i()Theo Buehler
2024-06-12piuid, psuid -> issuerUID, subjectUIDTheo Buehler
2024-06-07Fix non-xsc path in x509_verify_potential_parent()Theo Buehler
2024-05-28Clean up and fix X509V3_EXT_add1_i2d()Theo Buehler
2024-05-23x509_v3.c: indent labelsTheo Buehler
2024-05-23x509_v3.c: remove an unnecessary elseTheo Buehler
2024-05-23x509_v3.c: consistently call STACK_OF(X509_EXTENSIONS) arguments skTheo Buehler
2024-05-23x509_v3.c: zap another pointless local variableTheo Buehler
2024-05-23x509_v3.c: add a few empty linesTheo Buehler
2024-05-23X509v3_get_ext_by_NID: make obj const, test & assignTheo Buehler
2024-05-23x509_v3.c: remove a pointless local variableTheo Buehler