diff --git a/changelog b/changelog index 64d546ef..c3e50b01 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,4 @@ + * Update to OpenSSL 1.0.2c for Windows and MAC * Digitaly sign Windows and MAC binaries with a valid certificate * Refactor the context menu. Exporting many selected items to the clipboard or a PEM file now works. Certificate renewal and revocation diff --git a/misc/build-mac.sh b/misc/build-mac.sh index d88e1b5e..2ac35fff 100755 --- a/misc/build-mac.sh +++ b/misc/build-mac.sh @@ -2,7 +2,7 @@ do_openssl() { -openssl="openssl-1.0.2a" +openssl="openssl-1.0.2c" test -f "$openssl".tar.gz || curl http://www.openssl.org/source/"$openssl".tar.gz > "$openssl".tar.gz tar zxf "$openssl".tar.gz (cd $openssl diff --git a/misc/build-w32.sh b/misc/build-w32.sh index 36a99ace..648bb7b8 100755 --- a/misc/build-w32.sh +++ b/misc/build-w32.sh @@ -7,7 +7,7 @@ LIBTOOL_DIR="libtool-2.2.6b" LIBTOOL_GZ="${LIBTOOL_DIR}".tar.gz LIBTOOL_DL="http://ftp.gnu.org/gnu/libtool/${LIBTOOL_GZ}" -OPENSSL_DIR="openssl-1.0.2a" +OPENSSL_DIR="openssl-1.0.2c" OPENSSL_GZ="${OPENSSL_DIR}".tar.gz OPENSSL_DL="http://www.openssl.org/source/${OPENSSL_GZ}" OPENSSL_PATCH="$XCA_DIR/misc/openssl-1.0.0-mingw32-cross.patch" diff --git a/ui/CrlDetail.ui b/ui/CrlDetail.ui index c2757930..81c50f18 100644 --- a/ui/CrlDetail.ui +++ b/ui/CrlDetail.ui @@ -71,7 +71,7 @@ - 3 + 0