| Commit message (Expand) | Author | Age | Files | Lines |
* | The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_* | Pauli | 2020-06-11 | 2 | -34/+54 |
* | kdf: make function naming consistent. | Pauli | 2020-06-11 | 1 | -6/+6 |
* | Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSA | Dr. David von Oheimb | 2020-06-10 | 2 | -0/+2 |
* | Update RSA keygen to use sp800-56b by default | Shane Lontis | 2020-06-10 | 1 | -1/+1 |
* | Do not allow dropping Extended Master Secret extension on renegotiaton | Tomas Mraz | 2020-06-09 | 1 | -0/+3 |
* | TLSv1.3: additional checks in SSL_set_record_padding_callback | Vadim Fedorenko | 2020-06-08 | 1 | -1/+1 |
* | kTLS: add Linux-specific kTLS helpers | Vadim Fedorenko | 2020-06-08 | 1 | -0/+97 |
* | kTLS: add new algo definitions | Vadim Fedorenko | 2020-06-08 | 1 | -90/+89 |
* | kTLS: make ktls_start type independed | Vadim Fedorenko | 2020-06-08 | 1 | -9/+7 |
* | Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keys | Matt Caswell | 2020-06-05 | 2 | -0/+4 |
* | Implement OSSL_PROVIDER_get0_provider_ctx() | Matt Caswell | 2020-06-05 | 2 | -0/+2 |
* | Enable applications to directly call a provider's query operation | Matt Caswell | 2020-06-05 | 1 | -0/+4 |
* | Add cipher list ciphersuites which using encryption algorithm in mode CBC. | Otto Hollmann | 2020-06-04 | 1 | -0/+1 |
* | Update copyright year | Matt Caswell | 2020-06-04 | 2 | -2/+2 |
* | Move EC_METHOD to internal-only | Billy Brumley | 2020-06-02 | 1 | -21/+19 |
* | undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locations | Tim Hudson | 2020-06-01 | 2 | -4/+4 |
* | Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P... | Dr. David von Oheimb | 2020-05-27 | 1 | -0/+6 |
* | crypto/cms: add CAdES-BES signed attributes validation | FdaSilvaYY | 2020-05-27 | 4 | -3/+20 |
* | PROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx() in RSA-OAEP | Richard Levitte | 2020-05-27 | 1 | -0/+7 |
* | Fix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey.c, rename, export, and do... | Dr. David von Oheimb | 2020-05-26 | 1 | -0/+1 |
* | Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param() | Dr. David von Oheimb | 2020-05-26 | 3 | -5/+5 |
* | Update core_names.h fields and document most fields. | Shane Lontis | 2020-05-26 | 2 | -15/+28 |
* | Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR... | Shane Lontis | 2020-05-26 | 1 | -0/+4 |
* | Move decl of OSSL_CRMF_CERTID_dup from {crmf,cmp}_local.h to include/openssl/... | Dr. David von Oheimb | 2020-05-24 | 1 | -0/+1 |
* | Re-introduce legacy EVP_PKEY types for provided keys | Richard Levitte | 2020-05-23 | 2 | -2/+20 |
* | Fix the parameter types of the CRYPTO_EX_dup function type. | Bernd Edlinger | 2020-05-23 | 1 | -1/+1 |
* | deprecate EC_POINT_make_affine and EC_POINTs_make_affine | Billy Brumley | 2020-05-20 | 1 | -3/+4 |
* | Add OSSL_PROVIDER_do_all() | Richard Levitte | 2020-05-20 | 1 | -0/+3 |
* | Introducing option SSL_OP_IGNORE_UNEXPECTED_EOF | Dmitry Belyavskiy | 2020-05-19 | 1 | -6/+1 |
* | Use {module,install}-mac, not -checksum | Rich Salz | 2020-05-19 | 1 | -2/+2 |
* | Add missing pragma weak declaration to lhash.h | Norm Green | 2020-05-19 | 1 | -0/+1 |
* | deprecate EC precomputation functionality | Billy Brumley | 2020-05-19 | 1 | -3/+3 |
* | GOST-related objects changes | Dmitry Belyavskiy | 2020-05-19 | 1 | -0/+4 |
* | Constants for new GOST TLS 1.2 ciphersuites | Dmitry Belyavskiy | 2020-05-19 | 3 | -1/+9 |
* | CORE: query for operations only once per provider (unless no_store is true) | Richard Levitte | 2020-05-19 | 2 | -0/+9 |
* | Fix some places where X509_up_ref is used | Bernd Edlinger | 2020-05-18 | 1 | -1/+3 |
* | deprecate EC_POINTs_mul function | Billy Brumley | 2020-05-16 | 2 | -3/+5 |
* | Maintain strict type discipline between the core and providers | Matt Caswell | 2020-05-16 | 4 | -28/+38 |
* | Clean up macro definitions of openssl_fdset() in apps.h and sockets.h | Dr. David von Oheimb | 2020-05-15 | 1 | -2/+2 |
* | Update copyright year | Matt Caswell | 2020-05-15 | 8 | -8/+8 |
* | EVP: Refactor the RSA-PSS key generation controls for providers | Richard Levitte | 2020-05-14 | 1 | -8/+4 |
* | EVP: For SIGNATURE operations, pass the propquery early | Richard Levitte | 2020-05-14 | 1 | -5/+4 |
* | PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementation | Richard Levitte | 2020-05-14 | 1 | -0/+1 |
* | RSA: Add PSS-parameter processing in EVP_PKEY_ASN1_METHOD functions | Richard Levitte | 2020-05-14 | 1 | -1/+1 |
* | RSA: Add a less loaded PSS-parameter structure | Richard Levitte | 2020-05-14 | 2 | -3/+43 |
* | RSA: Add rsa_schemes.c, to store scheme data and translator functions | Richard Levitte | 2020-05-14 | 1 | -0/+4 |
* | RSA: Extract much of the rsa_pkey_export_to() code to a separate function | Richard Levitte | 2020-05-14 | 1 | -0/+2 |
* | RSA: Add RSA key types | Richard Levitte | 2020-05-14 | 1 | -0/+18 |
* | Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert() | Dr. David von Oheimb | 2020-05-13 | 1 | -1/+1 |
* | Add -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MSG_update_transactionID() | Dr. David von Oheimb | 2020-05-13 | 1 | -7/+10 |