summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Disable X509V3_EXT{,_CRL,_REQ}_add_conf()tb2024-08-281-17/+7
* Annotate X509V3_CONF_CTX and its only instance for removaltb2024-08-281-4/+3
* Make use of X509_get_signature_info() in check_sig_level()tb2024-08-281-20/+3
* Implement X509_get_signature_info()tb2024-08-282-1/+122
* x509_vfy.c: drop some unnecessary parenthesestb2024-08-041-6/+5
* Disable X509at_get_attr{,_count}() and X509at_delete_attr()tb2024-07-261-12/+7
* Inline last user of X509at_get_attr()tb2024-07-261-2/+2
* Inline trivial X509at_* calls in x509_reqtb2024-07-261-4/+4
* Unify X.509v3 extension methodstb2024-07-1320-320/+620
* Fix the horrible and undocumented behaviour of X509_check_trustbeck2024-07-123-51/+70
* Clean up in X509_check_trust.beck2024-07-121-14/+8
* Drop the unused evp includetb2024-07-121-2/+1
* Rename the sk in this file to extstb2024-07-121-16/+16
* Avoid using ret for an X509_EXTENSIONtb2024-07-121-16/+16
* Tweak variable names in X509v3_add_ext()tb2024-07-121-12/+12
* Rename crit to critical in this filetb2024-07-121-10/+10
* Simplify X509_EXTENSION_get_critical()tb2024-07-121-4/+3
* Lose a few extra lines in X509_EXTENSION_set_object()tb2024-07-121-4/+2
* Streamline X509_EXTENSION_create_by_OBJ()tb2024-07-121-9/+10
* Clean up X509_EXTENSION_create_by_NID()tb2024-07-121-9/+5
* Rewrite X509v3_add_ext()tb2024-07-121-24/+23
* Simplify X509v3_get_ext() and X509v3_delete_ext()tb2024-07-121-7/+1
* Align X509v3_get_ext_by_critical() with X509v3_get_ext_by_OBJ()tb2024-07-121-12/+9
* Clean up X509v3_get_ext_by_OBJ()tb2024-07-121-11/+7
* Hide global _it variables in x509v3.hbeck2024-07-0813-13/+45
* Pretend to clarify the way ipv6_asc() worksjca2024-07-081-4/+5
* libcrypto: constify most error string tablestb2024-06-241-9/+11
* x509_conf: rename the merr label into errtb2024-06-241-8/+8
* x_all.c: remove a bunch of unnecessary parenthesestb2024-06-191-23/+19
* v3_generic_extension() use ASN1_STRING_set0()tb2024-06-181-4/+4
* v3_generic_extension() rename the X509_EXTENSIONtb2024-06-181-4/+5
* Rename 'ext' to 'name' in v3_generic_extension()tb2024-06-181-4/+4
* Make local BIT_STRING_BITNAME variables consttb2024-06-182-5/+5
* x509_conf: rename ext_struc into ext_structtb2024-06-181-16/+16
* x509_conf: rename all ext_nid to nidtb2024-06-181-19/+19
* do_ext_i2d(): move empty line to the proper placetb2024-06-181-2/+2
* do_ext_i2d(): malloc -> calloctb2024-06-181-2/+2
* do_ext_i2d(): populate ext_oct with ASN1_STRING_set0()tb2024-06-181-3/+2
* do_ext_i2d(): avoid leaks and add some missing error checkingtb2024-06-181-4/+10
* Indent labels in x509_conf.ctb2024-06-181-3/+3
* do_ext_i2d(): make various NULL checks explicittb2024-06-181-5/+5
* do_ext_i2d(): unwrap a linetb2024-06-181-3/+2
* Replace x with x509_exts in X509V3_add1_i2d() and X509V3_get_d2i()tb2024-06-171-14/+16
* Rewrite X509V3_get_d2i()tb2024-06-171-56/+47
* piuid, psuid -> issuerUID, subjectUIDtb2024-06-121-3/+3
* Fix non-xsc path in x509_verify_potential_parent()tb2024-06-071-2/+2
* Clean up and fix X509V3_EXT_add1_i2d()tb2024-05-281-57/+89
* x509_v3.c: indent labelstb2024-05-231-4/+4
* x509_v3.c: remove an unnecessary elsetb2024-05-231-3/+3
* x509_v3.c: consistently call STACK_OF(X509_EXTENSIONS) arguments sktb2024-05-231-12/+12