summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-01-20ktls: Initial support for ChaCha20-Poly1305Vadim Fedorenko
2021-01-20Ensure SRP BN_mod_exp follows the constant time pathMatt Caswell
2021-01-20ec_kmgmt.c: OSSL_PKEY_PARAM_DEFAULT_DIGEST is gettable param for EC/SM2 keysTomas Mraz
2021-01-20X509v3_get_ext_by_NID.pod: Add warning on counter-intuitive behavior of X509v...Dr. David von Oheimb
2021-01-20apps/x509.c: Make -x509toreq respect -clrext, -sigopt, and -extfile optionsDr. David von Oheimb
2021-01-20apps/x509.c: Add -copy_extensions option, used when transforming x509 <-> reqDr. David von Oheimb
2021-01-2080-test_ssl_old.t: Minor corrections: update name of test dir etc.Dr. David von Oheimb
2021-01-20apps.c: Clean up copy_extensions()Dr. David von Oheimb
2021-01-20X509_REQ_print_ex(): Correct indentation of extensions, which are attributesDr. David von Oheimb
2021-01-20X509_REQ_print_ex(): Replace weird 'a0:00' output on empty attributes by '(no...Dr. David von Oheimb
2021-01-20constify X509_REQ_add_extensions() and X509_REQ_add_extensions_nid()Dr. David von Oheimb
2021-01-20apps/x509.c: Major code, user guidance, and documentation cleanupDr. David von Oheimb
2021-01-20apps/x509.c: Take the -signkey arg as default pubkey with -newDr. David von Oheimb
2021-01-2025-test_x509.t: Make test case w.r.t. self-issued cert run also without EC en...Dr. David von Oheimb
2021-01-2025-test_x509.t: Minor update: factor out path for test input filesDr. David von Oheimb
2021-01-2025-test_x509.t: Minor update: do not anymore unlink test output filesDr. David von Oheimb
2021-01-20X509: Enable printing cert even with invalid validity times, saying 'Bad time...Dr. David von Oheimb
2021-01-20ASN1_TIME_print() etc.: Improve doc and add comment on handling invalid time ...Dr. David von Oheimb
2021-01-20make various test CA certs RFC 5280 compliant w.r.t. X509 extensionsDr. David von Oheimb
2021-01-20apps/genpkey.c: Use PEM_read_bio_Parameters_ex when reading parametersJon Spillett
2021-01-20test-gendsa: Add test cases with FIPS providerJon Spillett
2021-01-20x509_vfy.c: Rename CHECK_CB() to the more intuitively readable CB_FAIL_IF()Dr. David von Oheimb
2021-01-20Remove pkey_downgrade from PKCS7 codeShane Lontis
2021-01-19util/check-format.pl: Minor improvements of whitespace checksDr. David von Oheimb
2021-01-19Deprecate OCSP_xxx API for OSSL_HTTP_xxxRich Salz
2021-01-19DOCS: Fix the last few remaining pass phrase options referencesRichard Levitte
2021-01-18Fix memory leak in mac_newctx() on errorKurt Roeckx
2021-01-18Fix PKCS7 potential segfaultShane Lontis
2021-01-18CMS: Fix NULL access if d2i_CMS_bio() is not passed a CMS_ContentInfo**.Shane Lontis
2021-01-18Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz
2021-01-18Update SERVER_HELLO_MAX_LENGTHMichael Baentsch
2021-01-16replace all BIO_R_NULL_PARAMETER by ERR_R_PASSED_NULL_PARAMETERDr. David von Oheimb
2021-01-16bio_lib.c: Fix error queue entries and return codes on NULL args etc.Dr. David von Oheimb
2021-01-16X509V3_EXT_CRL_add_nconf(): Fix mem leak on error and simplify itDr. David von Oheimb
2021-01-15Allow EVP_PKEY private key objects to be created without a public componentJon Spillett
2021-01-15Fix incomplete deprecation guard in test/sslapitest.cRichard Levitte
2021-01-15Fix crypto/des/build.infoRichard Levitte
2021-01-15Document openssl thread-safetyRich Salz
2021-01-15Remove unused DRBG tests.Pauli
2021-01-15Correct typo in rsa_oaep.cDaniel Bevenius
2021-01-14Enhance default provider documentationMichael Baentsch
2021-01-14Fix a failure where fetches can return NULL in multi-threaded codeMatt Caswell
2021-01-14Fix an issue in provider_activate_fallbacks()Matt Caswell
2021-01-14Extend the threads test to add simple fetch from multi threadsMatt Caswell
2021-01-14Enable locking on the primary DRBG when we create itMatt Caswell
2021-01-14Make sure we take the ctx->lock in ossl_lib_ctx_generic_new()Matt Caswell
2021-01-14Lock the provider operation_bitsMatt Caswell
2021-01-14Document the core_thread_start upcallMatt Caswell
2021-01-14Add a test for performing work in multiple concurrent threadsMatt Caswell
2021-01-14Fix a crash with multi-threaded applications using the FIPS moduleMatt Caswell