summaryrefslogtreecommitdiffstats
path: root/VERSION.dat (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-03Add CHANGES.md and NEWS.md updates for the 3.4 releaseTomas Mraz2-14/+105
2024-09-02Add support for elf_aux_info() on OpenBSDBrad Smith2-4/+6
2024-09-02Missing .rodata for AVX2/AVX512 codepathsTheo Buehler5-7/+9
2024-09-02Detect MinGW 32 bit for NO_INTERLOCKEDOR64Adam (ThinLinc team)1-1/+1
2024-09-02s390x: Fix HMAC digest detectionIngo Franzki1-11/+5
2024-08-30Improve base64 BIO correctness and error reportingViktor Dukhovni8-113/+677
2024-08-30fix: ossl_digest_get_approved_nid() returns NID_undef on invalid digestRichard Levitte3-3/+3
2024-08-30Refactor OpenSSL 'ECDSA' EVP_SIGNATURE to also include ECDSA+hash compositesRichard Levitte7-156/+836
2024-08-30Refactor OpenSSL 'DSA' EVP_SIGNATURE to also include DSA+hash compositesRichard Levitte8-95/+932
2024-08-30endecode_test.c: Fix !fips v3.0.0 checkPauli1-3/+1
2024-08-30exporters for pkg-config: align with the changes for CMakeRichard Levitte3-12/+29
2024-08-29endecode_test.c: Avoid running the SM2 tests with 3.0.0 FIPS providerTomas Mraz1-1/+4
2024-08-29Check for excess data in CertificateVerifyViktor Dukhovni1-0/+4
2024-08-29s390x: support CPACF sha3/shake performance improvementsJoerg Schmidbauer4-9/+34
2024-08-29doc: Document properties param for Argon2 KDFClemens Lang1-0/+2
2024-08-29Refactor and Enhance Compression Field Testingerbsland-dev2-37/+130
2024-08-29Correct Alert Handling for Missing Compression Methodserbsland-dev1-8/+9
2024-08-29Add ED25519 and ED448 support for EVP_PKEY_{sign,verify}_init_ex2()Richard Levitte5-5/+132
2024-08-29Refactor OpenSSL 'EdDSA' EVP_SIGNATURE to allow use with EVP_PKEY functionsRichard Levitte12-212/+1232
2024-08-29Fix compile err when building VC-CLANG-WIN64-CLANGASM-ARM targetZhiqing Xie1-1/+2
2024-08-29Fix decoder error on SM2 private keyJamie Cui2-7/+39
2024-08-29EVP_MD_size() updatesslontis23-31/+41
2024-08-29Update code to use EVP_MD_xof()slontis17-21/+21
2024-08-29XOF / EVP_MD_size() changes.slontis10-46/+197
2024-08-28RSA decoder should check also sanity of p, q, e, d ... with respect to nsashan5-5/+263
2024-08-28Cleanups for FIPS options..slontis46-723/+229
2024-08-27fix: for exporters to work for build config, there may be two include dirsRichard Levitte5-46/+84
2024-08-27fix: exporters/cmake/OpenSSLConfig.cmake.in to work for build configRichard Levitte1-4/+6
2024-08-27test: issuedOnBehalfOf X.509v3 extensionJonathan M. Wilbur2-1/+17
2024-08-27feat: add support for issuedOnBehalfOf X.509v3 extensionJonathan M. Wilbur4-1/+35
2024-08-27fix coding styleRichard Levitte1-73/+73
2024-08-27doc: Document EVP_{TYPE}_CTX_get_algor etcRichard Levitte2-0/+82
2024-08-27feat: Implement EVP_PKEY_CTX_{set,get}_algor_params() and EVP_PKEY_CTX_get_al...Richard Levitte3-0/+124
2024-08-27feat: Implement EVP_CIPHER_CTX_{set,get}_algor_params() and EVP_CIPHER_CTX_ge...Richard Levitte6-44/+152
2024-08-27fix: in RC2 implementation, handle both old and new AID.params keysRichard Levitte1-9/+23
2024-08-27Amend the design of AlgorithmIdentifier parameter passingRichard Levitte3-44/+92
2024-08-26Return SSL_AD_UNEXPECTED_MESSAGE alert when receiving any other change_cipher...cx1-1/+1
2024-08-26fix: alias auditEntity OIDJonathan M. Wilbur7-971/+972
2024-08-26test: auditIdentity X.509v3 extension decoding and displayJonathan M. Wilbur2-1/+17
2024-08-26feat: support auditIdentity X.509v3 extensionJonathan M. Wilbur8-886/+915
2024-08-26fix: wrong name for OID -> auditIdentityJonathan M. Wilbur5-1843/+1846
2024-08-26Cleanups for FIPS indicator documentationslontis24-138/+273
2024-08-26Add FIPS indicator documentationslontis3-32/+268
2024-08-25Add FIPS indicators to X25519 and X448.slontis6-14/+144
2024-08-23Update new FIPS indicator evp_tests to use FIPSversion + Availablein options.slontis17-0/+79
2024-08-23Revert evp_test change that made "FIPSversion" skip the default provider.slontis1-5/+0
2024-08-23FIPS: Add EDDSA public key validation.slontis6-4/+275
2024-08-23Update FIPS 140-3 self testsslontis1-70/+21
2024-08-23FIPS: Change fips tests to use SHA2 for corruption test.slontis1-1/+1
2024-08-23s390x: Fix memory leak in s390x_HMAC_CTX_copy()Ingo Franzki1-0/+1