summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-08-09Fix GHASH-ASM implementation on s390xJuergen Christ
2022-08-04test/evp_test: Test if EVP_DigestSign() set signature's length.Sebastian Andrzej Siewior
2022-08-04providers: Set the size of EC signature on s390.Sebastian Andrzej Siewior
2022-08-04Change name of parameter in documentation from sigret to sigKurt Roeckx
2022-08-04Properly document deprecation of DH_new() and related functionsTomas Mraz
2022-08-04Fix EC_KEY_set_private_key() NULL priv_key docsRoberto Hueso Gomez
2022-08-04Add test for EC_KEY_set_private_key()Roberto Hueso Gomez
2022-08-04Fix EC_KEY_set_private_key() priv_key regressionRoberto Hueso Gomez
2022-08-03Note that EVP_CIPHER_get_iv_length returns negative values on errorPauli
2022-08-03Fix bug in EVP_CIPHER_CTX_get_iv_length()Pauli
2022-08-02Avoid resource leaks in do_ssl3_writeDmitry Belyavskiy
2022-08-01Free up space in the session cache before adding.Todd Short
2022-08-01Fix wrong default algorithm in openssl pkcs12 helpArne Schwabe
2022-08-01Updating ifdefs to account for xlclang compiler frontend on AIX.Rob Mc Gee
2022-08-01Fix AES-GCM-SIV endian issuesTodd Short
2022-08-01Coverity 1507484: dereference before null checkPauli
2022-08-01Check that IV length is not less than zeroDmitry Belyavskiy
2022-08-01Test that swapping the first app data record with Finished msg worksMatt Caswell
2022-08-01Fix SSL_pending() and SSL_has_pending() with DTLSMatt Caswell
2022-07-29Implement AES-GCM-SIV (RFC8452)Todd Short
2022-07-29QUIC Frame Encoding and Decoding FunctionsHugo Landau
2022-07-29Fixes segfault occurrence in PEM_write()valdaarhun
2022-07-29Correction: uncompressed is the default valueGregoryTrzonkowski
2022-07-29Fix regression from GCM mode refactoringTomas Mraz
2022-07-28test_external_oqsprovider: Use working checkout of liboqsTomas Mraz
2022-07-28Fix quotes install_fips in Configurations/windows-makefile.tmplRichard Levitte
2022-07-28Handle SMIME_crlf_copy return codeAlon Bar-Lev
2022-07-28REGRESSION: CMS_final: do not ignore CMS_dataFinal resultAlon Bar-Lev
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz
2022-07-28Add some documentation for the BIO_s_mem() datagram capabilityMatt Caswell
2022-07-28Add a test for BIO_s_mem() when using datagramsMatt Caswell
2022-07-28Give BIO_s_mem() the ability to support datagramsMatt Caswell
2022-07-28Update EVP_KDF-X942-ASN1.podJoachim Vandersmissen
2022-07-27GCM: record limit counter gets reset on AAD changesPauli
2022-07-27Remove `no-{ssl|tls|tls1_3|dtls}-method` in INSTALL.mdSlanterns
2022-07-26x509_lu.c and x509_vfy.c: improve coding style, comments, and related docDr. David von Oheimb
2022-07-26s390x: Optimize kmacJuergen Christ
2022-07-2680-test_cmp_http.t: fix adaption of plan on 'certstatus' aspect of Mock serverDr. David von Oheimb
2022-07-26Fix UWP builds by defining VirtualLockCharles Milette
2022-07-26Configurations/10-main.conf: In the VC-common target, unquote $(CC)Richard Levitte
2022-07-26s390x: Fix GCM setupJuergen Christ
2022-07-26Fix error in LHASH documentationPauli
2022-07-25Fix no-dtls1_2Matt Caswell
2022-07-24Don't try to make configuration leanerRichard Levitte
2022-07-23CHANGES.md: Add entries for contributions to 3.1 by DDvODr. David von Oheimb
2022-07-22Add test from "Fix re-signing certificates with different key sizes"Todd Short
2022-07-22Coverity 1507376: Dereference after null checkPauli
2022-07-22Clean up GCM_MUL and remove GCM_FUNCREF_4BITTodd Short
2022-07-22Clean up use of GHASH macroTodd Short
2022-07-22Use separate function to get GCM functionsTodd Short