openbsd
2024-03-30 miodRemove nonsensical comments. NFC
2024-03-30 miodIn _malloc_init(), round up the region being mprotected...
2024-03-30 miodBring back an inline db_enter(), which makes backtraces...
2024-03-30 mpiImplement else branching logic including 'else if'.
2024-03-30 deraadtprogram relinking currently uses a Makefile.relink...
2024-03-30 djmin OpenSSH private key format, correct type for subsequ...
2024-03-30 joshuaHide symbols in aes
2024-03-30 joshuaHide symbols in camellia
2024-03-30 jsingRewrite RSA_padding_add_PKCS1_type_{1,2}() with CBS...
2024-03-30 djmallow WAYLAND_DISPLAY to enable SSH_ASKPASS
2024-03-30 joshuaHide symbols in whrlpool
2024-03-30 jsingDo multiple padding add/check iterations.
2024-03-30 joshuaHide symbols in CMS
2024-03-30 jsguse void in function decl with no args; avoids non...
2024-03-30 jsingAdd initial regress for RSA padding.
2024-03-30 joshuaRemove pointless guard in cms header
2024-03-30 jsingTidy indentation.
2024-03-30 jsingRemove -app2_1 flags being passed to dsa and rsa regress.
2024-03-29 kettenisUse SBI calls to reboot or power down the machine when...
2024-03-29 kettenisSkip calculating timings if we can't determine the...
2024-03-29 miodDrop the first argument of intr_establish().
2024-03-29 miodStore the physical address of each pcb in struct mdproc...
2024-03-29 miodRemove truly unneeded includes (not included indirectly).
2024-03-29 miodCheck for %otherwin being nonzero earlier in rft_user.
2024-03-29 miodSimplify two more places where we don't need to check...
2024-03-29 miodSTACKFRAME macro is always invoked on a well-formed...
2024-03-29 miodText faults should not invoke uvm_grow() since the...
2024-03-29 miodsend_softint() was designed as being able to target...
2024-03-29 miodUpdate/fix/remove obsolete or just plainly wrong comments.
2024-03-29 miodStop including <machine/signal.h> in locore and remove...
2024-03-29 miodMove C declarations from intreg.h to <machine/intr...
2024-03-29 miodGet rid of unnecessary defines in assym.h.
2024-03-29 miodClean the fpu trap code:
2024-03-29 miodBe sure to reset p->p_md.md_fpstate to NULL after freei...
2024-03-29 miodClean-up cache-related definitions and routines.
2024-03-29 miodComment out unused routines. They might become used...
2024-03-29 miodRemove dead code. Some of it had been dead since the...
2024-03-29 miodNo longer include <machine/fsr.h> from <machine/reg...
2024-03-29 miodDe-register fpu completion code.
2024-03-29 miodRemove dead defines, prototypes and data, and duplicate...
2024-03-29 miodRemove unconditional define of _LOCORE.
2024-03-29 miodNow that this file is no longer used by any libc C...
2024-03-29 miodDo not include <machine/frame.h> in libc sparc64 fpu...
2024-03-29 kettenisFix writing the prefetchable mmio window base/limit.
2024-03-29 jsingTweak defines since the Td4 table is only used for...
2024-03-29 jsingAlways use C functions for AES_{encrypt,decrypt}().
2024-03-29 dtuckerUse egrep instead of grep -E. Some plaforms don't...
2024-03-29 stspskip dwqe_tx_proc() processing while the interface...
2024-03-29 deraadtSYS_msyscall will go away soon. kdump does not need...
2024-03-29 jsingRemove previously missed idea file.
2024-03-29 jsingConsolidate cast code.
2024-03-29 jsingConsolidate camellia code.
2024-03-29 jsingMove camellia to primary Makefile.
2024-03-29 joshuaAdd table-driven Whirlpool tests
2024-03-29 jsingRemove now unused camellia assembly implementations.
2024-03-29 deraadtsync
2024-03-29 jsingStop building camellia assembly on amd64 and i386.
2024-03-29 deraadtStop printing the "syscall" bit related to msyscall...
2024-03-29 miodNo longer build the objective-C compiler (cc1obj)....
2024-03-29 miodRemove one global variable duplicating uvmexp.pagesize.
2024-03-29 miodSimplify the conditionals for architectures which do...
2024-03-29 deraadtthe msyscall(2) manual page can be deleted.
2024-03-29 deraadtRemove the at-syscall-time check for msyscall(2)'s...
2024-03-29 tbSprinkle a few references to RFC 8419
2024-03-29 tbAdd regress coverage for EdDSA in CMS
2024-03-29 tbImplement Ed25519 signatures for CMS (RFC 8419)
2024-03-29 jsingMove aes_core.c to the primary Makefile.
2024-03-29 jsingConsolidate idea into a single C file.
2024-03-29 jsingRemove unused n2ln, l2nn, n2l and l2n macros.
2024-03-29 tbMake X509_VERIFY_PARAM_set1_policies() less bad
2024-03-29 tbClean up X509_VERIFY_PARAM_add0_policy()
2024-03-29 jsingAlways use C functions for AES_set_{encrypt,decrypt...
2024-03-29 tbRetire mime_debug()
2024-03-29 tbImprove error checking in i2d_ASN1_bio_stream()
2024-03-29 jsingConsolidate whirlpool into a single C file.
2024-03-29 jsingRemove now unused assembly implementations of whirlpool.
2024-03-29 joshuaHide symbols in Blowfish
2024-03-29 jsgElkhart Lake needs the 0V quirk
2024-03-29 jsingMove wp_block.c to the primary Makefile.
2024-03-29 tbSync EVP_MD_meth removal with what landed upstream
2024-03-29 jsingRemove CMS special now that we do not depend on pem...
2024-03-29 jsingStop playing #ifdef HEADER_PEM_H games in cms.h.
2024-03-29 jsingStop using pem2.h.
2024-03-29 joshuaHide symbols in DES
2024-03-29 jsingRename AES_cbc_encrypt to aes_cbc_encrypt_internal...
2024-03-29 jsingStop building whirlpool assembly on amd64 and i386.
2024-03-29 millertBack out tzset(3) change, it is not effective.
2024-03-29 millertCall tzset() in main() so we don't need to check TZ...
2024-03-29 tbFix indent
2024-03-29 jsingApply style(9) hammer.
2024-03-28 joshuaHide symbols in RIPEMD
2024-03-28 jsgAlder Lake-N eMMC needs the 0V quirk
2024-03-28 jsingMerge aes_cbc.c into aes.c now that aes_cbc.c is used...
2024-03-28 jsingMake AES_cbc_encrypt() always be a C function.
2024-03-28 jsingUse static inline for rc4_set_key_internal().
2024-03-28 jsingRemove unused SM3_Transform()
2024-03-28 jsingRename SM3_block_data_order() and make static.
2024-03-28 jsingRemove md32_common.h since it is now (finally) unused.
2024-03-28 jsingRework loads and stores for sm3.
2024-03-28 jsingRemove .init section that calls OPENSSL_cpuid_setup...
next