1.0.4
- Fixed a bug in
Array#pack
where complex types (ex:[[:uint32, 4], 10]
)
were not being packed correctly. - Fixed a bug in
String#unpack
where complex types (ex:[[:uint32, 4], 10]
)
were not being unpacked correctly. - Fixed a bug in
Ronin::Support::Binary::CTypes::ObjectType#initialize
when
the object's type has an infinite size, such as an unbounded Array type. - Allow using non-RSA keys in all SSL/TLS methods.