summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_utl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x509_utl.c: use normal order of internal headerstb2025-01-261-3/+2
* Tweak doc comment of _X509_CHECK_FLAG_DOT_SUBDOMAINStb2024-12-241-4/+3
* Move _X509_CHECK_FLAG_DOT_SUBDOMAINS to x509_utl.ctb2024-12-231-1/+8
* Fix the error handling in X509V3_parse_list(3); it ignored failuresschwarze2024-12-231-6/+9
* Rewrite X509V3_add_value() to a single exit idiomtb2024-08-311-19/+32
* Make some more x509 conf stuff internaltb2024-08-311-17/+1
* Unexport some conf layers unused outside of libcryptotb2024-08-311-1/+3
* Pretend to clarify the way ipv6_asc() worksjca2024-07-081-4/+5
* Make local BIT_STRING_BITNAME variables consttb2024-06-181-2/+2
* Bob points out that one error should be an X509V3error()tb2023-05-121-2/+2
* x509_utl.c: fix some style nits.tb2023-05-121-4/+3
* Rewrite string_to_hex() and hex_to_string() using CBB/CBStb2023-05-121-70/+124
* 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
* Move i2s_ASN1_ENUMERATED_TABLE() next to i2s_ASN1_ENUMERATED()tb2023-04-211-1/+17
* Make bn_to_string() statictb2023-04-101-3/+3
* libressl *_namespace.h: adjust *_ALIAS() to require a semicolontb2023-02-161-27/+27
* spelling fixes; from paul tagliamontejmc2022-12-261-2/+2
* Hide public symbols in libcrypto/x509 .c filesbeck2022-11-141-1/+27
* Don't pass uninitialized pointer to ASN1_STRING_to_UTF8()tb2022-05-201-2/+2
* Add new x509 certificate chain validator in x509_verify.cbeck2020-09-131-2/+3
* Collapse the x509v3 directory into x509.jsing2020-06-041-0/+1387