]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libstrongswan/plugins/openssl
nm: Don't set DL_LIBS to 'none required' in configure script
[thirdparty/strongswan.git] / src / libstrongswan / plugins / openssl /
2025-05-13  Gerardo Ravagoopenssl: Fix AWS-LC build
2025-04-14  Tobias Brunneropenssl: Add support for ML-KEM with OpenSSL 3.5
2025-04-10  Tobias BrunnerAdd configure option to disable testing key exchange...
2025-01-15  Nathan Tranopenssl: Require min version 3.0.0 for HKDF to support...
2024-11-22  Gerardo Ravagoopenssl: Add ML-KEM support with AWS-LC
2024-11-21  Andreas Steffenkey-exchange: Joint ke_test_vector format for DH and KEM
2024-10-25  Tobias Brunneropenssl: Add support for new API to squeeze data from...
2024-03-05  Gerardo Ravagoopenssl: Handle BoringSSL-style ASN1_INTEGERs in cert...
2024-02-21  Gerardo Ravagoopenssl: Condition out unsupported curves for AWS-LC
2024-02-19  Gerardo Ravagoopenssl: Add conditional macros around SHA_CTX for...
2024-02-14  Gerardo Ravagoopenssl: Add missing error checking when encoding ED...
2023-11-14  Tobias BrunnerFixed some typos, courtesy of codespell
2023-11-13  Tobias BrunnerMerge branch 'pkcs12-no-pw'
2023-11-13  Tobias Brunneropenssl: Add support for unprotected PKCS#12 containers
2023-11-13  Tobias BrunnerMerge branch 'x509-ipaddress-constraints'
2023-11-13  Tobias Brunneropenssl: Add support for IP address nameConstraints
2023-11-13  Tobias Brunneropenssl: Add support for nameConstraints X.509 extension
2023-10-13  Tobias BrunnerMerge branch 'reject-explicit-ecdsa'
2023-10-13  Tobias Brunneropenssl: Reject EC keys with explicitly encoded parameters
2023-06-02  Tobias Brunneropenssl: Fix memory leak if FIPS provider isn't available
2023-06-02  Tobias BrunnerFixed some typos, courtesy of codespell
2023-03-31  Tobias BrunnerMerge branch 'pkcs7-signatures'
2023-03-30  Tobias Brunneropenssl: Add support for CMS-style signatures in PKCS...
2023-03-24  Tobias BrunnerMerge branch 'crl-sign'
2023-03-21  Tobias Brunneropenssl: Only allow certificates with cRLSign keyUsage...
2023-03-21  Tobias Brunneropenssl: Set X509_CRL_SIGN for CA certificates without...
2023-02-17  Tobias Brunneropenssl: Fix size of plugin feature array
2023-02-17  Tobias Brunneropenssl: Add curve25519 and curve448 after ECDH groups
2022-12-05  Andreas Steffencertificates: Retrieve serial numbers in canonical...
2022-10-05  Tobias BrunnerMake functions static that are only accessed from the...
2022-10-05  Tobias Brunneropenssl: Remove unused openssl_hash_chunk() helper
2022-09-20  Tobias Brunnercred-encoding: Avoid potential use after free when...
2022-07-18  Tobias Brunneropenssl: Add support for AES and Camellia in CTR mode
2022-06-29  Tobias BrunnerMerge branch 'multi-ke-backport'
2022-06-29  Tobias BrunnerRename diffie_hellman_t to key_exchange_t and change...
2022-06-28  Tobias BrunnerUpdate copyright headers after acquisition by secunet
2022-06-27  Tobias Brunneropenssl: Use dynamically allocated array to determine...
2022-04-21  Tobias Brunneropenssl: Fix typo in comment
2022-04-14  Tobias BrunnerMerge branch 'openssl-3.0'
2022-04-14  Tobias Brunneropenssl: Move ENGINE-specific code into a separate...
2022-04-14  Tobias Brunneropenssl: Remove checks and legacy compatibility code...
2022-04-14  Tobias Brunneropenssl: Fixes for HMAC with OpenSSL 3.0
2022-04-14  Tobias Brunneropenssl: Fixes for ECDSA with OpenSSL 3.0
2022-04-14  Tobias Brunneropenssl: Fixes for RSA with OpenSSL 3.0
2022-04-14  Tobias Brunneropenssl: Fixes for DH with OpenSSL 3.0
2022-04-14  Tobias Brunneropenssl: Fixes for ECDH with OpenSSL 3.0
2022-04-14  Tobias Brunneropenssl: PRF_KEYED_SHA1 might not be supported
2022-04-14  Tobias Brunneropenssl: Move shared secret calculation to get_shared_s...
2022-04-14  Tobias BrunnerMerge branch 'ikev2-kdf-modularization'
2022-04-14  Tobias Brunneropenssl: Implement HMAC-based IKEv2 PRFs via OpenSSL...
2022-04-14  Tobias Brunnercrypto: Adapt kdf_t interface to support KDFs with...
2022-04-14  Tobias Brunneropenssl: Add a prf+ implementation based on OpenSSL...
2022-02-24  Tobias Brunneropenssl: Don't unload providers
2022-02-04  Tobias Brunneropenssl: Return correct number of plugin features if...
2022-01-20  Tobias BrunnerFixed some typos, courtesy of codespell
2021-12-08  Tobias BrunnerMerge branch 'openssl-providers'
2021-12-08  Tobias Brunneropenssl: Log loaded providers
2021-12-08  Tobias Brunneropenssl: Make fips_mode option work with OpenSSL 3
2021-12-08  Tobias Brunneropenssl: Load "legacy" provider in OpenSSL 3 for algori...
2021-12-08  Tobias BrunnerMerge branch 'libtls-tests'
2021-12-08  Tobias Brunneropenssl: Only announce ECDH groups actually supported...
2021-12-08  Tobias Brunneropenssl: Add helper to map ECDH groups to curve NIDs
2021-12-06  Andreas Steffenopenssl: Support of AES-CFB encryption
2021-11-11  Andreas SteffenMerge branch 'rsa-oaep-encryption'
2021-11-10  Andreas Steffenopenssl: Implemented RSA OAEP encryption/decryption...
2021-11-09  Andreas Steffencredentials: Added void *params to public_key encrypt...
2021-10-01  Tobias Brunneropenssl: Use correct key types when adopting Ed25519...
2021-10-01  Tobias Brunneropenssl: Remove workaround for Brainpool ECDH curves...
2021-08-24  Tobias Brunneropenssl: Improve compatibility to newer BoringSSL releases
2021-08-19  Tobias Brunneropenssl: Use a longer key to test/initialize HMAC instances
2021-06-03  Andreas Steffenopenssl: Support SHA-3 based RSA_EMSA_PKCS1 signatures
2021-05-07  Adrian-Ken Rueegseggeropenssl: Consider authorityKeyIdentifier in issued_by()
2021-05-07  Adrian-Ken Rueegseggeropenssl: Bring CRL issued_by() in line with x509 plugin
2021-05-06  Tobias Brunneropenssl: Add support for AES in CCM mode
2021-05-04  Noel Kuntzeopenssl: Fix OpenSSL version check for EC_POINT_set_aff...
2021-03-19  Andreas Steffenopenssl: Migrate from deprecated EC_POINT_[set|get...
2021-02-11  Tobias Brunneropenssl: Allocate our own buffer for i2d_* wrapper...
2021-02-11  Tobias Brunneropenssl: Reset HMAC key if chunk_empty is passed
2021-01-27  Tobias Brunneropenssl: Fix potential crash with ECDH on Windows
2021-01-27  Tobias Brunneropenssl: Avoid conflicts with wincrypt.h on Windows
2021-01-20  Tobias BrunnerMerge branch 'openssl-ecp'
2021-01-20  Tobias Brunneropenssl: Mainly use EVP interface for ECDH
2021-01-20  Tobias Brunneropenssl: Extract helper function to derive a shared...
2021-01-20  Tobias BrunnerRemove the ecp_x_coordinate_only option
2021-01-20  Mahantesh Salimathopenssl: Use ECDH_compute_key() for 'x-coordinate only...
2020-11-04  Tobias BrunnerFixed some typos, courtesy of codespell
2020-10-05  Tobias Brunneropenssl: Accept CRLs issued by non-CA certificates...
2020-07-20  Tobias Brunneropenssl: Use consistent ifdefs to disable x25519/448
2020-03-29  Tobias Brunneropenssl: Allow squeezing multiple times from SHAKE128...
2020-03-10  Tobias Brunneropenssl: Add support for SHAKE128/256
2020-03-10  Tobias Brunneropenssl: Add support for SHA-3
2020-03-06  Tobias Brunneropenssl: Don't check signature if issuer doesn't match...
2020-02-11  Josh SorefSpelling fixes
2020-02-10  Tobias Brunneropenssl: Support certificates with Ed25519/448 keys
2019-12-11  Thomas Egereropenssl: Make some additional arguments const
2019-12-06  Tobias Brunneropenssl: Ensure underlying hash algorithm is available...
2019-11-28  Tobias BrunnerMerge branch 'aes-ecb'
2019-11-28  Andreas Steffenopenssl: Added AES_ECB support
2019-09-24  Tobias Brunneropenssl: Don't manually seed DRBG with OpenSSL 1.1.1
2019-08-28  Tobias BrunnerFixed some typos, courtesy of codespell
next