summaryrefslogtreecommitdiffstats
path: root/src/openvpn/ssl_verify_openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Log serial number of revoked certificateBoris Lytochkin2015-09-201-1/+5
* Get rid of old OpenSSL workarounds.Steffan Karger2015-03-061-2/+2
* Remove ENABLE_SSL define (and --disable-ssl configure option)Steffan Karger2014-12-311-2/+2
* Remove unused variables from ssl_verify_openssl.c extract_x509_extension()Steffan Karger2014-10-251-2/+0
* extract_x509_extension(): hide status message during normal operation.Andris Kalnozols2014-10-141-2/+2
* Don't exit daemon if opening or parsing the CRL fails.Steffan Karger2014-07-101-2/+2
* Fix ssl.c, ssl_verify_* includesSteffan Karger2014-06-011-1/+5
* Make serial env exporting consistent amongst OpenSSL and PolarSSL builds.Steffan Karger2014-04-271-0/+8
* Change signedness of hash in x509_get_sha1_hash(), fixes compiler warning.Steffan Karger2014-04-271-1/+1
* Upgrade to PolarSSL 1.3Steffan Karger2014-04-211-2/+2
* Bump minimum OpenSSL version to 0.9.8Steffan Karger2014-03-231-4/+0
* Add --compat-names optionHeiko Hund2012-09-121-0/+12
* cleanup: gc usageAlon Bar-Lev2012-04-021-6/+9
* Migrated x509_get_sha1_hash to use the garbage collectorAdriaan de Jong2012-03-301-13/+4
* Migrated x509_get_serial to use the garbage collectorAdriaan de Jong2012-03-301-10/+7
* Migrated x509_get_subject to use of the garbage collectorAdriaan de Jong2012-03-301-24/+11
* build: move out config.h include from sysheadAlon Bar-Lev2012-03-221-0/+6
* build: proper crypto detection and usageAlon Bar-Lev2012-03-221-5/+5
* build: standard directory layoutAlon Bar-Lev2012-03-221-0/+626