openssl

  1. karolyi

    postfix breaking with security/openssl

    hHey, jJust wanted to document here that: Git package depends on security/openssl, and security/openssl breaks postfix/smtp. yYou'll get segfaults from 'postfix/smtp' when using it with security/openssl, and SOME emails won't get delivered, depending on the ssl implementation your server wants...
  2. G

    Solved Invalid signature using freebsd-update

    First of all, I checked this thread. Since the thread was old and it doesn't solve my problem, I decided to make a new thread. (I'm not sure if that is accepted behavior or not, being new to the forum.) https://forums.freebsd.org/threads/freebsd-update-fetch-gives-error-invalid-signature.52013/...
  3. R

    [OpenSSL] /etc/ssl/cert.pem not honoured by default

    I have a FreeBSD 10.1 installation with security/ca_root_nss installed (with ETCSYMLINK). /etc/make.conf contains WITH_OPENSSL_BASE="YES", the port (security/openssl) is not installed. /etc/ssl/cert.pem points to /usr/local/share/certs/ca-root-nss.crt, which contains the CA certificates as...
  4. icecoke

    WITH_OPENSSL_PORT=yes not respected by all ports

    On a 10.1p19 (and other earlier Versions) I'm trying to have the latest security/openssl port to be used instead of the slightly older base openssl. But it seems all settings I use, do not achieve this with all ports /etc/make.conf: WITH_OPENSSL_PORT=yes OPENSSLBASE=/usr/local Even after a...
  5. W

    OpenSSL Certificates for Dovecot and Postfix

    Hey guys, Someone have an tutorial teaching how to get SSL DHE-RSA-AES256-SHA working for Dovecot and Postfix? I did the Certificate key using: openssl ecparam -genkey -name secp384r -out usr/local/etc/ssl/private/mail.mydomain.com.key Then the Certificate Sign Request: openssl req -new...
Back
Top