Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Vaes (0.17 sec)

  1. okhttp/api/okhttp.api

    	public static final field TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 Lokhttp3/CipherSuite;
    	public static final field TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 Lokhttp3/CipherSuite;
    	public static final field TLS_DHE_RSA_WITH_AES_256_CBC_SHA Lokhttp3/CipherSuite;
    	public static final field TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 Lokhttp3/CipherSuite;
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Mon Apr 15 13:41:01 GMT 2024
    - 70.2K bytes
    - Viewed (0)
  2. docs/changelogs/changelog_3x.md

     *  Fix: Use the correct key size in the name of `TLS_AES_128_CCM_8_SHA256` which is a TLS 1.3
        cipher suite. We accidentally specified a key size of 256, preventing that cipher suite from
        being selected for any TLS handshakes. We didn't notice because this cipher suite isn't
        supported on Android, Java, or Conscrypt.
    
        We removed this cipher suite and `TLS_AES_128_CCM_SHA256` from the restricted, modern, and
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Sun Feb 06 14:55:54 GMT 2022
    - 50.8K bytes
    - Viewed (0)
  3. cmd/admin-handlers.go

    		// The AdminClient will reject any version it does not know.
    		if publicKey == nil {
    			w.Write([]byte{1})
    			w.Write(key[:])
    		}
    
    		stream, err := sio.AES_256_GCM.Stream(key[:])
    		if err != nil {
    			bugLogIf(ctx, err)
    			return
    		}
    		// Zero nonce, we only use each key once, and 32 bytes is plenty.
    		nonce := make([]byte, stream.NonceSize())
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Sun Apr 21 11:43:18 GMT 2024
    - 97.3K bytes
    - Viewed (2)
  4. src/main/webapp/js/admin/adminlte.min.js.map

    AAGH,GAAQsH,EAAS1D,iBACtB7D,EAAEI,GAAGH,GAAMuE,YAAc+C,EACzBvH,EAAEI,GAAGH,GAAMwE,WAAc,WAEvB,OADAzE,EAAEI,GAAGH,GAAQE,EACNoH,EAAS1D,kBAGX0D,EA9KS,CA+Kf7C,QC/KGuE,EAAc,SAACjJ,GAMnB,IAAMC,EAAqB,aAGrBE,EAAqBH,EAAEI,GAAGH,GAG1BI,EACG,qBAGHG,EACS,mCADTA,EAES,eAGTC,EACc,4BAQdwI,EA9BmB,WA+BvB,SAAAA,EAAYnI,EAASC,GACnBC,KAAKC,SAAWH,EAhCK,OAAAmI,EAAA5H,UAmCvBY,OAAA,WACEjC,EAAEgB,KAAKC,UAAU8H,QAAQvI,GAAsB4H,QAAQc,YAAYzI,GAEnE,IAAM0I,EAAenJ,EAAEK,MAAMA,GAC7BL,EAAEgB,KAAKC,UAAUa,QAAQqH,IAvCJF,EA4ChBpF,iBAAP,S...
    Plain Text
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Wed Feb 12 07:55:41 GMT 2020
    - 77K bytes
    - Viewed (1)
  5. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

              "n?ten?ude?vog???s!.&g&nabhsah,ro??l&im?xv,?m&oc?roftalp.&su,tne,ue,??pib,ten?vog?won,yolpedew,?a&c?nom??i&d?f?ri???t!.&ca?en...
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Mar 21 21:04:43 GMT 2024
    - 72.4K bytes
    - Viewed (1)
Back to top