ell.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-20 20:28:31 to 2021-02-10 23:47:22 UTC [more...]

[PATCH 1/3] util: Add a constant time version of l_memeq
 2021-02-10 23:47 UTC  (4+ messages)
` [PATCH 2/3] pem/cert/tls: Use l_secure_memeq for verifying padding
` [PATCH 3/3] pem/cert: Ensure RFC8018/RFC1423 padding isn't 0

[PATCH 1/3] acd: check fd return to satisfy static analysis
 2021-02-08 19:36 UTC  (6+ messages)
` [PATCH 2/3] dhcp: free rtnl address on error
` [PATCH 3/3] unit: free cli_addr at end of test

[PATCH] config: Stop config if it cannot find the required program
 2021-02-04  5:21 UTC 

[PATCH] dhcp-util: Fix warning on signed pointer systems
 2021-01-27 19:06 UTC  (4+ messages)

[PATCH] main: Add handler for SIGSEGV signal
 2021-01-27 17:53 UTC  (5+ messages)

[PATCH] dhcp-util: fix GCC 10 warning
 2021-01-26 21:41 UTC  (2+ messages)

[PATCH v2] cert: Fix warning of possible uninitialized var
 2021-01-25 17:40 UTC  (5+ messages)

[PATCH v3] cert: Fix warning of possible uninitialized var
 2021-01-25 17:37 UTC 

[PATCH] cert: Fix warning of possible uninitialized var
 2021-01-25 16:02 UTC  (7+ messages)

[PATCH 1/3] buf: Add a generic extensible buffer struct
 2021-01-22 23:14 UTC  (13+ messages)
` [PATCH 2/3] genl: Use l_buf for l_genl_msg building
` [PATCH 3/3] unit: Update genl tests after l_genl_msg_to_data removal

[PATCH] dbus: explicitly handle messages with NULL interface
 2021-01-20 17:16 UTC  (2+ messages)

[PATCH] ell/cipher.c: fix build on uclibc
 2021-01-19 15:49 UTC  (2+ messages)

[PATCH 1/3] cert: Add PKCS#12 loading support
 2021-01-15 21:03 UTC  (4+ messages)
` [PATCH 2/3] cert: Split l_cert_load_container_file
` [PATCH 3/3] unit: Add l_cert_load_container_file tests

[PATCH 1/8] util: Add L_IN_SET macros
 2021-01-09  2:46 UTC  (16+ messages)
` [PATCH 2/8] unit: Add an L_IN_SET test
` [PATCH 3/8] pem: Move PKCS private key parsing to cert.c
` [PATCH 4/8] pkcs5: Rename to cert-crypto
` [PATCH 5/8] cert: Add l_cert_load_container_file
` [PATCH 6/8] cert: Add PKCS#12 loading support
` [PATCH 7/8] unit: Update tests after l_pkcs5_* renaming
` [PATCH 8/8] unit: Add l_cert_load_container_file tests

REQ: revert e129cb4cd2270f308c1564e75859672643dd902b (plugin: Remove completely)
 2021-01-08 21:34 UTC  (3+ messages)

[PATCH] pkcs5: Fix warning of possible uninitialized var
 2021-01-04 18:12 UTC 

[PATCH] unit/test-dbus: pick up dbus-daemon from $PATH
 2020-12-30 18:02 UTC  (2+ messages)

[PATCH 1/8] pem: Move PKCS private key parsing to cert.c
 2020-12-23 23:14 UTC  (8+ messages)
` [PATCH 2/8] pkcs5: Rename to cert-crypto
` [PATCH 3/8] util: Add L_IN_SET macros
` [PATCH 4/8] cert: Add l_cert_load_container_file
` [PATCH 5/8] cert: Add PKCS#12 loading support
` [PATCH 6/8] unit: Add an L_IN_SET test
` [PATCH 7/8] unit: Update tests after l_pkcs5_* renaming
` [PATCH 8/8] unit: Add l_cert_load_container_file tests

[PATCH 1/3] pem: Add pem_write_certificate_chain
 2020-12-18  2:07 UTC  (4+ messages)
` [PATCH 2/3] tls: Add l_tls_set_cert_dump_path
` [PATCH 3/3] examples: Use l_tls_set_cert_dump_path in https examples

[PATCH 1/4] tls: Print only one tls_cert_domains_match_mask debug msg
 2020-12-17 21:19 UTC  (7+ messages)
` [PATCH 2/4] pem: Add pem_write_certificate_chain
` [PATCH 3/4] tls: Add l_tls_set_cert_dump_path
` [PATCH 4/4] examples: Use l_tls_set_cert_dump_path in https examples

[PATCH 1/5] tls: Print only one tls_cert_domains_match_mask debug msg
 2020-12-16 20:27 UTC  (6+ messages)
` [PATCH 2/5] pem: Add pem_write_certificate_chain
` [PATCH 3/5] tls: Add l_tls_set_cert_dump_path
` [PATCH 4/5] examples: Fix arguments check in https-client-test
` [PATCH 5/5] examples: Use l_tls_set_cert_dump_path in https examples

[PATCH 1/5] pkcs5: Add the PKCS#12 KDF
 2020-12-15  9:07 UTC  (10+ messages)
` [PATCH 2/5] pkcs5: Add PKCS#12 algorithms in pkcs5_cipher_from_alg_id
` [PATCH 3/5] pem: Add l_pem_load_container_file
` [PATCH 4/5] pem: Add PKCS#12 parsing
` [PATCH 5/5] unit: Add l_pem_load_container_file tests

[PATCH 1/2] dhcp: add ACD to DHCP client
 2020-12-12  3:07 UTC  (3+ messages)
` [PATCH 2/2] dhcp-server: add ACD client

