aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-10-12vms: move otherwise dead code into the VMS relevant path.Pauli1-2/+5
2020-10-10Adapt some code to OSSL_ENCODER_to_data() / OSSL_DECODER_from_data()Richard Levitte3-37/+19
2020-10-10ENCODER / DECODER: Add functions to encode/decode to/from a bufferRichard Levitte2-0/+69
2020-10-08Set mark and pop error in d2i_PrivateKey_exDaniel Bevenius1-2/+11
2020-10-08Fix zero-length content verification in S/MIME formatDmitry Belyavskiy2-2/+2
2020-10-08Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb3-18/+39
2020-10-08Allow to continue on UNABLE_TO_VERIFY_LEAF_SIGNATUREAndré Klitzing1-3/+9
2020-10-08Fix the decoder start type handlingMatt Caswell1-1/+1
2020-10-08Expose PKCS7_get_octet_string and PKCS7_type_is_otherJordan Montgomery1-2/+2
2020-10-08ERR: fix comment typo in err.cDaniel Bevenius1-1/+1
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli19-228/+234
2020-10-06ffc: add _ossl to exported but internal functionsPauli23-167/+185
2020-10-05Some OIDs used in Russian X.509 certificates.Dmitry Belyavskiy3-5/+61
2020-10-04DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte2-9/+14
2020-10-04DECODER: Handle abstract object data typeRichard Levitte1-0/+13
2020-10-03Ensure that _GNU_SOURCE is defined for NI_MAXHOST and NI_MAXSERVdrgler1-0/+4
2020-10-03Fix segfault on missing provider_query_operation()Nicola Tuveri1-1/+2
2020-10-01EVP: use evp_pkey_ctx_is_legacy() to find what implementation to useRichard Levitte4-4/+4
2020-10-01Fix memory leak in req_cb() of x_req.c - handle distinguishing_id also with N...Dr. David von Oheimb1-2/+0
2020-10-01Fix some things the rename script didn't quite get rightMatt Caswell3-7/+6
2020-10-01Run the withlibctx.pl scriptMatt Caswell66-452/+381
2020-10-01der: _ossl prefix DER functionsPauli4-23/+24
2020-10-01rsa_mp_coeff_names should only have one entry in it for fips mode.Shane Lontis1-1/+1
2020-09-30EC_GROUP_new_by_curve_name_with_libctx(): Add name of unknown group to error ...Dr. David von Oheimb1-0/+4
2020-09-30Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.Dr. David von Oheimb5-22/+27
2020-09-28todo: remove fork protection todo comment, it isn't relevant to the FIPS prov...Pauli1-2/+0
2020-09-27STORE: Clear a couple of TODOs that were there for the sake of SM2Richard Levitte1-27/+0
2020-09-26Implement treatment of id-pkix-ocsp-no-check extension for OCSP_basic_verify()Dr. David von Oheimb2-5/+15
2020-09-26en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch3-7/+34
2020-09-26Add EVP_ASYM_CIPHER_gettable_ctx_params() and EVP_ASYM_CIPHER_settable_ctx_pa...Shane Lontis1-0/+21
2020-09-26Add EVP_KEM_gettable_ctx_params() and EVP_KEM_settable_ctx_params()Shane Lontis1-1/+22
2020-09-25Remove some dead SM2 codeMatt Caswell3-397/+1
2020-09-25EVP: Enforce that EVP_PKEY_set_alias_type() only works with legacy keysRichard Levitte1-0/+12
2020-09-25Hide ECX_KEY againRichard Levitte1-21/+5
2020-09-24Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb12-47/+23
2020-09-24Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEMRichard Levitte1-3/+3
2020-09-23Fix missing propq in sm2Shane Lontis1-2/+4
2020-09-23Fix missing propq in ffc_params_generateShane Lontis1-2/+2
2020-09-23Fix missing propq in ecdh_cms_set_shared_info()Shane Lontis1-1/+1
2020-09-23Fix ecx so that is uses a settable propertyqueryShane Lontis7-68/+91
2020-09-23Change rsa gen so it can use the propq from OSSL_PKEY_PARAM_RSA_DIGESTShane Lontis2-5/+12
2020-09-23Fix CID 1466709 : Negative value passed to a function that cant be negative i...Shane Lontis1-1/+1
2020-09-23Fix CID 1466714 : Null pointer dereference in EVP_PKEY_CTX_ctrl() due to new ...Shane Lontis1-6/+4
2020-09-23kdf/mac: add name query calls for KDFs and MACsPauli2-0/+14
2020-09-23evp_rand: fix bug in gettable_ctx/settable_ctx callsPauli1-2/+2
2020-09-23Add a "random" configuration section.Pauli4-5/+113
2020-09-23rand: reference count the EVP_RAND contexts.Pauli2-5/+36
2020-09-22Address review commentsPaul Yang1-7/+7
2020-09-22Add SM2 signature algorithm to default providerPaul Yang6-83/+17
2020-09-22Add SM2 key managementPaul Yang2-7/+18