mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8148421: Transport Layer Security (TLS) Session Hash and Extended Master Secret Extension
Co-authored-by: Martin Balao <mbalao@redhat.com> Reviewed-by: jnimeh, ahgross, rhalade, wetmore
This commit is contained in:
parent
f29e21abb1
commit
82bf0799c6
15 changed files with 448 additions and 64 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -769,6 +769,8 @@ public final class SunJCE extends Provider {
|
|||
"com.sun.crypto.provider.TlsMasterSecretGenerator");
|
||||
put("Alg.Alias.KeyGenerator.SunTls12MasterSecret",
|
||||
"SunTlsMasterSecret");
|
||||
put("Alg.Alias.KeyGenerator.SunTlsExtendedMasterSecret",
|
||||
"SunTlsMasterSecret");
|
||||
|
||||
put("KeyGenerator.SunTlsKeyMaterial",
|
||||
"com.sun.crypto.provider.TlsKeyMaterialGenerator");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue