openbsd
2022-12-03 jsgdrm/i915: fix TLB invalidation for Gen12 video and...
2022-12-02 tbDrop 'perhaps a little', plus grammar and spelling...
2022-12-02 chelohamidicat(1): use err(3) everywhere
2022-12-02 chelohamidicat(1): set ifile/ofile to "stdin"/"stdout" if...
2022-12-02 chelohamidicat(1): add a usage() function
2022-12-02 tbRevert bio_prev removal
2022-12-02 tbbn_mod_exp.c: printing to stdout needs no BIO
2022-12-02 tbbn_mod_exp: we have a BN_CTX available...
2022-12-02 tbCheck BN_rand() and BN_mod() return values
2022-12-02 tbLink new bn_mod_exp_zero test to build
2022-12-02 tbRewrite the tests that various modular exponentiation...
2022-12-02 knRemove constant basereachable and retrans members from...
2022-12-02 knRemove useless variable, simplify code
2022-12-02 knUnlock in6_ioctl_get() aka. SIOCGIF{DSTADDR,NETMASK...
2022-12-02 sthensync
2022-12-02 jcaDrop _C_LABEL() uses in riscv64-specific code
2022-12-02 martijnWhen checking if we're implied we must also check if...
2022-12-02 tblibcrypto/bn: switch back to manual regress targets
2022-12-02 jsgregen
2022-12-02 jsgadd Intel Optane SSD DC P5800X
2022-12-02 djmmake struct sshbuf private and remove an unused field...
2022-12-02 tbregres/libssl/unit: simplify Makefile
2022-12-02 tbUse regress framework rather than handrolling it
2022-12-02 tbUse the default targets from bsd.regress.mk as far...
2022-12-02 tbLet bsd.regress.mk take care of running tests
2022-12-02 tbbn_add_sub: no need for a BIO to print to stderr
2022-12-01 tbUnhook exp
2022-12-01 tbFix typo, move one .PHONY target nearer to the target...
2022-12-01 tbzap extra blank line
2022-12-01 tbCheck that the bn_isqrt -C output isn't changed
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...
next