summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the unused init flag of X509_LOOKUPtb2023-12-291-2/+1
* X509_LOOKUP_shutdown() became a noop.tb2023-12-271-2/+1
* Remove unused X509_LOOKUP_METHODstb2023-12-255-43/+12
* Prefix get_trusted_issuer() with x509_vfy_tb2023-12-231-4/+3
* Rename check_hosts()tb2023-12-221-3/+3
* Replace check_trust() with its x509_vfy_ prefixed wrappertb2023-12-221-11/+4
* Replace check_chain_extensions() with its x509_vfy_ wrappertb2023-12-221-8/+2
* Replace check_id() with its x509_vfy_check_id() wrappertb2023-12-221-9/+4
* Remove a bunch of function pointers from X509_STORE_CTXtb2023-12-222-42/+18
* Remove cleanup() and get_crl() from X509_STORE_CTXtb2023-12-222-15/+3
* Remove unused function pointers from X509_STOREtb2023-12-222-55/+11
* Fix sk_deep_copy() implementationtb2023-12-141-32/+22
* Clean up and de-spaghettize by_file_callbackbeck2023-11-301-21/+15
* Move the callers X509_STORE_CTX_purpose_inherit() down a bittb2023-11-271-15/+15
* Make X509_certificate_type() less badtb2023-11-131-24/+29
* Garbage collect an incoherent export crypto checktb2023-11-131-4/+1
* Use a sensible variable name (i.e. nid) instead of i for a NIDtb2023-11-131-5/+6
* Use X509_get_signature_nid() instead of inlining ittb2023-11-131-2/+2
* X509_certificate_type() needs to know about RSA-PSStb2023-11-131-1/+4
* Eliminate the timegm(3) dependency in libcryptotb2023-11-134-19/+36
* Fix a few bugs in X509v3_asid_add*()tb2023-11-111-38/+96
* 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