mention what happens if OPENSSL_NO_RC2 is defined#9415
mention what happens if OPENSSL_NO_RC2 is defined#9415vladak wants to merge 1 commit intoopenssl:masterfrom
Conversation
763c854 to
30b19f7
Compare
mattcaswell
left a comment
There was a problem hiding this comment.
Looks like we are still awaiting a CCLA update for you? Do you have an update on this?
|
Yep, let me ping the internal person. |
|
Can I suggest we just always make 3DES the default. |
In master, yes. In 1.1.1 we can't really do that so this PR would still be relevant there. |
|
I can't believe that NID_pbe_WithSHA1And3_Key_TripleDES_CBC is still the best that pkcs#12 supports, and I wonder what happens if you use the -aes128 option. |
|
I forgot to say but this is intended for 1.1.1 in the end.
Dne pá 19. 7. 2019 16:33 uživatel mattcaswell <[email protected]>
napsal:
… Can I suggest we just always make 3DES the default.
In master, yes. In 1.1.1 we can't really do that so this PR would still be
relevant there.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9415?email_source=notifications&email_token=AAWMMDEAFG5VHAHYGFMMYI3QAHGDFA5CNFSM4IFGJKFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2LZWYY#issuecomment-513252195>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAWMMDDJ72H5PWCJQGX2DRTQAHGDFANCNFSM4IFGJKFA>
.
|
|
closing to kick the CLA bot |
|
The internal person has somewhat disappeared but they managed to obtain a letter from an othorty Filter in Oracal Legal. The response added you to the Oracle CCLA. |
|
Seems like this was already cleared.
Dne čt 8. 8. 2019 13:33 uživatel Pauli <[email protected]> napsal:
… The internal person has somewhat disappeared but they managed to obtain a
letter from an othorty Filter in Oracal Legal. The response added you to
the Oracle CCLA.
It will take a day for this to be incorporated into the contributors
database.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#9415?email_source=notifications&email_token=AAWMMDERS5ME7TFOYVTTLELQDP77LA5CNFSM4IFGJKFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD33KK5A#issuecomment-519480692>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAWMMDFYVAZGIMHFOG34Q2DQDP77LANCNFSM4IFGJKFA>
.
|
mattcaswell
left a comment
There was a problem hiding this comment.
Reconfirming this now CLA issues are resolved.
Still needs second review.
|
Pushed to master and 1.1.1. Thanks. |
Reviewed-by: Tomas Mraz <[email protected]> Reviewed-by: Matt Caswell <[email protected]> (Merged from #9415) (cherry picked from commit 8c47e55)
Reviewed-by: Tomas Mraz <[email protected]> Reviewed-by: Matt Caswell <[email protected]> (Merged from #9415)
The changes in cset 7e1b748 modified the
pkcs12command to use 3DES for certificate encryption if RC2 is disabled. This updates the man page to reflect the change.