summaryrefslogtreecommitdiffstats
path: root/src/openvpn/ssl_verify.c
Commit message (Expand)AuthorAgeFilesLines
* Allow for CN/username of 64 characters (fixes off-by-one)Steffan Karger2015-03-061-3/+3
* Disallow lameduck's float to an address taken by another clientLev Stipakov2015-01-221-1/+1
* Remove ENABLE_SSL define (and --disable-ssl configure option)Steffan Karger2014-12-311-2/+2
* Make serial env exporting consistent amongst OpenSSL and PolarSSL builds.Steffan Karger2014-04-271-0/+5
* Upgrade to PolarSSL 1.3Steffan Karger2014-04-211-3/+3
* Bump minimum OpenSSL version to 0.9.8Steffan Karger2014-03-231-4/+0
* Remove the --disable-eurephia configure optionDavid Sommerseth2013-07-031-2/+0
* PATCHv3 Remove unused variables or put them to the defines they are being use...Arne Schwabe2013-06-201-0/+2
* add new option for X.509 name verificationHeiko Hund2013-03-071-5/+10
* Add --compat-names optionHeiko Hund2012-09-121-9/+45
* cleanup: gc usageAlon Bar-Lev2012-04-021-23/+30
* Migrated x509_get_sha1_hash to use the garbage collectorAdriaan de Jong2012-03-301-5/+2
* Migrated x509_get_serial to use the garbage collectorAdriaan de Jong2012-03-301-14/+14
* Migrated x509_get_subject to use of the garbage collectorAdriaan de Jong2012-03-301-3/+4
* build: move wrappers into platform moduleAlon Bar-Lev2012-03-241-4/+4
* build: move out config.h include from sysheadAlon Bar-Lev2012-03-221-0/+6
* build: proper crypto detection and usageAlon Bar-Lev2012-03-221-11/+11
* build: standard directory layoutAlon Bar-Lev2012-03-221-0/+1218