forked from pool/mbedtls
Accepting request 1164972 from security:tls
- Update baselibs.conf - Update to version 3.6.0 (new LTS): * Fix typo in psa_key_production_parameters_t doc: 65535 should be 65537 * Record size limit support is released, so remove warning about only for testing * Autogenerated files for 3.6.0 * Fix some Changelog typos * Version Bump for 3.6.0 * Assemble Changelog * Fix #ifdef guard in driver wrapper template * test_suite_pk: fix guards in pk_psa_sign() * add changelog * pkwrite: add new internal symbol for the max supported public key DER length * test_suite_pk: uniformly generate RSA and EC keys in pk_psa_sign() * test_suite_pk: fix guards in pk_psa_sign() * test_suite_pk: test also RSA OAEP in pk_wrap_rsa_decrypt_test_vec() * pk_wrap: fix algorithm selection in rsa_opaque_decrypt() * test_suite_pk: fix guards in pk_psa_sign() * test_suite_pk: properly size buffers for public keys in pk_psa_sign() * test_suite_pk: test also RSA keys with PKCS1 v2.1 padding mode in pk_psa_sign() * pk_wrap: fix algorithm selection in rsa_opaque_sign_wrap() * test_suite_pk: fix RSA issue in pk_psa_sign() when !PK_[PARSE|WRITE]_C are defined * test_suite_pk: rename some variables in pk_psa_sign() * test_suite_pk: reshape pk_psa_sign() * tls13: srv: Fix potential stack buffer overread * test_suite_pk: always test verify_ext with opaque keys in pk_psa_wrap_sign_ext() * add changelog * Mention MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS * Remove 'Question' line around testing * Replace reference to master OBS-URL: https://build.opensuse.org/request/show/1164972 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mbedtls?expand=0&rev=45
This commit is contained in:
commit
4cbd476d6c
4
_service
4
_service
@ -1,11 +1,11 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="versionformat">3.5.2</param>
|
||||
<param name="versionformat">3.6.0</param>
|
||||
<param name="url">https://github.com/Mbed-TLS/mbedtls.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="exclude">.*</param>
|
||||
<param name="revision">refs/tags/v3.5.2</param>
|
||||
<param name="revision">refs/tags/v3.6.0</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/Mbed-TLS/mbedtls.git</param>
|
||||
<param name="changesrevision">daca7a3979c22da155ec9dce49ab1abf3b65d3a9</param></service></servicedata>
|
||||
<param name="changesrevision">2ca6c285a0dd3f33982dd57299012dacab1ff206</param></service></servicedata>
|
@ -1,5 +1,5 @@
|
||||
libmbedtls20
|
||||
libmbedx509-6
|
||||
libmbedcrypto15
|
||||
libmbedtls21
|
||||
libmbedx509-7
|
||||
libmbedcrypto16
|
||||
libeverest
|
||||
libp256m
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:347e7c72f46473a8e990a4439d9309feb7dac429b9f6d4acf4782dae3ff65d8d
|
||||
size 43192333
|
3
mbedtls-3.6.0.obscpio
Normal file
3
mbedtls-3.6.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5dba8daab0f28e6a5b99734f7f562bbe68c8853b3df5234a03a3cc59b6d7aba
|
||||
size 44750861
|
2677
mbedtls.changes
2677
mbedtls.changes
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
name: mbedtls
|
||||
version: 3.5.2
|
||||
mtime: 1706089751
|
||||
commit: daca7a3979c22da155ec9dce49ab1abf3b65d3a9
|
||||
version: 3.6.0
|
||||
mtime: 1711465082
|
||||
commit: 2ca6c285a0dd3f33982dd57299012dacab1ff206
|
||||
|
@ -16,13 +16,13 @@
|
||||
#
|
||||
|
||||
|
||||
%define lib_tls libmbedtls20
|
||||
%define lib_crypto libmbedcrypto15
|
||||
%define lib_x509 libmbedx509-6
|
||||
%define lib_tls libmbedtls21
|
||||
%define lib_crypto libmbedcrypto16
|
||||
%define lib_x509 libmbedx509-7
|
||||
%define lib_everest libeverest
|
||||
%define lib_p256m libp256m
|
||||
Name: mbedtls
|
||||
Version: 3.5.2
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
Summary: Libraries for crypto and SSL/TLS protocols
|
||||
License: Apache-2.0 OR GPL-2.0-or-later
|
||||
@ -150,6 +150,7 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} \
|
||||
%{_libdir}/libmbedtls.so
|
||||
%{_libdir}/libmbedcrypto.so
|
||||
%{_libdir}/libmbedx509.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%files -n %{lib_tls}
|
||||
%license LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user