summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2020-05-14EVP: Refactor the RSA-PSS key generation controls for providersRichard Levitte
2020-05-14EVP: For SIGNATURE operations, pass the propquery earlyRichard Levitte
2020-05-14PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementationRichard Levitte
2020-05-14RSA: Add PSS-parameter processing in EVP_PKEY_ASN1_METHOD functionsRichard Levitte
2020-05-14RSA: Add a less loaded PSS-parameter structureRichard Levitte
2020-05-14RSA: Add rsa_schemes.c, to store scheme data and translator functionsRichard Levitte
2020-05-14RSA: Extract much of the rsa_pkey_export_to() code to a separate functionRichard Levitte
2020-05-14RSA: Add RSA key typesRichard Levitte
2020-05-13Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()Dr. David von Oheimb
2020-05-13Add -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MSG_update_transactionID()Dr. David von Oheimb
2020-05-13OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIORichard Levitte
2020-05-12CORE: Fix the signature of OSSL_provider_query_operation_fnRichard Levitte
2020-05-09Constify 'req' parameter of OSSL_HTTP_post_asn1()Dr. David von Oheimb
2020-05-07SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementationNikolay Morozov
2020-05-07Remove legacy FIPS_mode functionsShane Lontis
2020-05-07Add RSA SHA512 truncated digest supportShane Lontis
2020-05-07Remove gen_get_params & gen_gettable_params from keygen operationShane Lontis
2020-05-06The synthesized OPENSSL_VERSION_NUMBER must be longTomas Mraz
2020-05-05Strengthen X509_STORE_CTX_print_verify_cb() to print expected host etc.Dr. David von Oheimb
2020-05-04Add the library ctx into an ECX_KEYMatt Caswell
2020-05-04Add the ability to ECX to import keys with only the private keyMatt Caswell
2020-05-04Make EVP_new_raw_[private|public]_key provider awareMatt Caswell
2020-05-03Fix reason code clashRichard Levitte
2020-05-02Add default property API's to enable and test for fipsShane Lontis
2020-05-01Add SSL_new_session_ticket() APIBenjamin Kaduk
2020-04-30coverity 1462549 Dereference before null checkPauli
2020-04-30Undeprecate DH, DSA and RSA _bits() functions.Pauli
2020-04-29Amend references to "OpenSSL license"Shourya Shukla
2020-04-29include/openssl/ts.h: clean away a misplaced EVP_MD stack definitionRichard Levitte
2020-04-29include/openssl/x509v3.h: restore previous stack definition arrangementRichard Levitte
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-27Fix type cast in SSL_CTX_set1_groups macroArne Schwabe
2020-04-25params: change OSSL_PARAM_set_unmodified() to operate on a params arrayPauli
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-23EVP: add internal evp_keymgmt_util_get_deflt_digest_name() and use itRichard Levitte
2020-04-22params: add functionality to test if an OSSL_PARAM has been set.Pauli
2020-04-22[crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley
2020-04-21Add setter equivalents to X509_REQ_get0_signatureDirk-Willem van Gulik
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis
2020-04-19genrsa: update command line app to use EVP callsPauli
2020-04-19dhparam: update command line app to use EVP callsPauli
2020-04-18Add CMP error reason 'missing reference cert'Dr. David von Oheimb
2020-04-18GOST2012 TLS ClientCertificateType Identifiers supportNikolay Morozov
2020-04-17GOST cipher names adjustmentDmitry Belyavskiy
2020-04-17ecx: check for errors creating public keys from private ones.Pauli
2020-04-17s390: ECX key generation fixes.Pauli
2020-04-17ecx: add key generation support.Pauli
2020-04-16Introduce an internal version of X509_check_issued()Matt Caswell
2020-04-16Create a libctx aware X509_verify_ex()Matt Caswell