summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_file.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-13Improve description of -trusted, -srvcert, -recipient, and -expect_sender CMP...Dr. David von Oheimb3-70/+73
2020-06-13Streamline the approach to set CMP message recipient and expected senderDr. David von Oheimb3-13/+16
2020-06-13Fix too strict checks of ossl_cmp_calc_protection()Dr. David von Oheimb1-4/+4
2020-06-13Guard new header mac.h against C++isms.Pauli1-0/+7
2020-06-13Fix two additional instances of the old EVP_MAC_CTX_ functions being used.Pauli2-2/+2
2020-06-12Use the inherited 'bsd-gcc-shared' config on 32-bit x86 BSDs.John Baldwin2-7/+0
2020-06-11doc: Add a hint to man3/EVP_$hash that it is legacySebastian Andrzej Siewior5-4/+13
2020-06-11APPS: Use a second EVP_MD_CTX for EdDSA verifySebastian Andrzej Siewior1-4/+18
2020-06-11APPS: Exclude legacy algorighms from speedSebastian Andrzej Siewior1-0/+9
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli36-207/+226
2020-06-11kdf: make function naming consistent.Pauli26-200/+201
2020-06-10Make it clear that you can't use all ciphers for CMACMatt Caswell1-1/+2
2020-06-10Add a CMAC testMatt Caswell3-0/+237
2020-06-10Correctly handle the return value from EVP_Cipher() in the CMAC codeMatt Caswell1-3/+3
2020-06-10Ensure we never use a partially initialised CMAC_CTXMatt Caswell1-3/+9
2020-06-10run_tests.pl: Add options for focussing output on failed (sub-)testsDr. David von Oheimb2-11/+50
2020-06-10Make error output of dhparams and dsaparams app more consistentDr. David von Oheimb2-37/+19
2020-06-10Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSADr. David von Oheimb8-4/+19
2020-06-10Silence gcc false positive warning on refdatalen in test/tls13encryptiontest.cDr. David von Oheimb1-1/+1
2020-06-10Silence gcc false positive warning on alpn_protos_len in test/handshake_helper.cDr. David von Oheimb1-1/+2
2020-06-10Update RSA keygen to use sp800-56b by defaultShane Lontis8-23/+93
2020-06-09Add a test for renegotiation with EXTMS droppedTomas Mraz5-3/+66
2020-06-09Do not allow dropping Extended Master Secret extension on renegotiatonTomas Mraz3-1/+22
2020-06-09use safe primes in ssl_get_auto_dh()Hubert Kario1-36/+38
2020-06-08APPS: Fix 'openssl dhparam'Richard Levitte1-6/+8
2020-06-08APPS: Fix 'openssl dsaparam -genkey'Richard Levitte1-43/+16
2020-06-08EVP: Let EVP_PKEY_gen() initialize ctx->keygen_infoRichard Levitte1-0/+16
2020-06-08TLSv1.3: additional checks in SSL_set_record_padding_callbackVadim Fedorenko3-4/+19
2020-06-08test: TLS1.3 and new ciphers for kTLSVadim Fedorenko2-104/+400
2020-06-08TLSv13: add kTLS supportVadim Fedorenko2-14/+72
2020-06-08kTLS: add support for AES_CCM128 and AES_GCM256Vadim Fedorenko2-29/+30
2020-06-08kTLS: add Linux-specific kTLS helpersVadim Fedorenko1-0/+97
2020-06-08kTLS: add new algo definitionsVadim Fedorenko1-90/+89
2020-06-08kTLS: make ktls_start type independedVadim Fedorenko1-9/+7
2020-06-08fix doc typo in bn_dh.cHubert Kario1-1/+1
2020-06-08Fix 90-test_store.t for latest config, limits, providers, and disabled algosDr. David von Oheimb5-104/+99
2020-06-08Fix documentation of OSSL_STOREDr. David von Oheimb2-30/+30
2020-06-08Fix mem leaks and allow missing pkey and/or cert in try_decode_PKCS12()Dr. David von Oheimb1-31/+36
2020-06-08Add chain to PKCS#12 test file generation in 90-test_store.tDr. David von Oheimb1-0/+1
2020-06-08Fix code layout in crypto/store/loader_file.c satisfying check-format.pl -lDr. David von Oheimb1-9/+9
2020-06-06TEST: Adjust test/bioprinttest.c to behave like the testutil routinesRichard Levitte1-2/+32
2020-06-06TESTUTIL: Adjust the rest of testutilRichard Levitte2-20/+18
2020-06-06TESTUTIL: Separate TAP output and other output by BIO filterRichard Levitte5-163/+87
2020-06-06Consolidate doc of BIO_do_connect() and its alias BIO_do_handshake()Dr. David von Oheimb3-10/+24
2020-06-06APPS: Remove unnecessary NULL check of uri in load_cert_pass()Richard Levitte1-4/+0
2020-06-06APPS: Make it possible to load_cert() from stdin againRichard Levitte1-1/+1
2020-06-06Fix a typo in SSL_CTX_set_session_ticket_cb.podBenjamin Kaduk1-1/+1
2020-06-05Don't downgrade keys in libsslMatt Caswell5-131/+0
2020-06-05When asked if an ECX key has parameters we should answer "true"Matt Caswell2-3/+7
2020-06-05Always create a key when importingMatt Caswell1-7/+7