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
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
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
.
Develop-Python
/
python-rsa
Public
forked from
sybrenstuvel/python-rsa
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 24, 2021
Update Sphinx to allow docs generation on Python 3.10
sybrenstuvel
committed
5b377fb
View commit details
Copy full SHA for 5b377fb
Browse repository at this point
Docs: Fix table layout
sybrenstuvel
committed
185fe57
View commit details
Copy full SHA for 185fe57
Browse repository at this point
More version bump to 4.8
sybrenstuvel
committed
47a7db1
View commit details
Copy full SHA for 47a7db1
Browse repository at this point
Fix update_version.sh to follow Black-style formatting
sybrenstuvel
committed
cf47106
View commit details
Copy full SHA for cf47106
Browse repository at this point
Bumped version to 4.8
sybrenstuvel
committed
1ba4a17
View commit details
Copy full SHA for 1ba4a17
Browse repository at this point
Add compat with py3.10 to changelog
sybrenstuvel
committed
7b52296
View commit details
Copy full SHA for 7b52296
Browse repository at this point
Remove obsolete file
sybrenstuvel
committed
7ed1b5e
View commit details
Copy full SHA for 7ed1b5e
Browse repository at this point
Fix typos
kianmeng
authored and
sybrenstuvel
committed
3e9b338
View commit details
Copy full SHA for 3e9b338
Browse repository at this point
Update dependencies for Python 3.10 compatibility
sybrenstuvel
committed
a038aef
View commit details
Copy full SHA for a038aef
Browse repository at this point
Fix testing with Tox + Poetry
Show description for 39c30a5
sybrenstuvel
committed
39c30a5
View commit details
Copy full SHA for 39c30a5
Browse repository at this point
Commits on Nov 3, 2021
Run 'poetry lock' to bump typed_ast to support Python 3.10
hugovk
authored and
sybrenstuvel
committed
fe4db61
View commit details
Copy full SHA for fe4db61
Browse repository at this point
Add support for Python 3.10
hugovk
authored and
sybrenstuvel
committed
1f77949
View commit details
Copy full SHA for 1f77949
Browse repository at this point
Commits on Mar 29, 2021
Use Chinese Remainder Theorem when decrypting with private key
Show description for 483700a
sybrenstuvel
committed
483700a
View commit details
Copy full SHA for 483700a
Browse repository at this point
Reformatting with Black
Show description for 35e962d
sybrenstuvel
committed
35e962d
View commit details
Copy full SHA for 35e962d
Browse repository at this point
Commits on Mar 24, 2021
Fix hashlib mypy types for Python 3.x
Show description for 7bdbdaa
saifelse
authored and
sybrenstuvel
committed
7bdbdaa
View commit details
Copy full SHA for 7bdbdaa
Browse repository at this point
Commits on Feb 24, 2021
Fix typo in CHANGELOG.md
sybrenstuvel
committed
72f8f72
View commit details
Copy full SHA for 72f8f72
Browse repository at this point
Add py.typed marker file for PEP 561 compliance
and-semakin
authored and
sybrenstuvel
committed
d1de4c8
View commit details
Copy full SHA for d1de4c8
Browse repository at this point
Clean up stdout when using unittest test runner
Show description for 214c0f9
saifelse
authored and
sybrenstuvel
committed
214c0f9
View commit details
Copy full SHA for 214c0f9
Browse repository at this point
Update usage.rst
rvodden
authored and
sybrenstuvel
committed
4c3cd57
View commit details
Copy full SHA for 4c3cd57
Browse repository at this point
Correct return value of verify()
rvodden
authored and
sybrenstuvel
committed
f290e4e
View commit details
Copy full SHA for f290e4e
Browse repository at this point
Document chaining of exceptions in changelog
Show description for 3450f43
sybrenstuvel
committed
3450f43
View commit details
Copy full SHA for 3450f43
Browse repository at this point
Fix exception causes all over the codebase
Show description for 1a5b2d1
cool-RR
authored and
sybrenstuvel
committed
1a5b2d1
View commit details
Copy full SHA for 1a5b2d1
Browse repository at this point
Add switch to Poetry to CHANGELOG.md
sybrenstuvel
committed
b8ac79f
View commit details
Copy full SHA for b8ac79f
Browse repository at this point
Document how to use Poetry
Show description for 913829a
sybrenstuvel
committed
913829a
View commit details
Copy full SHA for 913829a
Browse repository at this point
.travis.yml: use Poetry instead of Pipenv
sybrenstuvel
committed
96a7a7d
View commit details
Copy full SHA for 96a7a7d
Browse repository at this point
.travis.yml: Remove Python 3.5
sybrenstuvel
committed
2603c83
View commit details
Copy full SHA for 2603c83
Browse repository at this point
Update `update_version.sh` to use Poetry
sybrenstuvel
committed
3b8c94c
View commit details
Copy full SHA for 3b8c94c
Browse repository at this point
Manage dependencies with Poetry instead of Pipenv
Show description for 8bc1ec8
sybrenstuvel
committed
8bc1ec8
View commit details
Copy full SHA for 8bc1ec8
Browse repository at this point
Bumped version to 4.8-dev0
sybrenstuvel
committed
f77fbdf
View commit details
Copy full SHA for f77fbdf
Browse repository at this point
README: change header style
Show description for 092acf8
sybrenstuvel
committed
092acf8
View commit details
Copy full SHA for 092acf8
Browse repository at this point
README: remove older changes
Show description for 5b517c2
sybrenstuvel
committed
5b517c2
View commit details
Copy full SHA for 5b517c2
Browse repository at this point
Bumped version to 4.7.2
sybrenstuvel
committed
8766407
View commit details
Copy full SHA for 8766407
Browse repository at this point
Add pickling fix to CHANGELOG
sybrenstuvel
committed
130eb4e
View commit details
Copy full SHA for 130eb4e
Browse repository at this point
Fix #173: unpickling doesn't restore full object
Show description for eb6ddb6
busunkim96
authored and
sybrenstuvel
committed
eb6ddb6
View commit details
Copy full SHA for eb6ddb6
Browse repository at this point
Commits on Feb 15, 2021
Mark version 4.7.1 as released
sybrenstuvel
committed
758562f
View commit details
Copy full SHA for 758562f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.