Skip to content

Instantly share code, notes, and snippets.

==> openssl-build.bash <==
#!/bin/bash
set -e -x
export CFLAG="-g"
export CFLAGS="-g"
# Debugging Target
# debug-linux-elf-noefence
@emboss
emboss / gist:1793205
Created February 10, 2012 21:50 — forked from nurse/gist:1792842
Release note of Ruby 1.9.3.1
Ruby 1.9.3-pXXX is released.
This release include a security fixes of the Ruby OpenSSL extension.
And many bugs are fixed in this release.
* Fixed: LLVM/clang support [Bug #5076]
* Fixed: GCC 4.7 support [Bug #5851]
* Fixed: Allow "0/n splitting" as a prevention for the TLS BEAST attack [Bug #5353]