[gnutls-devel] GnuTLS | WIP: Reduce capi usage (!840)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Fri Dec 14 16:01:20 CET 2018


New Merge Request !840

https://gitlab.com/gnutls/gnutls/merge_requests/840

Project:Branches: chouquette/gnutls:reduce_capi_usage to gnutls/gnutls:master
Author:    Hugo Beauzée-Luyssen
Assignee:  


This MR aims at reducing the use of deprecated crypto APIs, which are forbidden when building for Windows Store.
A few notes:
* This currently can't be built on the CI docker images (it misses some patches on bcrypt.h and I just sent another patch upstream that hasn't be merged, to allow ncrypt.h to be used)
* Not using dynamic loading for NCrypt APIs means that -lncrypt needs to be added to the libraries, which isn't done yet. I'm not sure what the best way is, so far my best idea is to have a `--enable-winstore` flag and provide the extra libraries to lib/Makefile.am & gnutls.pc

## Checklist
 * [ ] Code modified for feature
 * [ ] Test suite updated with functionality tests
 * [ ] Test suite updated with negative tests
 * [ ] Documentation updated / NEWS entry present (for non-trivial changes)

## Reviewer's checklist:
 * [ ] Any issues marked for closing are addressed
 * [ ] There is a test suite reasonably covering new functionality or modifications
 * [ ] Function naming, parameters, return values, types, etc., are consistent and according to `CONTRIBUTION.md`
 * [ ] This feature/change has adequate documentation added
 * [ ] No obvious mistakes in the code

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/840
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20181214/f0d45445/attachment.html>


More information about the Gnutls-devel mailing list