Re: [go-nuts] Re: Makefiles for Go Programs

2021-08-23 Thread Sergey Matveev
g *all* Makefile's use-cases and many more. However Go takes over much work out-of-box, so there is not need to make rules for .o/.h/CFLAGS/whatever targets. -- Sergey Matveev (http://www.stargrave.org/) OpenPGP: CF60 E89A 5923 1E76 E263 6422 AE1A 8109 E498 57EF -- You received this message becau

Re: [go-nuts] Any general VPN(pptp, l2tp, openVPN, IPSec VPN) server implementation in go?

2020-11-17 Thread Sergey Matveev
rposes. -- Sergey Matveev (http://www.stargrave.org/) OpenPGP: CF60 E89A 5923 1E76 E263 6422 AE1A 8109 E498 57EF -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email

[go-nuts] [PATCH] encoding/asn1: Check that ObjectIdentifier has minimal encoding

2019-01-11 Thread Sergey Matveev
Greetings! I think that encoding/asn1 library should be more strict with DER-encoded objects and must check that ObjectIdentifier has minimal encoding form: without zero-values bytes at the beginning. Here is the simple patch to make that check. Sorry that I am sending it here: I can not