openbsd
2022-12-01 tbUpdate reference to table generation
2022-12-01 tbregress/libcrypto: merge exp/ into bn/
2022-12-01 tbSilence this test and sprinkle some KNF
2022-12-01 tbFlatten structure of libcrypto/bn tests
2022-12-01 tbTest prime constants exposed in public BN API
2022-12-01 tbMake tests silent on success.
2022-12-01 tbRefrain from printing SUCCESS in some of my tests
2022-12-01 jobAlign uppercase / lowercase pattern
2022-12-01 bluhmRun test in current directory. Copy test files to...
2022-12-01 claudioAdjust comment for rtype_from_mftfile(). It is importan...
2022-12-01 claudioFix typo in variable peer_message_receive
2022-12-01 claudioExtend and rename ometric_set_int_with_label to ometric...
2022-12-01 florianOops, the tweak was not correct, go with my original...
2022-12-01 florianMake sure the length of an unknown IP option is sensible.
2022-12-01 tbMark the X509_V_FLAG_CB_ISSUER_CHECK flag as deprecated
2022-12-01 tbAnnotate X509_V_FLAG_CB_ISSUER_CHECK as deprecated...
2022-12-01 tbRetire X509_V_FLAG_CB_ISSUER_CHECK
2022-12-01 tbGetters and setters for the check_issued() callback
2022-12-01 jsingBN_one() can fail, check its return value.
2022-12-01 jsingBN_one() can fail, check its return value.
2022-12-01 dtuckerClean up ssh-add and ssh-agent logs.
2022-12-01 dtuckerLog output of ssh-agent and ssh-add to make debugging...
2022-12-01 guenther_C_LABEL() is no longer useful in the "everything is...
2022-11-30 millertUpdate to 2022ggtz from https://github.com/JodaOrg...
2022-11-30 chelohamidicat.c: add missing CVS tag; ok millert@
2022-11-30 knUnlock nd6_ioctl(), push kernel lock into in6_ioctl_...
2022-11-30 knUse shared socket/net lock for IP sockets
2022-11-30 tbSwitch idiom of d2i_ECDSA_SIG() invocation
2022-11-30 tbLink libkeynote to regress.
2022-11-30 tbResurrect the libkeynote testsuite
2022-11-30 bluhmPassing preallocated keys to d2i_RSAPublicKey() does...
2022-11-30 mvsregen
2022-11-30 mvsUnlock getsockopt(2) and setsockopt(2). Unlock them...
2022-11-30 claudioPass a FILE pointer to ometric_output_all() and use...
2022-11-30 patrickProvide default address for qcpwm(4), as Linux upstream...
2022-11-30 jobRemove unused includes
2022-11-30 jobRemove unused includes
2022-11-30 jobRemove unused includes
2022-11-30 jobRemove unused include
2022-11-30 jobRemove unused sys/socket.h include
2022-11-30 jobRemove unused ctype.h include
2022-11-30 jsingRewrite bn_correct_top().
2022-11-30 knadd configtest; OK martijn
2022-11-30 jsingFix return values bug in BN_ucmp().
2022-11-30 jsingAdd regress coverage for BN_cmp()/BN_ucmp().
2022-11-30 jsingMostly align BIO_read()/BIO_write() return values with...
2022-11-30 jsingMop up more BN_DEBUG related code.
2022-11-29 dtuckerAdd void to client_repledge args to fix compiler warnin...
2022-11-29 guentherMove the generic variable definitions from the ASM...
2022-11-29 jobOnly include stdarg.h, if we call any of va_{start...
2022-11-29 jobOnly include assert.h if we call assert()
2022-11-29 tbAdd missing markup to comments and to RFC 3779 error
2022-11-29 visaUse correct size for mips64 .rld_map section.
2022-11-29 tbFirst pass at updating verifier error docs
2022-11-29 tbRemove a few doubled spaces and wrap an overlong line
2022-11-29 florianIgnore late check results for resolvers we no longer...
2022-11-29 claudioUpdate valid_x509 comment to reality. crl is no longer...
2022-11-29 claudioReturn an error string instead of surpressing the warni...
2022-11-29 tbSort a few outliers by increasing error number to match...
2022-11-29 tbFix includes
2022-11-29 tbAdd missing X509_V_ERR_UNSPECIFIED case
2022-11-29 tbFix some KNF issues
2022-11-29 tbMake X509_verify_cert_error_string() thread safe
2022-11-29 antonAdd support for the Unified Battery feature found in...
2022-11-29 antonAdd support for Bolt receivers. They use different...
2022-11-29 guentherPut the original image of the MP-startup and ACPI-suspe...
2022-11-29 chelohapowerpc64: switch to clockintr
2022-11-29 chelohapowerpc, macppc: switch to clockintr
2022-11-28 mvsSimplify return path of (*pr_ctloutput)() return value...
2022-11-28 knDocument struct nd_ifinfo protection, remove obsolete...
2022-11-28 tbFix indent
2022-11-28 dvvmd(8): zero consdev in bootargs to fix booting ramdisks
2022-11-28 claudioReshuffle case a little bit. No functional change.
2022-11-28 tbUse ssize_t instead of int as requested on review
2022-11-28 cheloharc(8): reorder_libs: print names of relinked libraries
2022-11-28 knRemove useless nd6_init_done
2022-11-28 knStatically initialise DAD list, remove obsolete dad_init
2022-11-28 tbGarbage collect the unused asn1_add_error()
2022-11-28 tbRetire prev_bio
2022-11-28 matthieusync
2022-11-28 matthieuRemove rex.x, obsolete remote execution protocol
2022-11-28 tbTweak x509_constraints_uri_host() regress to test for...
2022-11-28 tbFix NULL dereference in x509_constraints_uri_host()
2022-11-28 djmtighten pledge(2) after session establishment
2022-11-28 djmNew EnableEscapeCommandline ssh_config(5) option
2022-11-27 knMove UVM "swpgonly" from Daemon Counters to Swap Counters
2022-11-27 knRemove last queue(3) *_END() usage from tree
2022-11-27 knZap nonexistent "vnodepages" and "vtextpages" UVM Page...
2022-11-27 kettenisImplement support for the (optional) MSI controller...
2022-11-27 jobBIO_puts return values can be ambiguous, improve the...
2022-11-27 schwarzeIn bio.h rev. 1.50 and rev. 1.51, tb@ provided BIO_set_...
2022-11-27 knRemove useless casts
2022-11-27 knZap qt3/4 remnants, MODQMAKE_RECURSIVE always defaults...
2022-11-27 knProvide more accurate lock error message
2022-11-27 antonreformat REGRESS_TARGETS
2022-11-27 antonApplying mimmutable(2) to bss, data and text made the...
2022-11-27 knx11/qt3 and qt4 are no more, say x11/qt* like the modul...
2022-11-27 schwarzedelete duplicate OpenBSD CVS keyword line
2022-11-27 tbPlug leak of tmp in case allocation of pq->abuf fails
2022-11-27 tbKNF nit: place brace correctly
next