summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a few bizarre line wraps in x509.htb2023-11-021-8/+5
* Add X509_ALGOR_set0_by_nid()tb2023-11-011-1/+3
* Fix an error exit in X509v3_addr_validate_path()tb2023-10-291-3/+6
* Hide X509_ALGOR_set_md() for LIBRESSL_INTERNALtb2023-10-261-1/+3
* Add internal version of X509_ALGOR_set_md()tb2023-10-111-1/+3
* Allow IP addresses to be specified in a URI.beck2023-09-292-15/+20
* RFC 3779: stop pretending we support AFIs other than IPv4 and IPv6tb2023-09-271-19/+28
* Back out superfluous initializationjob2023-09-111-5/+4
* Initialize afi & safi to zerojob2023-09-061-4/+5
* Avoid use-of-uninitialized in i2r_IPAddrBlocks()tb2023-09-061-1/+8
* Fix leaks in copy_issuer()tb2023-08-301-8/+14
* Check X509_digest() return in x509v3_cache_extensions()tb2023-08-181-2/+3
* Stop including ecdsa.h and ecdh.h internallytb2023-07-281-7/+1
* Convert some tables to C99 initializerstb2023-07-022-21/+114
* x509v3.h: unwrap a linetb2023-06-251-3/+2
* Check for duplicate X.509v3 extension OIDstb2023-06-251-1/+45
* Remove some redundant parenthesestb2023-06-231-17/+17
* Improve certificate version checks in x509v3_cache_extensions()tb2023-06-201-4/+11
* Teach the grotty X509_certificate_type() about Ed25519 certstb2023-06-151-1/+4
* Remove dead code.beck2023-06-081-13/+3
* Make X509_NAME_get_text_by[NID|OBJ] safer.beck2023-05-291-10/+28
* Merge X509_VERIFY_PARAM_ID into X509_VERIFY_PARAMtb2023-05-284-110/+73
* Copy the verify param hostflags independently of the host listtb2023-05-241-3/+4
* Provide X509_VERIFY_PARAM_set_hostflags()tb2023-05-241-1/+8
* Rename arguments of X509_STORE_CTX_init()tb2023-05-141-5/+5
* Fix X509error() and X509V3error()tb2023-05-141-6/+11
* 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
* Rename the other_ctx in X509_STORE_CTX into trustedtb2023-05-082-12/+12
* X509_verify_cert(): Garbage collect the unused roots variabletb2023-05-081-4/+1
* Avoid trailing whitespace in extension printingtb2023-05-081-2/+2
* Remove a misplaced empty linetb2023-05-071-2/+1
* Revert utf-8 fix for X509_NAME_get_index_by_NID to avoid libtlsbeck2023-05-031-27/+10
* Bring back length check tb ok'ed and I managed to remove whilebeck2023-05-031-2/+2
* Change X509_NAME_get_index_by[NID|OBJ] to be safer.beck2023-05-021-10/+27
* Send x509_subject_cmp() to the attictb2023-04-301-9/+1
* Zap extra blank linetb2023-04-301-2/+1
* Enable policy checking by default now that we are DAG implementation based.beck2023-04-284-12/+11
* Unifdef LIBRESSL_HAS_POLICY_DAG and remove it from the Makefiletb2023-04-283-88/+3
* Take the old policy code behind the barntb2023-04-287-1900/+0
* Silence gcc-4 warnings about sk_sort()tb2023-04-281-5/+6
* Remove now no longer needed <assert.h>; sort headerstb2023-04-281-4/+2
* Deassert has_explicit_policy()tb2023-04-281-3/+4
* Deassert delete_if() callbackstb2023-04-281-5/+7
* Deassert x509_policy_level_find()tb2023-04-281-18/+27
* Deassert X509_policy_check()tb2023-04-281-2/+3
* Deassert x509_policy_level_add_nodes()tb2023-04-281-10/+1
* Deassert x509_policy_new()tb2023-04-281-3/+4
* Cleanup pass over x509_check_policy.ctb2023-04-281-73/+72