summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-12regenMark Kettenis
2023-04-12Add BCM4388.Mark Kettenis
2023-04-12correct the entry for chilepeso; from jan staryJason McIntyre
2023-04-12remove duplicate signal.h includeJonathan Gray
2023-04-12Simplify code by folding uuid_attr() into PRT_protected_uuid().Kenneth R Westerback
2023-04-12Clarify logic in PRT_uuid_to_menudflt() by using find_gpt_menuitem().Kenneth R Westerback
2023-04-12regenMark Kettenis
2023-04-12Add PCI IDs for the 2nd generation Aquantio 10G NICs.Mark Kettenis
2023-04-12remove duplicate linesJonathan Gray
2023-04-12Add test for multiprotocol announce statementsClaudio Jeker
2023-04-12remove duplicate linesJonathan Gray
2023-04-12fix double wordsJonathan Gray
2023-04-12Fix 24bit maximum/mask in manpage. Noticed by wangqr on github.Claudio Jeker
2023-04-12Remove now unused sha_local.h.Joel Sing
2023-04-12Provide and use crypto_ro{l,r}_u{32,64}().Joel Sing
2023-04-12Provide and use crypto_store_htobe64().Joel Sing
2023-04-12Align printing of geofeed records in filemodeJob Snijders
2023-04-12remove unused buffer selection codeJonathan Gray
2023-04-11Abstract find_[gpt|mbr]_menuitem() to simplify code andKenneth R Westerback
2023-04-11Handle BN_CTX at the EC API boundary.Joel Sing
2023-04-11Clean up unused BIGNUM.Joel Sing
2023-04-11Simplify code by passing pointers to the appropriate type toKenneth R Westerback
2023-04-11Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3)Ingo Schwarze
2023-04-11Shuffle mbr and gpt function prototypes and declarations together.Kenneth R Westerback
2023-04-11Recommit jsing's r1.27 - portable is readyTheo Buehler
2023-04-11While all the BIO_TYPE_* constants are part of the API, most of theirIngo Schwarze
2023-04-11be more forceful in pointing people to bulk(8) and proot(1).Marc Espie
2023-04-11Back out r1.27 using htobe64() - apparently some OS don't have it.Theo Buehler
2023-04-11give people a chance to find bulk(8) from proot(1)Marc Espie
2023-04-11Consolidate sha1 into a single file.Joel Sing
2023-04-11Consolidate sha1 into a single file.Joel Sing
2023-04-11Simplify handling of big vs little endian.Joel Sing
2023-04-11Use htobe64() instead of testing BYTE_ORDER and then handrolling htobe64().Joel Sing
2023-04-11Omit sha512_block_data_order() prototype when assembly is not being used.Joel Sing
2023-04-11Remove less than useful implementation notes.Joel Sing
2023-04-11bn_mod_sqrt: remove no longer necessary complications due to theTheo Buehler
2023-04-11Add a new implementation of BN_mod_sqrt()Theo Buehler
2023-04-11Correct benchmark result computation on 32 bit platforms.Joel Sing
2023-04-11Nuke unused function prototype.Marcus Glocker
2023-04-11fix double words in commentsJonathan Gray
2023-04-10add missing write of SAB_DAFOJonathan Gray
2023-04-10Some more cleanup in bn_to_stringTheo Buehler
2023-04-10Drop BN_NO_DEPRECATED dance from bn_testTheo Buehler
2023-04-10Make GPT display of menu hex octet the same as the MBR display.Kenneth R Westerback
2023-04-10Provide benchmarks for BN_copy()Joel Sing
2023-04-10Fix indentation of structs and unions in x509v3.hTheo Buehler
2023-04-10Enable caps lock LED on modern Apple laptop keyboards.Tobias Heider
2023-04-10Make bn_to_string() staticTheo Buehler
2023-04-10bn_to_string no longer needs to be linked staticallyTheo Buehler
2023-04-10Rework the bn_to_string() to use public APITheo Buehler