* Set default ssl configuration for Homebrew in MAC OSX to
commitfdef7c51110e5ba139c53e3faa72f038e95d02e7
authorEduardo Chappa <chappa@washington.edu>
Fri, 18 Apr 2014 07:04:44 +0000 (18 01:04 -0600)
committerEduardo Chappa <chappa@washington.edu>
Fri, 18 Apr 2014 07:04:44 +0000 (18 01:04 -0600)
treeb11f7982b1ac4fed50ae2a16cfc7851cd960ad59
parentcaa4e3ccd7c9bf9352434b0f78c7b650338cd4d0
   * Set default ssl configuration for Homebrew in MAC OSX to
     /usr/local/etc/openssl, under the advice of Sam Hathaway.

   * Add management certificate support for containers.

   * Fix crashing bugs introduced in version 2.19.9, which did not allow
     alpine to start with the -passfile and use a remote pinerc. Reported by
     Ulf-Dietrich Braumann.

   * fix a bug which was introduced in version 2.19.9, where Alpine would
     free a certificate associated to a key after encryption, and so this
     could not be used during decryption. We use X509_dup to copy the cert
     and so make the copy be freed, and not the original.

   * S/MIME: sign messages using intermediate certificates when needed and
     possible.
14 files changed:
alpine/alpine.c
alpine/imap.c
alpine/mailcmd.c
alpine/osdep/mswinver.c
alpine/smime.c
doc/tech-notes/tech-notes.txt
pith/conftype.h
pith/options.h
pith/pine.hlp
pith/smime.c
pith/smime.h
pith/smkeys.c
pith/smkeys.h
po/Makefile.in