Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/experimental.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-21LEGACY PROV: Reimplement the ERR building blocks in upcall termsHEADmasterRichard Levitte
2022-01-21ERR: Move ERR_set_mark(), ERR_pop_to_mark() and ERR_clear_last_mark()Richard Levitte
2022-01-21crypto/bio: drop float formating for UEFIGerd Hoffmann
2022-01-21Revert "crypto/bio: fix build on UEFI"Gerd Hoffmann
2022-01-21Fix the same BIO_FLAGS macro definitionyangyangtiantianlonglong
2022-01-20TEST: Add a test of the new BN_signed set of functions in test/bntest.cRichard Levitte
2022-01-20Add signed bn2bin and bin2bn functionsRichard Levitte
2022-01-20[refactor] BIGNUM: Modify bin2bn() to work from least to most significant chunkRichard Levitte
2022-01-20BIGNUM: Add a comment on chunk order in struct bignum_stRichard Levitte
2022-01-20[refactor] BIGNUM: Modify bn2binpad()'s setup to be more like bin2bn()'sRichard Levitte
2022-01-20[refactor] BIGNUM: collapse BN_bin2bn() and BN_lebin2bn() into oneRichard Levitte
2022-01-20Clarify flags argument of X509_check_ipTobias Nießen
2022-01-20s_server: correctly handle 2^14 byte long recordsHubert Kario
2022-01-20Simpler square-root computation for Ed25519James Muir
2022-01-20Fix sm3ss1 translation issue in sm3-armv8.plfangming.fang
2022-01-19ssl: better support TSAN operationsPauli
2022-01-19test: add cipher context dup testPauli
2022-01-19test: add digest context dup testsPauli
2022-01-19doc: document digest and cipher dup functionsPauli
2022-01-19Add context dup functions for digests and ciphersPauli
2022-01-19fix indentationPauli
2022-01-18SM4 optimization for ARM by HW instructionDaniel Hu
2022-01-18dh_exch.c: Correct gettable parameters for DH key exchangeTomas Mraz
2022-01-18e_dasync: remove empty statementPauli
2022-01-18demo: remove end of line whitespacePauli
2022-01-18speed: rework if condition to avoid empty statementPauli
2022-01-18replace ;; with ; as statement separatorPauli
2022-01-18apps/ca: replace ;; with ; as statement separatorPauli
2022-01-18ssl: replace ;; with ; as statement separatorPauli
2022-01-18Fix mistake in ERR_peek_error_all documentation.Kevin Jones
2022-01-17bn_ppc.c: Fix build failure on AIX with XLC/XLCLANGTomas Mraz
2022-01-17dhtest: Add testcase for EVP_PKEY_CTX_set_dh_nidTomas Mraz
2022-01-17Do not call ossl_ffc_name_to_dh_named_group with NULL argumentTomas Mraz
2022-01-17Properly return error on EVP_PKEY_CTX_set_dh_nid and EVP_PKEY_CTX_set_dhx_rfc...Tomas Mraz
2022-01-17Fix typo in SSL_CTX_set_dh_autoEasySec
2022-01-17ssl/t1_enc: Fix kTLS RX offload pathDmytro Podgornyi
2022-01-15property: reduce memory consumption when OPENSSL_SMALL_FOOTPRINT is defined.Pauli
2022-01-14Fix malloc failure handling of X509_ALGOR_set0()Dr. David von Oheimb
2022-01-14EVP: fix evp_keymgmt_util_match so that it actually tries cross export the ot...manison
2022-01-14SM3 acceleration with SM3 hardware instruction on aarch64fangming.fang
2022-01-14Add a comment to indicate ineffective macroShreenidhi Shedi
2022-01-14coverity 1497107: dereference after null checkPauli
2022-01-13Cleansing all the temporary data for s390xDmitry Belyavskiy
2022-01-13test_gendhparam: Drop expected error outputTomas Mraz
2022-01-13Clear md_data only when necessaryMatt Caswell
2022-01-13threadstest: use locking for tsan operations if requiredPauli
2022-01-13drbg: add handling for cases where TSAN isn't availablePauli
2022-01-13lhash: use lock when TSAN not available for statistics gatheringPauli
2022-01-13mem: do not produce usage counts when tsan is unavailable.Pauli
2022-01-13object: use updated tsan lock detection capabilitiesPauli