summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2022-04-14Add error code for unsupported explicit parametersTomas Mraz
2022-04-12SM4 optimization for ARM by ASIMDDaniel Hu
2022-04-06Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau
2022-04-06Remove unused libctx functions (runonce, onfree)Hugo Landau
2022-04-05Redefine macro X509_http_nbio to avoid using ocsp.hDaniel Fiala
2022-04-02CMS sign digestViktor Söderqvist
2022-04-01Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2022-03-30Add a divide rounding up safe math function.Pauli
2022-03-14Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz
2022-03-13EVP_MD performance fix (refcount cache contention)Hugo Landau
2022-03-10Add TFO support to socket BIO and s_client/s_serverTodd Short
2022-03-10async_posix: Allow custom stack allocation functions to be specified for POSI...Arran Cudbard-Bell
2022-02-28Change `strlen' argument name to `strlength' to avoid c++ reserved words.Pauli
2022-02-22chacha20 performance optimizations for ppc64le with 8x lanes,Deepankar Bhattacharjee
2022-02-16Add define guards to avoid multi-inclusionWeiguo Li
2022-02-14Add tests for do_updatedbArmin Fuerst
2022-02-10AES-GCM enabled with AVX512 vAES and vPCLMULQDQ.Andrey Matyukov
2022-02-08Prevent crash with engine using different openssl runtimeBernd Edlinger
2022-02-07Fixed counter overflowDanny Tsen
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-02-04Add support for Chacha20-Poly1305 to kernel TLS on FreeBSD.John Baldwin
2022-02-04Fix builds with DJGPPJuan Manuel Guerrero
2022-02-03Fix copyrightsTodd Short
2022-02-03Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis
2022-02-03add SSL_get0_iana_groups() & SSL_client_hello_get_extension_order()Phus Lu
2022-01-26Add support for signed BIGNUMs in the OSSL_PARAM_BLD APIRichard Levitte
2022-01-25Optimize AES-GCM for uarchs with unroll and new instructionsXiaokangQian
2022-01-24AES-GCM performance optimzation with stitched method for p9+ ppc64leDanny Tsen
2022-01-24self_test.h: fix the C++ wrappingPauli
2022-01-21Fix the same BIO_FLAGS macro definitionyangyangtiantianlonglong
2022-01-20Add signed bn2bin and bin2bn functionsRichard Levitte
2022-01-19Add context dup functions for digests and ciphersPauli
2022-01-18SM4 optimization for ARM by HW instructionDaniel Hu
2022-01-14Add a comment to indicate ineffective macroShreenidhi Shedi
2022-01-13tsan: make detecting the need for locking when using tsan easierPauli
2022-01-12err: add additional errorsPauli
2022-01-07v2i_AUTHORITY_KEYID(): Improve error reporting on parsing config values/optionsDr. David von Oheimb
2022-01-07asn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid() simplifying codeDr. David von Oheimb
2022-01-06Fix copyright year issuesBernd Edlinger
2022-01-05Fix typosDimitris Apostolou
2022-01-03Update troublesome copyright years of auto-generated files to 2022Dr. David von Oheimb
2022-01-03ec.h: Explain use of strstr() for EVP_EC_gen() and add #include <string.h>Dr. David von Oheimb
2021-12-30OSSL_CMP_CTX: rename get/set function for trustedStoreDr. David von Oheimb
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-12-20crypto/dsa.h: fix include guard nameCarlo Teubner
2021-12-10Make OSSL_provider_init() OPENSSL_EXPORT, not just externRichard Levitte
2021-12-10changes opensssl typos to opensslSam Eaton
2021-12-09OSSL_HTTP_get(): Fix timeout handling on redirectionDr. David von Oheimb
2021-12-06Fix pvk encoder to properly query for the passphraseTomas Mraz
2021-11-26Enable brainpool curves for TLS1.3Bernd Edlinger