| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
To make it easier to configure signature algorithms with algorithms that
are moved from the default add the API function signature_algs/2 that
lists possible values.
Also adjust signature algorithms according to TLS-1.3 RFC. That is TLS-1.3
legacy algorithms/schemes names should be used insted of TLS-1.2 algorithms names
to be supported in TLS-1.2-TLS-1.3 combination. sha224 is also considered legacy
and should not be part of the defaults.
|
|\
| |
| | |
doc(ssl): fix root_fun typo
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* maint-25:
Updated OTP version
Prepare release
Update copyright year
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| |
| | |
| | | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| |\ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
* maint-24:
Updated OTP version
Prepare release
Update copyright year
|
| | | |
|
| | |
| | |
| | |
| | | |
This reverts commit d4e4511b19f4126d9271a6e3a8fa2eb716da7e85.
|
| | | |
|
| | |
| | |
| | |
| | | |
TLS-1.3 already does not support such curves
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
anupamasingh10/anupamasingh10/ssl/ssl-renegotiate-error/OTP-18507
ssl:renegotiate/1should return error for tls1.3
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
This reverts commit 1cf126f91eb533783409da95b117207d8c13d9aa.
|
| | | | |
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| |\ \ \
| | | |/
| | |/|
| | | |
| | | |
| | | |
| | | | |
* maint-24:
Updated OTP version
Prepare release
Update copyright year
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
This reverts commit 587341d994f91af5b30483ee9434e932e3d7b802.
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
IngelaAndin/ingela/ssl/no-sha1-per-default-and-doc-enhancments/GH-6679/OTP-18438
Ingela/ssl/no sha1 per default and doc enhancments/gh 6679/otp 18438
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Closes #6679
|
| | | | | |
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This commit implements encoding and decoding of use_srtp hello
extension (RFC 5764) which is necessary for setting up an SRTP channel.
SRTP is used in WebRTC.
To add use_srtp to hello extensions, you need to pass
'use_srtp_protection_profiles' option, e.g.
`ssl:connect("localhost", 17423, [{protocol, dtls},
{use_srtp_protection_profiles, [<<0,1>>, <<0,5>>]}, {handshake, hello}]).`
Proper value for use_srtp_protection_profiles option is
a list of 2-byte binary profile ids (see section 4.1.2 of RFC 5764)
Optionally you may specify use_srtp_mki option to set srtp_mki field
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| | | | |
|
| | | | |
|
| |\ \ \
| | |_|/
| |/| |
| | | |
| | | | |
* dgud/ssl/verify_fun-3/OTP-18302:
ssl: VerifyFun can now get the der cert as argument
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* dgud/ssl/verify_fun-3/master/OTP-18302:
ssl: Update verify_fun option
ssl: VerifyFun can now get the der cert as argument
|
| |\ \ \ \
| | | |/ /
| | |/| |
| | | | |
| | | | |
| | | | |
| | | | | |
dgud/ssl/verify_fun-3/master/OTP-18302
* dgud/ssl/verify_fun-3/OTP-18302:
ssl: VerifyFun can now get the der cert as argument
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In some cases the user may want the original der cert as input to the
verify fun.
Allow the user to supply VerifyFun/4 as verify_fun option.
In later releases one can think that this should be enabled in
public_key functions as well.
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds new options for session_tickets stateless_with_cert and
stateful_with_cert, this associates the client certificate with that
session. This makes it possible to call ssl:peercert/1 after a
pre-shared key session resumption.
|
|\ \ \ \
| | |/ /
| |/| | |
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| |\ \ \
| | | |/
| | |/|
| | | |
| | | |
| | | |
| | | | |
* maint-24:
Updated OTP version
Prepare release
Update copyright year
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* maint-25:
Updated OTP version
Prepare release
Update copyright year
|
| | | | | |
|