-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AES-GCM Support #85
Comments
https://tools.ietf.org/html/rfc7714 is the RFC for this |
Sean-Der
added a commit
that referenced
this issue
Jul 15, 2020
key+salt len should be determined by profile Relates to #85
Sean-Der
added a commit
that referenced
this issue
Jul 15, 2020
key+salt len should be determined by profile Relates to #85
Sean-Der
added a commit
that referenced
this issue
Jul 15, 2020
key+salt len should be determined by profile Relates to #85
Sean-Der
added a commit
that referenced
this issue
Jul 15, 2020
This removes a lot of profile specific constants and insteads put them behind the profile. Key, Salt and TagLen need to be determined by the profile. Relates to #85
Sean-Der
added a commit
to pion/dtls
that referenced
this issue
Jul 15, 2020
Sean-Der
added a commit
to pion/dtls
that referenced
this issue
Jul 15, 2020
Sean-Der
added a commit
to pion/dtls
that referenced
this issue
Jul 15, 2020
|
Sean-Der
added a commit
to pion/dtls
that referenced
this issue
Jul 16, 2020
@at-wat that is super cool I had no idea FireFox made these stats available! |
Sean-Der
added a commit
that referenced
this issue
Jul 16, 2020
This removes a lot of profile specific constants and insteads put them behind the profile. Key, Salt and TagLen need to be determined by the profile. Relates to #85
Sean-Der
added a commit
that referenced
this issue
Jul 16, 2020
This removes a lot of profile specific constants and insteads put them behind the profile. Key, Salt and TagLen need to be determined by the profile. Relates to #85
Sean-Der
added a commit
that referenced
this issue
Jul 16, 2020
This removes a lot of profile specific constants and insteads put them behind the profile. Key, Salt and TagLen need to be determined by the profile. Relates to #85
Sean-Der
added a commit
that referenced
this issue
Jul 17, 2020
This removes a lot of profile specific constants and insteads put them behind the profile. Key, Salt and TagLen need to be determined by the profile. Relates to #85
Sean-Der
added a commit
that referenced
this issue
Jul 18, 2020
This removes a lot of profile specific constants and insteads put them behind the profile. Key, Salt and TagLen need to be determined by the profile. Relates to #85
I have RTP done in my local tree! @jech I think you will be really interested in this since you are chasing performance :)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am working on a benchmark to show
RTSP -> WebRTC
fanout performance. I want to land this first before getting numbers :)This is the difference when using libsrtp, so we should see a pretty big improvement for Pion as well! This is due to be able to use hardware acceleration (Auth+Encrypt) can all be done in one step now.
The text was updated successfully, but these errors were encountered: