summaryrefslogtreecommitdiff
path: root/libs/binder/RpcTransportTls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Binder unique_fdTomasz Wasilczyk2023-11-171-9/+11
* Revert^2 "Use std::function instead of base::function_ref"Tomasz Wasilczyk2023-11-041-9/+11
* Don't depend on libbase result.hTomasz Wasilczyk2023-11-031-0/+2
* Revert "Use std::function instead of base::function_ref"Sebastian Pickl2023-10-301-11/+9
* Use std::function instead of base::function_refTomasz Wasilczyk2023-10-271-9/+11
* Add missing "override" annotationsHao Chen2023-10-061-1/+1
* libbinder: limit RpcTransport visibilitySteven Moreland2023-05-241-3/+4
* libbinder : Renaming TransportFd to RpcTransportFdPawan2022-08-261-7/+8
* libbinder : Adding new type TransportFdPawan2022-08-261-15/+16
* libbinder: Stricter protocol and code for receiving FDsFrederick Mayle2022-06-301-8/+3
* binder: Add FD support to RPC BinderFrederick Mayle2022-06-291-4/+18
* Use android::base::function_ref isntead of std::functionDevin Moore2022-06-061-15/+21
* libbinder: replace RpcTransport::peek() with pollRead()Andrei Homescu2022-05-171-5/+4
* libbinder: Return status_t from RpcTransport::peek()Andrei Homescu2022-03-301-19/+24
* Fix building libbinder against muslColin Cross2022-01-271-6/+10
* binder: Eliminate a data copy in RPC transport operationsAndrei Homescu2021-12-231-40/+55
* libbinder: RPC handle builtup refcountsSteven Moreland2021-09-271-16/+27
* binder: abstract out key/cert configYifan Hong2021-09-201-57/+17
* binder: RpcCertificateVerifier takes SSL pointer.Yifan Hong2021-09-201-5/+1
* binder: RpcCertificateUtils -> RpcTlsUtils.Yifan Hong2021-09-201-1/+1
* libbinder: RPC use DEAD_OBJECT over -ECANCELEDSteven Moreland2021-09-161-3/+3
* libbinder: RPC remove isTriggeredPolledSteven Moreland2021-09-141-13/+2
* binder: TLS checks trigger properly.Yifan Hong2021-09-131-1/+1
* binder: CertificateFormat -> RpcCertificateFormat.Yifan Hong2021-09-131-2/+2
* binder: implement simple TLS verification for testingYifan Hong2021-09-131-3/+4
* binder: X509 are serialized to vector<uint8_t>Yifan Hong2021-09-131-2/+2
* binder: delegate cert verification to RpcCertificateVerifierYifan Hong2021-09-131-8/+40
* binder: Delete addTrustedPeerCertificate.Yifan Hong2021-09-101-6/+0
* binder: Add RpcCertificateVerifier.Yifan Hong2021-09-101-2/+8
* binder: move TEST_AND_RETURN to Utils.Yifan Hong2021-09-101-8/+1
* binder: Add getCertificate / addTrustedPeerCerticate.Yifan Hong2021-08-231-0/+12
* binder: combine TLS context objects.Yifan Hong2021-08-231-53/+36
* binder: Prettify ErrorQueue::toString.Yifan Hong2021-08-231-9/+30
* binder: libbinder_tls ensure to check trigger at least once.Yifan Hong2021-08-121-0/+19
* binder: TLS: ignore SIGPIPE.Yifan Hong2021-08-121-1/+51
* binder: Add libbinder_tlsYifan Hong2021-08-121-0/+466