summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Use X509_STORE_CTX_get1_{certs,crls}() instead of an aliastb2023-04-251-3/+3
* X509_STORE_get1_{certs,crls} become X509_STORE_CTX_*tb2023-04-252-25/+2
* Move the policy tree code to internal-onlytb2023-04-255-69/+40
* Use proper fix for the recent x400Address issuetb2023-04-252-6/+4
* Remove v3_sxnet from the standard extensionstb2023-04-251-3/+2
* Invalidate the DER cache earlier on in X509 setter functionsjob2023-04-251-1/+8
* Use X509_set_version() and X509_REQ_set_version() instead doing it by handjob2023-04-252-11/+4
* Future users of libcrypto will also have to do without strong extranettb2023-04-241-1/+5
* Mark NETSCAPE_CERT_SEQUENCE for removaltb2023-04-241-2/+6
* Sort X.509 error reasons, use next available error value, and alignjob2023-04-242-4/+4
* Replace X509v3_get_ext_count() with X509_get_ext_count()job2023-04-231-2/+2
* In the case of V1 certs, the extension count should be exactly 0job2023-04-231-2/+2
* If extensions are encountered on a X.509 V1 cert, mark as invalidjob2023-04-231-2/+5
* Add compliance checks for the X.509 version fieldjob2023-04-232-2/+4
* Drop some extra parenthesestb2023-04-231-2/+2
* Drop a superfluous isneg check.tb2023-04-231-2/+2
* Add missing NULL check for BN_new()tb2023-04-231-2/+5
* Initialize ishex and isneg at the top and drop some elsestb2023-04-231-6/+4
* Align hex_to_string with OpenSSL 1.1 behaviortb2023-04-231-3/+5
* x509_utl.c: Use correct spelling of NULLtb2023-04-231-4/+4
* Remove the now unused x509_enum.ctb2023-04-211-63/+0
* Move the CRL reason method into x509_bitst.ctb2023-04-212-33/+33
* Move i2s_ASN1_ENUMERATED_TABLE() next to i2s_ASN1_ENUMERATED()tb2023-04-212-17/+18
* Tweak whitespace gone wrongtb2023-04-211-5/+4
* Stop using ENUMERATED_NAMEStb2023-04-211-3/+5
* Flip the default of explicitText to UTF8Stringtb2023-04-201-2/+2
* remove duplicate includesjsg2023-04-191-2/+1
* Bring includes into canonical ordertb2023-04-181-19/+15
* Move some includes out of OPENSSL_NO_DEPRECATEDtb2023-04-181-3/+1
* Add missing const qualifiers to the v3_* externstb2023-04-171-11/+11
* Garbage collect the now unused obfuscating macro string_stack_free()tb2023-04-161-4/+1
* Inline the three uses of string_stack_free()tb2023-04-161-4/+4
* Remove the now unused vpm_int.htb2023-04-161-64/+0
* x509_vfy.c and x509_vpm.c don't need vpm_int.h anymoretb2023-04-162-4/+4
* Move X509_VERIFY_PARAM_st from vpm_int.h to x509_local.htb2023-04-162-13/+13
* Shuffle ext_cmp() and ext_list_free() up a bittb2023-04-161-18/+14
* Remove unnecessary prototypes in the middle of the codetb2023-04-161-5/+1
* Use more usual version of inlined nitems(). No binary change.tb2023-04-161-2/+2
* Fix comment formatting and grammar, drop usless and outdated commenttb2023-04-161-7/+3
* Remove now empty/unused ext_dat.htb2023-04-161-67/+0
* Merge ext_dat.h back into x509_lib.ctb2023-04-162-78/+78
* Prepare addition of X509_STORE_CTX_get1_{certs,crls}(3)tb2023-04-162-2/+27
* Mark remaining policy tree public API for removaltb2023-04-162-3/+19
* Mark proxy policy API for removal in upcoming bumptb2023-04-161-1/+5
* Remove the now unused ex_pcpathlen from the X509 structtb2023-04-161-2/+1
* More ProxyCertInfo tentacles go to the attictb2023-04-162-65/+6
* Remove some dead code from the new verifiertb2023-04-161-7/+1
* Drop support for the ProxyCertInfo extensiontb2023-04-161-3/+2
* Make pcy_int.h pull in x509_local.h it will need it soontb2023-04-161-1/+4
* Fix indentation of structs and unions in x509v3.htb2023-04-101-87/+87