Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
8cebb40
ASN1: #to_der in pure ruby
HoneyryderChuck Jul 11, 2024
9d616f1
bn ops: only instantiate BN if there were no errors
HoneyryderChuck Jul 3, 2025
738b380
moved BN#to_bn to ruby
HoneyryderChuck Jul 3, 2025
5c3af87
moved #to_bn call after comparison
HoneyryderChuck Jul 3, 2025
5e44a7e
deal with array of integers before packing bytes (instead of string a…
HoneyryderChuck Jul 3, 2025
9d8808b
setting encoding of literals in asn1 file to binary by default
HoneyryderChuck Jul 3, 2025
662799c
improve encoding of oid in order to avoid costly intermediate array c…
HoneyryderChuck Jul 3, 2025
9d19ed7
improve der internal method so that it deals with objects with no body
HoneyryderChuck Jul 3, 2025
57461c6
making #der_value private
HoneyryderChuck Jul 4, 2025
f63e39d
forcing .chr conversion to binary encoding
HoneyryderChuck Jul 4, 2025
ed9295b
utctime and gentime: inline formats, constrain input data
HoneyryderChuck Jul 4, 2025
16473a3
readding check for ASN1::Null value on der encoding
HoneyryderChuck Jul 7, 2025
2da2aa8
move indefinite length check to implementation
HoneyryderChuck Jul 7, 2025
6fefe6a
remove integer_to_octets implementation, replace with inline pack + t…
HoneyryderChuck Jul 7, 2025
9c261ac
decoding DERs in plain ruby
HoneyryderChuck Aug 14, 2025
0866f27
rewrite .traverse in ruby
HoneyryderChuck Sep 8, 2025
578062a
remove unreachable code from the C extension
HoneyryderChuck Sep 9, 2025
cba1a5f
moved documentation of ASN1 modules/classes to ruby
HoneyryderChuck Sep 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading