X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=NEWS;h=5e997bdaf7fdc3ca0cc82b27be4c90ee8e9c8430;hb=b0cc5af474fae6c1786464924981fc0bf895792f;hp=9b82e8ccabd85479f55e78844ad4aaf7e21c26a4;hpb=b99823a7000e512f39a92e492675606aaeb9f45b;p=gogost.git diff --git a/NEWS b/NEWS index 9b82e8c..5e997bd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +4.2.0: + * PRF_IPSEC_PRFPLUS_GOSTR3411_2012_{256,512} implementation + * Generic prf+ function (taken from IKEv2) implementation + +4.1.0: + * ESPTREE/IKETREE implementation + * CurveIdtc26gost34102012256paramSetB, CurveIdtc26gost34102012256paramSetC, + CurveIdtc26gost34102012256paramSetD curve aliases + * Forbid any later GNU GPL version autousage + (project's licence now is GNU GPLv3 only) + * Project now is go get-able and uses go.cypherpunks.ru namespace: + go get go.cypherpunks.ru/gogost + go get go.cypherpunks.ru/gogost/cmd/streebog{256,512} + 4.0: * Backward incompatible change: all keys passing to encryption functions are slices now, not the fixed arrays. That heavily @@ -66,4 +80,4 @@ * 28147-89 CBC mode of operation 1.0: - Initial release. + Initial release