messages from 2022-05-20 09:13:55 to 2023-10-11 14:56:00 UTC [more...]
[PATCH v2 1/2] ecc: fix incorrect derivation of compressed points
2023-10-11 14:55 UTC (3+ messages)
` [PATCH v2 2/2] unit: update test-ecc with compressed point bug fix
[PATCH] ecc: fix incorrect derivation of compressed points
2023-10-10 13:56 UTC
[PATCH] unit: skip sysctl test if sysfs is not available
2023-09-05 3:28 UTC (2+ messages)
[PATCH] ell: Make public headers compilable with C++
2023-05-22 14:34 UTC (5+ messages)
[PATCH] genl: fix l_genl_family_cancel to wait for NLMSG_DONE
2023-05-22 14:20 UTC (2+ messages)
[PATCH] Y2038 bug on uClibc: Warn if sizeof(time_t) < 8 during configuration
2023-05-21 16:19 UTC
Static array indices in function parameter declarations
2023-04-26 8:44 UTC (4+ messages)
[PATCH 3/3] tls: Add support l_tls_set_alpn_list() and ALPN extension
2023-01-09 12:21 UTC (4+ messages)
[PATCH 1/3] tls: Make mask parameter in l_tls_set_domain_mask() const
2023-01-03 22:02 UTC
[PATCH 2/3] tls: Add support for l_tls_set_server_name and SNI extension
2023-01-03 22:02 UTC
[PATCH 1/3] tls: Use l_put_be64 for IV creation in case of AEAD ciphers
2023-01-03 14:39 UTC
[PATCH 2/3] tls: Replace tls->ready_handle with tls->ready_handler
2023-01-03 14:39 UTC
[PATCH 3/3] tls: Ensure callbacks are available before using them
2023-01-03 14:40 UTC
[PATCH] tls: Add l_tls_get_session_resumed
2022-12-30 17:35 UTC (2+ messages)
[RFC 0/8] Crypto operations by key ID
2022-11-22 18:34 UTC (17+ messages)
` [RFC 1/8] key: add l_key_search
` [RFC 2/8] unit: add key search test
` [RFC 3/8] checksum: commonize checksum creation
` [RFC 4/8] checksum: add l_checksum_new_hmac_from_key_id
` [RFC 5/8] cert-crypto: refactor l_cert_pkcs5_pbkdf2
` [RFC 6/8] cert: add l_cert_pkcs5_pbkdf2_from_key_id
` [RFC 7/8] cert: add explicit length to l_cert_pkcs5_pbkdf2
` [RFC 8/8] unit: update test-pbkdf2 with API change
[PATCH 1/4] tls: Allow ServerHello extensions when resuming session
2022-11-09 20:25 UTC (5+ messages)
` [PATCH 2/4] tls: Improve renegotiation
` [PATCH 3/4] tls: Implement RFC 5746 Secure Renegotiation
` [PATCH 4/4] tls: Add missing continue in tls_load_cached_server_session
[PATCH 1/3] tls: Refactor session storage for server mode
2022-11-08 15:49 UTC (4+ messages)
` [PATCH 2/3] tls: Server mode session caching
` [PATCH 3/3] examples: Update https example code
[PATCH 1/4] cert: Fix logic in cert_parse_asn1_time check
2022-11-01 14:04 UTC (5+ messages)
` [PATCH 2/4] cert: Check validity dates in l_certchain_verify
` [PATCH 3/4] build: Generate an expired test certificate
` [PATCH 4/4] unit: Minimal l_certchain_verify validity dates test
[PATCH 1/6] time: Add time_realtime_now
2022-10-28 18:27 UTC (7+ messages)
` [PATCH 2/6] cert: Add l_cert_get_valid_times
` [PATCH 3/6] tls: Fix an RFC reference
` [PATCH 4/6] tls: Add support for caching client session states
` [PATCH 5/6] tls: Client session resumption
` [PATCH 6/6] examples: Cache sessions in https-client-test
[PATCH 1/2] netconfig: Set preferred lifetimes on DHCP addresses
2022-10-07 18:35 UTC (3+ messages)
` [PATCH 2/2] dhcp: Simplify check in BPF filter
[PATCH 1/5] dhcp6: Fix emitting LEASE_OBTAINED in stateless mode
2022-10-04 17:44 UTC (6+ messages)
` [PATCH 2/5] netconfig: Enable stateless DHCP mode
` [PATCH 3/5] netconfig: Return SLAAC+DHCP6 DNS info from getters
` [PATCH 4/5] netconfig: Stop ongoing work on failure
` [PATCH 5/5] dhcp6: Don't require Client ID in Information-request reply
[PATCH 1/5] dhcp6: Include Client ID in Information-Request
2022-09-30 13:52 UTC (5+ messages)
` [PATCH 2/5] dhcp6: Fix emitting LEASE_OBTAINED in stateless mode
` [PATCH 3/5] netconfig: Enable stateless DHCP mode
` [PATCH 4/5] netconfig: Return SLAAC+DHCP6 DNS info from getters
` [PATCH 5/5] netconfig: Stop ongoing work on failure
[PATCH 1/6] net: Allow padding in net_domain_list_parse
2022-09-20 15:06 UTC (7+ messages)
` [PATCH 2/6] unit: Update net_domain_list_parse test
` [PATCH 3/6] netconfig: Set .v6_configured when we set an address
` [PATCH 4/6] netconfig: Handle DNS data from l_icmp6_router
` [PATCH 5/6] icmp6,netconfig: Skip SLLAO if RS sent from optimistic address
` [PATCH 6/6] netconfig: Handle missing optimistic_dad /proc file
[PATCH 1/7] icmp6: Save SLAAC prefixes from RAs
2022-09-19 23:56 UTC (9+ messages)
` [PATCH 2/7] icmp6: Parse RDNSS and DNSSL options
` [PATCH 3/7] icmp6: Switch socket from AF_INET6 to AF_PACKET
` [PATCH 4/7] rtnl: Add l_rtnl_address_get_in_addr
` [PATCH 5/7] netconfig: Decouple icmp6 start from dhcp6 start
` [PATCH 6/7] netconfig: Create SLAAC address
` [PATCH 7/7] netconfig: Control optimistic DAD
[PATCH 1/2] netconfig: API to disable/enable ACD
2022-08-16 20:28 UTC (3+ messages)
` [PATCH 2/2] netconfig: Add l_netconfig_unconfigure
[PATCH 1/2] genl: make l_genl_attr_recurse take a const pointer
2022-07-26 17:08 UTC (3+ messages)
` [PATCH 2/2] genl: remove 'msg' from l_genl_attr
[PATCH 1/2] uintset: add l_uintset_subtract
2022-07-22 21:09 UTC (3+ messages)
` [PATCH 2/2] unit: add unit test for l_uintset_subtract
[PATCH v2 01/10] cert/key: Add support for EC based certificates
2022-07-18 20:21 UTC (12+ messages)
` [PATCH v2 02/10] unit: Add basic EC-DSA verification test
` [PATCH v2 03/10] key: ECDSA data is given in x962 format
` [PATCH v2 04/10] tls: Support peer certificates that use ECDSA
` [PATCH v2 05/10] tls: Add helper for DigitallySigned validation
` [PATCH v2 06/10] tls: Add helper to find hash function by id
` [PATCH v2 07/10] tls-suites: Add ECDSA suites from RFC 8422
` [PATCH v2 08/10] unit: Skip ECDSA cipher suite tests
` [PATCH v2 09/10] useful: Add maxsize()
` [PATCH v2 10/10] tls: Do not set verify_data_length unless needed
[PATCH 1/9] cert/key: Add support for EC based certificates
2022-07-18 17:59 UTC (12+ messages)
` [PATCH 2/9] unit: Add basic EC-DSA verification test
` [PATCH 3/9] key: ECDSA data is given in x962 format
` [PATCH 4/9] tls: Support peer certificates that use ECDSA
` [PATCH 5/9] tls: Add helper for DigitallySigned validation
` [PATCH 6/9] tls: Add helper to find hash function by id
` [PATCH 7/9] tls-suites: Add ECDSA suites from RFC 8422
` [PATCH 8/9] useful: Add maxsize()
` [PATCH 9/9] tls: Do not set verify_data_length unless needed
[PATCH] netconfig: API to disable/enable ACD
2022-07-11 14:03 UTC
[PATCH 1/4] dhcp: Set lease->bound_time before emitting event
2022-07-01 15:11 UTC (5+ messages)
` [PATCH 2/4] useful: Add a cleanup handler for fd variables
` [PATCH 3/4] netconfig: Restore net.ipv6.conf...disable_ipv6 on stop
` [PATCH 4/4] netconfig: Fix leaking domain name string
[PATCH] build: Check for openssl legacy provider requirement
2022-06-29 13:59 UTC (2+ messages)
[PATCH] netconfig: Add getters for DNS addresses and domain names
2022-06-22 20:49 UTC (2+ messages)
[PATCH 01/14] netconfig: Reset {v4, v6}_configured to false on netconfig stop
2022-06-18 0:38 UTC (3+ messages)
` [PATCH 07/14] netconfig: Add getters for DNS addresses and domain names
Sending and Receiving DBUS Message
2022-06-17 4:57 UTC (7+ messages)
help
2022-06-16 5:26 UTC
[ANNOUNCE] ELL switching to new mailing list
2022-06-15 23:52 UTC
[PATCH 14/14] netconfig: Add l_netconfig_reset_config
2022-06-15 22:47 UTC
[PATCH 13/14] netconfig: Start ACD before committing static IPv4
2022-06-15 22:47 UTC
[PATCH 12/14] netconfig: Set a limit on number of routes from ICMPv6
2022-06-15 22:47 UTC
[PATCH 11/14] netconfig: Ratelimit route lifetime updates
2022-06-15 22:47 UTC
[PATCH 10/14] netconfig: Write gateway MAC from DHCP to ARP cache
2022-06-15 22:47 UTC
[PATCH 09/14] netconfig: Write /proc/sys/net files to enable IPv6
2022-06-15 22:47 UTC
[PATCH 08/14] netconfig: Wait for link-local address before DHCPv6
2022-06-15 22:47 UTC
[PATCH 06/14] examples: Update netconfig method calls
2022-06-15 22:47 UTC
[PATCH 05/14] netconfig: Expire addresses and routes
2022-06-15 22:47 UTC
[PATCH 04/14] examples: Update netconfig method calls
2022-06-15 22:47 UTC
[PATCH 03/14] netconfig: Drop rtnl parameter to l_netconfig_apply_rtnl
2022-06-15 22:47 UTC
[PATCH 02/14] netconfig: Don't set prefsrc on gateway route for now
2022-06-15 22:47 UTC
[PATCH] CI test, please ignore
2022-06-14 21:11 UTC
[PATCH 1/3] acd: Emit event as the last statement in handler
2022-06-13 16:33 UTC
[PATCH 3/3] netlink: Enable extended ACKs if debug handler set
2022-06-11 1:45 UTC
[PATCH 2/3] genl,netlink: Move extended ACK code to netlink-private
2022-06-11 1:45 UTC
[PATCH 1/3] acd: Emit event as the last statement in handler
2022-06-11 1:45 UTC
[PATCH 1/2] cert-crypto: pragma false positive (-Wmaybe-uninitialized)
2022-06-10 17:16 UTC
[PATCH 2/2] missing: use PTRDIFF_MAX instead of -1
2022-06-10 17:11 UTC
[PATCH 1/2] cert-crypto: pragma false positive (-Wmaybe-uninitialized)
2022-06-10 17:11 UTC
[PATCH] build: fix time.h related breakage on musl
2022-06-06 20:26 UTC (2+ messages)
Fix bug when stdin is closed
2022-06-06 18:18 UTC (4+ messages)
` [PATCH 3/3] dhcp-transport: Initialize the udp_fd field
[PATCH] useful: Remove extra semicolons after DEFINE_CLEANUP_FUNC()
2022-05-26 21:19 UTC
[PATCH 1/3] tls: Flush record buffers on l_tls_close
2022-05-26 16:23 UTC
[PATCH 3/3] tls: Fix state check on Client Hello
2022-05-26 15:56 UTC
[PATCH 2/3] tls: Add l_tls_reset function
2022-05-26 15:56 UTC
[PATCH 1/3] tls: Flush record buffers on l_tls_close
2022-05-26 15:56 UTC
[PATCH] build: Generate test certs using OpenSSL 3 legacy provider
2022-05-25 23:20 UTC
[PATCH] build: Generate test certs using OpenSSL 3 legacy provider
2022-05-21 0:15 UTC
[PATCH] build: Check for openssl legacy provider requirement
2022-05-21 0:15 UTC
[PATCH 01/15] netconfig: Add missing NULL check for routes from RA
2022-05-20 18:19 UTC
[PATCH 15/15] netconfig: Start ACD before committing static IPv4
2022-05-20 15:43 UTC
[PATCH 14/15] netconfig: Set a limit on number of routes from ICMPv6
2022-05-20 15:43 UTC
[PATCH 13/15] netconfig: Ratelimit route lifetime updates
2022-05-20 15:43 UTC
[PATCH 12/15] netconfig: Write gateway MAC from DHCP to ARP cache
2022-05-20 15:43 UTC
[PATCH 11/15] netconfig: Write /proc/sys/net files to enable IPv6
2022-05-20 15:43 UTC
[PATCH 10/15] netconfig: Wait for link-local address before DHCPv6
2022-05-20 15:43 UTC
[PATCH 09/15] netconfig: Add getters for DNS addresses and domain names
2022-05-20 15:43 UTC
[PATCH 08/15] examples: Update netconfig method calls
2022-05-20 15:43 UTC
[PATCH 07/15] netconfig: Expire addresses and routes
2022-05-20 15:43 UTC
[PATCH 06/15] examples: Update netconfig method calls
2022-05-20 15:43 UTC
[PATCH 05/15] netconfig: Use an internal rtnl socket for l_netconfig_apply_rtnl
2022-05-20 15:43 UTC
[PATCH 04/15] rtnl: Keep one global RTNL connection
2022-05-20 15:43 UTC
[PATCH 03/15] examples: Update netconfig method calls
2022-05-20 15:43 UTC
[PATCH 02/15] netconfig: Avoid returning internal l_queues
2022-05-20 15:43 UTC
[PATCH 01/15] netconfig: Add missing NULL check for routes from RA
2022-05-20 15:43 UTC
[PATCH] build: Check for openssl legacy provider requirement
2022-05-20 9:13 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).