Up to [cvs.NetBSD.org] / pkgsrc / security / mbedtls1
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7, Sun Mar 22 07:54:23 2020 UTC (3 years, 8 months ago) by nia
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +1 -1
lines
FILE REMOVED
mbedtls1: Remove, unmaintained and unused in pkgsrc
Revision 1.6 / (download) - annotate - [select for diffs], Sat Jan 18 21:50:40 2020 UTC (3 years, 10 months ago) by jperkin
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
*: Recursive revision bump for openssl 1.1.1.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Aug 11 13:22:47 2019 UTC (4 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Bump PKGREVISIONs for perl 5.30.0
Revision 1.4 / (download) - annotate - [select for diffs], Wed Aug 22 09:46:19 2018 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
Recursive bump for perl5-5.28.0
Revision 1.3 / (download) - annotate - [select for diffs], Thu Sep 15 10:48:01 2016 UTC (7 years, 2 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.2: +2 -3
lines
Diff to previous 1.2 (colored)
Update security/mbedtls1 to 1.3.17 Security - Fixed missing padding length check required by PKCS1 v2.2 in mbedtls_rsa_rsaes_pkcs1_v15_decrypt(). (considered low impact) - Fixed potential integer overflow to buffer overflow in mbedtls_rsa_rsaes_pkcs1_v15_encrypt() and mbedtls_rsa_rsaes_oaep_encrypt(). (not triggerable remotely in (D)TLS). - Fixed potential integer underflow to buffer overread in mbedtls_rsa_rsaes_oaep_decrypt(). It is not triggerable remotely in SSL/TLS. Bugfix - Fixed bug in mbedtls_mpi_add_mpi() that caused wrong results when the three arguments were the same (in-place doubling). #309 - Fixed issue in Makefile that prevented building using armar. #386 - Fixed issue that caused a hang when generating RSA keys of odd bitlength. - Fixed bug in mbedtls_rsa_rsaes_pkcs1_v15_encrypt() that made null pointer dereference possible. - Fixed issue that caused a crash if invalid curves were passed to mbedtls_ssl_conf_curves(). #373 Changes - On ARM platforms, when compiling with -O0 with GCC, Clang or armcc5, don't use the optimized assembly for bignum multiplication. This removes the need to pass -fomit-frame-pointer to avoid a build error with -O0. - Disabled SSLv3 in the default configuration.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Jul 9 06:38:55 2016 UTC (7 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jun 16 09:21:11 2016 UTC (7 years, 5 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Import mbedtls-1.3.16 as security/mbedtls1. This is based on security/mbedtls and only meant for compatibility with software that doesn't support mbedtls>=2 yet (mainly requires the PolarSSL compatibility layer).