summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-05Use -Wshadow with clangTheo Buehler
2023-05-05Reinstate X9.31 padding mode support in rsautlTheo Buehler
2023-05-05Fix error handling in tls_check_common_name()Theo Buehler
2023-05-05crontab: move spool temp file creation to spool_mkstemp()Todd C. Miller
2023-05-05Salt shares the blame of the continued existence of the X9.31 padding modeTheo Buehler
2023-05-05Reinstate documentation of RSA_X931_PADDINGTheo Buehler
2023-05-05Add back support for RSA_X931_PADDINGTheo Buehler
2023-05-05Link rsa_x931.c to buildTheo Buehler
2023-05-05Bring back the X9.31 padding helpersTheo Buehler
2023-05-05Pass ASPA objects in reverse since this is what aspa_add_set() expects.Claudio Jeker
2023-05-05Convert K&R function definition to ansi to make clang 15 happierTheo Buehler
2023-05-05Sync json.c with the one from rpki-client. This adds json_do_string().Claudio Jeker
2023-05-05Limit the socket buffer size to 64k for all sessions. Long time agoClaudio Jeker
2023-05-05The mbuf_queue API allows read access to integer variables whichAlexander Bluhm
2023-05-04symbols.awk: Remove cfb danceTheo Buehler
2023-05-04Straightforward conversion form K&R to ANSI function definitionsTheo Buehler
2023-05-04fix stupid thinko, as noticed while converting to v5.36 (later)Marc Espie
2023-05-04Rewrite ECParameters_dup()Theo Buehler
2023-05-04sigh. typoTheo Buehler
2023-05-04Let ecdsatest exercise ECParameters_dup() a bitTheo Buehler
2023-05-04Remove x9_62_test_internal()Theo Buehler
2023-05-04Be more economical with returning bodys in bounce messagesChristopher Zimmermann
2023-05-04regenVitaliy Makkoveev
2023-05-04Push kernel lock deep down to sys_sysctl(). At least network subset ofVitaliy Makkoveev
2023-05-04Introduce a neighbor discovery mutex like ARP uses it. For now itAlexander Bluhm
2023-05-04Use size_t instead of int in EC_POINT_point2oct()Theo Buehler
2023-05-04Fix line wrappingTheo Buehler
2023-05-04Fix function name in doc commentTheo Buehler
2023-05-04regenKevin Lo
2023-05-04Add another Lenovo NVMe device id found in my ThinkPad X1 Extreme Gen 1.Kevin Lo
2023-05-03add virtio(4); ok (in principal) miodJason McIntyre
2023-05-03add onewire(4); ok miodJason McIntyre
2023-05-03avoid use after freeJonathan Gray
2023-05-03Improve setenv markupKlemens Nanni
2023-05-03Some checks in nd6_resolve() do not require kernel lock. The analogAlexander Bluhm
2023-05-03Remove net lock from DIOCGETRULESET and DIOCGETRULESETSKlemens Nanni
2023-05-03Fix a use-after-free in filemodeTheo Buehler
2023-05-03Convert json_do_printf() with "%s" a fmt string to json_do_string().Claudio Jeker
2023-05-03Revert utf-8 fix for X509_NAME_get_index_by_NID to avoid libtlsBob Beck
2023-05-03Introduce json_do_string() a function that JSON escapes a string.Claudio Jeker
2023-05-03On read failure just abort the rrdp request.Claudio Jeker
2023-05-03Bring back length check tb ok'ed and I managed to remove whileBob Beck
2023-05-03Fix a few KNF/whitespace issuesTheo Buehler
2023-05-02Sometimes the touchpad doesn't attach. Try to solve this issue beMark Kettenis
2023-05-02Absolutely astounding that custom code was written for the softraid caseTheo de Raadt
2023-05-02Change X509_NAME_get_index_by[NID|OBJ] to be safer.Bob Beck
2023-05-02Mark the BIO_F_* function codes as intentionally undocumentedIngo Schwarze
2023-05-02free the correct pointer. Missed in rev 1.16.Jonathan Gray
2023-05-02Rename P into generatorTheo Buehler
2023-05-02Remove bogus newline in printf.Mark Kettenis