summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-10-21Fix coverity 1516095 deadcodeTodd Short
2022-10-21Fix coverity 1516094 uninitTodd Short
2022-10-21Fix coverity 1516093 tainted scalarTodd Short
2022-10-21update pyca cryptography to 38.0.2Paul Kehrer
2022-10-21link the pyca tests against the correct opensslPaul Kehrer
2022-10-20Fix make updateMatt Caswell
2022-10-20Finer grained error records for provider load/init failuresRichard Levitte
2022-10-20Fix no longer implicitly refresh the cached TBSCertificateGibeom Gwon
2022-10-20Move freeing of BIOs as late as possibleMatt Caswell
2022-10-20Remove some redundant codeMatt Caswell
2022-10-20Remove the old buffer management codeMatt Caswell
2022-10-20Remove some TODO(RECLAYER) comments now that DTLS has been movedMatt Caswell
2022-10-20Remove dtls_write_recordsMatt Caswell
2022-10-20Move sequence increment to post encryption processingMatt Caswell
2022-10-20Remove supurious set of the record typeMatt Caswell
2022-10-20Consolidate sequence counter incrementing codeMatt Caswell
2022-10-20Ensure the record layer is responsible for calculating record overheadsMatt Caswell
2022-10-20Convert dtls_write_records to use standard record layer functionsMatt Caswell
2022-10-20Start using WPACKET in the dtls write records codeMatt Caswell
2022-10-20Use common tls_write_records() even for DTLSMatt Caswell
2022-10-20Convert dtls_write_records() to return the correct return valuesMatt Caswell
2022-10-20Use record layer buffers for DTLS rather than the buffers in s->rlayerMatt Caswell
2022-10-20Move dlts_write_records() function in the record layerMatt Caswell
2022-10-20Create a dlts_write_records() functionMatt Caswell
2022-10-20Remove create_empty_fragment from do_dtls1_write()Matt Caswell
2022-10-20c_rehash: Fix file extension matchingTobias Girstmair
2022-10-20add a check for the return of sk_SRP_gN_new_null() so that capture the potent...xkernel
2022-10-19ripemd: document as being present in the default providerPauli
2022-10-19Avoid putting ripemd_prov.c in libcommon otherwise it is regarded as fips sourceTomas Mraz
2022-10-19default provider: include RIPEMD160Pauli
2022-10-19Add changes entry for RIPEMD160 being added to the default providerPauli
2022-10-18Add `for_comp` flag when retrieving certs for compressionTodd Short
2022-10-18Update COMP_METHODTodd Short
2022-10-18Add CI to build with brotli and zstdTodd Short
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-10-18Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short
2022-10-18Add ZSTD compression support (RFC8478bis)Todd Short
2022-10-18Add brotli compression support (RFC7924)Todd Short
2022-10-18Fix sctp compile errorsslontis
2022-10-17Fix documentation for OFB/OCB in the FIPS providerJoachim Vandersmissen
2022-10-17Fix typos in doc/designs/ddd/README.mdomahs
2022-10-17Add missing include for DH_get0_priv_key()Tomas Mraz
2022-10-17crypto: add preemptive threading supportČestmír Kalina
2022-10-17ci: add thread-pool and default-thread-poolČestmír Kalina
2022-10-17Configure: add thread-pool and default-thread-poolČestmír Kalina
2022-10-14Coverity 1515953: negative loop boundPauli
2022-10-13Fix LLVM vs Apple LLVM version numbering confusion, for $avx512ifmaRichard Levitte
2022-10-13Add translation for ECX group parameterJuergen Christ
2022-10-13Fix an occasional CI failure due to unaligned accessBernd Edlinger
2022-10-13Improve performance of the encoder collectionslontis