Dmitriy Tsvettsikh

Results 29 issues of Dmitriy Tsvettsikh

Hello, @AlCalzone! A long time i'm working on pure js implementation of webrtc on nodejs. DTLS is a low-level protocol of webrtc. Here is my unfinished implementation https://github.com/nodertc/dtls. In the...

add ip+port parser for these cases: * `1.2.3.4:8443` - ipv4 + port * `1.2.3.4` - ipv4 w/ port * `[2001::1]` - ipv6 w/ port * `[2001::1]:8443` - ipv6 + port

enhancement

* tweetnacl exposes poly1305 (crypto_onetimeauth) and x25519 (crypto_scalarmult) * use [`@stablelib/xchacha20poly1305`](https://github.com/StableLib/stablelib/blob/master/packages/xchacha20poly1305/xchacha20poly1305.ts)?

enhancement
help wanted

RFC: https://www.ietf.org/rfc/rfc2915.txt Example: `$ dig NAPTR digitoffice.ru`

help wanted

help wanted

https://nodejs.org/dist/latest-v12.x/docs/api/dns.html#dns_dns_lookup_hostname_options_callback

https://nodejs.org/dist/latest-v12.x/docs/api/dns.html#dns_dns_resolveany_hostname_callback TCP fallback required.

``` Unhandled exception: System.ArgumentOutOfRangeException: The length can not be less than zero. parameter name: length in System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy) in Smali2Java.SmaliCall.Parse(String l) in e:\Scripts\C#\smali2java\smali2java\Smali\SmaliCall.cs:line 53 in Smali2Java.SmaliVM.Instructions.SputObject()...