Skip to content

Instantly share code, notes, and snippets.

View romen's full-sized avatar

Nicola Tuveri romen

View GitHub Profile
#!/bin/bash
set -o errexit
# This script can be rerun several times. Every time the script is run
# it will redo the changes at the current tip of the master branch.
#
# The first two commits are autogenerated.
#
# - The first commit renames OPENSSL_CTX -> OSSL_LIB_CTX
@romen
romen / sslv3_removal_summary.md
Last active August 18, 2025 07:50
Community Feedback on SSLv3 Code Removal Timeline
updated 2025-08-12
changelog
add large businesses outcome
table formatting

Community Feedback on SSLv3 Code Removal Timeline

During the OpenSSL Foundation BAC meeting in July, community representatives were asked to reach out to their members to gather

@romen
romen / usb_reset
Created September 8, 2025 11:45
A script to reset USB controllers
#!/usr/bin/env bash
#
# USB xHCI controller reset helper
# - Unbinds/rebinds the controller from/to xhci_hcd
# - Colors + Nerd Font icons chosen automatically by log level
# - --interactive: pick a controller from a list (uses fzf if available)
#
# Usage:
# sudo reset-usb.sh [--interactive] [CONTROLLER_ID]
# sudo reset-usb.sh --help
@romen
romen / .gitignore
Last active February 20, 2026 14:57
Inconsistent propquery string comparisons (quoted vs unquoted)
*.o
*.so