[PATCH 01/13] pem: Wipe more memory in PKCS#1 private key decoding
 2020-12-12  0:06 UTC  (15+ messages)
` [PATCH 02/13] pem: Factor out the PKCS#8 decoding code
` [PATCH 03/13] cipher: Add an RC2 implementation
` [PATCH 04/13] cipher: Add ARC4 implementation
` [PATCH 05/13] pem: Don't expect padding with stream ciphers
` [PATCH 06/13] pkcs5: Add the PKCS#12 KDF
` [PATCH 07/13] pkcs5: Add PKCS#12 algorithms in pkcs5_cipher_from_alg_id
` [PATCH 08/13] pem: Add l_pem_load_container_file
` [PATCH 09/13] pem: Add PKCS#12 parsing

[PATCH 10/13] build: Add more test certificates in various formats
 2020-12-11 21:15 UTC  (6+ messages)
` [PATCH 11/13] unit: Add l_pem_load_container_file tests
` [PATCH 12/13] unit: Re-add the ARC4 test
` [PATCH 13/13] unit: Add some RC2 test vectors

[PATCH 1/5] acd: store IP in network order
 2020-12-08 21:48 UTC  (6+ messages)
` [PATCH 2/5] acd: remove acd_random_delay_ms
` [PATCH 3/5] acd: optimize to use l_timeout_modify
` [PATCH 4/5] acd: fix valgrind warning of uninitialized buffer
` [PATCH 5/5] acd: stop ACD if l_acd_destroy is called

[PATCH 7/7] examples: add acd client implementation [async safety in example signal handler?]
 2020-12-08 19:22 UTC  (3+ messages)

[PATCH 1/7] acd: ACD skeleton
 2020-12-04  6:50 UTC  (8+ messages)
` [PATCH 2/7] acd: add ARP sockets, listener, and probing
` [PATCH 3/7] acd: add probe/annouce states, and announce address
` [PATCH 4/7] acd: add address defence and address lost events
` [PATCH 5/7] acd: add l_acd_set_skip_probes
` [PATCH 6/7] acd: add defend policy concept
` [PATCH 7/7] examples: add acd client implementation

[PATCH v2] ell: add missing include in dhcp-server
 2020-11-30 21:43 UTC  (2+ messages)

[PATCH] ell: add missing include in dhcp-server
 2020-11-30 19:06 UTC  (2+ messages)

[BUG] ELL doesn't have a fallback for rawmemchr
 2020-11-30 19:05 UTC  (2+ messages)

[PATCH 0/2] Fix "NLA_F_NESTED is missing" error
 2020-11-30 18:57 UTC  (4+ messages)
` [PATCH 1/2] genl: Add missing NLA_F_NESTED bit
` [PATCH 2/2] unit: Update expected nested netlink attr data

[PATCH v3 1/5] dhcp-server: add timer for tracking expired leases
 2020-11-23 20:49 UTC  (5+ messages)
` [PATCH v3 2/5] dhcp-server: add private setter for max expired clients
` [PATCH v3 3/5] unit: add client expire checks to test-dhcp
` [PATCH v3 4/5] unit: refactor test-dhcp to reuse code for other tests
` [PATCH v3 5/5] unit: add DHCP expiration reuse test

[PATCH 1/5] pem: Parse PKCS#1 formatted private keys
 2020-11-23 20:22 UTC  (7+ messages)
` [PATCH 2/5] pem: Decrypt PKCS#1 encrypted "
` [PATCH 3/5] examples: More error messages in https-{client, server}-test
` [PATCH 4/5] treewide: Rename test private keys to include format
` [PATCH 5/5] unit: Test loading PKCS#1 PEM private key files

[PATCH v2 1/9] dhcp: release lease when client stops
 2020-11-23 19:50 UTC  (10+ messages)
` [PATCH v2 2/9] dhcp-private: add flag in lease to distinguish offered/active
` [PATCH v2 3/9] dhcp-server: add timer for tracking expired leases
` [PATCH v2 4/9] dhcp-server: add private _dhcp_server_get_transport
` [PATCH v2 5/9] dhcp: add private _dhcp_client_get_transport
` [PATCH v2 6/9] dhcp-server: add private setter for max expired clients
` [PATCH v2 7/9] unit: add client expire checks to test-dhcp
` [PATCH v2 8/9] unit: refactor test-dhcp to reuse code for other tests
` [PATCH v2 9/9] unit: add DHCP expiration reuse test

ctype.h undefined behaviour on signed char platforms, needs cast to (unsigned char)
 2020-11-22  3:23 UTC  (6+ messages)

[PATCH 1/5] pem: Parse PKCS#1 formatted private keys
 2020-11-21  2:48 UTC  (5+ messages)
` [PATCH 2/5] pem: Decrypt PKCS#1 encrypted "
` [PATCH 3/5] examples: More error messages in https-{client, server}-test
` [PATCH 4/5] treewide: Rename test private keys to include format
` [PATCH 5/5] unit: Test loading PKCS#1 PEM private key files

[PATCH 1/5] pem: Parse PKCS#1 formatted private keys
 2020-11-20 20:28 UTC  (4+ messages)
` [PATCH 3/5] examples: More error messages in https-{client, server}-test
` [PATCH 4/5] treewide: Rename test private keys to include format
` [PATCH 5/5] unit: Test loading PKCS#1 PEM private key files


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 NNTP newsgroup(s).