响马

Results 12 issues of 响马

https://url.spec.whatwg.org/

This pr is used to fix link errors in the aes assembly algorithm under riscv64. --- The following message is reported when connecting under riscv64: ``` /works/fibjs/bin/Linux_riscv64_release/libopenssl.a(aes-riscv64.s.o): in function `.Ltmp14':...

branch: master
approval: review pending
triaged: bug
severity: fips change
branch: 3.1
tests: exempted
branch: 3.2

This pr is used to fix link errors in the aes assembly algorithm under ppc64. --- The following message is reported when connecting under ppc64: ``` /works/fibjs/bin/Linux_ppc64_release/libopenssl.a(chachap10-ppc.s.o): in function `ChaCha20_ctr32_vsx_p10':...

hold: cla required

In the WebRTC specification, setLocalDescription accepts the full sessionDescription: https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/setLocalDescription#syntax In general, applications do not need to set up sdp specifically, however libp2p is designed to establish connections independent of...

Block requests where the query field is not in the allowed list

When the agent is set to JUICE_CONCURRENCY_MODE_MUX mode, only the first agent will create a UDP socket. Subsequent agents created in JUICE_CONCURRENCY_MODE_MUX mode, even if specifying different ports, will not...

In the WebRTC Direct protocol, we need to allow local and remote to use the same ufrag and pwd.

In order to implement WebRTC Direct PeerB, we need to capture STUN requests from unknown clients and return the client's information. Once PeerB receives this information, it will construct the...