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
.
eclipse-tinydtls
/
tinydtls
Public
Notifications
You must be signed in to change notification settings
Fork
67
Star
122
Code
Issues
16
Pull requests
20
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Support for micro-ecc (WIP)
- #228
#228
Open
obgm
wants to merge 17 commits into
eclipse-tinydtls:develop
eclipse-tinydtls/tinydtls:develop
from
obgm:uecc-support
obgm/tinydtls:uecc-support
Copy head branch name to clipboard
Conversation
Commits
17
(17)
Checks
Files changed
Open
Support for micro-ecc (WIP)
#228
obgm
wants to merge 17 commits into
eclipse-tinydtls:develop
eclipse-tinydtls/tinydtls:develop
from
obgm:uecc-support
obgm/tinydtls:uecc-support
Copy head branch name to clipboard
Commits
Commits on Dec 22, 2023
dtls.c: add check for valid handshake message type when version is 1.0.
Show description for 6cf43c0
boaks
committed
6cf43c0
View commit details
Copy full SHA for 6cf43c0
Browse repository at this point
Commits on Jan 18, 2024
dtls_debug.h: explicitly cast macro parameter to size_t.
Show description for 0f1be30
boaks
committed
0f1be30
View commit details
Copy full SHA for 0f1be30
Browse repository at this point
dtls-server.c: check for left cli-arguments.
Show description for ff73600
boaks
committed
ff73600
View commit details
Copy full SHA for ff73600
Browse repository at this point
Commits on Feb 7, 2024
dtls-client.c: accept options after arguments.
Show description for 44eddf4
boaks
committed
44eddf4
View commit details
Copy full SHA for 44eddf4
Browse repository at this point
dtls-client.c: apply option for local port.
Show description for b306f27
boaks
committed
b306f27
View commit details
Copy full SHA for b306f27
Browse repository at this point
Add client dtls connection ID.
Show description for 9232271
boaks
committed
9232271
View commit details
Copy full SHA for 9232271
Browse repository at this point
dtls-client.c: add support_cid option.
Show description for 0580b36
boaks
committed
0580b36
View commit details
Copy full SHA for 0580b36
Browse repository at this point
dtls.c: Handle DTLS1.3 ClientHello when calculating cookie
Show description for 4c39d5c
mrdeep1
authored and
boaks
committed
4c39d5c
View commit details
Copy full SHA for 4c39d5c
Browse repository at this point
Commits on Feb 18, 2024
[Documentation] Update Doxyfile.in to version 1.9.8
Show description for 3ce86c2
obgm
committed
3ce86c2
View commit details
Copy full SHA for 3ce86c2
Browse repository at this point
Makefile.in: Remove SUB_OBJS rule to preserve CPPFLAGS
Show description for 86b6765
obgm
committed
86b6765
View commit details
Copy full SHA for 86b6765
Browse repository at this point
configure.ac: Set flags for uECC if ECC support is enabled
Show description for 121cad5
obgm
committed
121cad5
View commit details
Copy full SHA for 121cad5
Browse repository at this point
dtls.c: Initialize PRNG function for micro-ecc
Show description for 61763fe
obgm
committed
61763fe
View commit details
Copy full SHA for 61763fe
Browse repository at this point
[Tests] Remove unit tests for internal ECC implementation
Show description for f972a67
obgm
committed
f972a67
View commit details
Copy full SHA for f972a67
Browse repository at this point
crypto.c: Replace ECC functions with micro-ecc
Show description for 8014f05
obgm
committed
8014f05
View commit details
Copy full SHA for 8014f05
Browse repository at this point
[ECC] Add micro-ecc as submodule
Show description for f8204f2
obgm
committed
f8204f2
View commit details
Copy full SHA for f8204f2
Browse repository at this point
Makefile.in: Add in micro-ecc dependencies
Show description for 0e068ec
obgm
committed
0e068ec
View commit details
Copy full SHA for 0e068ec
Browse repository at this point
crypto.[hc]: Use micro-ecc for ECC support
Show description for 3dc62b1
obgm
committed
3dc62b1
View commit details
Copy full SHA for 3dc62b1
Browse repository at this point
You can’t perform that action at this time.