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 }}
briansmith
/
ring
Public
Notifications
You must be signed in to change notification settings
Fork
804
Star
4.1k
Code
Issues
18
Pull requests
32
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
ring
tests
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 22, 2026
change errors to use `core::error::Error` and add new tests to assert trait impl
jschillem
authored and
briansmith
committed
840167e
View commit details
Copy full SHA for 840167e
View code at this point
Browse repository at this point
Commits on Jul 15, 2026
tests: Address a Clippy nit.
briansmith
committed
c866e60
View commit details
Copy full SHA for c866e60
View code at this point
Browse repository at this point
testutil: Address another Clippy nit.
briansmith
committed
6b947ab
View commit details
Copy full SHA for 6b947ab
View code at this point
Browse repository at this point
Commits on Apr 28, 2026
rsa: Allow signature verification without the "alloc" feature.
briansmith
committed
e6833be
View commit details
Copy full SHA for e6833be
View code at this point
Browse repository at this point
Commits on Mar 21, 2026
build: Only replace backslashes with forward slashe in Paths on Windows.
briansmith
committed
f6a6468
View commit details
Copy full SHA for f6a6468
View code at this point
Browse repository at this point
Commits on Mar 19, 2026
build: Be more precise in replacing "\" with "/" in paths (for PerlAsm).
Show description for 9bf10ab
briansmith
committed
9bf10ab
View commit details
Copy full SHA for 9bf10ab
View code at this point
Browse repository at this point
Commits on Mar 9, 2026
Use Rust 2024 style edition.
Show description for 0ab752a
briansmith
committed
0ab752a
View commit details
Copy full SHA for 0ab752a
View code at this point
Browse repository at this point
Commits on Feb 11, 2026
Update MSRV to 1.83 to clarify memory safety.
Show description for ffb0456
briansmith
committed
ffb0456
View commit details
Copy full SHA for ffb0456
View code at this point
Browse repository at this point
Commits on Feb 9, 2026
Tests: Work around type inference error
Show description for 267fccd
briansmith
committed
267fccd
View commit details
Copy full SHA for 267fccd
View code at this point
Browse repository at this point
Commits on Aug 4, 2025
aead: Add `open_within_separate_tag` to fix naming issue.
Show description for b6e447a
briansmith
committed
b6e447a
View commit details
Copy full SHA for b6e447a
View code at this point
Browse repository at this point
Commits on Jul 7, 2025
aead: Test behavior when AEAD authentication fails.
briansmith
committed
ede6cb7
View commit details
Copy full SHA for ede6cb7
View code at this point
Browse repository at this point
Commits on Jul 6, 2025
style: use `return x,` instead of `return { x }` in `match`.
briansmith
committed
c48eabf
View commit details
Copy full SHA for c48eabf
View code at this point
Browse repository at this point
Commits on Jun 27, 2025
style: Address `clippy::uninlined_format_args` with `cargo clippy --fix`.
briansmith
committed
4b587d5
View commit details
Copy full SHA for 4b587d5
View code at this point
Browse repository at this point
Commits on Apr 8, 2025
AEAD tests: Address new clippy lint.
briansmith
committed
07cf11c
View commit details
Copy full SHA for 07cf11c
View code at this point
Browse repository at this point
Commits on Mar 10, 2025
Deprecate `ring::test`.
briansmith
committed
e58c36f
View commit details
Copy full SHA for e58c36f
View code at this point
Browse repository at this point
Commits on Mar 5, 2025
aes: Avoid unwanted overflow check when using u32::MAX as the counter.
Show description for ec2d3cf
briansmith
committed
ec2d3cf
View commit details
Copy full SHA for ec2d3cf
View code at this point
Browse repository at this point
quic tests: Verify sample length is 16 bytes.
briansmith
committed
a40c3a9
View commit details
Copy full SHA for a40c3a9
View code at this point
Browse repository at this point
Add tests for mismatched key lengths for `quic::HeaderProtectionKey::new`.
briansmith
committed
a40bdae
View commit details
Copy full SHA for a40bdae
View code at this point
Browse repository at this point
quic tests: Use `alg.sample_len()` instead of hard-coding length.
briansmith
committed
607474d
View commit details
Copy full SHA for 607474d
View code at this point
Browse repository at this point
Commits on Feb 25, 2025
Deprecate `constant_time` module.
Show description for 18a4599
briansmith
committed
18a4599
View commit details
Copy full SHA for 18a4599
View code at this point
Browse repository at this point
Commits on Feb 19, 2025
Update license boilerplate to standard ISC boilerplate.
Show description for 19e50d1
briansmith
committed
19e50d1
View commit details
Copy full SHA for 19e50d1
View code at this point
Browse repository at this point
Commits on Jan 17, 2025
digest_tests: Remove digest_test_large_digest_*.
Show description for 9e7cfee
briansmith
committed
9e7cfee
View commit details
Copy full SHA for 9e7cfee
View code at this point
Browse repository at this point
Commits on Dec 5, 2024
Silence useless missing_docs warnings for tests.
briansmith
committed
0239d18
View commit details
Copy full SHA for 0239d18
View code at this point
Browse repository at this point
Commits on Jun 19, 2024
chore: fix some comments
Show description for 94f198e
wangcundashang
authored and
briansmith
committed
94f198e
View commit details
Copy full SHA for 94f198e
View code at this point
Browse repository at this point
Commits on Jun 13, 2024
aead: Add tests that keys are Send and Sync
briansmith
committed
ccfd707
View commit details
Copy full SHA for ccfd707
View code at this point
Browse repository at this point
Commits on May 3, 2024
Address new clippy::assigning_clones warnings.
briansmith
committed
75e17a6
View commit details
Copy full SHA for 75e17a6
View code at this point
Browse repository at this point
Address new clippy::unused_qualifications lints.
briansmith
committed
63c6eba
View commit details
Copy full SHA for 63c6eba
View code at this point
Browse repository at this point
Commits on Feb 29, 2024
Move CAVP/SHAVS tests into their own crate.
Show description for 7fd086e
briansmith
committed
7fd086e
View commit details
Copy full SHA for 7fd086e
View code at this point
Browse repository at this point
Commits on Feb 19, 2024
Tests: Replace unnecessary `as` conversions in tests.
briansmith
committed
5494a6d
View commit details
Copy full SHA for 5494a6d
View code at this point
Browse repository at this point
Commits on Nov 8, 2023
RSA: Rearrange private prime validity checks.
Show description for 5ed0a45
briansmith
committed
5ed0a45
View commit details
Copy full SHA for 5ed0a45
View code at this point
Browse repository at this point
Commits on Oct 15, 2023
Digest tests: Don't disable tests for wasm32 targets.
briansmith
committed
c32f7a2
View commit details
Copy full SHA for c32f7a2
View code at this point
Browse repository at this point
Commits on Oct 14, 2023
AEAD tests: Address wasm32-wasi build warning & clarify `use`.
briansmith
committed
1c476cd
View commit details
Copy full SHA for 1c476cd
View code at this point
Browse repository at this point
Add support for wasm32-wasi.
Show description for 2019d84
JanKaul
authored and
briansmith
committed
2019d84
View commit details
Copy full SHA for 2019d84
View code at this point
Browse repository at this point
Use small Curve25519 for wasm32 & other non-{aarch64,x86_64}.
Show description for da23dc0
briansmith
committed
da23dc0
View commit details
Copy full SHA for da23dc0
View code at this point
Browse repository at this point
Commits on Oct 6, 2023
Allow accessing signature::UnparsedPublicKey bytes
Show description for 2afc921
tdryer
authored and
briansmith
committed
2afc921
View commit details
Copy full SHA for 2afc921
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.