summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2020-06-08Fix 90-test_store.t for latest config, limits, providers, and disabled algosDr. David von Oheimb
2020-06-08Fix documentation of OSSL_STOREDr. David von Oheimb
2020-06-08Fix mem leaks and allow missing pkey and/or cert in try_decode_PKCS12()Dr. David von Oheimb
2020-06-08Add chain to PKCS#12 test file generation in 90-test_store.tDr. David von Oheimb
2020-06-08Fix code layout in crypto/store/loader_file.c satisfying check-format.pl -lDr. David von Oheimb
2020-06-06TEST: Adjust test/bioprinttest.c to behave like the testutil routinesRichard Levitte
2020-06-06TESTUTIL: Adjust the rest of testutilRichard Levitte
2020-06-06TESTUTIL: Separate TAP output and other output by BIO filterRichard Levitte
2020-06-06Consolidate doc of BIO_do_connect() and its alias BIO_do_handshake()Dr. David von Oheimb
2020-06-06APPS: Remove unnecessary NULL check of uri in load_cert_pass()Richard Levitte
2020-06-06APPS: Make it possible to load_cert() from stdin againRichard Levitte
2020-06-05Fix a typo in SSL_CTX_set_session_ticket_cb.podBenjamin Kaduk
2020-06-05Don't downgrade keys in libsslMatt Caswell
2020-06-05When asked if an ECX key has parameters we should answer "true"Matt Caswell
2020-06-05Always create a key when importingMatt Caswell