Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
jruby
/
jruby-openssl
Public
Notifications
You must be signed in to change notification settings
Fork
87
Star
49
Code
Issues
17
Pull requests
2
Discussions
Actions
Wiki
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Improving completeness of ASN1 encoding/decoding
- #335
#335
Merged
kares
merged 11 commits into
jruby:master
jruby/jruby-openssl:master
from
HoneyryderChuck:fix-asn1data
HoneyryderChuck/jruby-openssl:fix-asn1data
Copy head branch name to clipboard
Jul 25, 2025
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Improving completeness of ASN1 encoding/decoding
#335
kares
merged 11 commits into
jruby:master
jruby/jruby-openssl:master
from
HoneyryderChuck:fix-asn1data
HoneyryderChuck/jruby-openssl:fix-asn1data
Copy head branch name to clipboard
Commits
Commits on Jun 18, 2025
uncommenting the last assertion of the application specific der test
HoneyryderChuck
committed
f403ad6
View commit details
Copy full SHA for f403ad6
Browse repository at this point
Commits on Jun 25, 2025
adding the basicdata tests from upstream ruby-openssl
Show description for 11e9c7f
HoneyryderChuck
committed
11e9c7f
View commit details
Copy full SHA for 11e9c7f
Browse repository at this point
inlining getConstructiveTag logic, expand on the rest of the information in the tag segment
Show description for 610a355
HoneyryderChuck
committed
610a355
View commit details
Copy full SHA for 610a355
Browse repository at this point
fixing encoding of arrays in ASN1Data structures as well as dealing with EOC
Show description for c781cf9
HoneyryderChuck
committed
c781cf9
View commit details
Copy full SHA for c781cf9
Browse repository at this point
do not allow encoding asn1data with indefinite_length set and a value which is not an array
Show description for 2a52e96
HoneyryderChuck
committed
2a52e96
View commit details
Copy full SHA for 2a52e96
Browse repository at this point
making the EndOfContent class a subclass of ASN1Data
Show description for de55cdd
HoneyryderChuck
committed
de55cdd
View commit details
Copy full SHA for de55cdd
Browse repository at this point
Commits on Jun 26, 2025
fixed initialization of Primitive
Show description for 7fa9cf9
HoneyryderChuck
committed
7fa9cf9
View commit details
Copy full SHA for 7fa9cf9
Browse repository at this point
rewrote isEOC as a function of its data
Show description for 5cbd774
HoneyryderChuck
committed
5cbd774
View commit details
Copy full SHA for 5cbd774
Browse repository at this point
Commits on Jun 30, 2025
implement logic to der-encode objects at the base class
Show description for 64ae0c3
HoneyryderChuck
committed
64ae0c3
View commit details
Copy full SHA for 64ae0c3
Browse repository at this point
loading EndOfContent class correctly
Show description for 5140acd
HoneyryderChuck
committed
5140acd
View commit details
Copy full SHA for 5140acd
Browse repository at this point
adding basic constructive tests from upstream
Show description for ab34440
HoneyryderChuck
committed
ab34440
View commit details
Copy full SHA for ab34440
Browse repository at this point
You can’t perform that action at this time.