Commit c2a148d
committed
crypto: remove deperecated methods of TLS version
All version-specific methods were deprecated in OpenSSL 1.1.0 and
min/max versions explicitly need to be set.
This still keeps comptatible with JS and OpenSSL-1.0.2 APIs for now.
crypto, constants: add constant of OpenSSL-1.1.0
Several constants for OpenSSL-1.1.0 engine were removed and renamed in
OpenSSL-1.1.0. This added one renamed constant in order to have a
compatible feature with that of OpenSSL-1.0.2.
Other missed or new constants in OpenSSL-1.1.0 are not yet added.
crypto,tls,constants: remove OpenSSL1.0.2 support
This is semver-majar change so that we need not to have
compatibilities with older versions.1 parent 2abb98a commit c2a148d
2 files changed
+36
-218
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
917 | 917 | | |
918 | 918 | | |
919 | 919 | | |
920 | | - | |
921 | | - | |
922 | | - | |
923 | | - | |
924 | | - | |
925 | | - | |
| 920 | + | |
| 921 | + | |
926 | 922 | | |
927 | 923 | | |
928 | 924 | | |
| |||
933 | 929 | | |
934 | 930 | | |
935 | 931 | | |
936 | | - | |
937 | | - | |
938 | | - | |
939 | | - | |
940 | 932 | | |
941 | 933 | | |
942 | 934 | | |
| |||
0 commit comments