Coder Social home page Coder Social logo

support for OLD_TLS ciphers about tlsparser HOT 3 OPEN

rpanah avatar rpanah commented on June 18, 2024
support for OLD_TLS ciphers

from tlsparser.

Comments (3)

rpanah avatar rpanah commented on June 18, 2024
    { 0x0080,  "TLS_GOSTR341094_WITH_28147_CNT_IMIT" },
    { 0x0081,  "TLS_GOSTR341001_WITH_28147_CNT_IMIT" },
    { 0x0082,  "TLS_GOSTR341094_WITH_NULL_GOSTR3411" },
    { 0x0083,  "TLS_GOSTR341001_WITH_NULL_GOSTR3411" },

from tlsparser.

rpanah avatar rpanah commented on June 18, 2024

0xff85 and 0xff87

    {
     1,
     "GOST2012-GOST8912-GOST8912",
     0x0300ff85,
     SSL_kGOST,
     SSL_aGOST12 | SSL_aGOST01,
     SSL_eGOST2814789CNT12,
     SSL_GOST89MAC12,
     TLS1_VERSION, TLS1_2_VERSION,
     0, 0,
     SSL_HIGH,
     SSL_HANDSHAKE_MAC_GOST12_256 | TLS1_PRF_GOST12_256 | TLS1_STREAM_MAC,
     256,
     256,
     },
    {
     1,
     "GOST2012-NULL-GOST12",
     0x0300ff87,
     SSL_kGOST,
     SSL_aGOST12 | SSL_aGOST01,
     SSL_eNULL,
     SSL_GOST12_256,
     TLS1_VERSION, TLS1_2_VERSION,
     0, 0,
     SSL_STRONG_NONE,
     SSL_HANDSHAKE_MAC_GOST12_256 | TLS1_PRF_GOST12_256 | TLS1_STREAM_MAC,
     0,
     0,
     },

from tlsparser.

rpanah avatar rpanah commented on June 18, 2024

Seed ciphers from https://tools.ietf.org/html/draft-lee-tls-seed-00

      CipherSuite TLS_RSA_WITH_SEED_CBC_SHA      = { 0x00,0x60};
      CipherSuite TLS_DH_DSS_WITH_SEED_CBC_SHA   = { 0x00,0x61);
      CipherSuite TLS_DH_RSA_WITH_SEED_CBC_SHA   = { 0x00,0x62);
      CipherSuite TLS_DHE_DSS_WITH_SEED_CBC_SHA  = { 0x00,0x63};
      CipherSuite TLS_DHE_RSA_WITH_SEED_CBC_SHA  = { 0x00,0x64};
      CipherSuite TLS_DH_anon_WITH_SEED_CBC_SHA  = { 0x00,0x65};

from tlsparser.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.