openbsd
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...
2024-03-28 jsingRemove .init section that calls OPENSSL_cpuid_setup...
2024-03-28 jsingRework loads and stores in ripemd.
2024-03-28 tbRemove OPENSSL_UNISTD define
2024-03-28 jsingExpand ROTATE macro to crypto_rol_u32().
2024-03-28 jsingInclude stdint.h since we use uint*_t types.
2024-03-28 jsingInline initial hash values.
2024-03-28 jsingRemove no unnecessary do { } while (0);
2024-03-28 jsingInline HASH_MAKE_STRING.
2024-03-28 jsingExpand HASH_* defines.
2024-03-28 joshuaHide symbols in RC4
2024-03-28 jsingReorder functions.
2024-03-28 jsingTidy includes.
2024-03-28 jsingInline functions from md32_common.h.
2024-03-28 jsingLoad in the top of the loop, as we do for other hash...
2024-03-28 jsingRemove now unnecessary do { } while (0);
2024-03-28 jsingInline HASH_MAKE_STRING.
2024-03-28 jsingExpand ROTATE macro to crypto_rol_u32().
2024-03-28 jsingDemacro sha1.
2024-03-28 jsingInline initial hash values.
2024-03-28 jsingClean up various defines and prototypes.
2024-03-28 joshuaUse TLS_ERROR_INVALID_ARGUMENT for "too large" and...
2024-03-28 beckNuke more gost
2024-03-28 beckNuke more leftover GOST tendrils.
2024-03-28 jsgunstub guc functions
2024-03-28 jsgadd more iosys_map interfaces used by inteldrm guc...
2024-03-28 jsingTidy includes.
2024-03-28 jsingExpand HASH_* defines.
2024-03-28 jsingReorder functions.
2024-03-28 jsingInline functions from md32_common.h for ripemd.
2024-03-28 jsingFix line wrapping.
2024-03-28 jsgreduce diff to linux
2024-03-28 deraadtsync
2024-03-28 deraadtsys
2024-03-28 deraadtDelete pinsyscall(2) [which was specific only to SYS_ex...
2024-03-28 jsingRemove fallback files that are now always included...
2024-03-28 joshuaUse TLS_ERROR_OUT_OF_MEMORY error code for calloc error...
2024-03-28 jsingMove rc4.c to primary Makefile.
2024-03-28 jsingUse C functions for RC4 public API.
2024-03-28 beckFix coverity complaints.
2024-03-28 tbCheck the return value of EVP_CIPHER_CTX_reset()
2024-03-28 jsingMove des sources to primary Makefile.
2024-03-28 jsingRemove now unused des assembly.
2024-03-28 jsingStop building the assembly implementation of des on...
2024-03-28 jsingRemove now unused ripemd i386 assembly.
2024-03-28 jsingStop building the assembly implementation of des and...
2024-03-28 jsingConsolidate most of the AES modes into a single C file.
2024-03-28 tbPKCS#1.5 PBE: test and assign
2024-03-28 beckStop pandering to the loadbalancer industrial complex.
2024-03-27 beckfix leaks in the horrible ssl whackery necessary for...
2024-03-27 kettenisThe RISC-V architecture specification says that memory...
2024-03-27 kettenisFix fdt_find_node(). We should make sure we match...
2024-03-27 mvsIntroduce SB_OWNLOCK to mark sockets which `so_rcv...
next