mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine HMAC sha256 digest algorithm. 0.9.193
This commit is contained in:
parent
156a9ed2a3
commit
12ad95a5b8
3 changed files with 80 additions and 32 deletions
|
@ -123,13 +123,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#define ERROR_OpenSslParseP1024 2029
|
||||
#define ERROR_OpenSslSetG 2030
|
||||
#define ERROR_OpenSslGenerateDHKeys 2031
|
||||
#define ERROR_OpenSslShareKeyComputed 2032
|
||||
#define ERROR_OpenSslGetSharedKeySize 2033
|
||||
#define ERROR_OpenSslGetPeerPublicKey 2034
|
||||
#define ERROR_OpenSslComputeSharedKey 2035
|
||||
#define ERROR_OpenSslInvalidDHState 2036
|
||||
#define ERROR_OpenSslCopyKey 2037
|
||||
#define ERROR_OpenSslSha256DigestSize 2038
|
||||
#define ERROR_OpenSslCopyKey 2032
|
||||
#define ERROR_OpenSslSha256Update 2033
|
||||
#define ERROR_OpenSslSha256Init 2034
|
||||
#define ERROR_OpenSslSha256Final 2035
|
||||
#define ERROR_OpenSslSha256EvpDigest 2036
|
||||
#define ERROR_OpenSslSha256DigestSize 2037
|
||||
//
|
||||
// system control message,
|
||||
// not an error, but special control logic.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue