openbsd
2023-04-13 knzap leftover lines from previous
2023-04-13 tbec_lib.c: fix a few NULL misspellings
2023-04-13 tbFix various early return issues spotted by coverity
2023-04-13 tbectest: missing error checking
2023-04-13 jsgremove duplicate includes
2023-04-12 claudiobgpctl network bulk requires now the specification...
2023-04-12 knPull MP-safe arprequest() out of kernel lock
2023-04-12 kettenisregen
2023-04-12 kettenisAdd BCM4388.
2023-04-12 jmccorrect the entry for chilepeso; from jan stary
2023-04-12 jsgremove duplicate signal.h include
2023-04-12 krwSimplify code by folding uuid_attr() into PRT_protected...
2023-04-12 krwClarify logic in PRT_uuid_to_menudflt() by using find_g...
2023-04-12 kettenisregen
2023-04-12 kettenisAdd PCI IDs for the 2nd generation Aquantio 10G NICs.
2023-04-12 jsgremove duplicate lines
2023-04-12 claudioAdd test for multiprotocol announce statements
2023-04-12 jsgremove duplicate lines
2023-04-12 jsgfix double words
2023-04-12 claudioFix 24bit maximum/mask in manpage. Noticed by wangqr...
2023-04-12 jsingRemove now unused sha_local.h.
2023-04-12 jsingProvide and use crypto_ro{l,r}_u{32,64}().
2023-04-12 jsingProvide and use crypto_store_htobe64().
2023-04-12 jobAlign printing of geofeed records in filemode
2023-04-12 jsgremove unused buffer selection code
2023-04-11 krwAbstract find_[gpt|mbr]_menuitem() to simplify code and
2023-04-11 jsingHandle BN_CTX at the EC API boundary.
2023-04-11 jsingClean up unused BIGNUM.
2023-04-11 krwSimplify code by passing pointers to the appropriate...
2023-04-11 schwarzeDocument the RETURN VALUES of BIO_method_type(3) and...
2023-04-11 krwShuffle mbr and gpt function prototypes and declaration...
2023-04-11 tbRecommit jsing's r1.27 - portable is ready
2023-04-11 schwarzeWhile all the BIO_TYPE_* constants are part of the...
2023-04-11 espiebe more forceful in pointing people to bulk(8) and...
2023-04-11 tbBack out r1.27 using htobe64() - apparently some OS...
2023-04-11 espiegive people a chance to find bulk(8) from proot(1)
2023-04-11 jsingConsolidate sha1 into a single file.
2023-04-11 jsingConsolidate sha1 into a single file.
2023-04-11 jsingSimplify handling of big vs little endian.
2023-04-11 jsingUse htobe64() instead of testing BYTE_ORDER and then...
2023-04-11 jsingOmit sha512_block_data_order() prototype when assembly...
2023-04-11 jsingRemove less than useful implementation notes.
2023-04-11 tbbn_mod_sqrt: remove no longer necessary complications...
2023-04-11 tbAdd a new implementation of BN_mod_sqrt()
2023-04-11 jsingCorrect benchmark result computation on 32 bit platforms.
2023-04-11 mglockerNuke unused function prototype.
2023-04-11 jsgfix double words in comments
2023-04-10 jsgadd missing write of SAB_DAFO
2023-04-10 tbSome more cleanup in bn_to_string
2023-04-10 tbDrop BN_NO_DEPRECATED dance from bn_test
2023-04-10 krwMake GPT display of menu hex octet the same as the...
2023-04-10 jsingProvide benchmarks for BN_copy()
2023-04-10 tbFix indentation of structs and unions in x509v3.h
2023-04-10 tobheEnable caps lock LED on modern Apple laptop keyboards.
2023-04-10 tbMake bn_to_string() static
2023-04-10 tbbn_to_string no longer needs to be linked statically
2023-04-10 tbRework the bn_to_string() to use public API
2023-04-10 schwarzeVarious wording tweaks for clarity and precision, and...
2023-04-10 schwarzeMore deduplication: talk about environment variable...
2023-04-10 jsgfix 'in in'
2023-04-10 jsgfix setting parity bits
2023-04-10 jsgspelling
2023-04-09 gnezdoTreat symlinks better in $ORIGIN determination in ld.so
2023-04-09 kettenisSo clang 13 miscompiles dev/usb/umass_scsi.c with the...
2023-04-09 tbMove a few functions out of OPENSSL_NO_DEPRECATED
2023-04-09 tbRemove some doubled empty lines
2023-04-09 tbRemove X9.31 support from openssl(1)
2023-04-09 tbDrop X9.31 support from libtls
2023-04-09 jcsdon't attach temperature sensors for which there is...
2023-04-09 tbMinor code cleanup
2023-04-09 krwRefactor and simplify GPT menu selection logic.
2023-04-09 jsingProvide and use sha{224,384}_{update,final} functions.
2023-04-09 jsingRename SHA functions to have sha{1,224,256,384,512...
2023-04-09 schwarzeTrim some redundant and a bit of misleading text:
2023-04-09 schwarzeExplain what it means that an API function "requires...
2023-04-09 jsgfix double words
2023-04-08 knReturn -1 on actual failure
2023-04-08 tbbn_test: two minor style tweaks
2023-04-08 schwarzeNew manual page written by Ted Bullock <tbullock at...
2023-04-08 krwA bit more guid vs uuid naming consistency.
2023-04-08 mvsDo not reload `inp' in gre_send(). The pointer to PCB...
2023-04-08 mvsMove rtm_ifannounce(IFAN_DEPARTURE) outside netlock...
2023-04-08 jsgadd missing write to XENON_EMMC_PHY_PAD_CONTROL2
2023-04-08 jsgcorrect write to MV_XLG_PORT_MAC_CTRL4_REG
2023-04-08 dlgtry and cope with not having the firmware/boot loader...
2023-04-07 tbbn_mont: fix typo in comment divisable -> divisible
2023-04-07 dlgprint which gmac the dwqe driver is attaching to.
2023-04-07 tbbn_test: rename rc into ret as per usual
2023-04-07 tbbn_test: pass BN_CTX into all functions
2023-04-07 tbbn_test: drop a few braces that are now unnecessary
2023-04-07 tbbn_test: move rc initialization to its own line
2023-04-07 tbbn_test: keep the error stack clean
2023-04-07 tbbn_test: use bn_copy() instead of BN_free/BN_dup
2023-04-07 tbbn_test: a few early return would leak. goto err instead
2023-04-07 tbbn_test: rand_neg() is not only one of the most stupidl...
2023-04-07 tbbn_test: handle rc consistently
2023-04-07 tbbn_test: inline the only use of lst[]
2023-04-07 bluhmRemove kernel locks from the ARP input path. Caller...
2023-04-07 tbImprove some test failure reporting
2023-04-07 krwOops. Missed files in last commit.
next