summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 3.4 alpha 1openssl-3.4.0-alpha1Tomas Mraz2024-09-053-4/+4
* make updateTomas Mraz2024-09-053-316/+364
* Copyright year updatesTomas Mraz2024-09-05636-637/+637
* util/mkinstallvars.pl: replace List::Util::pairs with out ownRichard Levitte2024-09-051-4/+33
* CI: Update upload-artifact action to be compatibleTomas Mraz2024-09-042-4/+4
* build(deps): bump actions/download-artifact in /.github/workflowsdependabot[bot]2024-09-042-4/+4
* EVP_CIPHER_CTX_get_algor_params() may attempt to access params arrayAlexandr Nedvedicky2024-09-031-1/+3
* s390x: Fix prehash-by-caller handling for ED25519 and ED448Ingo Franzki2024-09-031-14/+30
* s390x: Disable HMAC hardware acceleration when an engine is used for the digestIngo Franzki2024-09-031-0/+36
* Add CVE-2024-5535 to CHANGES and NEWSTomas Mraz2024-09-032-2/+20
* Updated CHANGES and NEWS for CVE-2024-6119 fixViktor Dukhovni2024-09-032-2/+25
* Avoid type errors in EAI-related name check logic.Viktor Dukhovni2024-09-035-26/+142
* Add CHANGES.md and NEWS.md updates for the 3.4 releaseTomas Mraz2024-09-032-14/+105
* Add support for elf_aux_info() on OpenBSDBrad Smith2024-09-022-4/+6
* Missing .rodata for AVX2/AVX512 codepathsTheo Buehler2024-09-025-7/+9
* Detect MinGW 32 bit for NO_INTERLOCKEDOR64Adam (ThinLinc team)2024-09-021-1/+1
* s390x: Fix HMAC digest detectionIngo Franzki2024-09-021-11/+5
* Improve base64 BIO correctness and error reportingViktor Dukhovni2024-08-308-113/+677
* fix: ossl_digest_get_approved_nid() returns NID_undef on invalid digestRichard Levitte2024-08-303-3/+3
* Refactor OpenSSL 'ECDSA' EVP_SIGNATURE to also include ECDSA+hash compositesRichard Levitte2024-08-307-156/+836
* Refactor OpenSSL 'DSA' EVP_SIGNATURE to also include DSA+hash compositesRichard Levitte2024-08-308-95/+932
* endecode_test.c: Fix !fips v3.0.0 checkPauli2024-08-301-3/+1
* exporters for pkg-config: align with the changes for CMakeRichard Levitte2024-08-303-12/+29
* endecode_test.c: Avoid running the SM2 tests with 3.0.0 FIPS providerTomas Mraz2024-08-291-1/+4
* Check for excess data in CertificateVerifyViktor Dukhovni2024-08-291-0/+4
* s390x: support CPACF sha3/shake performance improvementsJoerg Schmidbauer2024-08-294-9/+34
* doc: Document properties param for Argon2 KDFClemens Lang2024-08-291-0/+2
* Refactor and Enhance Compression Field Testingerbsland-dev2024-08-292-37/+130
* Correct Alert Handling for Missing Compression Methodserbsland-dev2024-08-291-8/+9
* Add ED25519 and ED448 support for EVP_PKEY_{sign,verify}_init_ex2()Richard Levitte2024-08-295-5/+132
* Refactor OpenSSL 'EdDSA' EVP_SIGNATURE to allow use with EVP_PKEY functionsRichard Levitte2024-08-2912-212/+1232
* Fix compile err when building VC-CLANG-WIN64-CLANGASM-ARM targetZhiqing Xie2024-08-291-1/+2
* Fix decoder error on SM2 private keyJamie Cui2024-08-292-7/+39
* EVP_MD_size() updatesslontis2024-08-2923-31/+41
* Update code to use EVP_MD_xof()slontis2024-08-2917-21/+21
* XOF / EVP_MD_size() changes.slontis2024-08-2910-46/+197
* RSA decoder should check also sanity of p, q, e, d ... with respect to nsashan2024-08-285-5/+263
* Cleanups for FIPS options..slontis2024-08-2846-723/+229
* fix: for exporters to work for build config, there may be two include dirsRichard Levitte2024-08-275-46/+84
* fix: exporters/cmake/OpenSSLConfig.cmake.in to work for build configRichard Levitte2024-08-271-4/+6
* test: issuedOnBehalfOf X.509v3 extensionJonathan M. Wilbur2024-08-272-1/+17
* feat: add support for issuedOnBehalfOf X.509v3 extensionJonathan M. Wilbur2024-08-274-1/+35
* fix coding styleRichard Levitte2024-08-271-73/+73
* doc: Document EVP_{TYPE}_CTX_get_algor etcRichard Levitte2024-08-272-0/+82
* feat: Implement EVP_PKEY_CTX_{set,get}_algor_params() and EVP_PKEY_CTX_get_al...Richard Levitte2024-08-273-0/+124
* feat: Implement EVP_CIPHER_CTX_{set,get}_algor_params() and EVP_CIPHER_CTX_ge...Richard Levitte2024-08-276-44/+152
* fix: in RC2 implementation, handle both old and new AID.params keysRichard Levitte2024-08-271-9/+23
* Amend the design of AlgorithmIdentifier parameter passingRichard Levitte2024-08-273-44/+92
* Return SSL_AD_UNEXPECTED_MESSAGE alert when receiving any other change_cipher...cx2024-08-261-1/+1
* fix: alias auditEntity OIDJonathan M. Wilbur2024-08-267-971/+972