TinCanTech

Results 107 issues of TinCanTech

Using 2.5-rc2-I601-2-x86.msi, the install all works for me (I know there are some things going on under the hood but I have not investigated those). But just for the record,...

msi
needsmoreinfo

Ref: https://forums.openvpn.net/viewtopic.php?f=23&t=31273 `HKLM\Software\Microsoft\Active Setup\Installed Components` Looking in my own registry, I also find numerous entries referencing old OpenVPN installs.

msi

While assigning a MAC address via the Windows device manager advance dialogue is still possible, the driver no longer uses that value and always falls back to the value assigned...

**Just a thought**: Sometimes `openvpn` is aborted prior to logging the version info. It _could_ be useful to have a GUI menu item: `Openvpn version` **Edit**: Apparently, having `openvpn` always...

Option `-v|--verbose` only works with `show-expire` and `show-renew`. It is only meant as a way to verify that: [ "$db_serial" = "$cert_serial" ] || return 0 is valid. Even though...

documentation
Version 3.1.x

`man 8 openvpn`: When using the inline file feature with `--pkcs12` the inline file has to be `base64` encoded. Encoding of a `.p12` file into `base64` can be done, for...

low hanging fruit
PKCS
Feature request

`${ENV::EASYRSA_KDC_REALM}` is used in `x509-types/kdc` but is not expanded by `easyrsa_openssl()`. This is true of versions All versions, that I can ascertain. Original PR #322 does not appear to cover...

BUG
wontfix
LibreSSL
Major-Changes-v3.1.x
Version 3.1.x

https://github.com/OpenVPN/easy-rsa/blob/72cfbd2cd026ee2b5c92afa2ef2d65e301c51e8f/easyrsa3/easyrsa#L1165-L1173 Should be: ``` # Find and copy data-files, in specific order for area in \ "$PWD" \ /usr/local/share/easy-rsa \ /usr/share/easy-rsa \ /etc/easy-rsa \ "${0%/*}" \ # EOL do ```...

packaging
improvement
Version 3.1.x

On `SIGINT`, `easyrsa` simply exits with code `1`. According to some documentation[1], this is the wrong way to handle `SIGINT` because the calling process cannot determine if `easyrsa` received `SIGINT`....

development
improvement
Version 3.1.x
POSIX