aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/ssl_verify.c
AgeCommit message (Expand)Author
2017-05-18crypto: Enable SHA256 fingerprint checking in --verify-hashDavid Sommerseth
2017-03-29auth-token: Ensure tokens are always wiped on de-authDavid Sommerseth
2017-03-15Remove duplicate X509 env variablesSteffan Karger
2017-01-18More broadly enforce Allman style and braces-around-conditionalsSteffan Karger
2016-12-21Update copyrightsDavid Sommerseth
2016-12-16auth-gen-token: Hardening memory cleanup on auth-token failuersDavid Sommerseth
2016-12-14The Great Reformatting - first phaseDavid Sommerseth
2016-11-29Introduce and use secure_memzero() to erase secretsSteffan Karger
2016-11-16Refactor CRL handlingSteffan Karger
2016-11-14Factor out %sc handling from argv_printf()Heiko Hund
2016-10-31auth-gen-token: Authenticate generated auth-tokens when client re-authenticatesDavid Sommerseth
2016-10-31auth-gen-token: Generate an auth-token per clientDavid Sommerseth
2016-09-17Add SHA256 fingerprint supportSteffan Karger
2016-04-28Implemented x509-track for PolarSSL.Steffan Karger
2016-04-04Implement inlining of crl filesArne Schwabe
2015-03-06Allow for CN/username of 64 characters (fixes off-by-one)Steffan Karger
2015-01-22Disallow lameduck's float to an address taken by another clientLev Stipakov
2014-12-31Remove ENABLE_SSL define (and --disable-ssl configure option)Steffan Karger
2014-04-27Make serial env exporting consistent amongst OpenSSL and PolarSSL builds.Steffan Karger
2014-04-21Upgrade to PolarSSL 1.3Steffan Karger
2014-03-23Bump minimum OpenSSL version to 0.9.8Steffan Karger
2013-07-03Remove the --disable-eurephia configure optionDavid Sommerseth
2013-06-20PATCHv3 Remove unused variables or put them to the defines they are being use...Arne Schwabe
2013-03-07add new option for X.509 name verificationHeiko Hund
2012-09-12Add --compat-names optionHeiko Hund
2012-04-02cleanup: gc usageAlon Bar-Lev
2012-03-30Migrated x509_get_sha1_hash to use the garbage collectorAdriaan de Jong
2012-03-30Migrated x509_get_serial to use the garbage collectorAdriaan de Jong
2012-03-30Migrated x509_get_subject to use of the garbage collectorAdriaan de Jong
2012-03-24build: move wrappers into platform moduleAlon Bar-Lev
2012-03-22build: move out config.h include from sysheadAlon Bar-Lev
2012-03-22build: proper crypto detection and usageAlon Bar-Lev
2012-03-22build: standard directory layoutAlon Bar-Lev