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 }}
fmorency
/
rust-cryptoki
Public
forked from
parallaxsecond/rust-cryptoki
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 Mar 2, 2022
Fix StartDate conversion
Show description for 6c82a57
ionut-arm
ionut-arm
committed
6c82a57
View commit details
Copy full SHA for 6c82a57
Browse repository at this point
Use default constructor for `Date::new_empty`
Show description for ec34b80
ionut-arm
ionut-arm
committed
ec34b80
View commit details
Copy full SHA for ec34b80
Browse repository at this point
Fix Date attribute parsing (#74)
Show description for 3a21c37
ionut-arm
ionut-arm
committed
3a21c37
View commit details
Copy full SHA for 3a21c37
Browse repository at this point
Allow checking for initialization status
Show description for 23328a8
ionut-arm
ionut-arm
committed
23328a8
View commit details
Copy full SHA for 23328a8
Browse repository at this point
Add is_fn_supported method to Context (#78)
Show description for 0259ba9
ionut-arm
ionut-arm
committed
0259ba9
View commit details
Copy full SHA for 0259ba9
Browse repository at this point
Merge pull request #83 from wiktor-k/fix-spelling
Show description for a4fcd52
wiktor-k
wiktor-k
authored
a4fcd52
View commit details
Copy full SHA for a4fcd52
Browse repository at this point
Commits on Feb 21, 2022
Remove serial_test_derive from deps
Show description for af112f1
palfreyionut-arm
palfrey
authored and
ionut-arm
committed
af112f1
View commit details
Copy full SHA for af112f1
Browse repository at this point
Commits on Feb 8, 2022
Add CI check for code formatting
Show description for 295e21a
wiktor-k
wiktor-k
committed
295e21a
View commit details
Copy full SHA for 295e21a
Browse repository at this point
Add CI check for typos
Show description for 57fc06b
wiktor-k
wiktor-k
committed
57fc06b
View commit details
Copy full SHA for 57fc06b
Browse repository at this point
Fix typos
Show description for c92d99c
wiktor-k
wiktor-k
committed
c92d99c
View commit details
Copy full SHA for c92d99c
Browse repository at this point
Commits on Jan 27, 2022
Add SHAn-RSA-PKCS-PSS mechanisms
Show description for 0bf210a
ionut-arm
ionut-arm
committed
0bf210a
View commit details
Copy full SHA for 0bf210a
Browse repository at this point
Minor fix/enhance of a few comments
Show description for e9aa3bd
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
e9aa3bd
View commit details
Copy full SHA for e9aa3bd
Browse repository at this point
Reduce visibility of Version constructor
Show description for ed4aecf
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
ed4aecf
View commit details
Copy full SHA for ed4aecf
Browse repository at this point
Move Option variants to single scope
Show description for eda90f3
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
eda90f3
View commit details
Copy full SHA for eda90f3
Browse repository at this point
Add comment to explain test condition
Show description for 494288e
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
494288e
View commit details
Copy full SHA for 494288e
Browse repository at this point
Replace nested Options with Limit newtype
Show description for d51ab95
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
d51ab95
View commit details
Copy full SHA for d51ab95
Browse repository at this point
Refactor general Info struct
Show description for 0f3e633
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
0f3e633
View commit details
Copy full SHA for 0f3e633
Browse repository at this point
Replace custom CkFlags impl with bitflags crate
Show description for 32c59fc
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
32c59fc
View commit details
Copy full SHA for 32c59fc
Browse repository at this point
Replace Display for UtcTime with named function
Show description for 5e631a4
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
5e631a4
View commit details
Copy full SHA for 5e631a4
Browse repository at this point
Remove InitializeFlags
Show description for 59d68d2
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
59d68d2
View commit details
Copy full SHA for 59d68d2
Browse repository at this point
Refactor SessionState
Show description for 9b6821f
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
9b6821f
View commit details
Copy full SHA for 9b6821f
Browse repository at this point
Remove unused SessionFlags type
Show description for 7200e24
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
7200e24
View commit details
Copy full SHA for 7200e24
Browse repository at this point
Replace SessionFlags with bool to open session
Show description for 6d2df93
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
6d2df93
View commit details
Copy full SHA for 6d2df93
Browse repository at this point
Refactor SessionInfo
Show description for ded651c
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
ded651c
View commit details
Copy full SHA for ded651c
Browse repository at this point
Make UtcTime conversion fallible
Show description for 705bee7
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
705bee7
View commit details
Copy full SHA for 705bee7
Browse repository at this point
Add UtcTime implementation
Show description for 90c9a94
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
90c9a94
View commit details
Copy full SHA for 90c9a94
Browse repository at this point
Remove some stray comment errors
Show description for a36de61
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
a36de61
View commit details
Copy full SHA for a36de61
Browse repository at this point
Tidy imports
Show description for 40c975b
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
40c975b
View commit details
Copy full SHA for 40c975b
Browse repository at this point
Remove Display trait from Flag types
Show description for 82e6fc0
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
82e6fc0
View commit details
Copy full SHA for 82e6fc0
Browse repository at this point
Add unit tests for info+flags debug content
Show description for 746fd40
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
746fd40
View commit details
Copy full SHA for 746fd40
Browse repository at this point
Add Version constructor
Show description for 6560b96
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
6560b96
View commit details
Copy full SHA for 6560b96
Browse repository at this point
Tidy info/flag docs
Show description for ed4c1dc
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
ed4c1dc
View commit details
Copy full SHA for ed4c1dc
Browse repository at this point
Move info types
Show description for c8d5907
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
c8d5907
View commit details
Copy full SHA for c8d5907
Browse repository at this point
Refactor MechanismInfo Flags
Show description for 61ff2cd
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
61ff2cd
View commit details
Copy full SHA for 61ff2cd
Browse repository at this point
Hide conversions from sys crate in public docs
Show description for c639a57
vkkoskieionut-arm
vkkoskie
authored and
ionut-arm
committed
c639a57
View commit details
Copy full SHA for c639a57
Browse repository at this point
Previous
Next
You can’t perform that action at this time.
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル