summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Move part of OSSL_CMP_validate_msg() to ossl_cmp_msg_check_update()Dr. David von Oheimb2020-06-131-2/+2
* Correct error reason of verify_signature() in cmp_vfy.cDr. David von Oheimb2020-06-131-0/+2
* Guard new header mac.h against C++isms.Pauli2020-06-131-0/+7
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-112-34/+54
* kdf: make function naming consistent.Pauli2020-06-111-6/+6
* Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSADr. David von Oheimb2020-06-102-0/+2
* Update RSA keygen to use sp800-56b by defaultShane Lontis2020-06-101-1/+1
* Do not allow dropping Extended Master Secret extension on renegotiatonTomas Mraz2020-06-091-0/+3
* TLSv1.3: additional checks in SSL_set_record_padding_callbackVadim Fedorenko2020-06-081-1/+1
* kTLS: add Linux-specific kTLS helpersVadim Fedorenko2020-06-081-0/+97
* kTLS: add new algo definitionsVadim Fedorenko2020-06-081-90/+89
* kTLS: make ktls_start type independedVadim Fedorenko2020-06-081-9/+7
* Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keysMatt Caswell2020-06-052-0/+4
* Implement OSSL_PROVIDER_get0_provider_ctx()Matt Caswell2020-06-052-0/+2
* Enable applications to directly call a provider's query operationMatt Caswell2020-06-051-0/+4
* Add cipher list ciphersuites which using encryption algorithm in mode CBC.Otto Hollmann2020-06-041-0/+1
* Update copyright yearMatt Caswell2020-06-042-2/+2
* Move EC_METHOD to internal-onlyBilly Brumley2020-06-021-21/+19
* undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locationsTim Hudson2020-06-012-4/+4
* Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...Dr. David von Oheimb2020-05-271-0/+6
* crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY2020-05-274-3/+20
* PROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx() in RSA-OAEPRichard Levitte2020-05-271-0/+7
* Fix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey.c, rename, export, and do...Dr. David von Oheimb2020-05-261-0/+1
* Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb2020-05-263-5/+5
* Update core_names.h fields and document most fields.Shane Lontis2020-05-262-15/+28
* Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR...Shane Lontis2020-05-261-0/+4
* Move decl of OSSL_CRMF_CERTID_dup from {crmf,cmp}_local.h to include/openssl/...Dr. David von Oheimb2020-05-241-0/+1
* Re-introduce legacy EVP_PKEY types for provided keysRichard Levitte2020-05-232-2/+20
* Fix the parameter types of the CRYPTO_EX_dup function type.Bernd Edlinger2020-05-231-1/+1
* deprecate EC_POINT_make_affine and EC_POINTs_make_affineBilly Brumley2020-05-201-3/+4
* Add OSSL_PROVIDER_do_all()Richard Levitte2020-05-201-0/+3
* Introducing option SSL_OP_IGNORE_UNEXPECTED_EOFDmitry Belyavskiy2020-05-191-6/+1
* Use {module,install}-mac, not -checksumRich Salz2020-05-191-2/+2
* Add missing pragma weak declaration to lhash.hNorm Green2020-05-191-0/+1
* deprecate EC precomputation functionalityBilly Brumley2020-05-191-3/+3
* GOST-related objects changesDmitry Belyavskiy2020-05-191-0/+4
* Constants for new GOST TLS 1.2 ciphersuitesDmitry Belyavskiy2020-05-193-1/+9
* CORE: query for operations only once per provider (unless no_store is true)Richard Levitte2020-05-192-0/+9
* Fix some places where X509_up_ref is usedBernd Edlinger2020-05-181-1/+3
* deprecate EC_POINTs_mul functionBilly Brumley2020-05-162-3/+5
* Maintain strict type discipline between the core and providersMatt Caswell2020-05-164-28/+38
* Clean up macro definitions of openssl_fdset() in apps.h and sockets.hDr. David von Oheimb2020-05-151-2/+2
* Update copyright yearMatt Caswell2020-05-158-8/+8
* EVP: Refactor the RSA-PSS key generation controls for providersRichard Levitte2020-05-141-8/+4
* EVP: For SIGNATURE operations, pass the propquery earlyRichard Levitte2020-05-141-5/+4
* PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementationRichard Levitte2020-05-141-0/+1
* RSA: Add PSS-parameter processing in EVP_PKEY_ASN1_METHOD functionsRichard Levitte2020-05-141-1/+1
* RSA: Add a less loaded PSS-parameter structureRichard Levitte2020-05-142-3/+43
* RSA: Add rsa_schemes.c, to store scheme data and translator functionsRichard Levitte2020-05-141-0/+4
* RSA: Extract much of the rsa_pkey_export_to() code to a separate functionRichard Levitte2020-05-141-0/+2