summaryrefslogtreecommitdiffstats
path: root/src/openvpn/ssl_verify_polarssl.c
Commit message (Expand)AuthorAgeFilesLines
* polarssl: Improve PolarSSL loggingSteffan Karger2015-10-081-19/+7
* Log serial number of revoked certificateBoris Lytochkin2015-09-201-1/+5
* polarssl: make sure to always null-terminate the cnSteffan Karger2015-03-061-1/+4
* Remove ENABLE_SSL define (and --disable-ssl configure option)Steffan Karger2014-12-311-2/+2
* Don't exit daemon if opening or parsing the CRL fails.Steffan Karger2014-07-101-2/+5
* Fix bug that incorrectly refuses oid representation eku's in polar buildsSteffan Karger2014-06-241-1/+1
* Use generic openvpn_x509_cert_t in ssl_verify_polarssl.cSteffan Karger2014-06-011-2/+2
* Make serial env exporting consistent amongst OpenSSL and PolarSSL builds.Steffan Karger2014-04-271-0/+40
* Upgrade to PolarSSL 1.3Steffan Karger2014-04-211-75/+34
* Remove unused variables from ssl_verify_polarssl.c's x509_get_serial()Steffan Karger2014-01-121-2/+0
* Improve verify_callback messagesSteffan Karger2013-03-221-3/+3
* PolarSSL-1.2 supportSteffan Karger2013-03-221-12/+9
* cleanup: gc usageAlon Bar-Lev2012-04-021-7/+11
* Migrated x509_get_sha1_hash to use the garbage collectorAdriaan de Jong2012-03-301-14/+3
* Migrated x509_get_serial to use the garbage collectorAdriaan de Jong2012-03-301-14/+3
* Migrated x509_get_subject to use of the garbage collectorAdriaan de Jong2012-03-301-15/+11
* Fixed off-by-one in serial length calculationAdriaan de Jong2012-03-291-1/+1
* build: move out config.h include from sysheadAlon Bar-Lev2012-03-221-0/+6
* build: proper crypto detection and usageAlon Bar-Lev2012-03-221-3/+3
* build: standard directory layoutAlon Bar-Lev2012-03-221-0/+425