freeswitch/libs/libks
Shane Bryldt ee8db10a5f FS-10167: Added support for SSL/TLS, specifically enforcing TLS 1.2 currently but could be more configurable later. Added support for obtaining SANS from X509 certificates within the default wss transport, SANS will be used for preapproved automatically registered identities, currently only being cached on server side for downstream connections providing the remote client upstream certificate SANS, but can also be used by a master to obtain initial master identities from it's own downstream certificate in the future (planned, but not yet implemented) as it is the exception with no upstream and MUST have downstream available. Also added the openssl executable to the projects being built in the libblade solution to provide a windows executable for certificate production when required. 2017-09-07 06:44:16 -06:00
..
build/config update libks 2016-11-23 13:23:33 -06:00
crypt update libks 2016-11-23 13:23:33 -06:00
src FS-10167: Added support for SSL/TLS, specifically enforcing TLS 1.2 currently but could be more configurable later. Added support for obtaining SANS from X509 certificates within the default wss transport, SANS will be used for preapproved automatically registered identities, currently only being cached on server side for downstream connections providing the remote client upstream certificate SANS, but can also be used by a master to obtain initial master identities from it's own downstream certificate in the future (planned, but not yet implemented) as it is the exception with no upstream and MUST have downstream available. Also added the openssl executable to the projects being built in the libblade solution to provide a windows executable for certificate production when required. 2017-09-07 06:44:16 -06:00
test FS-10167: Revisited ks_pool to embed the ks_pool_t pointer into the prefix of each allocation, updated libks and libblade to remove unneccessary pool pointers in structures, pool-allocated memory can now be freed without needing to pass the original pool 2017-08-03 20:26:07 -06:00
.gitignore update libks 2016-11-23 13:23:33 -06:00
AUTHORS update libks 2016-11-23 13:23:33 -06:00
CODING_GUIDELINES add enum rules 2017-01-25 14:59:35 -06:00
COPYING update libks 2016-11-23 13:23:33 -06:00
ChangeLog update libks 2016-11-23 13:23:33 -06:00
INSTALL update libks 2016-11-23 13:23:33 -06:00
Makefile.am FS-10167: Synced up *nix build of libks, removed twofish.c and twofish-cfb.c from build temporarily as it's not used and requires further review. 2017-03-23 14:32:58 -05:00
NEWS update libks 2016-11-23 13:23:33 -06:00
README update libks 2016-11-23 13:23:33 -06:00
acinclude.m4 update libks 2016-11-23 13:23:33 -06:00
bootstrap.sh update libks 2016-11-23 13:23:33 -06:00
configure.ac fix sanitize addr 2017-03-27 15:17:53 -05:00
libks.pc.in update libks 2016-11-23 13:23:33 -06:00
libks.props update libks 2016-11-23 13:23:33 -06:00
libks.sln FS-10167: Fixed some issues that appeared primarily under windows testing, committing to determine if a specific read access violation occurs under linux as well. 2017-04-05 10:43:11 -06:00
libks.vcxproj FS-10167: Added windows compilation of libconfig and libsodium to support libblade, all of which now have windows projects and a new libblade solution containing everything. Blade compiles, but many warnings have been disabled and should be reviewed and fixed where reasonable towards clean compiling. Code Analysis has also been enabled for visual studio projects, warnings beginning with C6XXX can be ignored unless adding code-analysis macros to libks and libblade. 2017-03-31 13:06:54 -06:00
libks.vcxproj.filters FS-10167: Removed testmmap as it is no longer relevant, removed windows fake mmap layer which was broken and replaced with direct allocator 2017-03-27 17:07:17 -06:00

README