Skip to content

Latest commit

 

History

History
55 lines (46 loc) · 2.05 KB

TODO.md

File metadata and controls

55 lines (46 loc) · 2.05 KB

TODO List

  • Login-flow
  • Pass through HTTP request to another backend and then set cookie for response (?)
  • Integrate and ship basic user/pw database store?
  • Default values for JSON config parser
  • Unify method naming- and argument convention
  • Figure out good integration of login code into existing systems
  • Write tests
  • Provide annotated example configs

Similar software & discussions

ECC Resources

https://stackoverflow.com/questions/7478821/how-can-i-convert-a-ecdsa-curve-specification-from-the-sec2-form-into-the-form-n

| Koblitz | ECC | DH/DSA/RSA | 163 | 192 | 1024 | 283 | 256 | 3072 | 409 | 384 | 7680 | 571 | 521 | 15360

prime256v1 best candidate (RSA 3072 bit equivalent) http://wiki.openssl.org/index.php/Command_Line_Elliptic_Curve_Operations

openssl ecparam -list_curves openssl ecparam -list_curves|grep 192 openssl ecparam -list_curves|grep 256 openssl ecparam -name prim256v1 -out prime256v1.pem openssl ecparam -name prime256v1 -out prime256v1.pem openssl ecparam -in prime256v1.pem -genkey -noout -out prime256v1-key.pem

https://www.socketloop.com/tutorials/golang-example-for-ecdsa-elliptic-curve-digital-signature-algorithm-functions