summaryrefslogtreecommitdiffstats
path: root/test/certs/bad-othername-namec-inter.pem (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-26Add support for signed BIGNUMs in the OSSL_PARAM_BLD APIRichard Levitte3-15/+52
2022-01-26Add support for signed BIGNUMs in the OSSL_PARAM APIRichard Levitte2-24/+42
2022-01-26UI: Check for NULL pointer after calling OPENSSL_memdupJiasheng Jiang1-2/+5
2022-01-26Allow empty passphrase in PEM_write_bio_PKCS8PrivateKey_nid()Darshan Sen3-3/+17
2022-01-26Fix invalid malloc failures in PEM_write_bio_PKCS8PrivateKey()Darshan Sen4-2/+33
2022-01-26x509: add the check for X509_STORE_lockJiasheng Jiang1-7/+25
2022-01-25test/ct_test.c: Add the missing check after calling sk_SCT_new_nullJiasheng Jiang1-0/+3
2022-01-25evp_test: Add the missing check after calling OPENSSL_mallocJiasheng Jiang1-2/+6
2022-01-25Optimize AES-GCM for uarchs with unroll and new instructionsXiaokangQian8-18/+7546
2022-01-24AES-GCM performance optimzation with stitched method for p9+ ppc64leDanny Tsen5-1/+1494
2022-01-24`make clean` should clean up fips provider shared object.Todd Short1-1/+1
2022-01-23self_test.h: fix the C++ wrappingPauli1-4/+3
2022-01-21Standardize progress callback for dhparam, dsaparam, etc.Philip Prindeville6-82/+21
2022-01-21LEGACY PROV: Reimplement the ERR building blocks in upcall termsRichard Levitte1-0/+102
2022-01-21ERR: Move ERR_set_mark(), ERR_pop_to_mark() and ERR_clear_last_mark()Richard Levitte3-56/+70
2022-01-21crypto/bio: drop float formating for UEFIGerd Hoffmann1-0/+20
2022-01-21Revert "crypto/bio: fix build on UEFI"Gerd Hoffmann1-9/+0
2022-01-21Fix the same BIO_FLAGS macro definitionyangyangtiantianlonglong2-1/+3
2022-01-20TEST: Add a test of the new BN_signed set of functions in test/bntest.cRichard Levitte1-0/+132
2022-01-20Add signed bn2bin and bin2bn functionsRichard Levitte4-32/+150
2022-01-20[refactor] BIGNUM: Modify bin2bn() to work from least to most significant chunkRichard Levitte1-22/+30
2022-01-20BIGNUM: Add a comment on chunk order in struct bignum_stRichard Levitte1-2/+5
2022-01-20[refactor] BIGNUM: Modify bn2binpad()'s setup to be more like bin2bn()'sRichard Levitte1-9/+20
2022-01-20[refactor] BIGNUM: collapse BN_bin2bn() and BN_lebin2bn() into oneRichard Levitte1-52/+34
2022-01-20Clarify flags argument of X509_check_ipTobias Nießen1-1/+2
2022-01-20s_server: correctly handle 2^14 byte long recordsHubert Kario1-5/+9
2022-01-20Simpler square-root computation for Ed25519James Muir1-9/+4
2022-01-20Fix sm3ss1 translation issue in sm3-armv8.plfangming.fang1-8/+7
2022-01-19ssl: better support TSAN operationsPauli6-27/+93
2022-01-19test: add cipher context dup testPauli1-2/+9
2022-01-19test: add digest context dup testsPauli2-12/+41
2022-01-19doc: document digest and cipher dup functionsPauli2-2/+35
2022-01-19Add context dup functions for digests and ciphersPauli4-0/+26
2022-01-19fix indentationPauli2-5/+5
2022-01-18SM4 optimization for ARM by HW instructionDaniel Hu10-60/+945
2022-01-18dh_exch.c: Correct gettable parameters for DH key exchangeTomas Mraz1-1/+1
2022-01-18e_dasync: remove empty statementPauli1-1/+0
2022-01-18demo: remove end of line whitespacePauli1-1/+1
2022-01-18speed: rework if condition to avoid empty statementPauli1-3/+1
2022-01-18replace ;; with ; as statement separatorPauli3-3/+3
2022-01-18apps/ca: replace ;; with ; as statement separatorPauli1-1/+1
2022-01-18ssl: replace ;; with ; as statement separatorPauli3-3/+3
2022-01-18Fix mistake in ERR_peek_error_all documentation.Kevin Jones1-1/+1
2022-01-17bn_ppc.c: Fix build failure on AIX with XLC/XLCLANGTomas Mraz1-1/+1
2022-01-17dhtest: Add testcase for EVP_PKEY_CTX_set_dh_nidTomas Mraz1-0/+28
2022-01-17Do not call ossl_ffc_name_to_dh_named_group with NULL argumentTomas Mraz2-0/+2
2022-01-17Properly return error on EVP_PKEY_CTX_set_dh_nid and EVP_PKEY_CTX_set_dhx_rfc...Tomas Mraz1-6/+17
2022-01-17Fix typo in SSL_CTX_set_dh_autoEasySec1-1/+1
2022-01-17ssl/t1_enc: Fix kTLS RX offload pathDmytro Podgornyi1-1/+1
2022-01-15property: reduce memory consumption when OPENSSL_SMALL_FOOTPRINT is defined.Pauli1-4/+46