openbsd
2023-04-14 tbAdd two missing void to appease clang 15
2023-04-14 tbDrop policy printing from openssl
2023-04-14 robertcheck if there is actually anything to extract from...
2023-04-14 tbcttest: plug leak due to missing SCT_LIST_free()
2023-04-14 tbPlug a memleak caused by an extra bump of a refcount
2023-04-14 tbCast the uint64_t SCT timestamps to (unsigned long...
2023-04-14 stspWire up the iwm_updatechan and iwx_updatechan callbacks.
2023-04-14 tbMake the signertest work better with the portable test...
2023-04-14 tbMake the apitest work better with the portable tets...
2023-04-14 tbMake cttest work better with the portable test harness
2023-04-14 tbFix cttest to use public header
2023-04-14 jsingRename the largely misnamed bn_print.c to bn_convert.c
2023-04-14 jsingProvide and use bn_copy_words() in BN_copy().
2023-04-14 jsingAdd support for truncated SHA512 variants.
2023-04-14 jsingProvide soon to be used crypto_store_htobe32().
2023-04-14 jsingUse memset() and only initialise non-zero struct members.
2023-04-14 tbFix double free in error path in openssl(1) x509
2023-04-14 dlgadd support for "rockchip,cryptov2-rng"
2023-04-14 tbA tab snuck in
2023-04-13 dlgadd the "local experiments" ethertypes
2023-04-13 millertAvoid an overflow in the ELF SYSV ABI hash function.
2023-04-13 miodSprinkle UL suffix to constant literals which don't...
2023-04-13 miodCatch up with box drawing characters which have been...
2023-04-13 tbUse ANSI-style functions for Base64 wrappers
2023-04-13 jobCheck whether products listed on a manifest were issued...
2023-04-13 claudioSimplify how IMSG_CTL_SHOW_RIB_COMMUNITIES is construct...
2023-04-13 miodGrammar fixes in comments.
2023-04-13 miodpmap_copy() has never, ever, been implemented in any...
2023-04-13 tbThe NBs have been duly noted and ignored. Drop them.
2023-04-13 tbZap trailing whitespace
2023-04-13 miodRemove intentionally undocumented pci_{io,mem}_find...
2023-04-13 miodMove USRSTACK to the end of userland address space.
2023-04-13 tbRemove files that definitely contain no code anymore
2023-04-13 tbDrop now useless files from the Makefile
2023-04-13 tbFold ECDSA sign and verify mess into ecs_ossl.c
2023-04-13 tbMove RSA_generate_key() from rsa_depr.c to rsa_gen.c
2023-04-13 tbMove DSA_generate_parameters() from dsa_depr.c to dsa_gen.c
2023-04-13 tbMove DH_generate_parameters() from dh_depr.c to dh_gen.c
2023-04-13 claudioSort commands alphabetically both in the tables and...
2023-04-13 mbuhlFix compilation on sparc64.
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'
next