summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add missing X509_V_ERR_UNSPECIFIED casetb2022-11-291-1/+3
* Fix some KNF issuestb2022-11-291-65/+64
* Make X509_verify_cert_error_string() thread safetb2022-11-291-5/+2
* Fix NULL dereference in x509_constraints_uri_host()tb2022-11-281-2/+3
* Make header guards of internal headers consistenttb2022-11-261-4/+4
* Make internal header file names consistenttb2022-11-2635-73/+73
* Revert "Check certificate extensions in trusted certificates"beck2022-11-173-64/+8
* Hide public symbols in libcrypto/x509 .c filesbeck2022-11-1451-52/+700
* Fix comment styletb2022-11-131-3/+3
* Check certificate extensions in trusted certificates.beck2022-11-133-8/+64
* Hide symbols in libcrypto/pkcs7beck2022-11-121-33/+1
* Start CBS-ifying the name constraints code.beck2022-11-113-104/+146