openbsd
2023-05-08 tobiasPrevent signed integer overflow
2023-05-08 tobiasImprove error handling
2023-05-08 millertcron: bounds check the high and low bounds for in a...
2023-05-08 tbRename the other_ctx in X509_STORE_CTX into trusted
2023-05-08 tbAdd RCS tag
2023-05-08 bluhmThe call to in_proto_cksum_out() is only needed before...
2023-05-08 bluhmTo make ND6 mp-safe, the life time of struct llinfo_nd6...
2023-05-08 gerhardFix a potential mem-leak in usm_decrypt().
2023-05-08 bluhmAs the nd6 mutex protects the lifetime of struct llinfo...
2023-05-08 ottoEnable malloc_errs test
2023-05-08 ottoAdd a regress test to test various malloc API and heap...
2023-05-08 tbReorder struct grid_cell_entry
2023-05-08 tbX509_verify_cert(): Garbage collect the unused roots...
2023-05-08 tbAvoid trailing whitespace in extension printing
2023-05-07 bluhmI preparation for TSO in software, cleanup the fragment...
2023-05-07 tbRecommit -Wshadow now that the warning on BIG_ENDIAN...
2023-05-07 tbxts128 mode: avoid two -Wshadow warnings in the BIG_END...
2023-05-07 millertcron: check for garbage after the '~' in a random range.
2023-05-07 krwGPT partitions with the 'Required' attribute are not...
2023-05-07 bluhmBackout -Wshadow, it breaks build on powerpc64.
2023-05-07 knRemove net lock from DIOCOSFP{FLUSH,ADD,GET} aka. OS...
2023-05-07 tbRemove a misplaced empty line
2023-05-06 millertSupport random offsets when using ranges with a step...
2023-05-06 tbRegen cert.pem
2023-05-06 krwReplace pointless %d formatting of 0 values with
2023-05-06 kevloMention RTL8153D.
2023-05-06 kevloAdd support for RTL8153D.
2023-05-05 tbUse -Wshadow with clang
2023-05-05 tbReinstate X9.31 padding mode support in rsautl
2023-05-05 tbFix error handling in tls_check_common_name()
2023-05-05 millertcrontab: move spool temp file creation to spool_mkstemp()
2023-05-05 tbSalt shares the blame of the continued existence of...
2023-05-05 tbReinstate documentation of RSA_X931_PADDING
2023-05-05 tbAdd back support for RSA_X931_PADDING
2023-05-05 tbLink rsa_x931.c to build
2023-05-05 tbBring back the X9.31 padding helpers
2023-05-05 claudioPass ASPA objects in reverse since this is what aspa_ad...
2023-05-05 tbConvert K&R function definition to ansi to make clang...
2023-05-05 claudioSync json.c with the one from rpki-client. This adds...
2023-05-05 claudioLimit the socket buffer size to 64k for all sessions...
2023-05-05 bluhmThe mbuf_queue API allows read access to integer variab...
2023-05-04 tbsymbols.awk: Remove cfb dance
2023-05-04 tbStraightforward conversion form K&R to ANSI function...
2023-05-04 espiefix stupid thinko, as noticed while converting to v5...
2023-05-04 tbRewrite ECParameters_dup()
2023-05-04 tbsigh. typo
2023-05-04 tbLet ecdsatest exercise ECParameters_dup() a bit
2023-05-04 tbRemove x9_62_test_internal()
2023-05-04 chriszBe more economical with returning bodys in bounce messages
2023-05-04 mvsregen
2023-05-04 mvsPush kernel lock deep down to sys_sysctl(). At least...
2023-05-04 bluhmIntroduce a neighbor discovery mutex like ARP uses...
2023-05-04 tbUse size_t instead of int in EC_POINT_point2oct()
2023-05-04 tbFix line wrapping
2023-05-04 tbFix function name in doc comment
2023-05-04 kevloregen
2023-05-04 kevloAdd another Lenovo NVMe device id found in my ThinkPad...
2023-05-03 jmcadd virtio(4); ok (in principal) miod
2023-05-03 jmcadd onewire(4); ok miod
2023-05-03 jsgavoid use after free
2023-05-03 knImprove setenv markup
2023-05-03 bluhmSome checks in nd6_resolve() do not require kernel...
2023-05-03 knRemove net lock from DIOCGETRULESET and DIOCGETRULESETS
2023-05-03 tbFix a use-after-free in filemode
2023-05-03 claudioConvert json_do_printf() with "%s" a fmt string to...
2023-05-03 beckRevert utf-8 fix for X509_NAME_get_index_by_NID to...
2023-05-03 claudioIntroduce json_do_string() a function that JSON escapes...
2023-05-03 claudioOn read failure just abort the rrdp request.
2023-05-03 beckBring back length check tb ok'ed and I managed to remov...
2023-05-03 tbFix a few KNF/whitespace issues
2023-05-02 kettenisSometimes the touchpad doesn't attach. Try to solve...
2023-05-02 deraadtAbsolutely astounding that custom code was written...
2023-05-02 beckChange X509_NAME_get_index_by[NID|OBJ] to be safer.
2023-05-02 schwarzeMark the BIO_F_* function codes as intentionally undocu...
2023-05-02 jsgfree the correct pointer. Missed in rev 1.16.
2023-05-02 tbRename P into generator
2023-05-02 kettenisRemove bogus newline in printf.
2023-05-02 tbSimplify EC_GROUP_new_by_curve_name()
2023-05-02 tbStyle tweaks for SMIME_write_PKCS7()
2023-05-02 tbSwitch K&R function definition to ANSI to make clang...
2023-05-02 tbUnwrap a line
2023-05-02 tbSimplify slightly and use i2d_PKCS7_bio_stream()
2023-05-02 stspadd Brussels South Charleroi airport
2023-05-02 tbsync with userland
2023-05-02 tbSync with upstream
2023-05-02 bluhmCall nd6_ns_output() without kernel lock from nd6_resol...
2023-05-01 tbstray whitespace
2023-05-01 claudioBump to 8.0
2023-05-01 tbAdd a missing pair of braces.
2023-05-01 tbUse uppercase for the CURVE_LIST_LENGTH macro
2023-05-01 tbConsistently use lowercase hex digits for curve parameters
2023-05-01 tbNow that we have C99 initializers, garbage collect...
2023-05-01 tbRework the curve list to use actual structs instead...
2023-05-01 tbDrop the now unnecessary and unused field_type from...
2023-05-01 tbConvert EC_CURVE_DATA to C99 initializers
2023-05-01 tbSimplify ec_group_new_from_data() further
2023-05-01 jobMake warnings more precise
2023-05-01 dtuckerImport regenerated moduli.
2023-05-01 kettenisThe built-in 10G Ethernet on Apple arm64 hardware does...
2023-05-01 tbDrop some dead code
next