FreeRDP/libfreerdp/crypto
Armin Novak 976c3c2ab9 Refactored proxy and proxy-modules:
* Split out proxy headers and moved to public API to allow external
  modules to be built.
* Split proxy into proxy library and proxy binary. The library
  can be used by other applications and provides a simple API
* Improved channel passthrough, now all channels including dynamic
  channels work.
* Extended module API to hook more events, improved module samples
* Cleaned up proxy code, removed global static variables used,
  added WINPR_ASSERT
2021-09-09 08:53:20 +02:00
..
test Fixed shadowing and type errors 2021-08-24 10:45:57 +02:00
base64.c Fixed shadowing and type errors 2021-08-24 10:45:57 +02:00
ber.c Reformatted to new style 2019-11-07 10:53:54 +01:00
certificate.c Fixed cast-qual warnings 2021-08-24 11:10:51 +02:00
CMakeLists.txt Support for OpenSSL 1.1.0 2016-11-24 17:50:09 +01:00
crypto.c Improved fingerprint hash comparison 2021-08-26 09:38:12 +02:00
der.c Remove symbols exported by accident. 2019-12-02 10:57:31 +01:00
er.c Reformatted to new style 2019-11-07 10:53:54 +01:00
opensslcompat.c Support LibreSSL 2017-03-19 13:58:24 -07:00
opensslcompat.h Reformatted to new style 2019-11-07 10:53:54 +01:00
per.c Fixed compilation warnings on mac 2021-08-26 15:08:28 +02:00
tls.c Refactored proxy and proxy-modules: 2021-09-09 08:53:20 +02:00