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
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
.
KarpelesLab
/
intel-dcapd
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 19, 2025
add link to the original issue
MagicalTux
committed
de8ce61
View commit details
Copy full SHA for de8ce61
Browse repository at this point
Commits on Oct 18, 2025
Add version package with automatic git revision detection
Show description for 7f3761e
MagicalTux
and
claude
committed
7f3761e
View commit details
Copy full SHA for 7f3761e
Browse repository at this point
Replace DCAPD_DB_PATH with DCAPD_CACHE_DIR
Show description for 0efe896
MagicalTux
committed
0efe896
View commit details
Copy full SHA for 0efe896
Browse repository at this point
Add Makefile for simplified Linux installation
Show description for 1888653
MagicalTux
committed
1888653
View commit details
Copy full SHA for 1888653
Browse repository at this point
Use static filenames for release archives
Show description for aeb4541
MagicalTux
committed
aeb4541
View commit details
Copy full SHA for aeb4541
Browse repository at this point
Add installation instructions for pre-built binaries
MagicalTux
committed
675e478
View commit details
Copy full SHA for 675e478
Browse repository at this point
Remove emoji checkmarks from documentation
MagicalTux
committed
f98dd86
View commit details
Copy full SHA for f98dd86
Browse repository at this point
Include pccsadmin in release archives
Show description for 596aed1
MagicalTux
and
claude
committed
596aed1
View commit details
Copy full SHA for 596aed1
Browse repository at this point
Add pccsadmin CLI tool
Show description for 8bde68a
MagicalTux
and
claude
committed
8bde68a
View commit details
Copy full SHA for 8bde68a
Browse repository at this point
Include version in release archive folder names
Show description for 3251458
MagicalTux
and
claude
committed
3251458
View commit details
Copy full SHA for 3251458
Browse repository at this point
Add Makefile for build automation
Show description for e2e068c
MagicalTux
and
claude
committed
e2e068c
View commit details
Copy full SHA for e2e068c
Browse repository at this point
Run goimports formatting
Show description for 88378c3
MagicalTux
and
claude
committed
88378c3
View commit details
Copy full SHA for 88378c3
Browse repository at this point
Implement PUT /platformcollateral endpoint with full Intel compatibility
Show description for fcecf41
MagicalTux
and
claude
committed
fcecf41
View commit details
Copy full SHA for fcecf41
Browse repository at this point
Package release binaries as tar.gz (Linux) and zip (Windows)
Show description for 0ad485f
MagicalTux
and
claude
committed
0ad485f
View commit details
Copy full SHA for 0ad485f
Browse repository at this point
Replace fragile suffix matching with exact OID matching
Show description for 38f2031
MagicalTux
and
claude
committed
38f2031
View commit details
Copy full SHA for 38f2031
Browse repository at this point
Fix two-level nested ASN.1 parsing for TCB extraction
Show description for 880845a
MagicalTux
and
claude
committed
880845a
View commit details
Copy full SHA for 880845a
Browse repository at this point
Refactor certificate selection to match Intel's algorithm exactly
Show description for ec8eede
MagicalTux
and
claude
committed
ec8eede
View commit details
Copy full SHA for ec8eede
Browse repository at this point
Fix certificate TCB extraction using ASN.1 parsing
Show description for e34dfa4
MagicalTux
and
claude
committed
e34dfa4
View commit details
Copy full SHA for e34dfa4
Browse repository at this point
Add OID constants and verbose logging for certificate selection
Show description for 31dcad4
MagicalTux
and
claude
committed
31dcad4
View commit details
Copy full SHA for 31dcad4
Browse repository at this point
Fix critical bug: correct OIDs for extracting TCB from PCK certificates
Show description for 4a371a4
MagicalTux
and
claude
committed
4a371a4
View commit details
Copy full SHA for 4a371a4
Browse repository at this point
Add extensive verbose logging throughout certificate fetch flow
Show description for d8123b3
MagicalTux
and
claude
committed
d8123b3
View commit details
Copy full SHA for d8123b3
Browse repository at this point
Add verbose logging mode for debugging (DCAPD_VERBOSE)
Show description for bd25950
MagicalTux
and
claude
committed
bd25950
View commit details
Copy full SHA for bd25950
Browse repository at this point
Fix certificate encoding to match Intel reference implementation
Show description for 7286354
MagicalTux
and
claude
committed
7286354
View commit details
Copy full SHA for 7286354
Browse repository at this point
Fix certificate URL encoding/decoding for AESM compatibility
Show description for 703df23
MagicalTux
and
claude
committed
703df23
View commit details
Copy full SHA for 703df23
Browse repository at this point
Document feature status and OFFLINE mode limitations in README
Show description for e1895a3
MagicalTux
and
claude
committed
e1895a3
View commit details
Copy full SHA for e1895a3
Browse repository at this point
Implement all missing PCCS endpoints for feature parity
Show description for 7b32ec7
MagicalTux
and
claude
committed
7b32ec7
View commit details
Copy full SHA for 7b32ec7
Browse repository at this point
Fix PCK certificate response parsing
Show description for 44d52a4
MagicalTux
and
claude
committed
44d52a4
View commit details
Copy full SHA for 44d52a4
Browse repository at this point
Fix PCS client v3/v4 API version translation
Show description for fc23420
MagicalTux
and
claude
committed
fc23420
View commit details
Copy full SHA for fc23420
Browse repository at this point
Fix duplicate JSON tag in TCB struct
Show description for 84fb76b
MagicalTux
and
claude
committed
84fb76b
View commit details
Copy full SHA for 84fb76b
Browse repository at this point
Implement proper v3/v4 API version support
Show description for 84c9be8
MagicalTux
and
claude
committed
84c9be8
View commit details
Copy full SHA for 84c9be8
Browse repository at this point
Add GitHub Actions workflows for CI and releases
Show description for 7696e65
MagicalTux
and
claude
committed
7696e65
View commit details
Copy full SHA for 7696e65
Browse repository at this point
Initial implementation of Intel DCAP PCCS in Go
Show description for f26265f
MagicalTux
and
claude
committed
f26265f
View commit details
Copy full SHA for f26265f
Browse repository at this point
You can’t perform that action at this time.