openbsd
2022-12-04 visald.so: Disable DT_MIPS_RLD_MAP_REL
2022-12-04 deraadtThe next step for mimmutable(). ld.so figures out...
2022-12-04 tobheRename sun to s_un for portability.
2022-12-04 dtuckerRemove duplicate includes. Patch from AtariDreams...
2022-12-04 tbFix warnings about binding changed to STB_WEAK on i386
2022-12-04 jsgregen
2022-12-04 jsgadd Intel DG1, DG2, ATS-M ids
2022-12-04 tobheInclude endian.h for htobe32
2022-12-03 tobheConsistently use uintXX_t from <stdint.h> instead of...
2022-12-03 tobheInclude endian.h where needed for betohXX functions.
2022-12-03 jcaUse evcount_percpu(9) for clock interrupts
2022-12-03 jcaAdd ENTRY_NB() and use it for brk.S and sbrk.S on riscv64
2022-12-03 kettenisRework the RTKit code such that we don't spin forever...
2022-12-03 kettenisThe device tree bindings for aplcpu(4) changed once...
2022-12-03 tbskip rust-openssl-tests on sparc64
2022-12-03 yasuokaModify vmt to use the buffer allocated in pvbus directl...
2022-12-03 tbClean up makefile
2022-12-03 tbbiotest needs bio_local.h now
2022-12-03 tbTest BIO_{push,pop}() along a linear chain
2022-12-03 tbMore cleanup
2022-12-03 tbRefactor and fix bn_mod_exp test
2022-12-03 tbAdd missing checks for BN_mod_exp_{non,}ct()
2022-12-03 tbFix some ancient silliness with a random byte
2022-12-03 jsgregen
2022-12-03 jsgadd AMD family 19h model 61h (Raphael) ids
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().
next