ukui / biometric-authentication

A biometric identification framework.
GNU Lesser General Public License v3.0
20 stars 12 forks source link

Remove OpenSSL dependency #1

Closed hadess closed 4 years ago

hadess commented 5 years ago

OpenSSL's license is not compatible with the GPL, or the LGPL. That's the reason why libfprint uses NSS. You should use either NSS, or GNUTLS for the encryption feature instead.

droiing commented 5 years ago

Thank you for reminding this.

I will use GNUTLS or NSS to encrypt the feature.