summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-06-13Bug fix in ossl_cmp_certRep_new(): must allocate empty extraCerts stackDr. David von Oheimb
2020-06-13Improve description of CMP untrusted certs and msg 'sender' fieldDr. David von Oheimb
2020-06-13Make CMP server use same protection for response as for requestDr. David von Oheimb
2020-06-13Fill in transactionID on any error in OSSL_CMP_SRV_process_request()Dr. David von Oheimb
2020-06-13Improve ossl_cmp_msg_check_received() and rename to ossl_cmp_msg_check_update()Dr. David von Oheimb
2020-06-13Improve cert checking diagnostics of OSSL_CMP_validate_msg()Dr. David von Oheimb
2020-06-13Remove misleading diagnostics on pinned sender cert in OSSL_CMP_validate_msg()Dr. David von Oheimb
2020-06-13Correct error reason of verify_signature() in cmp_vfy.cDr. David von Oheimb
2020-06-13Extend error output of apps/opt_format() to all error casesDr. David von Oheimb
2020-06-13Remove meanwhile redundant error output of apps/opt_next(void) parsing numbersDr. David von Oheimb
2020-06-13Fix use of -no-proxy option of CMP appDr. David von Oheimb
2020-06-13Add request URL path checking and status responses to HTTP serverDr. David von Oheimb
2020-06-13Allow subject of CMP -oldcert as sender unless protection cert is givenDr. David von Oheimb
2020-06-13Correct error output of parse_name() in apps/lib/apps.c and apps/cmp.cDr. David von Oheimb
2020-06-13Check expected sender not only for signature-protected CMP messagesDr. David von Oheimb
2020-06-13Improve description of -trusted, -srvcert, -recipient, and -expect_sender CMP...Dr. David von Oheimb
2020-06-13Streamline the approach to set CMP message recipient and expected senderDr. David von Oheimb
2020-06-13Fix too strict checks of ossl_cmp_calc_protection()Dr. David von Oheimb
2020-06-13Guard new header mac.h against C++isms.Pauli
2020-06-13Fix two additional instances of the old EVP_MAC_CTX_ functions being used.Pauli
2020-06-12Use the inherited 'bsd-gcc-shared' config on 32-bit x86 BSDs.John Baldwin
2020-06-11doc: Add a hint to man3/EVP_$hash that it is legacySebastian Andrzej Siewior
2020-06-11APPS: Use a second EVP_MD_CTX for EdDSA verifySebastian Andrzej Siewior
2020-06-11APPS: Exclude legacy algorighms from speedSebastian Andrzej Siewior
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli
2020-06-11kdf: make function naming consistent.Pauli
2020-06-10Make it clear that you can't use all ciphers for CMACMatt Caswell
2020-06-10Add a CMAC testMatt Caswell
2020-06-10Correctly handle the return value from EVP_Cipher() in the CMAC codeMatt Caswell
2020-06-10Ensure we never use a partially initialised CMAC_CTXMatt Caswell
2020-06-10run_tests.pl: Add options for focussing output on failed (sub-)testsDr. David von Oheimb
2020-06-10Make error output of dhparams and dsaparams app more consistentDr. David von Oheimb
2020-06-10Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSADr. David von Oheimb
2020-06-10Silence gcc false positive warning on refdatalen in test/tls13encryptiontest.cDr. David von Oheimb
2020-06-10Silence gcc false positive warning on alpn_protos_len in test/handshake_helper.cDr. David von Oheimb
2020-06-10Update RSA keygen to use sp800-56b by defaultShane Lontis
2020-06-09Add a test for renegotiation with EXTMS droppedTomas Mraz
2020-06-09Do not allow dropping Extended Master Secret extension on renegotiatonTomas Mraz
2020-06-09use safe primes in ssl_get_auto_dh()Hubert Kario
2020-06-08APPS: Fix 'openssl dhparam'Richard Levitte
2020-06-08APPS: Fix 'openssl dsaparam -genkey'Richard Levitte
2020-06-08EVP: Let EVP_PKEY_gen() initialize ctx->keygen_infoRichard Levitte
2020-06-08TLSv1.3: additional checks in SSL_set_record_padding_callbackVadim Fedorenko
2020-06-08test: TLS1.3 and new ciphers for kTLSVadim Fedorenko
2020-06-08TLSv13: add kTLS supportVadim Fedorenko
2020-06-08kTLS: add support for AES_CCM128 and AES_GCM256Vadim Fedorenko
2020-06-08kTLS: add Linux-specific kTLS helpersVadim Fedorenko
2020-06-08kTLS: add new algo definitionsVadim Fedorenko
2020-06-08kTLS: make ktls_start type independedVadim Fedorenko
2020-06-08fix doc typo in bn_dh.cHubert Kario