summaryrefslogtreecommitdiff
path: root/pppd/eap-tls.c
Commit message (Expand)AuthorAgeFilesLines
* Header file reorganization and cleaning up the public API for pppd version 2....Eivind Næss2023-01-211-1/+1
* Let ./configure control the paths for pppdEivind Næss2022-08-081-2/+2
* Changing defines for CHAPMS, MSLANMAN, MPPE to prefix with PPP_WITH_*Eivind Næss2022-07-151-2/+2
* pppd/eap-tls.c: fix build with libressl (#338)Fabrice Fontaine2022-07-041-1/+1
* Improve the PEAP contribution by Rustam KovhaevEivind Næss2021-09-271-405/+41
* Compiling with clang encounters an error in eap-tls.cEivind Næss2021-07-201-14/+22
* Use autoconf/automake to configure and make pppEivind Næss2021-07-201-0/+6
* pppd: Allow users to use Engine and ID strings unmodified to the OpenSSL engi...Eivind Næss2021-06-191-38/+32
* pppd: Support for use of PKCS12 certificates (#264)Eivind Næss2021-06-051-46/+119
* pppd: Expose the MPPE keys generated through an API (#267)Eivind Næss2021-04-241-14/+7
* pppd: Allow building of EAP-TLS code when OPENSSL_NO_ENGINE is set. (#273)jjkeijser2021-04-231-1/+16
* pppd: Fix SIGSEGV in EAP-TLS code when TLS verify method is not specifiedEivind Næss2021-04-121-1/+4
* pppd: EAP-TLS: Verify Subject or CommonName by suffix (#261)Eivind Næss2021-03-151-17/+54
* Fixed static analyzer warnings; removed superfluous fileJan Just Keijser2020-11-031-5/+6
* Add support for EAP-TLS (including experimental TLS v1.3 support).Jan Just Keijser2020-10-191-0/+1427