summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-04-14Add error code for unsupported explicit parametersTomas Mraz
2022-04-14endecode_test: Handle expected failures for non-fips ec keysTomas Mraz
2022-04-14Import only named params into FIPS moduleTomas Mraz
2022-04-13Check the return of EVP_KDF_fetch()tangyiqun
2022-04-12Added Simple SSL Echo Client/Server to demos.bobwirka
2022-04-12Add an initial QUIC Technical requirements documentMatt Caswell
2022-04-12Add return value check of X509V3_add_value() in X509V3_parse_list()Zhou Qingyang
2022-04-12s390: Add new machine generationJuergen Christ
2022-04-12SSL_conf_cmd: Allow DH Parameters at any position.Daniel Fiala
2022-04-12SM4 optimization for ARM by ASIMDDaniel Hu
2022-04-11Fix -no-tls1_2 in testsTodd Short
2022-04-11Add test for openssl ecparam with fips and base providersTomas Mraz
2022-04-11ec_export: Other parameters are exportable with domain parametersTomas Mraz
2022-04-11Add test for resetting SM2 dist IDTomas Mraz
2022-04-11sm2: Allow setting 0 length SM2 dist ID paramTomas Mraz
2022-04-11Crypto/evp: Fix null pointer dereferenceyuanjungong
2022-04-11kdf: avoid NULL dereference on malloc failure in sshkdfPauli
2022-04-07Document {SSL|SSL_CTX}_set_{purpose|trust}()Hugo Landau
2022-04-07Document SSL_CTX_get_ssl_methodHugo Landau
2022-04-07test_fipsinstall: Fallback to config(FIPSKEY) for the FIPSKEYTomas Mraz
2022-04-07Fix failure to check result of bn_rshift_fixed_topHugo Landau
2022-04-06Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau
2022-04-06Remove unused libctx functions (runonce, onfree)Hugo Landau
2022-04-06KTLS: Enable KTLS for receiving as well in TLS 1.3Daiki Ueno
2022-04-06KTLS: Handle TLS 1.3 in ssl3_get_record.Daiki Ueno
2022-04-06KTLS: Add using_ktls helper variable in ssl3_get_record().John Baldwin
2022-04-06KTLS: Check for unprocessed receive records in ktls_configure_crypto.John Baldwin
2022-04-05Document the fact that setting a BIO create function means the BIO will no lo...Arran Cudbard-Bell
2022-04-05Add -static-libgcc to solaris-sparcv7-gcc shared_ldflagTodd C. Miller
2022-04-05Fix AIX build when no-shared is passed to Configure.Todd C. Miller
2022-04-05Redefine macro X509_http_nbio to avoid using ocsp.hDaniel Fiala
2022-04-04Add loongarch64 targetShi Pujin
2022-04-04Fix broken link to coding-style.htmlViktor Söderqvist
2022-04-03OSSL_PARAM_get_*_ptr: Drop errors from ptr/string mismatchTomas Mraz
2022-04-03Fix Coverity 1503096: out-of-bounds accessPauli
2022-04-03Fix Coverity 1498612 & 1503221: integer overflowPauli
2022-04-02CMS sign digestViktor Söderqvist
2022-04-01req, x509: Allow printing modulus of RSA-PSS keysTomas Mraz
2022-04-01Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2022-03-31disable 5x interleave on buffers shorter than 512 bytes: 3% speedup on Graviton2Sebastian Pop
2022-03-31doc: fix example in ssh KDF man page.Pauli
2022-03-30Remove further uses of __ARMEL__ in AArch64 assemblyBen Avison
2022-03-30Test processing of a duplicated HRRTomas Mraz
2022-03-30tls_process_server_hello: Disallow repeated HRRTomas Mraz
2022-03-30sparse array: reduces the block sizePauli
2022-03-30document the safe_div_round_up_TYPE functionsPauli
2022-03-30Use safe math to computer sizes.Pauli
2022-03-30Add a divide rounding up safe math function.Pauli
2022-03-28Fix typo in manpage SSL_CONF_cmd(3)Hugo Landau
2022-03-28Remove statistics tracking from LHASHHugo Landau