]> git.ipfire.org Git - thirdparty/curl.git/commit
polarssl: removed
authorDaniel Stenberg <daniel@haxx.se>
Thu, 16 Jan 2020 07:17:04 +0000 (08:17 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 16 Jan 2020 10:55:56 +0000 (11:55 +0100)
commit6357a19ff29dac04f93eb113c8dd00c2805984f8
tree129f0b9360babc0bb3e4d426e40df6e0a9a66594
parent6f69edf962b6443d0fcd1a279dd9ef971b4a1581
polarssl: removed

As detailed in DEPRECATE.md, the polarssl support is now removed after
having been disabled for 6 months and nobody has missed it.

The threadlock files used by mbedtls are renamed to an 'mbedtls' prefix
instead of the former 'polarssl' and the common functions that
previously were shared between mbedtls and polarssl and contained the
name 'polarssl' have now all been renamed to instead say 'mbedtls'.

Closes #4825
docs/DEPRECATE.md
lib/Makefile.inc
lib/vtls/mbedtls.c
lib/vtls/mbedtls_threadlock.c [moved from lib/vtls/polarssl_threadlock.c with 76% similarity]
lib/vtls/mbedtls_threadlock.h [moved from lib/vtls/polarssl_threadlock.h with 64% similarity]
lib/vtls/polarssl.c [deleted file]
lib/vtls/polarssl.h [deleted file]
lib/vtls/vtls.c
lib/vtls/vtls.h