summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-09Add regress coverage for -1 modulus as well.Theo Buehler
2023-05-09bn_exp: also special case -1 modulusTheo Buehler
2023-05-09Rewrite BN_bn2hex() using CBB/CBS.Joel Sing
2023-05-09Rewrite BN_bn2dec() using CBB/CBS.Joel Sing
2023-05-09switch pflogd from using a bpf read timeout to a wait timeout.David Gwynne
2023-05-08fix up some formatting in the pf_state_list comment.David Gwynne
2023-05-08Prevent signed integer overflowTobias Stoeckmann
2023-05-08Improve error handlingTobias Stoeckmann
2023-05-08cron: bounds check the high and low bounds for in a random range.Todd C. Miller
2023-05-08Rename the other_ctx in X509_STORE_CTX into trustedTheo Buehler
2023-05-08Add RCS tagTheo Buehler
2023-05-08The call to in_proto_cksum_out() is only needed before the packetAlexander Bluhm
2023-05-08To make ND6 mp-safe, the life time of struct llinfo_nd6 *ln =Alexander Bluhm
2023-05-08Fix a potential mem-leak in usm_decrypt().Gerhard Roth
2023-05-08As the nd6 mutex protects the lifetime of struct llinfo_nd6 ln,Alexander Bluhm
2023-05-08Enable malloc_errs testOtto Moerbeek
2023-05-08Add a regress test to test various malloc API and heap mismanagementOtto Moerbeek
2023-05-08Reorder struct grid_cell_entryTheo Buehler
2023-05-08X509_verify_cert(): Garbage collect the unused roots variableTheo Buehler
2023-05-08Avoid trailing whitespace in extension printingTheo Buehler
2023-05-07I preparation for TSO in software, cleanup the fragment code. UseAlexander Bluhm
2023-05-07Recommit -Wshadow now that the warning on BIG_ENDIAN is fixedTheo Buehler
2023-05-07xts128 mode: avoid two -Wshadow warnings in the BIG_ENDIAN code path.Theo Buehler
2023-05-07cron: check for garbage after the '~' in a random range.Todd C. Miller
2023-05-07GPT partitions with the 'Required' attribute are not deleted by -A.Kenneth R Westerback
2023-05-07Backout -Wshadow, it breaks build on powerpc64.Alexander Bluhm
2023-05-07Remove net lock from DIOCOSFP{FLUSH,ADD,GET} aka. OS fingerprintingKlemens Nanni
2023-05-07Remove a misplaced empty lineTheo Buehler
2023-05-06Support random offsets when using ranges with a step value in cron.Todd C. Miller
2023-05-06Regen cert.pemTheo Buehler
2023-05-06Replace pointless %d formatting of 0 values withKenneth R Westerback
2023-05-06Mention RTL8153D.Kevin Lo
2023-05-06Add support for RTL8153D.Kevin Lo
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