summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-05-02Simplify EC_GROUP_new_by_curve_name()Theo Buehler
2023-05-02Style tweaks for SMIME_write_PKCS7()Theo Buehler
2023-05-02Switch K&R function definition to ANSI to make clang 15 happierTheo Buehler
2023-05-02Unwrap a lineTheo Buehler
2023-05-02Simplify slightly and use i2d_PKCS7_bio_stream()Theo Buehler
2023-05-02add Brussels South Charleroi airportStefan Sperling
2023-05-02sync with userlandTheo Buehler
2023-05-02Sync with upstreamTheo Buehler
2023-05-02Call nd6_ns_output() without kernel lock from nd6_resolve().Alexander Bluhm
2023-05-01stray whitespaceTheo Buehler
2023-05-01Bump to 8.0Claudio Jeker
2023-05-01Add a missing pair of braces.Theo Buehler
2023-05-01Use uppercase for the CURVE_LIST_LENGTH macroTheo Buehler
2023-05-01Consistently use lowercase hex digits for curve parametersTheo Buehler
2023-05-01Now that we have C99 initializers, garbage collect some commentsTheo Buehler
2023-05-01Rework the curve list to use actual structs instead of a customTheo Buehler
2023-05-01Drop the now unnecessary and unused field_type from the curve dataTheo Buehler