summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make bn_to_string() statictb2023-04-101-3/+3
* Expose various X509_STORE_*check_issued()tb2023-03-101-3/+1
* Expose X509_CRL_get0_sigalg() and X509_get0_uidstb2023-03-101-5/+1
* Introduce X509_get0_uids() accessor functionjob2023-02-232-2/+17
* zap stray empty linetb2023-02-161-2/+1
* libressl *_namespace.h: adjust *_ALIAS() to require a semicolontb2023-02-1651-703/+703
* Fix arbitrary memory read in GENERAL_NAME_cmp()tb2023-02-071-2/+3
* Stop relying on x509_verify.h being publictb2023-01-281-3/+2
* Refactor x509v3_cache_extensionsjob2023-01-203-41/+26
* Don't do policy checking unless we were asked to do so.beck2023-01-171-2/+3
* Prepare to provide X509_CRL_get0_sigalg()tb2022-12-261-1/+5
* spelling fixes; from paul tagliamontejmc2022-12-269-24/+24
* Annotate X509_V_FLAG_CB_ISSUER_CHECK as deprecated and unusedtb2022-12-011-3/+3
* Retire X509_V_FLAG_CB_ISSUER_CHECKtb2022-12-011-16/+8
* Getters and setters for the check_issued() callbacktb2022-12-012-2/+35
* Remove a few doubled spaces and wrap an overlong linetb2022-11-291-8/+9
* Sort a few outliers by increasing error number to match x509_vfy.htb2022-11-291-13/+13
* Fix includestb2022-11-291-11/+2