Pascal Bühler
Pascal Bühler
An alternative to #602 as a solution to #599. Since the EVP_MAC_xxx api has some reinitialization issues pre 3.0.3 and the workaround in #603 introduces a performance hit this is...
This is a fix for issue #599 . With OpenSSL 3 the HAMC CTX api has been deprecated and EVP MAC should be used instead. This change adds a compile...
After #593 was merged the minimal openssl version is now 1.1.0, this should be reflected in documentation and configure / cmake scripts.
This is a follow on from PR #574 where @traud suggested better documentation on what is the default. > What about adding a statement that either crypto library is used...
This was suggest in PR #574 by @traud . > What about removing both ‘Location of’? They are auto-detected and required only if not the system provided library should be...
As noted in #440 the 8 byte tag length is explicitly not allowed according to RFC7714. Although it is not an issues to provide these functions they are maybe misleading...
This is a follow from the quick fix #524 for #523. There was change in NSS 3.52 that breaks GCM when the api is used in the same way as...
The PR #439 introduces an implementation of chacha20 poly1305 for SRTP . Since there is currently no official documentation or reference for this cipher & SRTP the decision was made...
**Note: This is task definition is a work in progress** ## This is a high level issue to track architectural and coding effort to create and release the next major...
Go over the public api and ensure it is consistent in style and wording